.news_banner{width:100%;min-width:1200px;height:auto;text-align:center;margin:0 auto;}
.news_banner img{width:100%;height:auto;display:block;}

.garden_title{width:1200px;margin:0 auto;padding:40px 0 30px;text-align:center;height:auto;border-bottom:none;}
.garden_title::after{display:none;}
.garden_title h2{font-size:40px;color:#444444;font-weight:bold;margin-bottom:10px;}
.garden_title p{font-size:18px;color:#444444;}

.news_box{width:1200px;margin:0 auto;padding-bottom:60px;}

.news_but{width:100%;height:auto;margin-bottom:30px;}
.news_but ul{display:flex;justify-content:center;height:auto;}
.news_but li{float:none;display:inline-block;height:50px;line-height:50px;padding:0 30px;margin:0 5px;cursor:pointer;font-size:16px;color:#333;border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9;transition:all 0.3s;box-sizing:border-box;}
.news_but li:hover{background:#e8f5e9;color:#009C43;}
.news_but li.active{background:#009C43;color:#fff;border-color:#e0e0e0;}
.news_but li a{display:block;width:100%;height:100%;color:inherit;text-decoration:none;}

.news_top{width:100%;min-height:400px;}
.news_top ul{display:flex;flex-wrap:wrap;gap:20px;}
.news_top li{width:373px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:all 0.3s;}
.news_top li:hover{box-shadow:0 8px 24px rgba(0,156,67,0.12);transform:translateY(-3px);}

.list-top-im{width:100%;height:240px;overflow:hidden;position:relative;}
.list-top-im img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s;}
.list-top-im:hover img{transform:scale(1.05);}
.list-top-im h2{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.7));padding:30px 15px 10px;margin:0;}
.list-top-im h2 a{color:#fff;font-size:18px;font-weight:bold;text-decoration:none;}

.list-top-text{padding:15px 20px 20px;}
.list-top-text h2{font-size:18px;color:#009C43;margin-bottom:15px;padding-bottom:10px;border-bottom:1px dashed #e0e0e8;}
.list-top-text h2 a{color:#009C43;text-decoration:none;}

.list-top-text-top{display:flex;align-items:flex-start;margin-bottom:10px;font-size:14px;color:#555;min-height:28px;}
.list-top-text-top:last-child{margin-bottom:0;}

.icon-circle{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;font-size:14px;flex-shrink:0;margin-right:10px;}
.icon-circle.icon-1{background:#FF9800;}
.icon-circle.icon-2{background:#4CAF50;}
.icon-circle.icon-3{background:#2196F3;}
.icon-circle.icon-4{background:#9C27B0;}

.list-top-text-top label{color:#333;font-weight:bold;min-width:70px;flex-shrink:0;}
.list-top-text-top p{color:#666;margin:0;flex:1;line-height:26px;}

.tab-content{width:100%;}

@media screen and (max-width: 1200px){
	.news_top ul{justify-content:center;}
	.news_top li{width:calc(50% - 20px);}
}

@media screen and (max-width: 768px){
	.news_top li{width:100%;}
	.news_but li{padding:0 15px;font-size:14px;}
}