.news-content {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 10px;
}
.news-content a {
	width: 33.33%;
	margin: 0 0 50px;
	padding: 25px 30px 50px;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
}
.news-content a:nth-of-type(3n+1) {
	border-left: 6px solid #f3f3f3;
	border-right: 2px solid #f3f3f3;
}
.news-content a:nth-of-type(3n+2) {
	border-left: 4px solid #f3f3f3;
	border-right: 4px solid #f3f3f3;
}
.news-content a:nth-of-type(3n) {
	border-left: 2px solid #f3f3f3;
	border-right: 6px solid #f3f3f3;
}
.news-content .news-img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-content .news-txt {
	width: 100%;
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	height: 185px;
	overflow: hidden;
	margin: 25px 0 0;
}
.news-txt h4 {
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	overflow: hidden;
	color: #000000;
	margin: 0 0 13px;
}
.news-txt .txt-txt {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
	border-top: 1px solid #f0f0f0;
}
.news-txt p {
	width: 100%;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.news-content a span {
	display: block;
	width: 174px;
	height: 35px;
	border-radius: 18px;
	line-height: 35px;
	overflow: hidden;
	margin: 40px auto 0;
	background-color: #acacac;
	color: #FFFFFF;
	transition: all 0.5s;
	text-align: center;
	position: relative;
}
.news-content a span em {
	position: relative;
	z-index: 2;
}
.news-content a span:before {
	content: '';
	display: block;
	width: 310px;
	height: 310px;
	position: absolute;
	z-index: 1;
	left: -95px;
    top: -335px;
	transform: rotate(70deg);
    background-color: rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.news-content a:hover span:before {
	background-color: #f45d1e;
	transform: rotate(90deg);
    top: -250px;
}
.news-content a:hover .news-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.news-content a {
		width: 50%;
		padding: 25px 30px 40px;
	}
	.news-content a:nth-of-type(2n+1) {
		border-right: 3px solid #f3f3f3;
		border-left: 6px solid #f3f3f3;
	}
	.news-content a:nth-of-type(2n) {
		border-left: 3px solid #f3f3f3;
		border-right: 6px solid #f3f3f3;
	}
	.news-img img {
		height: 159px;
	}
}
@media only screen and (max-width: 750px) {
	.news-content {
	    padding: 65px 0 10px;
	}
	.news-content a {
		width: 100%;
		padding: 15px 20px 30px;
		border-right: 3px solid #f3f3f3 !important;
		border-left: 3px solid #f3f3f3 !important;
		margin: 0 0 25px;
	}
	.news-content .news-txt {
	    margin: 15px 0 0;
	    padding: 0 6px;
	}
	.news-txt p {
		height: auto;
		max-height: 120px;
	}
	.news-img img {
		height: 173px;
	}
}
@media only screen and (min-width: 992px) {
	.news-img img {
		height: 153px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-img img {
		height: 208px;
	}
}
/*新闻详情页面*/
.news-details {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 50px;
}
.news-details .details-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.details-top h2 {
	font-size: 32px;
	color: #333333;
	margin: 0 0 25px;
	line-height: 35px;
}
.details-top p {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #bcbcbc;
	overflow: hidden;
}
.details-top p span:nth-of-type(1) {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #f2f2f2;
}
.news-details .details-center {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0;
	text-align: justify;
}
.news-details .details-center p {
	margin: 10px 0;
}
.news-details .details-center p img {
	display: block;
	margin: 20px auto;
	width: 800px;
	max-width: 100%;
}
.news-details .details-bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
	padding: 20px 0 0;
}
.details-bottom p {
	max-width: calc(50% - 30px);
	max-width: -moz-calc(50% - 30px);
	max-width: -webkit-calc(50% - 30px);
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #797979;
	font-size: 14px;
	float: left;
}
.details-bottom p:nth-of-type(2) {
	float: right;
}
.details-bottom p a {
	color: #797979;
}
.details-bottom p a:hover {
	color: #ea5505;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.news-details {
		padding: 40px 0;
	}
	.details-bottom p {
		max-width: 100%;
		float: none !important;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
		padding: 30px 0 40px;
	}
	.details-top h2 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 30px;
	}
	.details-top p {
	    font-size: 14px;
	}
	.news-details .details-center {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 15px 0;
	}
	.news-details .details-bottom {
		padding: 10px 0 0;
	}
	.details-bottom p {
	    margin: 5px 0;
	}
}
