.page-news {
  --pn-rule: rgba(234, 243, 238, 0.10);
  --pn-rule-strong: rgba(234, 243, 238, 0.22);
  --pn-lime-glow: rgba(180, 255, 57, 0.16);
  --pn-cyan-glow: rgba(53, 214, 255, 0.14);
  display: block;
  background: var(--void);
  color: var(--bone);
  overflow-x: clip;
}

.page-news img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-news section {
  position: relative;
  padding-block: clamp(52px, 8vw, 112px);
}

.page-news .breadcrumb {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 22px var(--gutter) 0;
}

/* ---------- 通用小件 ---------- */
.page-news .news-head {
  max-width: 60ch;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.page-news .news-head h2 {
  font-size: clamp(28px, 5.4vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 10px 0 0;
}

.page-news .news-head__sub {
  margin: 14px 0 0;
  color: var(--mist);
  font-size: var(--fs-18);
  line-height: 1.85;
  max-width: 42ch;
}

.page-news .tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.16em;
  line-height: 1.7;
  padding: 2px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  white-space: nowrap;
}

.page-news .tag--lime { color: var(--lime); }
.page-news .tag--cyan { color: var(--cyan); }
.page-news .tag--amber { color: var(--amber); }
.page-news .tag--bone { color: var(--bone); }

.page-news a {
  color: var(--cyan);
  text-underline-offset: 4px;
}

.page-news a:hover {
  color: var(--lime);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  padding-top: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(120% 84% at 82% 0%, var(--pn-cyan-glow), transparent 62%),
    radial-gradient(90% 72% at 0% 100%, var(--pn-lime-glow), transparent 66%),
    var(--void);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 76%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 76%);
  pointer-events: none;
}

.page-news .news-hero__grid {
  position: relative;
  display: grid;
  gap: clamp(30px, 5vw, 56px);
  align-items: end;
}

.page-news .news-hero h1 {
  font-size: clamp(52px, 14vw, 148px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.035em;
  margin: 14px 0 22px;
  background: linear-gradient(96deg, var(--bone) 12%, var(--lime) 58%, var(--cyan) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.page-news .news-hero__lede {
  max-width: 40ch;
  font-size: var(--fs-18);
  line-height: 1.95;
  color: var(--bone);
  margin: 0;
}

.page-news .news-hero__meta {
  list-style: none;
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--pn-rule-strong);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  font-size: var(--fs-14);
  color: var(--mist);
}

.page-news .news-hero__meta .stat {
  display: block;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: var(--fs-22);
  color: var(--lime);
  letter-spacing: 0.01em;
}

.page-news .news-hero__figure {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid var(--pn-rule);
}

.page-news .news-hero__figure img {
  width: 100%;
  object-fit: cover;
}

.page-news .figure__cap {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.08em;
  color: var(--mist);
  padding: 10px 2px 0;
}

/* ---------- 本轮速览 ---------- */
.page-news .news-brief {
  padding-block: clamp(38px, 6vw, 72px);
}

.page-news .news-brief__panel {
  position: relative;
  overflow: hidden;
  background: var(--jade);
  border-radius: var(--radius-l);
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid rgba(180, 255, 57, 0.16);
}

.page-news .news-brief__panel::after {
  content: "";
  position: absolute;
  top: -34%;
  right: -8%;
  width: 300px;
  height: 460px;
  background: linear-gradient(158deg, rgba(180, 255, 57, 0.20), transparent 68%);
  transform: rotate(4deg);
  pointer-events: none;
}

.page-news .news-brief__panel > * {
  position: relative;
  z-index: 1;
}

.page-news .brief-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-news .brief-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  align-items: start;
  padding: clamp(18px, 3vw, 26px);
  background: rgba(7, 9, 15, 0.58);
  border-radius: var(--radius-s);
}

.page-news .brief-item__idx {
  font-family: var(--font-mono);
  font-size: var(--fs-14);
  color: var(--lime);
  padding-top: 4px;
}

.page-news .brief-item__body h3 {
  font-size: var(--fs-22);
  font-weight: 800;
  line-height: 1.4;
  margin: 10px 0 8px;
}

.page-news .brief-item__body p {
  margin: 0;
  color: var(--mist);
  font-size: var(--fs-18);
  line-height: 1.85;
  max-width: 52ch;
}

.page-news .brief-item__body a {
  color: var(--cyan);
}

.page-news .news-brief__foot {
  margin: clamp(22px, 3vw, 32px) 0 0;
  color: var(--mist);
  font-size: var(--fs-14);
  line-height: 1.9;
}

/* ---------- 公告列表 ---------- */
.page-news .log {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--pn-rule);
}

.page-news .log__item {
  display: grid;
  gap: 10px;
  padding-block: clamp(20px, 3vw, 30px);
  border-top: 1px solid var(--pn-rule);
  transition: background var(--t-fast);
}

.page-news .log__time {
  font-size: var(--fs-14);
  color: var(--mist);
}

.page-news .log__time b {
  display: block;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: var(--fs-18);
  color: var(--bone);
  letter-spacing: 0.02em;
}

.page-news .log__time span {
  display: block;
  margin-top: 4px;
  font-size: var(--fs-12);
  letter-spacing: 0.06em;
}

.page-news .log__body h3 {
  font-size: var(--fs-22);
  font-weight: 800;
  line-height: 1.4;
  margin: 10px 0 8px;
}

.page-news .log__body p {
  margin: 0;
  color: var(--mist);
  font-size: var(--fs-18);
  line-height: 1.85;
  max-width: 54ch;
}

/* ---------- 补时标注 ---------- */
.page-news .news-stamp {
  background:
    radial-gradient(100% 70% at 100% 0%, rgba(53, 214, 255, 0.10), transparent 60%),
    var(--indigo);
}

.page-news .news-stamp__grid {
  display: grid;
  gap: clamp(30px, 5vw, 60px);
}

.page-news .news-stamp__text h2 {
  font-size: clamp(28px, 5.4vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 10px 0 20px;
}

.page-news .news-stamp__text p {
  margin: 0 0 16px;
  font-size: var(--fs-18);
  line-height: 1.95;
  color: var(--bone);
  max-width: 40ch;
}

.page-news .stamp-notes {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(234, 243, 238, 0.18);
}

.page-news .stamp-notes li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(234, 243, 238, 0.12);
  font-size: var(--fs-14);
  color: var(--bone);
}

.page-news .stamp-notes__key {
  flex: 0 0 58px;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.18em;
  color: var(--cyan);
}

.page-news .news-stamp__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-news .news-stamp__aside .figure {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid rgba(234, 243, 238, 0.16);
}

.page-news .news-stamp__aside .figure img {
  width: 100%;
  object-fit: cover;
}

.page-news .stamp-scale {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 62px;
  padding: 0 2px;
}

.page-news .stamp-scale i {
  flex: 1 1 auto;
  background: linear-gradient(180deg, var(--cyan), rgba(53, 214, 255, 0.06));
  border-radius: 2px 2px 0 0;
}

.page-news .stamp-scale i:nth-child(1) { height: 22%; }
.page-news .stamp-scale i:nth-child(2) { height: 38%; }
.page-news .stamp-scale i:nth-child(3) { height: 54%; }
.page-news .stamp-scale i:nth-child(4) { height: 46%; }
.page-news .stamp-scale i:nth-child(5) { height: 70%; }
.page-news .stamp-scale i:nth-child(6) { height: 88%; }
.page-news .stamp-scale i:nth-child(7) { height: 100%; background: linear-gradient(180deg, var(--lime), rgba(180, 255, 57, 0.08)); }
.page-news .stamp-scale i:nth-child(8) { height: 92%; background: linear-gradient(180deg, var(--amber), rgba(255, 145, 48, 0.08)); }
.page-news .stamp-scale i:nth-child(9) { height: 74%; background: linear-gradient(180deg, var(--amber), rgba(255, 145, 48, 0.08)); }
.page-news .stamp-scale i:nth-child(10) { height: 58%; }
.page-news .stamp-scale i:nth-child(11) { height: 40%; }
.page-news .stamp-scale i:nth-child(12) { height: 26%; }

.page-news .stamp-scale__cap {
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.1em;
  color: var(--mist);
}

/* ---------- 数据专题 ---------- */
.page-news .topics__split {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.page-news .topics__figure {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid var(--pn-rule);
}

.page-news .topics__figure img {
  width: 100%;
  object-fit: cover;
}

.page-news .topic-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .topic-item {
  display: grid;
  gap: 10px;
  padding-block: clamp(20px, 3vw, 30px);
  border-top: 1px solid var(--pn-rule);
}

.page-news .topic-item:last-child {
  border-bottom: 1px solid var(--pn-rule);
}

.page-news .topic-item__no {
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.2em;
  color: var(--lime);
}

.page-news .topic-item__head h3 {
  font-size: var(--fs-22);
  font-weight: 800;
  line-height: 1.4;
  margin: 8px 0 0;
}

.page-news .topic-item__body p {
  margin: 0;
  color: var(--mist);
  font-size: var(--fs-18);
  line-height: 1.9;
  max-width: 52ch;
}

/* ---------- 专题索引 ---------- */
.page-news .news-series {
  background:
    radial-gradient(90% 70% at 0% 0%, rgba(255, 145, 48, 0.10), transparent 62%),
    var(--wine);
}

.page-news .series-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-news .series-item {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3.4vw, 34px);
  background: rgba(7, 9, 15, 0.48);
  border-radius: var(--radius-m);
}

.page-news .series-item__no {
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.22em;
  color: var(--amber);
}

.page-news .series-item h3 {
  font-size: var(--fs-22);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.page-news .series-item p {
  margin: 0;
  color: rgba(234, 243, 238, 0.78);
  font-size: var(--fs-18);
  line-height: 1.88;
  max-width: 44ch;
}

.page-news .series-item__link {
  justify-self: start;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: var(--fs-14);
  letter-spacing: 0.06em;
  color: var(--lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 255, 57, 0.45);
  padding-bottom: 2px;
}

.page-news .series-item__link:hover {
  color: var(--bone);
  border-bottom-color: var(--bone);
}

/* ---------- 更新触达 ---------- */
.page-news .news-subscribe {
  background: linear-gradient(180deg, var(--void), var(--jade));
}

.page-news .news-subscribe__grid {
  display: grid;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}

.page-news .news-subscribe__text h2 {
  font-size: clamp(28px, 5.4vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 10px 0 20px;
}

.page-news .news-subscribe__text p {
  margin: 0 0 16px;
  font-size: var(--fs-18);
  line-height: 1.95;
  color: var(--bone);
  max-width: 44ch;
}

.page-news .news-subscribe__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-news .news-subscribe__figure {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid var(--pn-rule);
}

.page-news .news-subscribe__figure img {
  width: 100%;
  object-fit: cover;
}

/* ---------- 响应式 ---------- */
@media (min-width: 760px) {
  .page-news .news-hero__grid {
    grid-template-columns: 1fr;
  }

  .page-news .brief-item {
    grid-template-columns: 40px 1fr;
    gap: 4px 24px;
  }

  .page-news .series-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .page-news .series-item:first-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-news .log {
    position: relative;
  }

  .page-news .log::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 148px;
    width: 1px;
    background: linear-gradient(180deg, rgba(180, 255, 57, 0.55), rgba(53, 214, 255, 0.28) 55%, transparent);
  }

  .page-news .log__item {
    grid-template-columns: 120px 1fr;
    column-gap: 56px;
    padding-block: 28px;
  }

  .page-news .log__item:hover {
    background: rgba(180, 255, 57, 0.045);
  }

  .page-news .log__time {
    text-align: right;
    position: relative;
  }

  .page-news .log__time::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 6px;
    width: 9px;
    height: 9px;
    margin-right: -4px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px rgba(180, 255, 57, 0.14);
  }

  .page-news .news-stamp__grid {
    grid-template-columns: 1fr 0.92fr;
    align-items: start;
  }

  .page-news .topics__split {
    grid-template-columns: 0.85fr 1fr;
    align-items: start;
  }

  .page-news .series-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-news .series-item:first-child {
    grid-column: auto;
  }
}

@media (min-width: 1024px) {
  .page-news .news-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .page-news .news-subscribe__grid {
    grid-template-columns: 1fr 0.9fr;
  }

  .page-news .news-subscribe__figure {
    order: 2;
  }

  .page-news .news-subscribe__text {
    order: 1;
  }

  .page-news .topic-item {
    grid-template-columns: 170px 1fr;
    column-gap: clamp(24px, 3vw, 48px);
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
<<<END>>>
