@charset "utf-8";
/* CSS Document */

/*banner*/
	body{background:rgba(253,252,244,1);}
	.banner-section {width: 100%;/* clamp(最小高度, 动态比例, 最大高度960px) */min-height: clamp(440px, 52vw, 960px);display: flex;align-items: center;position:relative;background:#1a1a1a;background-image:url("../images/news/banner.webp");background-size:cover;background-position:center;background-repeat:no-repeat;}
	.banner-container {margin:0 auto;padding-inline:clamp(20px, 3vw, 40px);position:relative;z-index:2;}
	.banner-box{max-width:min(650px, 95%);color:#fff;font-size:0;text-align:center;margin:0 auto;}
	.banner-box h1 {font-size: clamp(24px, 4vw, 67px);font-weight:500;line-height: 1.15;margin-bottom:clamp(10px, 1.5vw, 10px);}
	.banner-box p {font-size: clamp(15px, 1.1vw, 16px);line-height: 1.7;opacity: 0.63;}
	.banner-btn {padding: clamp(12px, 1.2vw, 15px) clamp(28px, 3vw, 38px);margin-top:clamp(18px, 2.5vw, 20px);}	

/*selected-news*/
    .news-section{margin: 0 auto;}
    .section-title {font-size:clamp(24px, 4vw, 42px);color:#222;margin-bottom:16px;font-weight:normal;text-align:center;margin-top:120px;}
    .process-desc{max-width:1200px;margin:0 auto 36px;color:rgba(102,102,102,0.6);font-size:16px;line-height:1.6;text-align:center;}
    .news-wrap {background-color:#f3f3ed;border-radius:24px;padding:32px;}
    .news-grid {display:grid;grid-template-columns: repeat(3,1fr);gap:28px;}
    .news-card {background:transparent;display:flex;flex-direction:column;gap:18px;}
    .news-img {width:100%;border-radius:16px;aspect-ratio:16 / 10;object-fit:cover;}
    .news-date {color:#73a862;font-size:14px;}
	.news-title a{color:#000;line-height:1.4;font-weight:100;font-size:clamp(16px, 2vw, 20px);}
    .news-text {color:#666;font-size:15px;line-height:1.55;flex-grow:1;}
    .news-link {color:#73a862;text-decoration:none;font-size:15px;display:inline-flex;align-items:center;gap:6px;transition:0.2s;}
	.news-card:hover .news-title a{color:#3A9841;}
    .news-link:hover {color:#3A9841;}

/*company-news*/
    .company-news-section .section-title{margin-bottom:3%;}
    .news-list{display:grid;grid-template-columns: repeat(2, 1fr);gap: 24px;}
    .news-item-card a{width:100%;color:#000;}
    .news-item-card {background-color: #F3F2ED;border-radius: 16px;padding: 28px;}
    .news-item-title {font-size:clamp(16px, 1.5vw, 22px);color:#000;font-weight: 600;line-height: 1.35;margin-bottom:14px;}
    .news-item-date {font-size:14px;color:#73a862;margin-bottom:14px;}
    .news-item-desc {font-size:16px;color:#666;line-height:1.6;}
	.news-item-card:hover {background-color: #EDECE6;box-shadow:0 4px 14px rgba(0,0,0,0.06);-webkit-box-shadow:0 4px 14px rgba(0,0,0,0.06);-moz-box-shadow:0 4px 14px rgba(0,0,0,0.06);}

/*page*/
.page.container.clearfix { display: flex; gap: 24px; align-items: center; justify-content: center; padding: 24px 0; white-space: nowrap; }
.page.container.clearfix a { display: inline-flex; align-items: center; justify-content: center; min-width: 60px; height: 45px; padding: 5px 21px; background:#F3F2ED; color: #333; border-radius: 6px; font-size: 18px; text-decoration: none; transition: all 0.24s ease; border: 1px solid #e4e7ed; }
.page.container.clearfix a:hover { background-color: #2b7bcc; color: #ffffff; border-color: #2b7bcc; }
.page.container.clearfix > *:not(a) { display: none; }



	.page{margin:60px auto 60px auto;padding:0 20px;}
	/* 分页外层容器，圆角浅底色 */
	.page-wrap{display:flex;align-items:center;justify-content:center;gap:20px;background:#f3f3ed;border-radius:999px;padding:12px 24px;width:40%;margin:0 auto;}
	.page-wrap a,.page-wrap span{display:flex;align-items:center;justify-content:center;min-width:64px;height:64px;text-decoration:none;font-size:16px;color:#777;transition:0.2s;font-weight:100;}
	/* 当前激活页：白色圆形背景 */
	.page-wrap .current{background:#ffffff;border-radius:50%;color:#222;}
	.page-wrap a:hover{color:#333;}
	/* 下拉跳转 */
	.page-jump{margin-top:20px;text-align:center;}
	.page-jump select{padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:15px;background:#fff;}
	.clearfix::after{content:"";display:block;clear:both;}


@media screen and (min-width:1200px) and (max-width:1500px) {
	.section-title {font-size:clamp(24px, 4vw, 36px);margin-top:80px;}
	.news-title a{font-size:clamp(15px, 2vw, 18px);}
	.page-wrap{width:50%;}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.section-title {font-size:clamp(24px, 4vw, 36px);margin-top:80px;}
	.news-title a{font-size:clamp(15px, 2vw, 18px);}
	.page-wrap{width:60%;}
}

@media screen and (min-width:769px) and (max-width:992px) {
/*selected-news*/
    .news-grid{grid-template-columns: repeat(3,1fr);}
    .section-title{font-size:34px;}
    .news-wrap{padding:24px;}
/*company-news*/
	.news-item-title{font-size:19px;}
    .news-item-card{padding:22px;}
	
	.section-title {font-size:clamp(24px, 4vw, 36px);margin-top:80px;}
	.news-title a{font-size:clamp(15px, 2vw, 18px);}
	.page-wrap{width:80%;}
	.page-wrap a,.page-wrap span{min-width:50px;height:50px;}

/*page*/
.page.container.clearfix { display: flex; gap: 18px; align-items: center; justify-content: center; padding: 24px 0; white-space: nowrap; }
.page.container.clearfix a { display: inline-flex; align-items: center; justify-content: center; min-width: 60px; height: 45px; padding: 5px 21px; background:#F3F2ED; color: #333; border-radius: 6px; font-size: 16px; text-decoration: none; transition: all 0.24s ease; border: 1px solid #e4e7ed; }
.page.container.clearfix a:hover { background-color: #2b7bcc; color: #ffffff; border-color: #2b7bcc; }
.page.container.clearfix > *:not(a) { display: none; }


}

@media screen and (max-width: 769px) {
/*selected-news*/
	.news-grid{grid-template-columns: 1fr;}
    .section-title{font-size:21px;margin-top:30px;}
    .news-section{padding:0px 14px;}
    .news-wrap{padding:18px;}

.process-desc {
    margin: 0 auto 36px;
    color: rgba(102, 102, 102, 0.6);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
/*company-news*/
	 
	.news-list{grid-template-columns:1fr;}
    .company-news-section{padding:10px 2% 30px 2%;}
	.company-news-section .section-title{margin-bottom:5%;}
    .news-item-card{padding:18px;}


/*page*/
.page{margin:5% 0;}
.page.container.clearfix { display: flex; gap:0px; align-items: center; justify-content: center;white-space: nowrap; }
.page.container.clearfix a { display: inline-flex; align-items: center; justify-content: center;height:40px; padding: 5px 15px; background:#F3F2ED; color: #333; border-radius: 6px; font-size: 16px; text-decoration: none; transition: all 0.24s ease; border: 1px solid #e4e7ed; }
.page.container.clearfix a:hover { background-color: #2b7bcc; color: #ffffff; border-color: #2b7bcc; }
.page.container.clearfix > *:not(a) { display: none; }
}
