.footer1 {
	background-color: #f1f5f9;
}
.footer1-input input {
	background-color: #FFFFFF;
}
/*新闻列表*/
.news-content {
	width: 100%;
	padding: 55px 0 15px;
	overflow: hidden;
}
.news-content a {
	display: block;
	width: -moz-calc(25% - 40px);
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);
	overflow: hidden;
	float: left;
	margin: 0 60px 60px 0;
}
.news-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-img span {
	display: block;
	width: 115px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	background-color: #046cb7;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.news-content a h4 {
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	max-height: 60px;
	margin: 20px 0 15px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.news-content a p {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	max-height: 66px;
	color: #b3b3b3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.news-more {
	width: 130px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	margin: 35px 0 0;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	border: 1px solid #046cb7;
	background-color: #046cb7;
	position: relative;
	transition: all 0.5s;
}
.news-more span {
	position: relative;
	z-index: 1;
}
.news-more:before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
	position: absolute;
	left: -350px;
	top: -100px;
	transition: left 0.5s;
}
.news-content a:hover .news-img img {
	transform: scale(1.1);
}
.news-content a:hover .news-more {
	color: #046cb7;
	border-color: #046cb7;
}
.news-content a:hover .news-more:before {
	left: -100px;
}
@media only screen and (max-width: 991px) {
	.news-content {
		padding: 65px 0 85px;
	}
	.news-content a {
		width: 100%;
		float: none;
		margin: 0 0 75px;
	}
	.news-content a:last-of-type {
		margin: 0;
	}
	.news-img span {
		width: 170px;
		height: 60px;
		line-height: 60px;
		font-size: 21px;
	}
	.news-content a h4 {
		font-size: 33px;
		line-height: 44px;
		max-height: 88px;
		margin: 25px 0;
	}
	.news-content a p {
		font-size: 21px;
		line-height: 33px;
		max-height: 99px;
	}
	.news-more {
		width: 195px;
		height: 60px;
		line-height: 58px;
		font-size: 21px;
		margin: 55px 0 0;
		color: #FFFFFF;
		border: 1px solid #046cb7;
		background-color: #046cb7;
	}
	.news-more:before {
		top: -80px;
	}
}
@media only screen and (max-width: 750px) {
	.news-content {
		padding: 35px 0 40px;
	}
	.news-content a {
		margin: 0 0 35px;
	}
	.news-img span {
		width: 85px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.news-content a h4 {
		font-size: 18px;
		line-height: 25px;
		height: 60px;
		margin: 15px 0 10px;
	}
	.news-content a p {
		font-size: 12px;
		line-height: 20px;
		max-height: 60px;
	}
	.news-more {
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin: 25px 0 0;
	}
	.news-more:before {
		top: -100px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content {
		padding: 30px 0 15px;
	}
	.news-content a {
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
		margin: 0 26px 30px 0;
	}
	.news-content a:nth-of-type(4n) {
		margin: 0 0 30px;
	}
	.news-img span {
		width: 85px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.news-content a h4 {
		font-size: 18px;
		line-height: 23px;
		max-height: 46px;
		margin: 15px 0 10px;
		font-weight: 700;
	}
	.news-content a p {
		font-size: 12px;
		line-height: 18px;
		max-height: 54px;
	}
	.news-more {
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.news-content {
		padding: 40px 0 15px;
	}
	.news-content a {
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
		width: calc(25% - 30px);
		margin: 0 40px 45px 0;
	}
	.news-content a:nth-of-type(4n) {
		margin: 0 0 45px;
	}
	.news-img span {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	.news-content a h4 {
		font-size: 20px;
		line-height: 25px;
		max-height: 50px;
		margin: 18px 0 12px;
	}
	.news-content a p {
		font-size: 13px;
		line-height: 20px;
		max-height: 60px;
	}
	.news-more {
		width: 115px;
		height: 35px;
		line-height: 33px;
		font-size: 13px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1450px) {
	.news-content {
		padding: 15px 0 15px;
	}
	.news-content a {
		width: -moz-calc(25% - 40px);
		width: -webkit-calc(25% - 40px);
		width: calc(25% - 40px);
		margin: 0 53px 60px 0;
	}
	.news-content a:nth-of-type(4n) {
		margin: 0 0 60px;
	}
	.news-img span {
		width: 115px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.news-content a h4 {
		font-size: 22px;
		line-height: 30px;
		max-height: 60px;
		margin: 20px 0 15px;
	}
	.news-content a p {
		font-size: 14px;
		line-height: 22px;
		max-height: 66px;
	}
	.news-more {
		width: 130px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin: 35px 0 0;
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	padding: 35px 0 55px;
	overflow: hidden;
}
.details-top,.details-title {
	width: 100%;
	overflow: hidden;
}
.details-title {
	text-align: center;
}
.details-title h3 {
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 45px;
	color: #000000;
	font-family: "wigrumweb-bold";
}
.details-title p {
	width: 100%;
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
}
.details-title p span {
	margin: 0 10px;
}
.details-content {
	width: 100%;
	padding: 35px 0;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-align: justify;
}
.details-content p {
	margin: 0 0 10px;
}
.details-content img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.details-bottom {
	width: 100%;
	padding: 15px 0 0;
	overflow: hidden;
	border-top: 1px solid #ececec;
}
.details-bottom p {
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #545454;
	overflow: hidden;
}
.details-bottom p a {
	color: #545454;
}
.details-bottom p a:hover {
	color: #046cb7;
}
@media only screen and (max-width: 991px) {
	.news-details {
		padding: 30px 0 55px;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
		padding: 20px 0 40px;
	}
	.details-title h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	.details-title p {
		font-size: 12px;
		line-height: 35px;
	}
	.details-title p span {
		margin: 0 10px;
	}
	.details-content {
		padding: 20px 0;
		font-size: 14px;
		line-height: 25px;
	}
	.details-content p {
		margin: 0 0 10px;
	}
	.details-content img {
		margin: 15px auto;
	}
	.details-bottom {
		padding: 10px 0 0;
	}
	.details-bottom p {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
}