.news1 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 35px;
}

.news1-search {
	width: 80%;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}

.news1-search input {
	float: left;
	height: 50px;
	width: 720px;
	border: none;
	display: block;
	font-size: 16px;
	overflow: hidden;
	border-radius: 4px;
	padding: 0 0 0 70px;
	background: #ededed;
}

.news1-search em {
	top: 50%;
	left: 30px;
	width: 18px;
	color: #ea5b24;
	font-size: 20px;
	position: absolute;
	transform: translateY(-50%);
}

.news1-search button {
	float: left;
	height: 50px;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 16px;
	min-width: 115px;
	overflow: hidden;
	margin-left: 20px;
	padding: 12px 30px;
	border-radius: 25px;
	transition: all 0.35s;
	border: 2px solid #9d9d9d;
	background-color: transparent;
}

.news1-search button:hover {
	color: #FFFFFF;
	border-color: #ea5b24;
	background-color: #ea5b24;
}

.news1-page {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 50px;
	margin-right: 10px;
}

.news1-page strong {
	color: #ea5b24;
}

@media only screen and (max-width: 991px) {
	.news1 {
		padding: 100px 0 50px;
	}
	.news1-search {
		margin-left: 0px;
		width: calc(100% - 140px);
	}
	.news1-search input {
		width: 100%;
		height: 80px;
		font-size: 24px;
		border-radius: 8px;
		padding: 0 0 0 70px;
	}
	.news1-search em {
		left: 28px;
		width: 24px;
		font-size: 28px;
	}
	.news1-search button {
		display: none;
	}
	.news1-page {
		font-size: 24px;
		line-height: 80px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 750px) {
	.news1 {
		padding: 50px 0 20px;
	}
	.news1-search {
		width: calc(100% - 90px);
	}
	.news1-search input {
		height: 40px;
		font-size: 14px;
		border-radius: 4px;
		padding: 0 0 0 35px;
	}
	.news1-search em {
		left: 11px;
		width: 14px;
		font-size: 18px;
	}
	.news1-page {
		font-size: 14px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.news1-search input {
		width: 613px;
	}
}

@media only screen and (min-width: 1200px) {
	.news1-search input {
		width: 720px;
	}
}

.news2 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 100px;
}

.news2-top {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}

.news2-top>a {
	float: left;
	height: 415px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	padding: 45px 40px;
	width: calc(66.66% - 20px);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.news2-top>a:after,
.news2-top>a:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.4s;
	position: absolute;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(234, 91, 36, .5)), color-stop(78%, rgba(234, 91, 36, 0)));
	background-image: linear-gradient(0deg, rgba(234, 91, 36, .5) 3%, rgba(234, 91, 36, 0) 78%);
}

.news2-top>a:after {
	opacity: 0;
	transition: all 0.8s;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ea5b24), to(rgba(234, 91, 36, 0)));
	background-image: linear-gradient(0deg, #ea5b24, rgba(234, 91, 36, 0));
}

.news2-box {
	z-index: 3;
	max-width: 500px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.news2-txt {
	top: 79px;
	left: 0px;
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	margin: 0 0 35px;
	position: relative;
	transition: all 0.8s;
}

.news2-txt h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}

.news2-txt p {
	opacity: 0;
	width: 100%;
	height: 54px;
	font-size: 18px;
	margin: 25px 0 0;
	overflow: hidden;
	line-height: 26px;
	transition: all 0.8s;
}

.news2-more {
	color: #ffffff;
	min-width: 80px;
	font-size: 14px;
	cursor: pointer;
	line-height: 24px;
	font-weight: bold;
	position: relative;
	transition: all 0.4s;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.news2-more em {
	width: 21px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}

.news2-more span {
	vertical-align: middle;
}

.news2-top>a:hover:after {
	opacity: 0.85;
}

.news2-top>a:hover .news2-txt {
	top: 0px;
}

.news2-top>a:hover .news2-txt p {
	opacity: 1;
}

.news2-right {
	float: right;
	height: 415px;
	padding: 40px;
	margin: 0 10px;
	color: #222d35;
	overflow: hidden;
	position: relative;
	background: #ededed;
	width: calc(33.33% - 20px);
}

.news2-right h3 {
	font-size: 28px;
	margin: 0 0 25px;
	line-height: 1.2;
	font-weight: bold;
}

.news2-right p {
	height: 156px;
	font-size: 18px;
	overflow: hidden;
	margin: 0 0 20px;
	line-height: 26px;
}

.news2-right a {
	color: #000000;
	display: block;
	line-height: 1;
	cursor: pointer;
	font-size: 14px;
	min-width: 200px;
	transition: 0.4s;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 13px 30px;
	border-radius: 26px;
	background: transparent;
	border: 2px solid #dadada;
}

.news2-right a em {
	color: #ea5b24;
	width: 19.25px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}

.news2-right a span {
	vertical-align: middle;
}

.news2-right a:hover {
	color: #FFFFFF;
	border-color: #ea5b24;
	background-color: #ea5b24;
}

.news2-right a:hover em {
	color: #FFFFFF;
}

.news2-list {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news2-list a {
	float: left;
	display: block;
	padding: 0 10px;
	margin: 25px 0px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	width: 33.33333%;
}

.news2-list .list-img {
	width: 100%;
	overflow: hidden;
}

.news2-list .list-img img {
	width: 100%;
	transition: all 0.35s;
}

.news2-list .list-txt {
	width: 100%;
	color: #000000;
	overflow: hidden;
}

.news2-list .list-txt h4 {
	margin: 25px 0;
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news2-list .list-txt p {
	height: 75px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	margin: 0 0 30px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.news2-list .list-txt .list-more {
	float: left;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
}

.news2-list .list-txt .list-more em {
	color: #ea5b24;
	width: 19.25px;
	font-size: 24px;
	margin-right: 15px;
	vertical-align: middle;
}

.news2-list .list-txt .list-more span {
	vertical-align: middle;
}

.news2-list a:hover .list-img img {
	transform: scale(1.1);
}

.news2-list a:hover .list-more {
	color: #ea5b24;
}

@media only screen and (max-width: 991px) {
	.news2-top {
		padding: 40px 0;
	}
	.news2-top>a {
		float: none;
		width: 100%;
		height: 450px;
		padding: 60px;
		margin: 0 0 40px;
	}
	.news2-right {
		float: none;
		width: 100%;
		margin: 0px;
		height: auto;
		padding: 60px;
	}
	.news2-right h3 {
		font-size: 36px;
		margin: 0 0 40px;
	}
	.news2-right p {
		height: auto;
		font-size: 24px;
		margin: 0 0 40px;
		line-height: 30px;
	}
	.news2-right a {
		font-size: 28px;
		border-width: 4px;
		padding: 25px 50px;
		border-radius: 49px;
	}
	.news2-right a em {
		width: 34px;
		font-size: 36px;
	}
	.news2-list a {
		padding: 0;
		float: none;
		margin: 0 0 80px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.news2-list .list-txt h4 {
		margin: 50px 0;
		font-size: 36px;
		line-height: 45px;
	}
	.news2-list .list-txt p {
		height: 105px;
		font-size: 24px;
		margin: 0 0 60px;
		line-height: 35px;
	}
	.news2-list .list-txt .list-more {
		font-size: 28px;
	}
	.news2-list .list-txt .list-more em {
		width: 34px;
		font-size: 36px;
	}
}

@media only screen and (max-width: 750px) {
	.news2 {
		margin: 0 0 30px;
	}
	.news2-top {
		padding: 20px 0;
	}
	.news2-top>a {
		height: 250px;
		margin: 0 0 20px;
		padding: 30px 25px;
	}
	.news2-txt {
		top: 100px;
	}
	.news2-txt h3 {
		font-size: 22px;
	}
	.news2-right {
		padding: 30px 25px;
	}
	.news2-right h3 {
		font-size: 24px;
		margin: 0 0 20px;
	}
	.news2-right p {
		font-size: 16px;
		line-height: 20px;
	}
	.news2-right a {
		font-size: 14px;
		border-width: 2px;
		padding: 13px 30px;
		border-radius: 26px;
	}
	.news2-right a em,
	.news2-more em {
		width: 19.25px;
		font-size: 24px;
		margin-right: 10px;
	}
	.news2-list a {
		margin: 0 0 40px;
	}
	.news2-list .list-txt h4 {
		margin: 20px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.news2-list .list-txt p {
		height: 75px;
		font-size: 14px;
		margin: 0 0 25px;
		line-height: 25px;
	}
	.news2-list .list-txt .list-more {
		font-size: 14px;
	}
	.news2-list .list-txt .list-more em {
		width: 19.25px;
		font-size: 24px;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 992px) {
	.news2-right {
		padding: 30px;
	}
	.news2-right p {
		height: 130px;
	}
	.news2-right a {
		left: 30px;
		bottom: 30px;
		position: absolute;
	}
}

@media only screen and (min-width: 1200px) {
	.news2-right {
		padding: 40px;
	}
	.news2-right p {
		height: 156px;
	}
	.news2-right a {
		left: 40px;
		bottom: 40px;
		position: absolute;
	}
}


/*新闻详情*/

.news-banner {
	background: #ea5b24;
}

.news-banner:after {
	display: none;
}

.news-banner .banner-txt {
	padding: 240px 0 70px;
}

.news-banner .banner-txt h3 {
	font-size: 52px;
	margin: 30px 0 0;
	line-height: 1.12;
	font-weight: bold;
}

.news-content {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.news-right {
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding: 0 10px 0 30px;
}

.news-right h5 {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 40px;
	letter-spacing: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.news-right h5:after,
.news-right h5:before {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	margin: 0 20px;
	min-width: 15px;
	max-width: 30px;
	overflow: hidden;
	background: #dadada;
}

.news-right h5:before {
	margin-left: 0;
}

.news-right h5:after {
	margin-right: 0;
	margin-left: 18px;
}

.news-right .list-right {
	width: 100%;
	overflow: hidden;
}

.list-right a {
	width: 100%;
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-right .right-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-box-flex: 0;
}

.list-right .right-img img {
	width: 100%;
	height: 100%;
}

.list-right .right-txt {
	color: #333333;
	padding: 0 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-right .right-txt h4 {
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 1.2;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-right .right-more {
	float: left;
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.right-more em {
	color: #ea5b24;
	width: 19.25px;
	font-size: 20px;
	margin-right: 15px;
	vertical-align: middle;
}

.right-more span {
	vertical-align: middle;
}

.list-right a:hover .right-more {
	color: #ea5b24;
}

.news-right .right-footer {
	width: 100%;
	padding: 40px;
	color: #222d35;
	overflow: hidden;
	background: #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.right-footer h4 {
	font-size: 21px;
	margin: 0 0 25px;
	line-height: 1.2;
	font-weight: bold;
}

.right-footer p {
	font-size: 16px;
	margin: 0 0 30px;
}

.right-footer a {
	float: left;
	width: 200px;
	line-height: 1;
	color: #222d35;
	display: block;
	cursor: pointer;
	font-size: 14px;
	transition: 0.4s;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 13px 30px;
	border-radius: 26px;
	text-decoration: none;
	background: transparent;
	border: 2px solid #dadada;
	text-transform: uppercase;
}

.right-footer a svg {
	color: #0091d8;
	width: 19.25px;
	transition: 0.4s;
	margin-right: 15px;
	vertical-align: middle;
}

.right-footer a span {
	vertical-align: middle;
}

.right-footer a:hover {
	color: #FFFFFF;
	border-color: #0091d8;
	background-color: #0091d8;
}

.right-footer a:hover svg {
	color: #FFFFFF;
}

.news-left {
	float: left;
	padding: 0 10px;
	overflow: hidden;
	width: calc(66.66% - 5px);
}

.news-details {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}

.news-details p strong {
	display: block;
	margin: 0 0 10px;
}

.news-posted {
	width: 100%;
	color: #000000;
	margin: 40px 0;
	padding: 10px 0;
	overflow: hidden;
}

.news-posted span {
	float: left;
	display: block;
	font-size: 14px;
	letter-spacing: 4px;
}

.news-posted span:after {
	content: "";
	width: 40px;
	height: 2px;
	margin: 0 20px 0 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ea5b24;
}

.news-posted em {
	color: #000000;
}

.news-tags {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	margin: 30px 0 0 -5px;
	border-top: 1px solid #ededed;
}

.news-tags p {
	color: #000000;
	margin: 10px 0;
	padding: 0 5px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.news-tags a {
	float: left;
	color: #000000;
	display: block;
	cursor: pointer;
	font-size: 16px;
	min-width: 150px;
	text-align: center;
	padding: 13px 30px;
	margin: 0 7px 15px;
	border-radius: 26px;
	background: #ededed;
	transition: all 0.4s;
}

.news-tags a:hover {
	color: #FFFFFF;
	background-color: #ea5b24;
}

@media only screen and (max-width: 991px) {
	.news-left,
	.news-right {
		padding: 0;
		float: none;
		width: 100%;
	}
	.news-details {
		font-size: 24px;
	}
}

@media only screen and (max-width: 750px) {
	.news-banner .banner-txt h3 {
		font-size: 36px;
	}
	.news-content {
		padding: 50px 0 0;
	}
	.news-details {
		font-size: 16px;
	}
	.news-posted {
		margin: 20px 0;
	}
	.news-tags a {
		font-size: 16px;
		min-width: 100px;
		padding: 8px 15px;
		margin: 0 5px 10px;
		border-radius: 20px;
	}
	.news-right h5:after,
	.news-right h5:before {
		margin: 0 10px;
	}
	.news-right .right-footer {
		padding: 40px 30px;
	}
	.right-footer a {
		float: none;
		width: 100%;
	}
	.right-footer a em,
	.right-more em {
		margin-right: 10px;
	}
}