.news_banner{
	width: 100%;
	height: auto;
	max-height: 500px;
	zoom: 1;
	overflow: hidden;
}
.news_banner img{
	width: 100%;
}
.garden_title {min-width: 1200px;width: 1200px;height: 90px;text-align: center;margin-bottom: 16px;background: url(../img/title-bg.png)center bottom no-repeat;margin: 0 auto;margin-top: 50px;}
.garden_title h2 {font-size: 40px;color: #444444;}
.garden_title p {font-size: 18px;color: #444444;}

.news_box{margin: 0 auto;width: 1200px;min-width: 1200px;zoom: 1;overflow: hidden;padding: 40px 0px;}
.news_but {width: 1200px;margin: 0 auto 50px;height: 50px;}
.news_but ul li{width: 135px;height: 50px;float: left;text-align: center;line-height: 50px;border: 1px solid #85E381;margin: 0px 32px;cursor: pointer;font-size: 18px;}
.news_but ul li a{display: block;width: 100%;height: 100%;color: #333;}

.news_but ul li:hover a{background: #85E381;color: #FFFFFF;}
.news_but ul .active a{background: #85E381;color: #FFFFFF;}
.news_but ul li:hover{background: #85E381;color: #FFFFFF;}
.news_but ul .active{background: #85E381;color: #FFFFFF;}


.news_top{
	width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
.news_top div{
	display: none;
}
.news_top div:nth-child(1){
	display: block;
}
.news_top>div ul li{
	width: 1200px;
	min-width: 1200px;
	height: 260px;
	margin: 20px 0px;
	overflow: hidden;
}

.list-top-im{
	display: block !important;
	float: left;
	width: 260px;
}
.list-top-im img{
	width: 100%;
	height: 210px;
}
.list-top-im h2{
	display: block;
	width: 210px;
	height: 33px;
	margin: 0 auto;
}
.list-top-im h2 a{
	display: block;
	width: 210px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	background: #0d9a39;
	color: #fff;
	border-radius: 15px;
	padding: 0px 15px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.list-top-text{
	display: block !important;
	float: right;
	width: 920px;
	height: 260px;
}
.list-top-text h2 a{
	display: block;
	font-size: 26px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #EAEAEA;
	font-weight: normal;
	
}
.list-top-text-top{
	display: block !important;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EAEAEA;
	overflow: hidden;
}
.list-top-text-top span{
	display: block;
	float: left;
	max-width: 130px;
	height: 50px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0px 10px;
    background: #fff9ed;
    margin-right: 10px;
}
.list-top-text-top span img{
	max-height: 23px;
	max-width: 23px;
	margin-right: 10px;
}
.list-top-text-top p{
	display: block;
	float: left;
	width: 790px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}


.news_a_but{width: 300px;height: 30px;margin: 10px auto;}
.news_a_but a{display: block;width: 130px;height: 30px;margin: 0px 10px;border: 1px solid #0D9A39;color: #009C43;float: left;text-align: center;line-height: 30px;}

