.news1 {
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 75px 0 70px;
}
.news1 h2 {
	width: 1280px;
	line-height: 48px;
	color: #333333;
	font-size: 36px;
	overflow: hidden;
	margin: 0 auto;
}
.news1-list {
	width: 1350px;
	overflow: hidden;
	margin: 27px auto 0;
}
.news1-list a {
	display: block;
	width: 380px;
	overflow: hidden;
	margin: 0 35px;
	float: left;
}
.news1-list .news1-img {
	width: 100%;
	overflow: hidden;
}
.news1-img img {
	width: 100%;
	transition: all 0.5s;
}
.news1-list .news1-txt {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}
.news1-txt h4 {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	max-height: 60px;
	color: #000000;
	overflow: hidden;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news1-txt p {
	width: 100%;
	font-size: 16px;
	line-height: 23px;
	max-height: 69px;
	overflow: hidden;
	color: #666666;
	text-align: justify;
	margin: 12px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news1-txt span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #c5c5c5;
}
.news1-list a:hover .news1-img img {
	transform: scale(1.1);
}
.news1-list a:hover .news1-txt h4 {
	color: #ea5504;
}
@media only screen and (max-width: 991px) {
	.news1 h2 {
		width: 100%;
		font-size: 48px;
		line-height: 55px;
		height: 55px;
	}
	.news1-list {
	    width: 100%;
	    margin: 50px 0 0;
	}
	.news1-list a {
		width: 100%;
		margin: 0 0 50px;
	}
	.news1-list .news1-txt {
		margin: 30px 0 0;
	}
	.news1-txt h4 {
		font-size: 36px;
		line-height: 45px;
		max-height: 90px;
	}
	.news1-txt p {
		font-size: 24px;
		line-height: 35px;
		max-height: 105px;
		margin: 25px 0;
	}
	.news1-txt span {
	    font-size: 20px;
	    line-height: 30px;
	}
}
@media only screen and (max-width: 700px) {
	.news1 {
	    padding: 45px 0 20px;
	}
	.news1 h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.news1-list {
	    margin: 25px 0 0;
	}
	.news1-list a {
		margin: 0 0 25px;
	}
	.news1-list .news1-txt {
		margin: 15px 0 0;
	}
	.news1-txt h4 {
		font-size: 20px;
		line-height: 26px;
		max-height: auto;
	}
	.news1-txt p {
		font-size: 14px;
		line-height: 20px;
		max-height: 60px;
		margin: 10px 0;
	}
	.news1-txt span {
	    font-size: 12px;
	    line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.news1 h2 {
		width: 940px;
	}
	.news1-list {
		width: 100%;
	}
	.news1-list a {
		width: 293.33px;
		margin: 0 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.news1 h2 {
		width: 1060px;
	}
	.news1-list a {
		width: 326.66px;
		margin: 0 20px;
	}
}
@media only screen and (min-width: 1550px) {
	.news1 h2 {
		width: 1280px;
	}
	.news1-list {
		width: 1350px;
	}
	.news1-list a {
		width: 380px;
		margin: 0 35px;
	}
}
/*新闻列表*/
.news2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 70px;
}
.news2 .news2-list {
	width: 1280px;
	min-height: 250px;
	margin: 0 auto;
}
.news2-list a {
	width: 100%;
	padding: 20px;
	height: 230px;
	display: block;
	overflow: hidden;
	margin: 0 auto 25px;
	transition: all 0.5s;
	background-color: #FFFFFF;
}
.news2-list .news2-img {
	float: left;
	width: 255px;
	height: 190px;
	overflow: hidden;
}
.news2-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.5s;
}
.news2-list .news2-txt {
	float: left;
	width: 920px;
	overflow: hidden;
	margin: 10px 0 0 25px;
}
.news2-txt h4 {
	width: 100%;
	height: 30px;
	font-size: 22px;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news2-txt p {
	width: 100%;
	color: #858585;
	font-size: 16px;
	max-height: 44px;
	overflow: hidden;
	line-height: 22px;
	margin: 10px 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news2-txt span {
	color: #bcbcbc;
	font-size: 14px;
	line-height: 20px;
	font-family: arial;
}
.news2-list a:hover {
	box-shadow: 4px 0px 27px 2px rgba(0,0,0,0.19);
}
.news2-list a:hover .news2-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.news2 {
	    padding: 80px 0;
	}
	.news2 .news2-list {
		width: 100%;
	}
	.news2-list a {
	    padding: 0px;
	    height: auto;
	    overflow: hidden;
	    margin: 0 0 50px;
	}
	.news2-list .news2-img {
	    float: none;
	    width: 100%;
	    height: 400px;
	}
	.news2-list .news2-txt {
	    width: 100%;
	    float: none;
	    margin: 20px 0 0;
	}
	.news2-txt h4 {
	    height: auto;
	    font-size: 28px;
	    max-height: 70px;
	    line-height: 35px;
	    -webkit-line-clamp: 2;
	}
	.news2-txt p {
	    font-size: 24px;
	    max-height: 105px;
	    line-height: 35px;
	    margin: 20px 0 40px;
    	-webkit-line-clamp: 3;
	}
	.news2-txt span {
	    font-size: 22px;
	    line-height: 30px;
	}
}
@media only screen and (max-width: 700px) {
	.news2 {
	    padding: 40px 0;
	}
	.news2-list a {
	    margin: 0 0 20px;
	}
	.news2-list .news2-img {
	    height: 200px;
	}
	.news2-list .news2-txt {
	    margin: 15px 0 0;
	}
	.news2-txt h4 {
	    font-size: 18px;
	    max-height: auto;
	    line-height: 25px;
	}
	.news2-txt p {
	    margin: 10px 0;
	    font-size: 14px;
	    max-height: 60px;
	    line-height: 20px;
	}
	.news2-txt span {
	    font-size: 12px;
	    line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.news2 .news2-list {
		width: 940px;
	}
	.news2-list .news2-txt {
	    width: 620px;
	}
}
@media only screen and (min-width: 1200px) {
	.news2 .news2-list {
		width: 1060px;
	}
	.news2-list .news2-txt {
	    width: 740px;
	}
}
@media only screen and (min-width: 1550px) {
	.news2 .news2-list {
		width: 1280px;
	}
	.news2-list .news2-txt {
	    width: 920px;
	}
}
/*新闻详情页面样式*/
@media only screen and (max-width: 991px) {
	.news-banner>img {
		left: 50%;
		width: 1920px;
		position: relative;
		margin-left: -960px;
	}
	.news-banner .banner-masked {
		top: 235px;
	}
}
@media only screen and (max-width: 720px) {
	.news-banner>img {
		width: 1000px;
		margin-left: -500px;
	}
	.news-banner .banner-masked {
		top: 120px;
	}
	.banner-masked h2 {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 2px;
	}
}
@media only screen and (min-width: 992px) {
	.news-banner>img {
		left: 50%;
		width: 1920px;
		position: relative;
		margin-left: -960px;
	}
	.news-banner .banner-masked {
		top: 235px;
	}
}
.news-content {
	width: 100%;
	overflow: hidden;
}
.news-content .news-top {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}
.news-top .news-title {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.news-title h2 {
	color: #000000;
	font-size: 32px;
	line-height: 40px;
}
.news-title p {
	width: 100%;
	padding: 5px;
	color: #333333;
	overflow: hidden;
	margin: 25px 0 0;
	line-height: 25px;
	background-color: #f2f2f2;
}
.news-title p span {
	margin: 0 20px;
}
.news-top .news-details {
	width: 100%;
	color: #545454;
	font-size: 16px;
	overflow: hidden;
	line-height: 25px;
	margin: 40px auto 0;
}
.news-details p {
	margin: 10px 0 0;
}
.news-details img {
	display: block;
	max-width: 100%;
	margin: 15px auto;
}
.news-content .news-bottom {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	line-height: 28px;
	padding: 20px 0 50px;
	border-bottom: 1px solid #ececec;
}
.news-content .news-bottom p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-bottom a {
	color: #545454;
}
.news-bottom a:hover {
	color: #ea5504;
}
@media only screen and (max-width: 720px) {
	.news-content .news-top {
	    padding: 35px 0;
	}
	.news-title h2 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.news-title p {
	    margin: 15px 0 0;
	}
	.news-title p span {
		margin: 0 8px;
	}
	.news-top .news-details {
	    margin: 20px auto 0;
	    font-size: 14px;
    	line-height: 25px;
	}
	.news-content .news-bottom {
		font-size: 14px;
		line-height: 25px;
		padding: 10px 0 35px;
	}
	.news-content .news-bottom p {
		height: auto;
	}
}
@media only screen and (min-width: 1550px) {
	.news-content .container {
		width: 1300px;
	}
}