.page_nav{
	width: 313.5px;
}
.news_banner{
	width: 100%;
	overflow: hidden;
}

.news_content{
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.news_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -220px;
	}
}
@media only screen and (max-width:767px ) {
	.news_banner{
		width:100%;
		height: 300px;
		overflow: hidden;
	}
	.news_banner img{
		width: auto;
		height: 100%;
		position: relative;
		left: -120px;
	}
}
@media only screen and (min-width:1921px ) {
	.news_banner img{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
	}
}
/*顶部新闻*/
.news_top{
	width: 100%;
	padding-top: 60px;
	height: 460px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ededed;
}
.news_top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 2.5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
}
.news_top .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0aa7a8;
}
.news_topBanner img{
	width: 100%;
	transition: all 0.5s;
}
.news_topText{
	padding-left: 45px;
	height: auto;
}
.news_topText h3{
	width: 98%;
	line-height: 30px;
	font-size: 24px;
	color: #131313;
	margin-bottom: 10px;
}
.news_topTime{
	color: #acacac;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news_topTime span:first-of-type{
	margin-right: 20px;
}
.news_topText p{
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #8c8c8c;
}
.news_topText>span{
	display: inline-block;
	margin-top: 25px;
	color: #004894;
}
.news_top a:hover img{
	transform: scale(1.1);
}
.news_top a:hover h3{
	color: #004894;
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.news_top{
		padding: 30px 0;
		height: auto;
	}
	.news_topText{
		margin-top: 20px;
		padding-left: 0px;
		height: auto;
	}
	.news_topText h3{
		width: 100%;
		font-size: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.news_top{
		padding: 40px 0;
		height: auto;
	}
	.news_topText{
		margin-top: 20px;
		padding-left: 0px;
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.news_top{
		padding: 60px 0 0;
		height: 460px;
	}
	.news_topText{
		margin-top: 0px;
		padding-left: 45px;
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.news_top>.container>a{
		display: block;
		width: 100%;
		height: 340px;
		overflow: hidden;
	}
}
/*新闻列表*/
.news_list{
	width: 100%;
	overflow: hidden;
	margin: 40px 0 65px;
}
.news_list li{
	width: 100%;
	height: 270px;
	overflow: hidden;
	padding: 50px 0;
}
.news_list li a{
	display: block;
	height: 100%;
	position: relative;
	left: 0;
	transition: all 0.5s;
}
.news_list .news_img{
	width: 300px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_list .news_text{
	width: 530px;
	height: 100%;
	float: left;
	padding: 25px 0 0 30px;
	line-height: 20px;
	font-size: 13px;
	color: #6c6c6c;
}
.news_list .news_text h4{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news_list .news_text p{
	height: 40px;
	overflow: hidden;
}
.news_list .news_time{
	color: #acacac;
	margin-top: 40px;
}
.news_list .news_time span:first-of-type{
	margin-right: 20px;
}
.news_right{
	width: 37px;
	height: 170px;
	border: 1px solid #bfbfbf;
	float: right;
	background: url(../img/news_rightWhite.png) no-repeat center center;
	background-size: 10px;
}
.news_list li a:hover{
	left: -10px;
}
.news_list li a:hover img{
	transform: scale(1.1);
}
.news_list li a:hover .news_right{
	background: url(../img/news_rightRed.png) no-repeat center center;
	background-size: 10px;
	border-color:#e11c00;
}
@media only screen and (max-width:767px ) {
	.news_list li{
		height: auto;
		padding: 0 0 20px;
	}
	.news_right{
		display: none;
	}
	.news_list .news_img{
		width: 100%;
	}
	.news_list .news_text{
		width: 100%;
		padding-left: 0;
	}
	.news_list{
		margin: 20px 0 30px;
	}
}
@media only screen and (min-width:768px ) {
	.news_list .news_text{
		width: 380px;
		padding: 20px 0 0 25px;
	}
	.news_list li{
		height: 230px;
		padding: 30px 0;
	}
	.news_list{
		margin: 30px 0 50px;
	}
}
@media only screen and (min-width:992px ) {
	.news_list .news_text{
		width: 530px;
		padding: 25px 0 0 30px;
	}
	.news_list li{
		height: 270px;
		padding: 50px 0;
	}
	.news_list{
		margin: 40px 0 65px;
	}
}
