.news1 {
	width: 100%;
	margin: 162px 0 0;
	padding: 0 0 18px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}
.news1 h2 {
	line-height: 55px;
	font-size: 48px;
	letter-spacing: 3px;
	color: #333333;
	font-weight: lighter;
}
.news1 h2 strong {
	font-weight: bold;
}
.news2 {
	width: 100%;
	margin: 35px 0 0;
	overflow: hidden;
}
.news-menu {
	width: 100%;
	overflow: hidden;
}
.news-menu a {
	display: block;
	padding: 0 5px;
	line-height: 24px;
	height: 25px;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	float: left;
	margin-right: 45px;
}
.news-menu a:hover {
	color: #d1121b;
	font-weight: 500;
}
.news-menu a.active {
	color: #d1121b;
	font-weight: bold;
	border-bottom: 1px solid #d1121b;
}
.news-list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.news-list a {
	display: block;
	width: -moz-calc(33.33% - 26.66px);
	width: -webkit-calc(33.33% - 26.66px);
	width: calc(33.33% - 26.66px);
	overflow: hidden;
}
.news-list .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list h4 {
	width: 100%;
	font-size: 24px;
	line-height: 35px;
	height: 70px;
	margin: 20px 0 15px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s;
}
.news-list p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin: 0 0 20px;
	color: #a0a0a0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #c6c6c6;
}
.news-list a:hover .list-img img {
	transform: scale(1.1);
}
.news-list a:hover h4 {
	color: #d1121b;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.news1 {
		margin: 170px 0 0;
	}
	.news1 h2 {
		font-size: 45px;
	}
	.news-menu a {
		line-height: 43px;
		height: 45px;
		font-size: 30px;
		margin-right: 55px;
	}
	.news-menu a.active {
		border-bottom-width: 2px;
	}
	.news-list {
		margin: 50px 0 10px;
	}
	.news-list a {
		width: 100%;
		margin: 0 0 55px;
	}
	.news-list h4 {
		font-size: 35px;
		line-height: 54px;
		height: 108px;
		margin: 25px 0 20px;
	}
	.news-list p {
		font-size: 20px;
		line-height: 36px;
		height: 72px;
		margin: 0 0 35px;
	}
	.news-list span {
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	.news1 {
		margin: 90px 0 0;
	}
	.news1 h2 {
		line-height: 45px;
		font-size: 36px;
		letter-spacing: 2px;
	}
	.news2 {
	    margin: 25px 0 0;
	}
	.news-menu a {
		line-height: 25px;
		height: 25px;
		font-size: 14px;
		margin-right: 30px;
	}
	.news-menu a.active {
		border-bottom-width: 1px;
	}
	.news-list {
		margin: 30px 0 10px;
	}
	.news-list a {
		margin: 0 0 30px;
	}
	.news-list h4 {
		font-size: 20px;
		line-height: 25px;
		height: 50px;
		margin: 15px 0 10px;
	}
	.news-list p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin: 0 0 10px;
	}
	.news-list span {
		font-size: 12px;
	}
}
@media only screen and (min-width: 992px) {
	.news1 {
		margin: 120px 0 0;
	}
	.news1 h2 {
		line-height: 40px;
		font-size: 36px;
		letter-spacing: 1px;
	}
	.news-list a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		float: left;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 30px 35px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.news-list h4 {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
		margin: 15px 0 10px;
	}
	.news-list p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.news1 {
		margin: 135px 0 0;
	}
	.news1 h2 {
		line-height: 45px;
		font-size: 40px;
		letter-spacing: 2px;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 30px 40px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 40px;
	}
}
@media only screen and (min-width: 1450px) {
	.news1 {
		margin: 162px 0 0;
	}
	.news1 h2 {
		line-height: 55px;
		font-size: 48px;
		letter-spacing: 3px;
	}
	.news-list a {
		width: -moz-calc(33.33% - 26.66px);
		width: -webkit-calc(33.33% - 26.66px);
		width: calc(33.33% - 26.66px);
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 40px 55px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 55px;
	}
	.news-list h4 {
		font-size: 24px;
		line-height: 35px;
		height: 70px;
		margin: 20px 0 15px;
	}
	.news-list p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin: 0 0 20px;
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	padding: 155px 0 50px;
	overflow: hidden;
	background-color: #f9f9f9;
}
.news-details .details-top {
	width: 100%;
	overflow: hidden;
}
.details-top h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 20px;
	color: #000000;
}
.details-top p {
	color: #b7b7b7;
	line-height: 20px;
	font-size: 14px;
}
.details-top p span {
	margin-right: 20px;
}
.news-details .details-center {
	width: 100%;
	margin: 20px 0;
	padding: 40px;
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.details-center img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}
.details-center p {
	margin: 0 0 10px;
}
.news-details .details-bottom {
	width: 100%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}
.details-bottom p {
	width: 100%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.details-bottom p a {
	color: #666666;
}
.details-bottom p a:hover {
	color: #dc252a;
}
@media only screen and (max-width: 991px) {
	.news-details {
		padding: 170px 0 50px;
	}
	.news-details .details-center {
		padding: 40px 0;
		font-size: 24px;
		line-height: 40px;
	}
	.news-details .details-bottom {
		padding: 0;
		font-size: 24px;
		line-height: 40px;
	}
	.details-bottom p {
		height: 40px;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
		padding: 90px 0 30px;
	}
	.details-top h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 10px;
	}
	.details-top p {
		font-size: 12px;
	}
	.details-top p span {
		margin-right: 15px;
	}
	.news-details .details-center {
		padding: 20px 0;
		font-size: 14px;
		line-height: 25px;
		margin: 10px 0;
	}
	.details-center img {
		margin: 0 auto 15px;
	}
	.news-details .details-bottom {
		font-size: 14px;
		line-height: 25px;
	}
	.details-bottom p {
		height: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.news-details {
		padding: 120px 0 50px;
	}
	.news-details .details-center {
		margin: 20px 0;
		padding: 20px 0;
	}
	.news-details .details-bottom {
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.news-details {
		padding: 155px 0 50px;
	}
	.news-details .details-center {
		padding: 30px 0;
	}
}
@media only screen and (min-width: 1450px) {
	.details-top h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 20px;
	}
	.news-details .details-center {
		padding: 40px;
	}
	.news-details .details-bottom {
		padding: 0 40px;
		font-size: 14px;
		line-height: 25px;
	}
}