header:before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	left: 0px;
	top: 0px;
}
.news-content {
	width: 100%;
	padding: 55px 0 35px;
	overflow: hidden;
}
.news-content ul {
	width: 100%;
	margin: 65px 0 0;
	overflow: hidden;
}
.news-content li {
	width: -moz-calc(50% - 56px);
	width: -webkit-calc(50% - 56px);
	width: calc(50% - 56px);
	padding: 35px 0 0 54px;
	margin: 0 0 45px;
	overflow: hidden;
	position: relative;
	float: left;
}
.news-content li:nth-of-type(2n) {
	float: right;
}
.news-img {
	display: block;
	width: 150px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-txt {
	display: block;
	width: 100%;
	padding: 20px 25px 40px 120px;
	overflow: hidden;
	background-color: #919191;
	transition: all 0.5s;
}
.news-txt span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
}
.news-txt h4 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin: 10px 0 16px;
	color: #FFFFFF;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-txt p {
	width: 100%;
	height: 36px;
	line-height: 18px;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-content li:hover .news-img img {
	transform: scale(1.1);
}
.news-content li:hover .news-txt {
	background-image: linear-gradient(to bottom right, #41bbf5, #004ea2);
}
@media only screen and (max-width: 991px) {
	header:before {
		height: 40px;
	}
	.news-content {
		padding: 55px 0 35px;
	}
	.news-content ul {
		margin: 65px 0 0;
	}
	.news-content li {
		width: 100%;
		padding: 40px 0 0 65px;
		margin: 0 0 60px;
		float: none !important;
	}
	.news-img {
		width: 175px;
	}
	.news-txt {
		padding: 20px 45px 40px 140px;
	}
	.news-txt span {
		font-size: 14px;
	}
	.news-txt h4 {
		font-size: 26px;
		height: 60px;
		line-height: 30px;
		margin: 15px 0 10px;
	}
	.news-txt p {
		font-size: 18px;
		height: 52px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 750px) {
	header:before {
		height: 25px;
	}
	.news-content {
		padding: 40px 0 30px;
	}
	.news-content ul {
		margin: 30px 0 0;
	}
	.news-content li {
		padding: 20px 0 0 35px;
		margin: 0 0 30px;
	}
	.news-img {
		width: 100px;
	}
	.news-txt {
		padding: 10px 25px 20px 80px;
	}
	.news-txt span {
		font-size: 12px;
	}
	.news-txt h4 {
		font-size: 16px;
		height: 40px;
		line-height: 20px;
		margin: 8px 0 5px;
	}
	.news-txt p {
		font-size: 12px;
		height: 40px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	header:before {
		height: 45px;
	}
	.news-content ul {
		margin: 50px 0 0;
	}
	.news-content li {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		padding: 25px 0 0 40px;
		margin: 0 0 30px;
	}
	.news-img {
		width: 125px;
	}
	.news-txt {
		padding: 20px 20px 25px 100px;
	}
	.news-txt h4 {
		margin: 7px 0 10px;
	}
}
@media only screen and (min-width: 1400px) {
	header:before {
		height: 60px;
	}
	.news-content ul {
		margin: 65px 0 0;
	}
	.news-content li {
		width: -moz-calc(50% - 56px);
		width: -webkit-calc(50% - 56px);
		width: calc(50% - 56px);
		padding: 35px 0 0 54px;
		margin: 0 0 45px;
	}
	.news-img {
		width: 150px;
	}
	.news-txt {
		padding: 20px 25px 40px 120px;
	}
	.news-txt h4 {
		margin: 10px 0 16px;
	}
}
/*新闻详情*/
.news-return {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.news-return:before {
	content: '';
	display: block;
	width: -moz-calc(100% + 50px);
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	height: 100%;
	transform: skewX(-45deg);
	overflow: hidden;
	background-color: #004da1;
	position: absolute;
	left: -50px;
	top: 0px;
	transition: all 0.5s;
}
.news-return span {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.news-return:hover:before {
	transform: skewX(0deg);
	left: 0px;
	background-color: #00a0e8;
}
.details-title {
	width: 100%;
	padding: 50px 0 25px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	text-align: center;
}
.details-title h3 {
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	color: #333333;
}
.details-title p {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 0;
	color: #b2b2b2;
}
.details-title p span {
	margin: 0 6px;
}
.details-txt {
	width: 100%;
	padding: 30px 0 0;
	overflow: hidden;
}
.details-txt p {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
}
.details-txt img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 991px) {
	.news-return {
		width: 200px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.news-return:before {
		width: -moz-calc(100% + 60px);
		width: -webkit-calc(100% + 60px);
		width: calc(100% + 60px);
		left: -60px;
	}
	.details-title {
		padding: 60px 0 40px;
		border-bottom-width: 2px;
	}
	.details-title h3 {
		font-size: 48px;
		line-height: 55px;
	}
	.details-title p {
		font-size: 24px;
		line-height: 30px;
		margin: 30px 0 0;
	}
	.details-title p span {
		margin: 0 10px;
	}
	.details-txt {
		padding: 30px 0 0;
	}
	.details-txt p {
		font-size: 28px;
		line-height: 40px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 750px) {
	.news-return {
		width: 130px;
		height: 36px;
		line-height: 35px;
		font-size: 14px;
	}
	.news-return:before {
		width: -moz-calc(100% + 35px);
		width: -webkit-calc(100% + 35px);
		width: calc(100% + 35px);
		left: -35px;
	}
	.details-title {
		padding: 30px 0 15px;
		border-bottom-width: 1px;
	}
	.details-title h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.details-title p {
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0 0;
	}
	.details-title p span {
		margin: 0 5px;
	}
	.details-txt {
		padding: 15px 0 0;
	}
	.details-txt p {
		font-size: 14px;
		line-height: 25px;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.news-return {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.news-return:before {
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		left: -40px;
	}
	.details-title {
	    padding: 40px 0 20px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-return {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.news-return:before {
		width: -moz-calc(100% + 50px);
		width: -webkit-calc(100% + 50px);
		width: calc(100% + 50px);
		left: -50px;
	}
	.details-title {
	    padding: 50px 0 25px;
	}
}