.news_content{
	width: 100%;
	overflow: hidden;
}
/*顶部新闻*/
.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: #0a9476;
}
.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;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	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: #0a9476;
	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;
		line-height: 22px;
	}
	.news_topTime {
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	}
	.news_topText>span {
	    margin-top: 10px;
	}
}
@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;
	}
}
/*新闻列表*/
#datactt{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.news_list{
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0px;
}
.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;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.news_list .news_text p{
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.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;
	line-height: 168px;
	text-align: center;
	font-size: 16px;
	color: #d2d2d2;
}
.news_list li a:hover .news_text{
	color: #FFFFFF;
}
.news_list li a:hover h4{
	color: #FFFFFF;
}
.news_list li a:hover .news_time{
	color: #FFFFFF;
}
.news_list li a:hover img{
	transform: scale(1.1);
}
.news_list li a:hover .news_right{
	color: #FFFFFF;
	border-color: #FFFFFF;
}
@media only screen and (max-width:992px ) {
	.news_right{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.news_list li{
		height: auto;
		padding: 0 0 20px;
	}
	.news_list .news_img{
		width: 100%;
	}
	.news_list .news_text{
		width: 100%;
		padding: 15px 0 0 0px;
	}
	.news_list .news_text h4 {
	    margin-bottom: 5px;
	}
	.news_list{
		margin: 20px 0 20px;
	}
	.news_list .news_time {
	    margin-top: 10px;
	    font-size: 12px;
	}
}
@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 20px;
	}
}
@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 20px;
	}
}
/*新闻详情*/
.news_title{
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding: 35px 0 25px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
}
.news_title span{
	color: #999999;
	font-size: 16px;
	margin:0px 7px 0 0;
}
.news_title a{
	color: #666666;
}
.news_title a:hover{
	color: #0a9476;
}
.news_details{
	width: 100%;
	overflow: hidden;
	padding: 40px 20px 55px;
}
.details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
.details_title h1{
	color: #000000;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
}
.details_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.details_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.details_page{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a4a4a4;
	padding-top: 20px;
	line-height: 16px;
	position: relative;
}
.details_page li{
	height: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.details_page li:first-of-type{
	margin-bottom: 10px;
}
.details_page a{
	color: #a4a4a4;
}
.details_page a:hover{
	color: #000000;
}
.details_share{
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 35px;
}
@media only screen and (max-width: 767px) {
	.news_title{
		width: 100%;
		overflow: hidden;
		text-align: right;
		padding: 15px 0 10px;
		line-height: 20px;
		border-bottom: 1px solid #ebebeb;
		color: #666666;
	}
	.news_details{
		padding: 30px 0px 35px;
	}
	.details_content{
		padding: 20px 0 30px;
		font-size: 12px;
		line-height: 20px;
	}
	.details_title h1{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.details_page{
		font-size: 12px;
		padding-top: 10px;
		line-height: 14px;
	}
	.details_page li:first-of-type{
		margin-bottom: 5px;
	}
	.details_share{
		position: relative;
		top: 0px;
		margin-top: 10px;
	}
}