﻿.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: 14px;
	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: 1350px) {
    .news1-txt h4 {
        font-size: 20px;
    }
}
@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: 96%;
    }
	.news1-list a {
        width: 30%;
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1550px) {
	.news1 h2 {
		width: 1280px;
	}
	.news1-list {
		width: 1350px;
	}
	.news1-list a {
		width: 380px;
		margin: 0 35px;
	}
}


.news_list_w {
    padding-bottom: 60px;
    max-width:1920px;
}
.w_right {
    padding-right: 160px;
}

.w_left {
    padding-left: 160px;
}
@media (max-width: 968px) {
.news_list_w {
padding-bottom:20px;
width:100%;
}
}
@media (max-width: 1681px) {
.w_right {
padding-right:100px
}
}
@media (max-width: 1180px) {
.w_right {
padding-right:20px
}
}
@media (max-width: 1681px) {
.w_left {
padding-left:100px
}
}
@media (max-width: 1180px) {
.w_left {
padding-left:20px
}
}
.subnav {
	margin:80px 0
}
@media (max-width: 1681px) {
.subnav {
margin:60px 0
}
}
@media (max-width: 1180px) {
.subnav {
margin:30px 0
}
}
@media (max-width: 968px) {
.subnav {
margin:20px 0 0
}
}
.subnav>ul {
	margin:0;
	padding:0;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media (max-width: 968px) {
.subnav>ul {
margin:0 -10px;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
}
.subnav>ul>li {
	list-style-type:none;
	position:relative;
	margin:0 15px
}
@media (max-width: 1681px) {
.subnav>ul>li {
margin:0 10px
}
}
@media (max-width: 1380px) {
.subnav>ul>li {
margin:0 5px
}
}
@media (max-width: 968px) {
.subnav>ul>li {
width:25%;
margin:0;
padding:0 10px;
margin-bottom:20px
}
}
@media (max-width: 668px) {
.subnav>ul>li {
width:33%;
}
}
.subnav>ul>li>a {
	display:block;
	padding:0 25px;
	font-size:16px;
	line-height:46px;
	white-space:nowrap;
	color:#333;
	background-color:#f0f2f5;
	border-radius:23px;
-webkit-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
@media (max-width: 1681px) {
.subnav>ul>li>a {
padding:0 20px;
font-size:14px;
line-height:40px
}
}
@media (max-width: 1288px) {
.subnav>ul>li>a {
padding:0 10px
}
}
@media (max-width: 1180px) {
.subnav>ul>li>a {
font-size:12px;
padding:0 15px
}
}
.subnav>ul>li>a.cur, .subnav>ul>li>a:hover {
	background-color:#0c5e47;
	color:#fff
}
.subnav>ul>li .sub {
	display:none;
	width:auto;
	min-width:90%;
	padding-top:5px;
	position:absolute;
	left:50%;
	top:46px;
	z-index:2;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
@media (max-width: 1681px) {
.subnav>ul>li .sub {
top:40px
}
}
.subnav>ul>li .sub ul {
	margin:0;
	padding:10px;
	border-radius:10px;
	background-color:#f5f5f5
}
.subnav>ul>li .sub ul li {
	display:block
}
.subnav>ul>li .sub ul li a {
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:16px;
	line-height:30px;
	color:#666;
-webkit-transition:all .5s;
-o-transition:all .5s;
transition:all .5s
}
@media (max-width: 1681px) {
.subnav>ul>li .sub ul li a {
font-size:14px
}
}
.subnav>ul>li .sub ul li a.cur, .subnav>ul>li .sub ul li a:hover {
	color:#0c5e47
}
.subnav>ul>li.n12:hover>a {
	background-color:#0c5e47;
	color:#fff
}
.subnav>ul>li.n12:hover .sub {
	display:block
}
.news_list {
	padding-bottom:30px
}
@media (max-width: 968px) {
.news_list {
padding-bottom:0
}
}
.news_list ul {
	margin:0;
	padding:0
}
.news_list ul li {
	display:block;
	margin-bottom:30px
}
@media (max-width: 668px) {
.news_list ul li {
margin-bottom:20px
}
}
.news_list ul li a {
	display:block;
	width:100%;
	height:354px;
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center
}
@media (max-width: 668px) {
.news_list ul li a {
height:auto;
flex-wrap:wrap
}
}
.news_list ul li a:after {
	content:'';
	display:block;
	width:75%;
	height:100%;
	background-color:#f5f5f5;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
transition:all .5s
}
@media (max-width: 1440px) {
.news_list ul li a:after {
width:70%
}
}
@media (max-width: 668px) {
.news_list ul li a:after {
display:none
}
}
.news_list ul li a .date {
	width:200px;
	color:#0c5e47;
	font-family:'futura-md-bt-medium';
	font-size:26px;
	position:relative;
	z-index:2;
transition:all .5s
}
@media (max-width: 968px) {
.news_list ul li a .date {
display:none
}
}
.news_list ul li a .date span {
	display:block;
	font-size:46px;
	font-family:'Helvetica-Condensed-Bold';
	margin-bottom:10px
}
.news_list ul li a .img {
	width:410px;
	height:270px;
	overflow:hidden;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);
	position:relative;
	z-index:2
}
@media (max-width: 668px) {
.news_list ul li a .img {
width:100%;
height:200px
}
}
.news_list ul li a .img span {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-color:#fff;
	transition:all 1s
}
.news_list ul li a .txt {
	flex:1;
	padding-left:50px;
	padding-right:80px;
	position:relative;
	z-index:2;
	width: 40%;
}
@media (max-width: 1180px) {
.news_list ul li a .txt {
padding-left:40px;
padding-right:40px
}
.e_image-1 {
    background-position: center top !important;
    height: 154px !important;
    background-size: 125% !important;
}
.brn {
    top: 15%;
}
.brn p {
    line-height: 30px;
    font-size: 24px;
    margin: 25px 0px 0px;
}
.brn span {
    font-size: 14px;
}
}
@media (max-width: 668px) {
.news_list ul li a .txt {
width:100%;
padding:20px;
background:#f5f5f5
}
}
.news_list ul li a .txt b.t {
	display:block;
	font-size:22px;
	color:#333;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
transition:all .5s
}
@media (max-width: 1440px) {
.news_list ul li a .txt b.t {
font-size:18px
}
}
@media (max-width: 668px) {
.news_list ul li a .txt b.t {
font-size:16px
}
}
.news_list ul li a .txt b.t:after {
	content:'';
	display:block;
	width:90px;
	height:2px;
	line-height:2px;
	background:#0c5e47;
	margin-top:48px;
transition:all .5s
}
@media (max-width: 968px) {
.news_list ul li a .txt b.t:after {
margin:20px 0
}
}
.news_list ul li a .txt .m_date {
	display:none
}
@media (max-width: 968px) {
.news_list ul li a .txt .m_date {
display:block;
font-family:'futura-md-bt-medium';
color:#666
}
}
.news_list ul li a .txt .des {
	display:block;
	font-size:16px;
	line-height:30px;
	color:#666;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:30px 0 20px;
transition:all .5s
}
@media (max-width: 1440px) {
.news_list ul li a .txt .des {
font-size:14px
}
}
@media (max-width: 668px) {
.news_list ul li a .txt .des {
margin:10px 0
}
}
.news_list ul li a .txt .icon {
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	border:1px solid #d1d1d1;
	border-radius:100%;
	transition:all .5s;
}
.news_list ul li a:hover .txt .icon {
	color:#ffffff !important;
}
@media (min-width: 1180px) {
.news_list ul li a:hover:after {
background:#0c5e47;
width:100%
}
.news_list ul li a:hover .date {
color:#fff;
padding-left:30px
}
.news_list ul li a:hover .img span {
transform:scale(1.1)
}
.news_list ul li a:hover .txt b.t {
color:#fff
}
.news_list ul li a:hover .txt b.t:after {
width:255px;
background:#fff
}
.news_list ul li a:hover .txt .des {
color:#fff
}
.news_list ul li a:hover .txt .icon {
border:1px solid #fff
}
.news_list ul li a:hover .txt .icon svg {
color:#fff
}
}
.news__content {
	padding:70px 0;
	background:#f5f5f5
}
@media (max-width: 1440px) {
.news__content {
padding:20px
}
}
.news__content>.news__content_c {
	background:#fff;
	padding:70px;
	overflow:hidden
}
@media (max-width: 1440px) {
.news__content>.news__content_c {
padding:40px
}
}
@media (max-width: 1180px) {
.news__content>.news__content_c {
padding:20px
}
}
.news__content-title {
	max-width:920px;
	margin:0 auto 20px;
	font-size:22px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	text-align:center
}
@media (max-width: 1380px) {
.news__content-title {
font-size:20px;
line-height:30px
}
}
.news__content-info {
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:0;
	color:#999;
	font-family:'FuturaBT-Medium'
}
.news__content-info span {
	display:inline-block;
	vertical-align:top
}
.news__content-info svg {
	width:20px;
	height:20px;
	color:#999
}
.news__content-txt {
	padding:30px 0;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:30px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd
}
@media (max-width: 1440px) {
.news__content-txt {
font-size:14px;
line-height:26px
}
}
@media (max-width: 668px) {
.news__content-txt {
font-weight:normal;
margin-top:20px;
padding:10px 0
}
}
.news__content-txt img {
	max-width:100% !important;
	height:auto !important;
	margin-top:10px;
	margin-bottom:10px
}
.news__content .updown {
	padding:40px 0 0 0;
	font-size:14px;
	line-height:28px;
	color:#666
}
@media (max-width: 1380px) {
.news__content .updown {
padding:20px 0 0;
font-size:12px;
line-height:22px
}
}
@media (max-width: 1180px) {
.news__content .updown {
padding:10px 0 0
}
}
.news__content .updown a {
	color:#666;
transition:all .5s
}
.news__content .updown a:hover {
	color:#0c5e47
}
.news__content .updown .inner {
	width:100%;
	padding-right:150px;
	position:relative
}
@media (max-width: 668px) {
.news__content .updown .inner {
padding:0
}
}
.news__content .updown .btn_back {
	display:block;
	width:150px;
	height:44px;
	line-height:42px;
	padding:0 30px;
	border-radius:40px;
	border:1px solid #5b5b5b;
	color:#666;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-22px;
transition:all .5s
}
@media (max-width: 668px) {
.news__content .updown .btn_back {
position:static;
margin:20px auto 0
}
}
.news__content .updown .btn_back span {
	display:block;
	float:right;
	margin:14px 0 0;
	width:15px;
	height:12px;
	position:relative
}
.news__content .updown .btn_back span:before, .news__content .updown .btn_back span:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	line-height:1px;
	background:#5b5b5b;
	position:absolute;
	left:0;
transition:all .5s
}
.news__content .updown .btn_back span:before {
	top:0
}
.news__content .updown .btn_back span:after {
	bottom:0
}
.news__content .updown .btn_back span i {
	display:block;
	width:100%;
	height:1px;
	line-height:1px;
	background:#5b5b5b;
	position:absolute;
	left:0;
	top:50%;
transition:all .5s
}
.news__content .updown .btn_back:hover {
	background:#0c5e47;
	border-color:#0c5e47;
	color:#fff;
	text-decoration:none
}
.news__content .updown .btn_back:hover span:before, .news__content .updown .btn_back:hover span:after {
	width:10px;
	background:#fff
}
.news__content .updown .btn_back:hover span:before {
	top:2px;
	transform:rotate(-45deg)
}
.news__content .updown .btn_back:hover span:after {
	bottom:2px;
	transform:rotate(45deg)
}
.news__content .updown .btn_back:hover span i {
	opacity:0
}