.news1 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 75px;
}
.news1 .news1-left {
	display: block;
	width: 50%;
	height: 370px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #000000;
}
.news1-left img {
	width: 100%;
	opacity: 0.9;
}
.news1-left .news1-masked {
	width: 100%;
	height: 130px;
	padding: 0 28px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 30px;
	color: #FFFFFF;
}
.news1-masked h3 {
	width: 100%;
	height: 66px;
	font-size: 24px;
	line-height: 65px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 10px;
}
.news1-masked p {
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news1 .news1-right {
	width: 50%;
	height: 370px;
	overflow: hidden;
	float: left;
	padding: 15px 40px 40px;
	background-color: #f6f7fb;
}
.news1-right a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0;
}
.news1-right a h4 {
	width: 100%;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
}
.news1-right a span {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #c8c8c8;
	font-family: arial;
	line-height: 20px;
	overflow: hidden;
	margin: 7px 0;
}
.news1-right a p {
	width: 100%;
	height: 20px;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1-right a:hover h4 {
	font-weight: bold;
	color: #d8262c;
}
@media only screen and (max-width: 991px) {
	.news1 .news1-left {
	    width: 100%;
	    height: 430px;
	    float: none;
	}
	.news1 .news1-right {
	    width: 100%;
	    height: 370px;
	    float: none;
	}
}
@media only screen and (max-width: 767px) {
	.news1 {
	    padding: 40px 0;
	}
	.news1 .news1-left {
	    height: 212px;
	}
	.news1-left .news1-masked {
	    height: 90px;
	    padding: 0 20px;
	    bottom: 10px;
	}
	.news1-masked h3 {
	    height: 36px;
	    font-size: 16px;
	    line-height: 35px;
	    margin: 0 0 10px;
	}
	.news1-masked p {
	    height: 40px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.news1 .news1-right {
	    height: 285px;
    	padding: 15px 20px 30px;
	}
	.news1-right a {
	    margin: 15px 0 0;
	}
	.news1-right a h4 {
	    height: 20px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.news1-right a span {
	    font-size: 12px;
	    margin: 2px 0;
	}
	.news1-right a p {
	    font-size: 12px;
	}
}
@media only screen and (min-width: 992px) {
	.news1-left img {
		width: auto;
		height: 100%;
	}
}
@media only screen and (min-width: 1200px) {
	.news1-left img {
		width: 100%;
		height: auto;
	}
}
.news2 {
	width: 100%;
	overflow: hidden;
	background: url(../img/news2.jpg) no-repeat center;
	padding: 60px 0 65px;
	text-align: center;
}
.news2 h1 {
	font-size: 40px;
	color: #FFFFFF;
}
.news2 .news2-list {
	width: 100%;
	overflow: hidden;
	margin: 55px 0 64px;
}
.news2-list a {
	display: block;
	width: calc(33.33% - 28px);
	width: -moz-calc(33.33% - 28px);
	width: -webkit-calc(33.33% - 28px);
	height: 240px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0 42px 0 0;
	float: left;
	cursor: pointer;
}
.news2-list a:nth-of-type(3) {
	margin: 0;
}
.news2-list a .list-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.list-img img {
	width: 100%;
}
.list-img:before {
	content: '';
	display: block;
	width: 53px;
	height: 53px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26.5px 0 0 -26.5px;
	background: url(../img/video-icon.png) no-repeat center;
	z-index: 1;
}
.news2-list a h4 {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
}
.news2 .news2-more {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 41px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
	margin: 0 auto;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	transition: all 0.5s;
}
.news2 .news2-more span {
	position: relative;
	z-index: 2;
}
.news2 .news2-more:before {
	content: '';
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.news2 .news2-more:hover {
	border-color: #d8262c;
}
.news2 .news2-more:hover:before {
	width: 100%;
	left: 0;
	background-color: #d8262c;
}
@media only screen and (max-width: 991px) {
	.news2 {
		background-size: auto 100%;
	}
	.news2-list a {
		width: 350px;
		height: 240px;
		margin: 0 auto 25px;
		float: none;
	}
	.news2-list a:nth-of-type(3) {
		margin: 0 auto;
	}
	.news2-list a .list-img {
		height: 190px;
	}
}
@media only screen and (max-width: 700px) {
	.news2 {
	    padding: 40px 0 45px;
	}
	.news2 h1 {
	    font-size: 28px;
	}
	.news2 .news2-list {
	    margin: 30px 0 35px;
	}
	.news2-list a {
		width: 100%;
		height: 215px;
		margin: 0 auto 25px;
	}
	.news2-list a .list-img {
		height: 180px
	}
	.news2-list a h4 {
	    height: 35px;
	    font-size: 14px;
	    line-height: 35px;
	}
	.news2 .news2-more {
		width: 120px;
		height: 35px;
		line-height: 33px;
		border: 1px solid #FFFFFF;
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.news2-list a {
		height: 215px;
	}
	.news2-list a .list-img {
		height: 165px;
	}
}
@media only screen and (min-width: 1200px) {
	.news2-list a {
		height: 240px;
	}
	.news2-list a .list-img {
		height: 190px;
	}
}
@media only screen and (min-width: 1921px) {
	.news2 {
		background-size: 100%;
	}
}
.news3 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 60px;
}
.news3 h1 {
	font-size: 40px;
	line-height: 50px;
	color: #333333;
	text-align: center;
}
.news3 .news3-list {
	width: 100%;
	overflow: hidden;
	margin: 70px 0 65px;
}
.news3-list a {
	display: block;
	width: 50%;
	overflow: hidden;
	float: left;
	border-top: 1px solid #e5e5e5;
}
.news3-list a:nth-of-type(2n+1) {
	border-right: 1px solid #e5e5e5;
}
.news3-list a:nth-of-type(1){
	border-top: none;
	padding: 15px 40px 35px 0;
}
.news3-list a:nth-of-type(2) {
	border-top: none;
	padding: 15px 0 35px 40px;
}
.news3-list a:nth-of-type(3) {
	padding: 35px 40px 15px 0;
}
.news3-list a:nth-of-type(4) {
	padding: 35px 0 15px 40px;
}
.news3-list a h4 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.news3-list a h4 span {
	display: block;
	width: calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	height: 25px;
	color: #666666;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.news3-list a h4 em {
	width: 120px;
	height: 25px;
	font-size: 12px;
	font-family: arial;
	line-height: 25px;
	overflow: hidden;
	float: right;
	text-align: right;
	color: #c8c8c8;
}
.news3-list a p {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	color: #999999;
}
.news3-list a:hover h4 span {
	font-weight: bold;
	color: #d8262c;
}
.news3-more {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 43px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #b5b5b5;
	transition: all 0.5s;
	position: relative;
}
.news3-more span {
	position: relative;
	z-index: 2;
}
.news3-more:before {
	content: '';
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transition: all 0.5s;
}
.news3-more:hover {
	border-color: #d8262c;
	color: #FFFFFF;
}
.news3-more:hover:before {
	width: 100%;
	left: 0;
	background-color: #d8262c;
}
@media only screen and (max-width: 991px) {
	.news3 .news3-list {
	    margin: 30px 0 35px;
	}
	.news3-list a {
		width: 100%;
		float: none;
		padding: 30px 0 !important;
	}
	.news3-list a:nth-of-type(2n+1) {
		border-right: none;
	}
	.news3-list a:nth-of-type(2) {
		border-top: 1px solid #e5e5e5;
	}
}
@media only screen and (max-width: 700px) {
	.news3 {
	    padding: 40px 0 45px;
	}
	.news3 h1 {
	    font-size: 28px;
	    line-height: 35px;
	}
	.news3 .news3-list {
	    margin: 20px 0 25px;
	}
	.news3-list a {
		padding: 15px 0 !important;
	}
	.news3-list a p {
	    font-size: 12px;
	    line-height: 20px;
	    height: 40px;
	}
	.news3-list a h4 {
		margin: 0 0 5px;
	}
	.news3-list a h4 span {
	    width: calc(100% - 70px);
	    width: -moz-calc(100% - 70px);
	    width: -webkit-calc(100% - 70px);
	    height: 20px;
	    font-size: 15px;
	    line-height: 20px;
	}
	.news3-list a h4 em {
	    width: 70px;
	    height: 20px;
	    line-height: 20px;
	}
	.news3-more {
	    width: 120px;
	    height: 35px;
	    line-height: 33px;
	    font-size: 14px;
	}
}
.news4 {
	width: 100%;
	overflow: hidden;
	background-color: #6e7173;
}
.news4 .news4-txt {
	width: 450px;
	padding: 60px 0 0;
	overflow: hidden;
	float: left;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 16px;
}
.news4-txt h1 {
	font-size: 40px;
	margin: 0 0 45px;
}
.news4-txt a {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	line-height: 40px;
	background-color: #d8262c;
	color: #FFFFFF;
	margin: 60px 0 0;
	transition: all 0.5s;
	position: relative;
}
.news4-txt a span {
	position: relative;
	z-index: 2;
}
.news4-txt a:before {
	content: '';
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transition: all 0.5s;
}
.news4-txt a:hover {
	color: #d8262c;
}
.news4-txt a:hover:before {
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
}
.news4 .news4-img {
	width: 600px;
	overflow: hidden;
	float: right;
	margin: 0 -35px 0 0;
}
.news4 .news4-img img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.news4 .news4-txt {
		float: none;
	}
	.news4 .news4-img {
		float: none;
		margin: 50px 0 60px;
	}
}
@media only screen and (max-width: 767px) {
	.news4 .news4-txt {
	    width: 100%;
	    padding: 40px 0 0;
	    line-height: 20px;
	    font-size: 14px;
	}
	.news4-txt h1 {
	    font-size: 28px;
	    margin: 0 0 25px;
	}
	.news4-txt a {
		width: 110px;
		height: 30px;
		line-height: 30px;
		margin: 30px 0 0;
	}
	.news4 .news4-img {
		width: 100%;
		margin: 30px 0 40px;
	}
}
@media only screen and (min-width: 992px) {
	.news4 .news4-img {
		width: 510px;
		margin: 0 -15px 0 0;
	}
	.news4-txt a {
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.news4 .news4-img {
		width: 600px;
		margin: 0 -35px 0 0;
	}
	.news4-txt a {
		margin: 60px 0 0;
	}
}