@charset "utf-8";
/* CSS Document */

/*banner*/
	.news-banner{width:100%;min-height: 520px;max-height: 720px;display:flex;align-items:center;background: url("../images/new-det/banner.webp") center center / cover no-repeat;position:relative;}
	.news-banner::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;}
	.banner-inner{width:90%;margin:0 auto;position:relative;z-index:2;color:#fff;}
	.banner-title{font-size:clamp(24px,4vw,40px);font-weight:500;margin-bottom:20px;}
	.banner-line{width:50%;height:1px;background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);margin-bottom:24px;}
	.banner-desc{font-size:clamp(14px,1.4vw,16px);opacity:0.62;line-height:1.7;max-width:90%;}
	/*news-det*/
	.news-detail-wrap{padding:60px 20px;display:grid;grid-template-columns:420px 1fr;gap:60px;}
	/* 左侧侧边栏 */
	.news-sidebar{width:100%;}
	.news-date{color:#777;font-size:clamp(14px,1.4vw,16px);margin-bottom:16px;}
	.news-sidebar h2{font-size:clamp(18px,1.8vw,28px);font-weight:300;margin-bottom:32px;line-height:1.6;}
	.contact-wrap{display:flex;flex-direction:column;gap:30px;line-height:1.8;}
	.arrow-box{padding:1% 0 0 1%;color:#898989;}
	.arrow-box b{color:#000;}
	.contact-item{display:flex;align-items:center;gap:12px;font-size:clamp(14px,1.4vw,16px);}
	.contact-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;}
	/* 右侧内容区域 */
	.news-content{width:100%;}
	.news-content p{font-size:clamp(14px,1.4vw,16px);color:rgba(0,0,0,0.5);margin-bottom:25px;line-height:1.6;}
                .news-content p a{color:#b90000;font-weight:100;}
                 .news-content p a:hover{font-weight:900;}
	.news-content img,.news-content iframe{width:85%;height:auto;margin:36px auto;display:block;}
	.news-content iframe{height:480px;}
	/*prev-next*/
	.prev-next hr{border-top:1px solid rgba(242,242,242,1);}
	.page-prev a,.page-next a{width:100%;}
	.detail-pagination {width: 100%;margin: 60px auto 0;display: grid;/* 三栏布局，左右自适应，中间按钮固定宽度 */grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);align-items: flex-start;padding: 0 20px;box-sizing: border-box;gap: 35px;}
	.page-prev {justify-self: start;min-width: 0;max-width: 100%;}.page-back {justify-self: center;}
	.page-next {justify-self: end;min-width: 0;max-width: 100%;}
	.detail-pagination a {text-decoration: none;color: #222;display: inline-block;}
	.detail-pagination .nav-title {font-size:clamp(14px,1.4vw,16px);margin-top: 8px;line-height: 1.5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;font-weight:100;color:rgba(0,0,0,0.6);}
	.detail-pagination .nav-title:hover{color:rgba(0,0,0,1);}
	.back-list-btn {background: linear-gradient(90deg, #93B658, #3A9841);color: #fff !important;padding: 14px 28px;font-size:clamp(14px,1.4vw,16px);white-space: nowrap;}  

	/*grey*/
	.grey{height:20px;background:#F2F2F2;border:0;margin-top:4.5%;}


@media screen and (min-width:1200px) and (max-width:1500px) {
/*banner*/
	.banner-inner{width:100%;}
/*news-det*/
	.news-detail-wrap{grid-template-columns:350px 1fr;}
	/*Prev-next*/
	.detail-pagination {grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 30px;}
	.page-back {display: none;}
}

@media screen and (min-width:992px) and (max-width:1200px) {
/*banner*/
	.banner-inner{width:100%;}
    /*news-det*/
	.news-detail-wrap{grid-template-columns:320px 1fr;}
	/*Prev-next*/
	.detail-pagination {grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 30px;}
	.page-back {display: none;}
	.page-prev a,.page-next a{width:100%;}
}

@media screen and (min-width:769px) and (max-width:992px) {
	/*banner*/
	.news-banner{min-height:420px;}
	.news-detail-wrap{grid-template-columns: 1fr;gap:40px;padding:40px 20px;}
	.news-sidebar h2{font-size:24px;}
	/* 手机端联系项改为左右并排 */
	.contact-wrap{flex-direction:row;gap:30px;justify-content:space-evenly;
    align-items: center;}
	/*Prev-next*/
	.detail-pagination {grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 30px;}
	.page-back {display: none;}	
}

@media screen and (max-width: 769px) {
/*banner*/
	.banner-inner{width:100%;}
    .news-banner{min-height:360px;align-items:center;}
    .banner-inner{text-align:left;}
    .news-sidebar h2{font-size:20px;}
	.contact-item {font-size:15px;}
    .contact-wrap{flex-direction:column;gap:20px;}
	/*news-det*/
	.news-detail-wrap{padding:30px 16px;display:grid;grid-template-columns:1fr;gap:30px;}
	.news-content p{font-size:15px;line-height:1.7;}
    .news-content img,.news-content iframe{width:100%;}
    .news-content iframe{height:450px;}
    /*Prev-next*/
    .prev-next hr{margin:0 0 8% 0;}
    .detail-pagination {grid-template-columns: 1fr;gap: 30px;margin:0;padding:0;}
	.page-back {display: none;}	
    .page-prev,.page-next {justify-self: start;width: 100%;}
    .detail-pagination .nav-title {white-space: normal;overflow: visible;text-overflow: unset;}
}