/* 新闻资讯页：沿用网站暖白底色、金色线性标题和圆角内容面板。 */
body[data-page="news"] { background: #fbf8f4; }

.news-page-header { padding: 0; border: 0; background: #fbf8f4; }
.news-page-topbar { display: none; }
.news-page-copy { display: flex; align-items: baseline; gap: 26px; white-space: nowrap; }
.news-page-header h1 { margin: 0; color: #102947; font-family: "Noto Serif SC", "STSong", SimSun, serif; font-size: 31px; font-weight: 700; line-height: 1; }
.news-page-copy > p { margin: 0; color: #7c7b77; font-size: 14px; line-height: 1.5; white-space: nowrap; }
.news-headline-meta { display: flex; align-items: center; gap: 16px; color: #b87932; font-size: 14px; font-weight: 600; white-space: nowrap; }
.news-headline-meta span[aria-hidden="true"] { color: #c7a56e; }
/* 与下方“最新发布”使用同一内容宽度；显式收紧网格子项，防止图片以自身比例挤压文字列。 */
.news-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); width: min(calc(100% - 120px), calc(var(--container) + 40px)); aspect-ratio: 3.45 / 1; margin: 20px auto 0; overflow: visible; border: 0; border-radius: 0; background: transparent; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.news-headline-copy { display: flex; flex-direction: column; justify-content: center; order: 2; min-width: 0; min-height: 0; padding: 46px 36px; border-radius: 0 8px 8px 0; color: #102947; background: #fff; }
.news-headline-copy .card-label { display: flex; align-items: center; order: 0; gap: 16px; margin: 0 0 20px; color: #b87932; font-family: var(--font-sans); font-size: var(--type-hero-title); font-weight: 700; line-height: 1.15; white-space: nowrap; }
.news-headline-copy .card-label::before,
.news-headline-copy .card-label::after { width: 64px; height: 1px; flex: 0 0 auto; content: ""; background: rgba(184, 121, 50, .68); }
.news-headline-copy h2 { margin: 0 0 12px; color: #102947; font-family: var(--font-sans); font-size: 28px; font-weight: 700; line-height: 1.45; }
.news-headline-copy > p:not(.card-label) { margin: 0; color: #526477; font-family: var(--font-sans); font-size: 16px; font-weight: 400; line-height: 1.75; }
.news-headline-copy h2 { order: 2; }
.news-headline-copy > p:not(.card-label) { order: 3; }
.news-headline-copy::after { display: none; }
.news-headline-bottom { display: contents; }
.news-headline-bottom time { display: block; order: 1; margin: 0 0 14px; color: #b87932; font-size: 14px; font-weight: 600; }
.news-headline-copy .text-link { display: inline-flex; align-items: center; align-self: flex-start; order: 4; gap: 10px; margin-top: 10px; padding-bottom: 0; border-bottom: 0; color: #b87932; font-size: 16px; font-weight: 600; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.news-headline-copy .text-link:hover { color: #8e5d20; transform: translateX(4px); }
.news-headline-media { order: 1; width: 100%; min-width: 0; min-height: 0; align-self: stretch; aspect-ratio: auto; overflow: hidden; border-radius: 8px 0 0 8px; background: #fffdf9; box-shadow: none; }
.news-headline-media .image-placeholder { width: 100%; min-height: 0; height: 100%; aspect-ratio: auto !important; border: 0; border-radius: inherit; background-position: center; background-size: cover !important; }
.news-headline-media:hover { box-shadow: none; transform: none; }
@media (hover: hover) and (pointer: fine) {
  .news-hero-grid:hover { z-index: 2; border-color: #c88a35; box-shadow: 0 18px 38px rgba(16, 36, 63, .12); transform: translateY(-5px); }
}

.news-content-section {
  padding: 20px 0 30px;
  background: #fbf8f4;
}
.news-content-section > .container {
  padding: 42px 44px 46px;
  border: 1px solid rgba(190, 140, 78, .58);
  border-radius: 16px;
  background: rgba(255, 253, 249, .74);
}

/* 不再限制新闻主栏宽度，头条卡与筛选面板对齐。 */
.article-layout-single { max-width: none; }

.news-filter-bar {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
}
.news-filter-bar > span:first-child { margin-right: 12px; color: #9c682b; font-size: 16px; font-weight: 700; }
#newsFilterBtns { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 10px; }
.news-filter-bar button {
  min-width: 78px;
  padding: 9px 15px;
  border: 1px solid rgba(190, 140, 78, .52);
  border-radius: 8px;
  color: #3c5267;
  background: #fffdf9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}
.news-filter-bar button:hover,
.news-filter-bar button.active {
  border-color: #d83a30;
  color: #fff;
  background: #d83a30;
}
.news-filter-bar button:hover { transform: translateY(-2px); }

.article-feature {
  overflow: hidden;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  min-height: 386px;
  border: 1px solid rgba(190, 140, 78, .62);
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 8px 26px rgba(16, 36, 63, .045);
}
.article-feature .image-placeholder {
  align-self: stretch;
  min-height: 386px;
  border: 0;
  background-position: center;
}
/* 新闻封面是固定区域，上传图片需要铺满容器；覆盖全局已上传图片的 contain 规则。 */
#newsFeature .article-feature .image-placeholder.cms-media-applied,
#newsList.article-list .image-placeholder.cms-media-applied {
  background-size: cover !important;
  background-position: center !important;
}
.article-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 46px;
  background: linear-gradient(135deg, rgba(249, 244, 235, .92), #fffdf9 56%);
}
.article-feature-copy .card-label { margin: 0 0 16px; color: #ae7734; font-size: 16px; font-weight: 600; }
.article-feature-copy .card-label time { color: inherit; }
.article-feature-copy h2 { margin: 0 0 16px; font-size: 34px; font-weight: 700; line-height: 1.36; }
.article-feature-copy h2 a { color: #102947; text-decoration: none; }
.article-feature-copy > p:not(.card-label) { margin: 0 0 22px; color: #5d6b79; font-size: 17px; line-height: 1.8; }
.article-feature-copy .text-link,
.article-list .text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  border: 0;
  color: #ab7130;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.article-feature-copy .text-link:hover,
.article-list .text-link:hover { color: #c83a2e; transform: translateX(4px); }

.article-list { display: grid; gap: 16px; margin-top: 24px; }
.article-list article {
  align-items: center;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 0;
  min-height: 179px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 140, 78, .38);
  border-radius: 12px;
  background: #fffdf9;
}
.article-list .image-placeholder {
  align-self: stretch;
  width: auto;
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 11px 0 0 11px;
  background-position: center;
}
.article-list article > div:last-child { align-self: stretch; display: flex; flex-direction: column; padding: 20px 30px; }
.article-list .text-link { align-self: flex-start; margin-top: auto; }
.article-list time { color: #a97536; font-size: 14px; font-weight: 600; }
.article-list h3 { margin: 8px 0 7px; font-size: 23px; font-weight: 700; line-height: 1.35; }
.article-list h3 a { color: #102947; text-decoration: none; }
.article-list p { margin: 0 0 10px; color: #5e6d7c; font-size: 15px; line-height: 1.65; }
@media (hover: hover) and (pointer: fine) {
  .article-feature:hover,
  .article-list article:hover { border-color: rgba(190, 124, 50, .72); box-shadow: 0 16px 32px rgba(16, 36, 63, .1); transform: translateY(-4px); }
  .article-feature:hover .image-placeholder,
  .article-list article:hover .image-placeholder { filter: none; transform: none; }
}

#newsPager { margin-top: 30px; }
#newsPager .case-page-button {
  border-color: rgba(190, 140, 78, .45);
  border-radius: 8px;
  color: #33485c;
  background: #fffdf9;
}
#newsPager .case-page-button.is-active,
#newsPager .case-page-button:hover:not(:disabled) {
  border-color: #c83a2e;
  color: #fff;
  background: #c83a2e;
}
#newsPager .case-page-button:hover:not(:disabled) { transform: translateY(-2px); }
#newsPager .case-page-button:disabled {
  border-color: rgba(190, 140, 78, .24);
  color: #9a9e9e;
  background: #f2efe9;
  cursor: not-allowed;
}

#topics.section { padding: 30px 0; background: #fbf8f4; }
#topics > .container { padding: 42px 44px 46px; border: 1px solid rgba(190, 140, 78, .58); border-radius: 16px; background: rgba(255, 253, 249, .74); }
#topics .section-heading { max-width: none; margin: 0 0 32px; }
#topics .section-heading h2 { font-size: 48px; }
#topics .section-heading h2::before,
#topics .section-heading h2::after { display: inline-block; width: 54px; height: 1px; margin: 0 16px 12px; content: ""; }
#topics .section-heading h2::before { background: linear-gradient(90deg, transparent, #bd7d32); }
#topics .section-heading h2::after { background: linear-gradient(90deg, #bd7d32, transparent); }
#topics .section-heading p { max-width: 820px; margin-right: auto; margin-left: auto; font-size: 19px; }
#topics .wire-grid-3 { gap: 18px; }
#topics .wire-card { min-height: 238px; padding: 30px 30px 26px; border: 1px solid rgba(190, 140, 78, .48); border-radius: 12px; background: #fffdf9; }
#topics .wire-card::before { box-sizing: border-box; display: block; width: 56px; height: 56px; margin-bottom: 18px; border: 2px solid #d5a14a; border-radius: 50%; content: ""; background: transparent; -webkit-mask: none; mask: none; }
#topics .wire-card::after { position: absolute; top: 43px; left: 43px; width: 30px; height: 30px; content: ""; background: #b87932; -webkit-mask: url("../images/icons/lucide/book-open.svg") center / contain no-repeat; mask: url("../images/icons/lucide/book-open.svg") center / contain no-repeat; }
#topics .wire-card:nth-child(2)::after { -webkit-mask-image: url("../images/icons/lucide/boxes.svg"); mask-image: url("../images/icons/lucide/boxes.svg"); }
#topics .wire-card:nth-child(3)::after { -webkit-mask-image: url("../images/icons/lucide/clipboard-list.svg"); mask-image: url("../images/icons/lucide/clipboard-list.svg"); }
#topics .wire-card h3 { margin: 0 0 15px; color: #102947; font-size: 25px; }
#topics .wire-card h3::after { position: absolute; top: 17px; right: 25px; z-index: 0; color: rgba(152, 115, 65, .22); content: "01"; font-size: 78px; font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; pointer-events: none; }
#topics .wire-card:nth-child(2) h3::after { content: "02"; }
#topics .wire-card:nth-child(3) h3::after { content: "03"; }
#topics .wire-card ul { margin: 0; padding: 0; list-style: none; }
#topics .wire-card li { position: relative; padding: 8px 0 8px 18px; border: 0; color: #60707e; font-size: 16px; line-height: 1.5; }
#topics .wire-card li::before { position: absolute; top: 18px; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: #bd7d32; }
#topics .wire-card.wire-card-accent { color: inherit; background: #fffdf9; }
#topics .wire-card.wire-card-accent h3 { color: #102947; }
#topics .wire-card.wire-card-accent li { color: #60707e; }

/* 项目建设问答：用连续问答代替原三张专题卡片。 */
#topics.section { padding: 78px 0 0; background: #fbf8f4; }
#topics > .container { max-width: 1060px; padding: 0 0 50px; border: 0; border-radius: 0; background: transparent; }
#topics .project-faq-heading { margin-bottom: 34px; text-align: center; }
#topics .project-faq-heading > span { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 18px; color: #b87932; font-size: 17px; font-weight: 500; letter-spacing: 0; }
#topics .project-faq-heading > span::before,
#topics .project-faq-heading > span::after { width: 34px; height: 1px; content: ""; background: #c59756; }
#topics .project-faq-heading h2 { margin: 0; font-size: 44px; }
#topics .project-faq-heading h2::before,
#topics .project-faq-heading h2::after { display: none; }
#topics .project-faq-heading p { margin-top: 16px; font-size: 17px; }
#topics .project-faq-list { border-top: 1px solid rgba(190, 140, 78, .72); }
#topics .project-faq-list details { border-bottom: 1px solid rgba(190, 140, 78, .35); }
#topics .project-faq-list summary { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) 28px; align-items: center; gap: 16px; min-height: 74px; padding: 0 18px 0 24px; color: #102947; cursor: pointer; list-style: none; }
#topics .project-faq-list summary::-webkit-details-marker { display: none; }
#topics .project-faq-list summary b { color: #b87932; font-family: var(--font-sans); font-size: 23px; font-variant-numeric: tabular-nums; font-weight: 400; line-height: 1; }
#topics .project-faq-list summary strong { font-size: 22px; font-weight: 600; line-height: 1.4; }
#topics .project-faq-list summary::after { justify-self: end; color: #12345b; content: "+"; font-size: 28px; font-weight: 300; line-height: 1; }
#topics .project-faq-list details[open] summary::after { content: "−"; }
#topics .project-faq-list details p { margin: -3px 70px 20px 98px; color: #667587; font-size: 16px; line-height: 1.7; }
#topics .project-faq-list summary:hover strong { color: #b87932; }

.news-final-cta { padding: 0 0 30px; background: #fbf8f4; }
.news-final-cta .container { display: flex; align-items: center; gap: 24px; min-height: 145px; padding: 28px 42px; border-radius: 14px; background: #082d54; }
.news-final-cta .container > i { display: block; flex: 0 0 auto; width: 78px; height: 78px; background: #efb95c; -webkit-mask: url("../images/icons/lucide/message-circle-more.svg") center / contain no-repeat; mask: url("../images/icons/lucide/message-circle-more.svg") center / contain no-repeat; }
.news-final-cta h2 { margin: 0 0 10px; color: #f7d49c; font-size: 32px; font-weight: 700; line-height: 1.3; }
.news-final-cta p { margin: 0; color: rgba(255, 255, 255, .88); font-size: 18px; line-height: 1.6; }
.news-final-cta-actions { display: flex; margin-left: auto; }
.news-final-cta .button { display: inline-flex; align-items: center; gap: 16px; min-height: 58px; padding: 0 26px; border-radius: 8px; color: #fff; background: #dc161c; font-size: 18px; }
.news-final-cta .button span { font-size: 30px; font-weight: 300; line-height: .7; }
.news-final-cta .button:hover { color: #fff; background: #c91319; box-shadow: 0 10px 22px rgba(0, 0, 0, .22); transform: translateY(-3px); }

/* 新闻详情共用模板：底部行动区使用问答图标。 */
.news-detail-cta .container > i { -webkit-mask-image: url("../images/icons/lucide/message-circle-question-mark.svg"); mask-image: url("../images/icons/lucide/message-circle-question-mark.svg"); }

@media (max-width: 980px) {
  .news-hero-grid { width: min(calc(100% - 48px), var(--container)); aspect-ratio: auto; grid-template-columns: 1fr; gap: 30px; }
  .news-headline-media { border-radius: 8px 8px 0 0; }
  .news-headline-media, .news-headline-media > a, .news-headline-media .image-placeholder { min-height: 330px; }
}

@media (max-width: 820px) {
  .news-page-header h1 { font-size: 43px; }
  .news-content-section > .container, #topics > .container { padding: 32px 26px; }
  .article-feature { grid-template-columns: 1fr; }
  .article-feature .image-placeholder { min-height: 330px; }
  .article-feature-copy { padding: 36px 32px; }
  .article-list article { grid-template-columns: 200px minmax(0, 1fr); }
  .article-list .image-placeholder { width: auto; min-height: 112px; }
  .news-final-cta .container { align-items: flex-start; flex-wrap: wrap; padding: 28px; }
  .news-final-cta-actions { width: 100%; margin-left: 0; }
}

@media (max-width: 560px) {
  .news-hero-grid { width: calc(100% - 36px); margin-top: 18px; }
  .news-page-header { padding: 42px 0 34px; }
  .news-page-header h1 { gap: 10px; font-size: 34px; }
  .news-page-header h1::before, .news-page-header h1::after { width: 28px; }
  .news-page-copy > p { font-size: 16px; }
  .news-headline-copy { margin-top: 22px; }
  .news-headline-copy h2 { font-size: 23px; }
  .news-headline-media, .news-headline-media > a, .news-headline-media .image-placeholder { min-height: 220px; }
  .news-content-section > .container, #topics > .container { padding: 26px 18px; border-radius: 12px; }
  .news-filter-bar { align-items: flex-start; flex-direction: column; }
  .article-feature { border-radius: 10px; }
  .article-feature .image-placeholder { min-height: 220px; }
  .article-feature-copy { padding: 28px 22px; }
  .article-feature-copy h2 { font-size: 26px; }
  .article-list article { grid-template-columns: 1fr; gap: 0; padding: 0; border-radius: 10px; }
  .article-list .image-placeholder { width: 100%; min-height: 0; aspect-ratio: 16 / 9; border-radius: 10px 10px 0 0; }
  .article-list article > div:last-child { padding: 20px 22px 22px; }
  .article-list h3 { font-size: 19px; }
  #topics .section-heading h2 { font-size: 30px; }
  #topics .section-heading h2::before, #topics .section-heading h2::after { width: 28px; margin-right: 8px; margin-left: 8px; }
  #topics .wire-card { min-height: 0; padding: 26px 22px; }
  #topics .wire-card::after { top: 39px; left: 35px; }
  #topics .wire-card h3::after { top: 22px; right: 20px; font-size: 62px; }
  #topics.section { padding-top: 54px; }
  #topics > .container { padding: 0 18px 34px; }
  #topics .project-faq-heading { margin-bottom: 28px; }
  #topics .project-faq-heading > span { margin-bottom: 14px; font-size: 16px; }
  #topics .project-faq-heading h2 { font-size: 34px; }
  #topics .project-faq-heading p { margin-top: 14px; font-size: 16px; }
  #topics .project-faq-list summary { grid-template-columns: 44px minmax(0, 1fr) 24px; gap: 9px; min-height: 66px; padding: 0 8px; }
  #topics .project-faq-list summary b { font-size: 23px; }
  #topics .project-faq-list summary strong { font-size: 18px; }
  #topics .project-faq-list summary::after { font-size: 27px; }
  #topics .project-faq-list details p { margin: -2px 24px 18px 61px; font-size: 16px; }
  .news-final-cta .container { padding: 26px 22px; }
  .news-final-cta .container > i { width: 54px; height: 54px; }
  .news-final-cta h2 { font-size: 25px; }
  .news-final-cta p { font-size: 16px; }
  .news-final-cta-actions { display: block; }
  .news-final-cta .button { justify-content: space-between; width: 100%; }
}
