.news-content {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
}
.news-content .news-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 45px 0 0;
}
.news-menu a {
	display: inline-block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #e9e9e9;
	cursor: pointer;
	color: #666666;
	margin: 0 10px;
}
.news-menu a:hover {
	color: #d80c18;
	font-weight: bold;
}
.news-menu a.active {
	background-color: #d80c18;
	color: #FFFFFF;
	font-weight: bold;
}
.news-content .news-list {
	width: 100%;
	height: auto;
	margin: 10px 0 45px;
}
.news-list a {
	display: block;
	width: 100%;
	height: 255px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 30px 0 0;
	padding: 25px 35px 25px 25px;
	transition: all 0.5s;
}
.news-list .list-img {
	width: 315px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.news-list .list-img img {
	width: 100%;
}
.news-list .list-txt {
	width: calc(100% - 345px);
	width: -moz-calc(100% - 345px);
	width: -webkit-calc(100% - 345px);
	height: 100%;
	overflow: hidden;
	float: right;
	padding: 20px 0 0;
}
.list-txt h4 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 16px;
}
.list-txt p {
	width: 100%;
	height: 44px;
	line-height: 22px;
	color: #949494;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list-txt span {
	display: block;
	width: 110px;
	height: 20px;
	overflow: hidden;
	color: #acabab;
	margin: 50px 0 0;
}
.news-list a:hover {
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.26);
}
.news-list a:hover .list-txt h4 {
	color: #d80c18;
}
@media only screen and (max-width: 991px) {
	.news-list .list-img {
	    width: 315px;
	}
}
@media only screen and (max-width: 700px) {
	.news-menu a {
	    width: 100px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    margin: 0 8px;
	}
	.news-list a {
	    height: auto;
	    margin: 20px 0 0;
	    padding: 0;
	}
	.news-list .list-img {
	    width: 100%;
	}
	.news-list .list-txt {
		width: 100%;
		padding: 20px;
	}
	.list-txt h4 {
	    height: 40px;
	    line-height: 20px;
	    font-size: 16px;
	    white-space: normal;
	    text-overflow: clip;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	    margin: 0 0 10px;
	}
	.list-txt span {
	    margin: 20px 0 0;
	}
}
/*新闻详情页面*/
.news-content .details-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	background-color: #f8f8f8;
}
.details-title a {
	color: #666666;
	cursor: pointer;
}
.details-title a:hover {
	color: #d80c18;
	text-decoration: underline !important;
}
.details-content {
	width: 100%;
	overflow: hidden;
	padding: 48px 0 60px;
	background-color: #ffffff;
}
.details-content .details-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.details-top h2 {
	font-size: 26px;
	color: #333333;
	margin: 0 0 25px;
	line-height: 30px;
}
.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;
}
.details-content .details-center {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0;
}
.details-center strong {
	background-color: #d80c18;
	color: #FFFFFF;
	padding: 0 5px;
}
.details-content .details-center p {
	margin: 10px 0;
}
.details-content .details-center img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	width: 800px;
}
.details-content .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: #d80c18;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.details-content {
		padding: 40px 0;
	}
	.details-bottom p {
		max-width: 100%;
		float: none !important;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 700px) {
	.details-content {
		padding: 30px 0 40px;
	}
	.news-content .details-title {
	    height: 45px;
	    line-height: 45px;
	}
	.details-top h2 {
		margin: 0 0 15px;
	}
	.details-top p {
	    font-size: 14px;
	}
	.details-content .details-center {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 20px 0;
	}
	.details-content .details-bottom {
		padding: 10px 0 0;
	}
	.details-bottom p {
	    margin: 5px 0;
	}
}
