/*常用修改项*/

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

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

.__slide_nav_contact{
	width: 285px;
	padding: 17px 5px 17px 15px;
	box-sizing: border-box;
	line-height: 23px;
	color: #fff;
	background-color: #1e61ba;
}
.__position{
	width: 850px;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	padding:0px 15px;
	margin-bottom: 25px;
	background-color: #1e61ba;
}
.__inner_body{
	padding-top: 35px;
	padding-bottom: 35px;
}
.__pages{
	text-align: center;
	margin-top: 25px;
}
.__pages li{
	display: inline-block;
	padding:6px 18px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px;
}
.__pages li.c{
	background: #d7322e;
	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{
	overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
    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{

	box-sizing: border-box;

}
.__slide_nav_list li{
	line-height: 60px;
	background-color: #1e61ba;
	color:#fff;
	font-size: 20px;
	text-indent: 50px;
	margin-bottom: 11px;
}
.__slide_nav_list li:hover{
	background-color: #d7322e;
}
.__slide_nav h2{
	width: 285px;
	height: 163px;
	line-height: 163px;
	font-size: 35px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background:url(../images/left1.jpg)center center no-repeat;
}
.__list_image{
	min-height: 500px;
}
.__list_image li{
	width: 280px;
	overflow: hidden;
	display: inline-block;
	margin:8px 8px;
}
.__list_image li .img_wrap{
	width: 280px;
	overflow: hidden;
}
.__list_image li .img_wrap img{
	width: 100%;
}
.__list_image li:hover .img_wrap{
	border-color: #0361c0;
}
.__list_image li .text_wrap{
	width: 280px;
    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: #d7322e;
	color: #fff;
	transition: 0.3s;
}
.r_news_total li{
	background-color: #f5f5f7;
	color: #000;
	width: 880px;
	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: #d7322e;
	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: normal;
	padding-top: 5px;
}
.r_news_total_r span{
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 9px;
}