/* banner */
.banner_box {
	width: 100%;
	height: 270px;
	position: relative;
}

.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: 270px;
}

.main {
	margin-top: 30px;
}

/* main */
.main_l {
	width: 250px;
	background-color: #f3f3f3;
}

.main_l_title {
	width: 100%;
	height: 185px;
	text-align: center;
	line-height: 185px;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.main_l_title img {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 185px;
}

.main_l_title span {
	display: inline-block;
	width: 250px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.main_l_list ul {
	box-sizing: border-box;
	padding: 15px 0;
}

.main_l_list ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.main_l_list ul li a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #b1b1b1;
	font-size: 16px;
	font-weight: bold;
}

.main_l_list ul li.active a {
	color: #fff;
	background-color: #3294cf;
	background: -webkit-linear-gradient(left, #99a0cb, #008fd1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #99a0cb, #008fd1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #99a0cb, #008fd1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #99a0cb, #008fd1);
	/* 标准的语法 */
}

.main_l_list ul li a:hover {
	color: #fff;
	background-color: #3294cf;
	background: -webkit-linear-gradient(left, #99a0cb, #008fd1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #99a0cb, #008fd1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #99a0cb, #008fd1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #99a0cb, #008fd1);
	/* 标准的语法 */
}

/* main_r */
.main_r {
	width: 885px;
}

.main_r_title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 2px solid #f3f3f3;
}

.main_r_title .new_name {
	display: inline-block;
	/* width: 100px; */
	height: 60px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	border-bottom: 5px solid #008fd1;
}

.path {
	height: 60px;
	line-height: 60px;
}

.path img,
.path span,
.path a {
	vertical-align: middle;
	font-size: 14px;
}

.path span {
	color: #282828;
}

.path a {
	color: #959595;
}

.path a:hover {
	color: #005bac;
	text-decoration: underline;
}

/* 新闻列表 */
.new_con_box {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.new_list_top {
	width: 100%;
	height: 275px;
	overflow: hidden;
	background-color: #f3f3f3;
	margin-bottom: 60px;
}

.new_list_top_l {
	width: 410px;
	height: 100%;
}

.new_list_top_l img {
	width: 410px;
	height: 275px;
}

.new_list_top_r {
	width: 475px;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 40px;
}

.new_list_top_r_title {
	line-height: 25px;
	font-size: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new_list_top_r_title a{
	color: #0f64b1;
}
.new_list_top_r_title a:hover{
	text-decoration: underline;
}
.new_list_top_r_desc{
	line-height: 25px;
	margin-top: 25px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.new_list_top_r_more{
	margin-top: 30px;
}
.new_list_top_r_more a{
	display: inline-block;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #1a9add;
	font-size: 16px;
}
.new_list_top_r_more a:hover{
	color: #1a9add;
	background-color: #fff;
	transition: 0.4s;
}
/* 新闻列表 */
.new_con{
	width: 100%;
}
.new_con>div:nth-of-type(1){
	border-top: none!important;
}
.new_con>div:nth-last-of-type(2){
	border-bottom: 1px dotted #d7d7d7;
}
/* 有图片的新闻 */
.new_item {
	width: 100%;
	/* height: 115px; */
	overflow: hidden;
	border-top: 1px dotted #d7d7d7;
}

.new_item_l {
	width: 150px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.new_item_l img {
	width: 150px;
	height: 90px;
}

.new_item_r {
	width: 730px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 25px;
}

.new_title {
	width: 100%;
	margin-top: 18px;
	font-size: 16px;
}

.new_title a {
	color: #013d67;
}

.new_title a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.new_desc {
	margin-top: 20px;
	color: #000;
	font-size: 14px;
	width: 100%;
}

.new_time {
	font-size: 14px;
	text-align: right;
	color: #013d67;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* 不带有标题图的新闻列表 */
.new_item_all {
	box-sizing: border-box;
	padding-right: 25px;
	width: 100%;
	border-top: 1px dotted #d7d7d7;
	min-height: 100px;
}

.new_all_title {
	margin-top: 20px;
}

.new_all_title a {
	font-size: 16px;
	color: #013d67;
}

.new_all_title a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.new_all_desc {
	font-size: 14px;
	margin-top: 20px;
	line-height: 20px;
	max-height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 分页 */
.page_box{
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
	/* background-color: red; */
}
.page_box a:hover{
	color: #fff;
	background-color: #3469b0;
}