.news-content {
	width: 100%;
	padding: 165px 0 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.news-title {
	width: 100%;
	margin: 0 0 70px;
	overflow: hidden;
	position: relative;
}
.news-title:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background: url(../img/line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 212px;
	bottom: 2px;
}
.news-title h2 {
	font-size: 90px;
	line-height: 85px;
	font-family: "wigrumweb";
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px;
	letter-spacing: -4px;
}
.news-title h3 {
	font-size: 32px;
	line-height: 35px;
	font-weight: lighter;
	color: #333333;
}
.news-content a {
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: box-shadow 0.5s;
	margin: 0 0 65px;
}
.news-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.news-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.5s;
}
.news-txt {
	width: 100%;
	height: 320px;
	padding: 17px 35px 35px;
	overflow: hidden;
	position: relative;
}
.news-txt em {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-family: arial;
	color: #d0d0d0;
	overflow: hidden;
}
.news-txt h4 {
	width: 100%;
	max-height: 74px;
	line-height: 37px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 6px 0 17px;
	transition: all 0.5s;
}
.news-txt p {
	width: 100%;
	max-height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #a4a4a4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news-more {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #333333;
	overflow: hidden;
	position: absolute;
	left: 35px;
	bottom: 35px;
	transition: all 0.5s;
}
.news-more:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #e60012;
	border-right: 2px solid #e60012;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.news-more span {
	position: relative;
	z-index: 1;
}
.news-more:hover {
	color: #FFFFFF;
}
.news-more:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #e60012;
}
.news-content a:hover {
	box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
}
.news-content a:hover .news-img img {
	transform: scale(1.1);
}
.news-content a:hover .news-txt h4 {
	color: #e60012;
}
@media only screen and (max-width: 991px) {
	.news-content a {
		width: 100%;
	}
	.news-img {
		height: 360px;
	}
	.news-txt {
		height: auto;
		padding: 35px 50px 60px;
	}
	.news-txt em {
		line-height: 30px;
		font-size: 24px;
	}
	.news-txt h4 {
		max-height: 90px;
		line-height: 45px;
		font-size: 36px;
		margin: 10px 0 30px;
	}
	.news-txt p {
		max-height: 120px;
		line-height: 40px;
		font-size: 24px;
	}
	.news-more {
		width: 300px;
		height: 70px;
		line-height: 70px;
		padding: 0 30px;
		font-size: 24px;
		margin: 50px 0 0;
		position: relative;
		left: 0;
		bottom: 0;
	}
}
@media only screen and (max-width: 750px) {
	.news-content {
		padding: 85px 0 15px;
	}
	.news-title {
		margin: 0 0 30px;
	}
	.news-title:before {
		width: 44px;
		height: 44px;
		left: 112px;
	}
	.news-title h2 {
		font-size: 48px;
		line-height: 50px;
		margin: 0 0 5px;
		letter-spacing: -2px;
	}
	.news-title h3 {
		font-size: 24px;
		line-height: 25px;
	}
	.news-content a {
		margin: 0 0 25px;
	}
	.news-img {
		height: 185px;
	}
	.news-txt {
		padding: 15px 25px 30px;
	}
	.news-txt em {
		line-height: 20px;
		font-size: 12px;
	}
	.news-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.news-txt p {
		max-height: 66px;
		line-height: 22px;
		font-size: 14px;
	}
	.news-more {
		width: 140px;
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
		font-size: 14px;
		margin: 25px 0 0;
	}
	.news-more:before {
	    height: 12px;
	    border-bottom-width: 1px;
	    border-right-width: 1px;
	    left: -8px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content {
		padding: 125px 0 15px;
	}
	.news-title {
		margin: 0 0 40px;
	}
	.news-title:before {
		width: 55px;
		height: 55px;
		left: 152px;
	}
	.news-title h2 {
		font-size: 64px;
		line-height: 65px;
		margin: 0 0 5px;
		letter-spacing: -2px;
	}
	.news-title h3 {
		font-size: 24px;
		line-height: 25px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 0 0 45px;
		float: left;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 30px 45px 0;
	}
	.news-img {
		height: 166px;
	}
	.news-txt {
		height: 250px;
		padding: 15px 25px 25px;
	}
	.news-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.news-txt p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.news-more {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		left: 25px;
		bottom: 25px;
	}
	.news-content a:hover {
		box-shadow: -3.6px 1.8px 18px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1200px) {
	.news-content {
		padding: 140px 0 15px;
	}
	.news-title {
		margin: 0 0 55px;
	}
	.news-title:before {
		width: 66px;
		height: 66px;
		left: 172px;
	}
	.news-title h2 {
		font-size: 72px;
		line-height: 75px;
		margin: 0 0 8px;
		letter-spacing: -3px;
	}
	.news-title h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		margin: 0 0 55px;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 45px 55px 0;
	}
	.news-img {
		height: 196px;
	}
	.news-txt {
		height: 280px;
		padding: 15px 30px 30px;
	}
	.news-txt h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
		margin: 5px 0 15px;
	}
	.news-txt p {
		max-height: 66px;
		line-height: 22px;
		font-size: 13px;
	}
	.news-more {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		left: 30px;
		bottom: 30px;
	}
	.news-content a:hover {
		box-shadow: -3.6px 1.8px 28px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1550px) {
	.news-content {
		padding: 165px 0 15px;
	}
	.news-title {
		margin: 0 0 70px;
	}
	.news-title:before {
		width: 77px;
		height: 77px;
		left: 212px;
	}
	.news-title h2 {
		font-size: 90px;
		line-height: 85px;
		margin: 0 0 10px;
		letter-spacing: -4px;
	}
	.news-title h3 {
		font-size: 32px;
		line-height: 35px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 50px);
		width: -webkit-calc(33.33% - 50px);
		width: calc(33.33% - 50px);
		margin: 0 0 65px;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 75px 65px 0;
	}
	.news-img {
		height: 250px;
	}
	.news-txt {
		height: 320px;
		padding: 17px 35px 35px;
	}
	.news-txt h4 {
		max-height: 74px;
		line-height: 37px;
		font-size: 30px;
		margin: 6px 0 17px;
	}
	.news-txt p {
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
	}
	.news-more {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		left: 35px;
		bottom: 35px;
	}
	.news-content a:hover {
		box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	padding: 190px 0 50px;
	overflow: hidden;
}
.news-details .details-top {
	width: 100%;
	overflow: hidden;
}
.details-top h3 {
	font-size: 32px;
	line-height: 35px;
	color: #000000;
	margin: 0 0 12px;
}
.details-top p {
	width: 100%;
	color: #9d9d9d;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
}
.news-details .details-center {
	width: 100%;
	margin: 28px 0;
	padding: 30px 0 20px;
	overflow: hidden;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.details-center p {
	color: #9d9d9d;
	font-size: 14px;
	line-height: 30px;
}
.details-center img {
	display: block;
	max-width: 100%;
	margin: 15px auto;
}
.news-details .details-bottom {
	width: 100%;
	overflow: hidden;
}
.details-bottom .details-page {
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	overflow: hidden;
	float: left;
}
.details-page p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	font-size: 14px;
	overflow: hidden;
}
.details-page p a {
	color: #bdbdbd;
	transition: all 0.5s;
}
.details-page p a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
.details-return {
	width: 200px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	float: right;
}
.details-return span {
	color: #e60012;
	position: relative;
	z-index: 1;
}
.details-return:before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-right: 2px solid #e60012;
	border-bottom: 2px solid #e60012;
	position: absolute;
	left: -12px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.details-return:hover span {
	color: #FFFFFF;
}
.details-return:hover:before {
	height: 100%;
	background-color: #e60012;
	transform: skewX(0deg);
}
@media only screen and (max-width: 991px) {
	.news-details {
		padding: 190px 0 100px;
	}
	.details-top h3 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 20px;
	}
	.details-top p {
		line-height: 30px;
		font-size: 28px;
	}
	.news-details .details-center {
		margin: 50px 0;
		padding: 60px 0 50px;
		border-top-width: 2px;
		border-bottom-width: 2px;
	}
	.details-center p {
		font-size: 28px;
		line-height: 50px;
	}
	.details-center img {
		margin: 30px auto;
	}
	.details-bottom .details-page {
		width: 100%;
		float: none;
	}
	.details-page p {
		height: 40px;
		line-height: 40px;
		margin: 0 0 10px;
		font-size: 28px;
	}
	.details-return {
		width: 350px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
		padding: 0 30px;
		float: none;
		margin: 30px 0 0;
	}
	.details-return:before {
		border-right-width: 4px;
		border-bottom-width: 4px;
		left: -16px;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
		padding: 90px 0 50px;
	}
	.details-top h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.details-top p {
		line-height: 20px;
		font-size: 14px;
	}
	.news-details .details-center {
		margin: 25px 0;
		padding: 30px 0 25px;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
	.details-center p {
		font-size: 14px;
		line-height: 25px;
	}
	.details-center img {
		margin: 15px auto;
	}
	.details-page p {
		height: 20px;
		line-height: 20px;
		margin: 0 0 5px;
		font-size: 14px;
	}
	.details-return {
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 15px;
		margin: 10px 0 0;
	}
	.details-return:before {
		border-right-width: 2px;
		border-bottom-width: 2px;
		left: -12px;
	}
}
@media only screen and (min-width: 992px) {
	.news-details {
		padding: 130px 0 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-details {
		padding: 160px 0 45px;
	}
}
@media only screen and (min-width: 1550px) {
	.news-details {
		padding: 190px 0 50px;
	}
}