/* CSS Document */
body{
	background-color: #f9f9f9;
}



/*********二级菜单**********************/

.navmenu_listbox{
	margin: auto;
	width: 100%;
	height: 48px;
	background-color: #e4e3e3;
	overflow: hidden;
}

.navmenu_listbox ul{
	margin: auto;
	width: 660px;
	height: 48px;
	overflow: hidden;
}
.navmenu_listbox ul li{
	float: left;
	width: 162px;
	height: 48px;
	background: url(../img/about_intro_ytiao_08.jpg) center right no-repeat;
	overflow: hidden;
	
}
.navmenu_listbox ul li a{
	display: block;
	/*margin-top: 15px;*/
	width: 100px;
	margin-left: 30px;
	margin-right: 30px;
	height: 48px;
	cursor: pointer;
	
	line-height: 48px;
	color: #191111;
	font-size: 16px;
	text-align: center;
	font-family:Tahoma, verdana, Helvetica, Arial, "Microsoft Yahei", "SimSun", sans-serif;
	overflow: hidden;
}
/*.navmenu_listbox ul li:hover{
	height: 46px;
	border-bottom: #D9292C 2px solid;
}*/
.navmenu_listbox ul li a:hover{
	height: 46px;
	border-bottom: #D9292C 2px solid;
	color: #a50708;
	text-decoration: none;
}
.navmenu_listbox ul li a.active{
	color: #a50708;
}






/*****main_body*********************/
.main_body_bg{
    padding-bottom: 30px;
    background: url(../img/bg_dashiji.jpg) bottom center repeat-x;
    background-color: #fffbf8;
}
.main_body{
	margin: auto;
	width: 1200px;
    min-height: 300px;
	padding-top: 20px;
   
}
.main_body .titles{
	margin: auto;
	width: 1200px;
	height: auto;
	min-height: 50px;
	font-size: 40px;
	line-height: 200%;
	color: #c8c7c9;
	overflow: hidden;
}
.main_body .titles span{
    font-size: 40px;
    padding-right: 10px;
}

.main_body .even_list_box{
    margin: auto;
	width: 1200px;
    height: auto;
    
    overflow: hidden;
}
.main_body .even_list_box ul{
    width: 100%;
    height: auto;
    min-height: 300px;
    background: url(../img/intro_dsj_10.jpg) 164px 0px repeat-y;
    overflow: hidden;
}
.main_body .even_list_box ul li{
    margin-top: 20px;
    width: 100%;
    height: auto;
    min-height: 35px;
    overflow: hidden;
}
.main_body .even_list_box ul li .times{
    float: left;
    width: 140px;
    line-height: 30px;
    font-size: 26px;
	font-weight: bold;
    color: #a50607;
    text-align: right;
}
.main_body .even_list_box ul li .icos{
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url(../img/intro_dsj_06.jpg);
    overflow: hidden;
}
.main_body .even_list_box ul li .newsbox{
    float: left;
    margin-left: 60px;
    width: 960px;
    height: auto;
}
.main_body .even_list_box ul li .newsbox .newsli{
    width: 100%;
    height:auto;
    padding-bottom: 10px;
    overflow: hidden;
}
.main_body .even_list_box ul li .newsbox .newsli .imgbox{
    float: left;
    border: #bababa 1px solid;
    /*width: 144px;
    height: 98px;*/
    width: 200px;
    height: 140px;
}
.main_body .even_list_box ul li .newsbox .newsli .imgbox img{
    width: 200px;
    height: 140px;
}
.main_body .even_list_box ul li .newsbox .newsli .contents{
     float: left;
    margin-left: 30px;
    width: 700px;
    min-height: 98px;
    font-size: 16px;
    color: #676767;
    line-height: 180%;
    /*text-indent: 2em;*/
    overflow: hidden;
}





























