/*常用修改项*/

/*右边展示区域*/
.__main_body{
	width: 850px;
}

/*左边展示区域*/
.__slide_nav{
	width: 316px;
}

.__slide_nav_contact{
	padding: 17px 5px 17px 15px;
	box-sizing: border-box;
	border: 1px solid #cecccd;
	line-height: 23px;
	color: #656565;
}
.__position{
	overflow: hidden;
	line-height: 55px;
	font-size: 16px;
	padding:0px 15px;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 25px;
	background-color: #0080cc;
	color: #fff;
}
.__inner_body{
	padding-top: 35px;
	padding-bottom: 35px;
}
.__pages{
	margin-top: 25px;
	text-align: center;
}
.__pages li{
	display: inline-block;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px;
}
.__pages li.c{
	background: #0080cc;
	color:white;
}
.__list{
	width: 100%;
}
.__list h2{
	font-size: 30px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.__list .b_time{
	font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.__list .thumb{
	max-width: 80%;
    display: block;
    margin: auto;
}
.__list .b_des{
	border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
}
.b_foot{
	padding-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
.__list_text{

}
.__list_text li{
	overflow: hidden;
	padding:10px;
	border-bottom: 1px dashed #ccc;
}
.__list_text li .fl img{
	margin-right: 8px;
}
.__slide_nav_list{
	width: 316px;
	overflow: hidden;
}
.__slide_nav_list .a{ 
			width: 210px;
			line-height: 60px;
			padding-left: 80px;
			cursor:pointer;  
			margin: 8px 13px 0px 13px;
			font-size: 22px;
			font-weight: lighter;
			border-bottom: 1px dashed #c1c1c2;
			color: #464646;
			background:url(../images/jiahao.png);
			background-repeat: no-repeat;
			background-position: 14px 16px;
		}
.__slide_nav_list .b{
			width: 316px;
			overflow: hidden;
			text-align: center;
			color: #fff;
			line-height: 85px;
			font-size: 30px;
			background-color: #0080cc; 
			margin-bottom: 8px;
		}
.__slide_nav_list .a:hover{  
			background-color: #fdb300;
			color: #fff;
			border-bottom: 1px dashed #ffd001;
		}
.__slide_nav_list .c{
			
			width: 316px;
			margin-top: 5px;
			overflow: hidden;
			text-align: center;
			color: #fff;
			line-height: 85px;
			font-size: 30px;
			background-color: #0080cc; 
		}
.__slide_nav_list .d{
			width: 270px;
			padding: 30px 23px 53px 23px;
			overflow: hidden;
			background:url(../images/lxwm_left.jpg);
			background-repeat: no-repeat;
		}
.__slide_nav_list .e{
			width: 336px;
			overflow: hidden;
			padding-top: 3px;
			background-color: #fff;
			margin-top: -1px;
		}
.__slide_nav_list .d p{
			font-size: 18px;
			color: #676767;
			line-height: 1.5;
			font-weight: lighter;
		}
.__slide_nav_list .d p span{
			font-size: 23px;
			color: #464646;
			font-weight: normal;
			font-family: Arial;
		}
.__list_image{

}
.__list_image li{
	display: inline-block;
	margin:10px 4px;
}
.__list_image li .img_wrap{
	width: 270px;
	border:1px solid #ececec;
	overflow:hidden;
}
.__list_image li .img_wrap img{
	width: 100%;
}

.__list_image li .text_wrap{
	width: 272px;
	background-color: #ececec;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color:#535353;
	transition: 0.3s;
}
.__list_image li:hover .text_wrap{
	background-color: #0080cc;
	color: #fff;
	transition: 1s;
}










.__main_body .r_news_total{
	width: 850px;
}
.r_news_total li{
	background-color: #f5f5f7;
	color: #000;
	width: 840px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
	
}
.r_news_total li:hover{
	background: #0080cc;
	color: #fff;
}
.r_news_total_l{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 36px;
	width: 90px;
	text-align: center;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.r_news_total_l span{
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 5px;
}
.r_news_total_r{
	width: 561px;
	margin-left: 38px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.r_news_total_r span{
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 9px;
}