.news1,.news2,
.news2-list {
	width: 100%;
	overflow: hidden;
}
.news1 img {
	width: 100%;
	display: block;
}
.news2-title {
	width: 100%;
	padding: 65px 0;
	overflow: hidden;
	text-align: center;
}
.news2-title h2 {
	margin: 0 0 25px;
}
.news2-list a {
	float: left;
	display: block;
	overflow: hidden;
	background: #f2f3f3;
	width: calc(33.33% - 16px);
}
.news2-list .list-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.news2-list .list-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
	object-position: center center;
}
.news2-list a:hover .list-img img {
	transform: scale(1.15);
} 
.news2-list .list-txt {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
	padding: 40px 35px 55px;
}
.news2-list .list-txt h5 {
	color: #000000;
	font-size: 24px;
	line-height: 25px;
}
.news2-list .list-txt h4 {
	width: 100%;
	color: #595757;
	margin: 15px 0;
	font-size: 28px;
	overflow: hidden;
	font-weight: bold;
	line-height: 40px;
	max-height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news2-list .list-txt p {
	width: 100%;
	color: #595757;
	font-size: 16px;
	margin: 0 0 25px;
	overflow: hidden;
	max-height: 130px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news2-list .list-txt .list-time {
	left: 0px;
	width: 100%;
	bottom: 30px;
	padding: 0 40px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
}
.news2-list .list-txt span {
	color: #020A0E;
	font-family: arial;
}
.news2-list .list-txt em {
	width: 25px;
	height: 20px;
	float: right;
	display: block;
	overflow: hidden;
	background-image: url(../img/more.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.news3 {
	width: 100%;
	padding: 110px 0;
	overflow: hidden;
	text-align: center;
}
.news3 h2 {
	margin: 0 0 30px;
}
.news3 a {
	width: 205px;
	display: block;
	color: #e94709;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 15px;
	border-radius: 26px;
	transition: all 0.5s;
	border: 4px solid #e94709;
}
.news3 a:last-of-type {
	color: #595757;
	font-weight: bold;
	font-family: arial;
}
.news3 a:hover {
	color: #FFFFFF;
	background: #e94709;
}
@media only screen and (max-width: 991px) {
	.news1 {
		margin: 116px 0 0;
	}
	.news2-title h2 {
		margin: 0 0 20px;
	}
	.news2-list a {
		width: calc(50% - 12px);
	}
	.news2-list a:nth-of-type(2n+1) {
		margin: 0 24px 24px 0;
	}
	.news2-list a:nth-of-type(2n) {
		margin: 0 0 24px;
	}
	.news2-list .list-img {
		height: 260px;
	}
}
@media only screen and (max-width: 750px) {
	.news1 {
		margin: 58px 0 0;
	}
	.news2-title {
	    padding: 40px 0;
	}
	.news2-title h2 {
		margin: 0 0 10px;
	}
	.news2-list a {
		float: none;
		width: 100%;
	}
	.news2-list .list-img {
		height: 230px;
	}
	.news2-list .list-txt {
		height: 345px;
		padding: 25px 25px 40px;
	}
	.news2-list .list-txt h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.news2-list .list-txt h4 {
		font-size: 20px;
		margin: 0 0 15px;
		line-height: 30px;
	}
	.news2-list .list-txt p {
		font-size: 14px;
		margin: 0 0 15px;
		line-height: 22px;
		max-height: 110px;
	}
	.news2-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 25px;
	}
	.news2-list .list-txt .list-time em {
		background-size: 18px;
	}
	.news3 {
		padding: 40px 0;
	}
	.news3 h2 {
		margin: 0 0 15px;
	}
	.news3 a {
		width: 160px;
		height: 40px;
		font-size: 16px;
		line-height: 36px;
		border-width: 2px;
		border-radius: 20px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 992px) {
	.news1 {
		margin: 116px 0 0;
	}
	.news2-title {
		padding: 60px 0;
	}
	.news2-title h2 {
		margin: 0 0 20px;
	}
	.news2-list a {
		width: calc(33.33% - 16px);
	}
	.news2-list .list-img {
		height: 200px;
	}
	.news2-list .list-txt {
		height: 455px;
		padding: 30px;
	}
	.news2-list .list-txt h5 {
		font-size: 24px;
		line-height: 25px;
	}
	.news2-list .list-txt h4 {
		margin: 15px 0;
		font-size: 28px;
		line-height: 40px;
		max-height: 120px;
	}
	.news2-list .list-txt p {
		font-size: 16px;
		line-height: 26px;
		max-height: 130px;
	}
	.news2-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 30px;
		line-height: 20px;
	}
	.news2-list a:nth-of-type(3n),
	.news2-list a:nth-of-type(3n+1) {
		margin: 12px 24px 12px 0;
	}
	.news2-list a:nth-of-type(3n+2) {
		margin: 12px 0;
	}
	.news2-list a:nth-of-type(1) {
		margin: 12px 8px 12px 0;
		width: calc(66.66% - 8px);
	}
	.news2-list a:nth-of-type(2) {
		margin: 12px 0 12px 16px;
	}
	.news2-list a:nth-of-type(3n+1) .list-txt {
		background: #353b3e;
	}
	.news2-list a:nth-of-type(1) .list-txt h5,
	.news2-list a:nth-of-type(1) .list-txt h4,
	.news2-list a:nth-of-type(1) .list-txt p,
	.news2-list a:nth-of-type(1) .list-txt span,
	.news2-list a:nth-of-type(3n+1) .list-txt h5,
	.news2-list a:nth-of-type(3n+1) .list-txt h4,
	.news2-list a:nth-of-type(3n+1) .list-txt p,
	.news2-list a:nth-of-type(3n+1) .list-txt span {
		color: #FFFFFF;
	}
	.news2-list a:nth-of-type(1) .list-img {
		height: 410px;
	}
	.news2-list a:nth-of-type(1) .list-txt {
		height: 330px;
		background: #e94709;
		padding: 30px 40px 25px;
	}
	.news2-list a:nth-of-type(2) .list-txt {
		height: 540px;
	}
	.news2-list a:nth-of-type(1) .list-txt h4 {
		max-height: 80px;
		margin: 15px 0 50px;
		-webkit-line-clamp: 2;
	}
	.news2-list a:nth-of-type(1) .list-txt p {
		max-height: 52px;
		-webkit-line-clamp: 2;
	}
	.news2-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 40px;
	}
	.news2-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 50px;
	}
	.news2-list a:nth-of-type(1) .list-txt .list-time em {
	 	background-image: url(../img/moreW.png);
	}
}
@media only screen and (min-width: 1200px) {
	.news1 {
		margin: 0;
	}
	.news2-title {
		padding: 55px 0;
	}
	.news2-title h2 {
		margin: 0 0 15px;
	}
	.news2-list a {
		width: calc(33.33% - 12px);
	}
	.news2-list .list-img {
		height: 180px;
	}
	.news2-list .list-txt {
		height: 360px;
		padding: 25px;
	}
	.news2-list .list-txt h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.news2-list .list-txt h4 {
		margin: 10px 0;
		font-size: 24px;
		max-height: 90px;
		line-height: 30px;
	}
	.news2-list .list-txt p {
		font-size: 14px;
		line-height: 24px;
		max-height: 120px;
	}
	.news2-list .list-txt .list-time {
		bottom: 25px;
		padding: 0 25px;
	}
	.news2-list .list-txt .list-time em {
		background-size: 21px;
	}
	.news2-list a:nth-of-type(3n),.news2-list a:nth-of-type(3n+1) {
		margin: 10px 18px 10px 0;
	}
	.news2-list a:nth-of-type(3n+2) {
		margin: 10px 0;
	}
	.news2-list a:nth-of-type(1) {
		margin: 10px 6px 10px 0;
		width: calc(66.66% - 6px);
	}
	.news2-list a:nth-of-type(2) {
		margin: 10px 0 10px 12px;
	}
	.news2-list a:nth-of-type(1) .list-img {
		height: 350px;
	}
	.news2-list a:nth-of-type(1) .list-txt {
		height: 270px;
		padding: 25px 35px 20px;
	}
	.news2-list a:nth-of-type(2) .list-txt {
		height: 440px;
	}
	.news2-list a:nth-of-type(1) .list-txt h4 {
		max-height: 60px;
		margin: 10px 0 30px;
	}
	.news2-list a:nth-of-type(1) .list-txt p {
		max-height: 48px;
	}
	.news2-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 35px;
	}
	.news2-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 40px;
	}
	.news3 {
		padding: 90px 0;
	}
	.news3 h2 {
		margin: 0 0 20px;
	}
	.news3 a {
		width: 185px;
		line-height: 40px;
		border-width: 2px;
		border-radius: 22px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 1450px) {
	.news2-title {
		padding: 60px 0;
	}
	.news2-title h2 {
		margin: 0 0 20px;
	}
	.news2-list a {
		width: calc(33.33% - 16px);
	}
	.news2-list .list-img {
		height: 230px;
	}
	.news2-list .list-txt {
		height: 430px;
		padding: 30px;
	}
	.news2-list .list-txt h5 {
		font-size: 22px;
		line-height: 22px;
	}
	.news2-list .list-txt h4 {
		margin: 12px 0;
		font-size: 26px;
		line-height: 35px;
		max-height: 105px;
	}
	.news2-list .list-txt p {
		font-size: 15px;
		line-height: 25px;
		max-height: 125px;
	}
	.news2-list .list-txt .list-time {
		bottom: 30px;
		padding: 0 30px;
	}
	.news2-list .list-txt .list-time em {
		background-size: 22px;
	}
	.news2-list a:nth-of-type(3n),.news2-list a:nth-of-type(3n+1) {
		margin: 12px 24px 12px 0;
	}
	.news2-list a:nth-of-type(3n+2) {
		margin: 12px 0;
	}
	.news2-list a:nth-of-type(1) {
		margin: 12px 8px 12px 0;
		width: calc(66.66% - 8px);
	}
	.news2-list a:nth-of-type(2) {
		margin: 12px 0 12px 16px;
	}
	.news2-list a:nth-of-type(1) .list-img {
		height: 460px;
	}
	.news2-list a:nth-of-type(1) .list-txt {
		height: 300px;
		padding: 30px 40px 25px;
	}
	.news2-list a:nth-of-type(2) .list-txt {
		height: 530px;
	}
	.news2-list a:nth-of-type(1) .list-txt h4 {
		max-height: 70px;
		margin: 12px 0 40px;
	}
	.news2-list a:nth-of-type(1) .list-txt p {
		max-height: 50px;
	}
	.news2-list a:nth-of-type(1) .list-txt .list-time {
		bottom: 25px;
		padding: 0 40px;
	}
	.news2-list a:nth-of-type(2) .list-txt .list-time {
		bottom: 50px;
	}
	.news3 {
		padding: 100px 0;
	}
	.news3 h2 {
		margin: 0 0 25px;
	}
	.news3 a {
		width: 195px;
		line-height: 42px;
		border-width: 3px;
		border-radius: 24px;
		margin: 0 auto 12px;
	}
}
@media only screen and (min-width: 1700px) {
	.news2-title {
		padding: 65px 0;
	}
	.news2-title h2 {
		margin: 0 0 25px;
	}
	.news2-list .list-img {
		height: 280px;
	}
	.news2-list .list-txt {
		height: 455px;
	}
	.news2-list .list-txt h5 {
		font-size: 24px;
		line-height: 25px;
	}
	.news2-list .list-txt h4 {
		margin: 15px 0;
		font-size: 28px;
		line-height: 40px;
		max-height: 120px;
	}
	.news2-list .list-txt p {
		font-size: 16px;
		line-height: 26px;
		max-height: 130px;
	}
	.news2-list .list-txt .list-time em {
		background-size: 23px;
	}
	.news2-list a:nth-of-type(1) .list-img {
		height: 570px;
	}
	.news2-list a:nth-of-type(1) .list-txt {
		height: 330px;
	}
	.news2-list a:nth-of-type(2) .list-txt {
		height: 620px;
	}
	.news2-list a:nth-of-type(1) .list-txt h4 {
		max-height: 80px;
		margin: 15px 0 50px;
	}
	.news2-list a:nth-of-type(1) .list-txt p {
		max-height: 52px;
	}
	.news3 {
		padding: 100px 0;
	}
	.news3 h2 {
		margin: 0 0 25px;
	}
	.news3 a {
		width: 195px;
		line-height: 42px;
		border-width: 3px;
		border-radius: 24px;
		margin: 0 auto 12px;
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.details-top {
	width: 100%;
}
.details-top h2 {
	text-align: center;
}
.details-top ul {
	width: 100%;
	height: 25px;
	margin: 50px 0;
}
.details-top ul li {
	float: left;
	color: #898989;
	font-size: 18px;
	line-height: 25px;
	margin-right: 30px;
	position: relative;
}
.details-top ul li em,.details-top ul li span {
	float: left;
	display: block;
}
.details-top ul li:nth-of-type(2) span {
	margin: 3px 5px 0 0;
}
.details-top ul li:nth-of-type(4) span {
	top: 1px;
	width: 23px;
	height: 23px;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	line-height: 22px;
	border-radius: 3px;
	position: relative;
	text-align: center;
	background: #66d552;
}
.details-top ul li a {
	color: #898989;
}
.details-top .wechat-img {
	top: -25px;
	opacity: 0;
	width: 150px;
	right: -140px;
	padding: 15px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	visibility: hidden;
	background: #FFFFFF;
	pointer-events: none;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.wechat-img img {
	width: 100%;
}
.details-top ul li:nth-of-type(4):hover .wechat-img {
	top: -50px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.details-content {
	width: 100%;
	overflow: hidden;
}
.details-content img {
	max-width: 100%;
}
.details-content p {
	margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
	.details-top ul li {
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
	    padding: 50px 0;
	}
	.details-top ul {
	    height: 60px;
	    margin: 25px 0;
	}
	.details-top ul li {
		padding: 5px 0;
		font-size: 14px;
		line-height: 20px;
		margin-right: 15px;
	}
	.details-top ul li:nth-of-type(3) {
		margin-right: 0px;
	}
	.details-top ul li:nth-of-type(4) span {
		top: -2px;
	}
	.details-content p {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-details {
		padding: 80px 0;
	}
	.details-top ul {
		margin: 40px 0;
	}
	.details-top ul li {
		font-size: 14px;
		margin-right: 20px;
	}
	.details-top .wechat-img {
		top: -15px;
	}
	.details-top ul li:nth-of-type(4):hover .wechat-img {
		top: -30px;
	}
	.details-content p {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1450px) {
	.news-details {
		padding: 90px 0;
	}
	.details-top ul {
		margin: 45px 0;
	}
	.details-top ul li {
		font-size: 16px;
		margin-right: 25px;
	}
	.details-top .wechat-img {
		top: -20px;
	}
	.details-top ul li:nth-of-type(4):hover .wechat-img {
		top: -40px;
	}
	.details-content p {
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1700px) {
	.news-details {
		padding: 100px 0;
	}
	.details-top ul {
		margin: 50px 0;
	}
	.details-top ul li {
		font-size: 18px;
		margin-right: 30px;
	}
	.details-top .wechat-img {
		top: -25px;
	}
	.details-top ul li:nth-of-type(4):hover .wechat-img {
		top: -50px;
	}
	.details-content p {
		margin: 0 0 30px;
	}
}