:root{
  --blue:#0b5aa9;
  --blue-deep:#083f78;
  --blue-soft:#eef5fd;
  --blue-line:#c8d9ee;
  --red:#c81f25;
  --text:#223548;
  --muted:#627487;
  --bg:#f3f6fa;
  --surface:#ffffff;
  --surface-soft:#f8fbff;
  --line:#d8e3ef;
  --shadow:0 10px 26px rgba(11,49,94,.06);
  --max:1240px;
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.75 "Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--text);background:var(--bg)}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-deep)}
img{max-width:100%;display:block}
h1,h2,h3{margin:0 0 14px;line-height:1.35;color:#163b63}
h1{font-size:clamp(2rem,3.7vw,2.9rem)}
h2{font-size:clamp(1.32rem,2.2vw,1.74rem)}
h3{font-size:1.08rem}
p{margin:0 0 15px}
ul{margin:0;padding-left:20px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.site-topline{background:#f7f9fc;border-bottom:1px solid var(--line);font-size:.9rem;color:var(--muted)}
.topline-inner{display:flex;justify-content:space-between;gap:20px;padding:8px 20px;flex-wrap:wrap}
.site-header{background:#fff;border-top:4px solid var(--red)}
.header-main{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:18px;padding-bottom:18px}
.site-brand{display:flex;align-items:center;gap:16px;color:#173d68;min-width:0}
.site-brand img{width:58px;height:58px;border-radius:10px;border:1px solid var(--blue-line);background:#fff;object-fit:cover}
.brand-cn{font-size:1.7rem;font-weight:800;letter-spacing:.01em}
.brand-en{font-size:.92rem;color:#718091;margin-top:4px}
.header-tagbox{min-width:300px;max-width:420px;padding:10px 14px;background:var(--blue-soft);border:1px solid var(--blue-line);border-radius:6px;text-align:right}
.tagbox-title{font-size:.92rem;font-weight:700;color:#2b4f74;margin-bottom:4px}
.tagbox-desc{font-size:.93rem;color:#5d7288}
.site-nav{background:linear-gradient(180deg,var(--blue),var(--blue-deep));box-shadow:0 4px 16px rgba(8,55,111,.15)}
.nav-inner{display:flex;align-items:center;overflow:auto}
.site-nav a{display:block;padding:14px 22px;color:#fff;font-weight:700;border-right:1px solid rgba(255,255,255,.14);white-space:nowrap}
.site-nav a:hover,.site-nav a.current{background:rgba(255,255,255,.14)}
.gov-notice{background:#fff;border-bottom:1px solid var(--line)}
.notice-inner{display:grid;grid-template-columns:118px 1fr;gap:16px;align-items:center;padding-top:10px;padding-bottom:10px}
.notice-label{padding:8px 12px;background:var(--blue-soft);border-left:4px solid var(--red);font-weight:800;color:#163b63}
.notice-text{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#425b76}
.notice-text a{font-size:.95rem}
.notice-divider{color:#9fb0c3}
.banner-section{padding:24px 0 18px}
.banner-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:22px;align-items:stretch}
.module-box,.guide-card,.entry-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.banner-copy{padding:28px 28px 24px;background:linear-gradient(180deg,#ffffff,#f9fbfe)}
.module-kicker{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#eff5fc;border:1px solid var(--blue-line);color:#29527b;font-size:.84rem;font-weight:700;margin-bottom:16px}
.banner-copy p{color:#465c74;font-size:1.02rem}
.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 22px}
.summary-item{padding:14px 12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px}
.summary-item strong{display:block;color:#183f67;margin-bottom:5px;font-size:.95rem}
.summary-item span{display:block;color:var(--muted);font-size:.92rem}
.action-row{display:flex;flex-wrap:wrap;gap:12px}
.action-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:6px;font-weight:700}
.action-btn.primary{background:var(--blue);color:#fff}
.action-btn.secondary{background:#fff;border:1px solid var(--blue-line);color:#234b76}
.image-box{padding:12px;background:#fff}
.image-box img{width:100%;height:100%;min-height:372px;object-fit:cover;border-radius:6px}
.entry-section,.content-section{padding:0 0 18px}
.module-title-row{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}
.module-title-row p{margin:0;color:var(--muted)}
.entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.entry-card{padding:18px 16px;background:linear-gradient(180deg,#fff,#f9fbff);color:#27466a}
.entry-card strong{display:block;font-size:1rem;margin-bottom:8px;color:#15395f}
.entry-card span{display:block;color:var(--muted);font-size:.93rem}
.columns-2-1{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:20px;align-items:start}
.left-stack,.right-stack{display:grid;gap:18px}
.news-module{padding:18px}
.module-head-line a{white-space:nowrap;font-size:.94rem;font-weight:700}
.headline-card{padding:0 0 18px;border-bottom:1px solid var(--line)}
.headline-meta{font-size:.88rem;color:#6f8092;margin-bottom:8px}
.headline-card h3{font-size:1.26rem;margin-bottom:10px}
.headline-card p,.news-brief p,.side-paragraph,.guide-card p,.site-footer p{color:var(--muted)}
.news-split{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-top:18px}
.news-brief{padding:0}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.guide-card{padding:18px}
.guide-tag{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--blue-soft);border:1px solid var(--blue-line);color:#27517b;font-size:.82rem;font-weight:700;margin-bottom:10px}
.side-module{padding:18px}
.side-title{font-size:1.12rem;font-weight:800;color:#173c64;padding-left:12px;border-left:4px solid var(--blue);margin-bottom:14px}
.gov-table{width:100%;border-collapse:collapse}
.gov-table th,.gov-table td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}
.gov-table th{width:106px;background:#f3f7fc;color:#173b62}
.bullet-list li{margin-bottom:10px;color:#495f76}
.content-soft{background:linear-gradient(180deg,rgba(10,90,169,.02),rgba(10,90,169,.04));border-top:1px solid #e6eef8;border-bottom:1px solid #e6eef8;padding-top:18px;padding-bottom:18px}
.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.topic-grid a{display:block;padding:15px;border:1px solid var(--line);border-radius:6px;background:#f9fbfe;color:#294669}
.topic-grid strong{display:block;margin-bottom:6px}
.topic-grid span{display:block;font-size:.93rem;color:var(--muted)}
.site-footer{margin-top:8px;background:#0f2f59;border-top:4px solid var(--red);color:#dce8f7}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:22px;padding-top:28px;padding-bottom:32px}
.site-footer h3{margin-bottom:10px;color:#fff;font-size:1.08rem}
.site-footer a{color:#dce8f7}
.page-head{padding:18px 0 10px}
.breadcrumbs{font-size:.9rem;color:#6d7f93;margin-bottom:10px}
.breadcrumbs a{color:#4f6986}
.page-title{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow)}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;padding-bottom:24px}
.prose{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}
.prose h2{margin-top:22px;font-size:1.32rem;padding-left:10px;border-left:4px solid var(--blue)}
.prose ul li{margin-bottom:8px}
.article-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.92rem;margin:10px 0 18px}
.notice-box{background:#f5f9ff;border:1px solid var(--blue-line);border-radius:6px;padding:14px 16px;color:#35506c}
.sidebar-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;position:sticky;top:18px}
.sidebar-card + .sidebar-card{margin-top:16px}
.faq-item{padding:16px 0;border-bottom:1px dashed var(--line)}
.faq-item:last-child{border-bottom:none}
@media (max-width:1120px){
  .banner-grid,.columns-2-1,.footer-grid,.content-grid,.entry-grid,.guide-grid,.news-split{grid-template-columns:1fr}
  .summary-grid{grid-template-columns:repeat(3,1fr)}
  .topic-grid{grid-template-columns:1fr 1fr}
  .sidebar-card{position:static}
}
@media (max-width:820px){
  .header-main{align-items:flex-start;flex-direction:column}
  .header-tagbox{text-align:left;max-width:none;min-width:0;width:100%}
  .notice-inner{grid-template-columns:1fr}
  .summary-grid,.topic-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .wrap{padding:0 16px}
  .site-brand img{width:50px;height:50px}
  .brand-cn{font-size:1.38rem}
  .site-nav a{padding:13px 16px}
  .banner-copy{padding:20px}
  .image-box img{min-height:230px}
  .entry-card,.news-module,.guide-card,.side-module,.prose,.page-title{padding:16px}
}


/* v5 additions: latest updates, archive pagination, prev-next */
.muted{color:var(--muted)}
.link-list{display:grid;gap:10px}
.link-list a{display:block;padding:10px 12px;border:1px solid var(--line);background:#f9fbfe;border-radius:6px;color:#28486c}
.link-list a:hover{background:#f2f7fd}
.latest-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.35fr);gap:18px}
.update-board{display:grid;gap:12px}
.update-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px dashed var(--line)}
.update-item:last-child{border-bottom:none}
.update-date{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 10px;background:#f3f7fc;border:1px solid var(--line);border-radius:6px;color:#18416b}
.update-date strong{font-size:1.05rem;line-height:1.1}
.update-date span{font-size:.84rem;color:#5f748a}
.update-text h3{font-size:1.06rem;margin:0 0 6px}
.update-text p{margin:0;color:var(--muted)}
.status-list{display:grid;gap:12px}
.status-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed var(--line)}
.status-row:last-child{border-bottom:none}
.status-row strong{color:#173c64}
.status-badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#edf5ff;border:1px solid var(--blue-line);color:#24517e;font-size:.82rem}
.archive-lead{margin:0 0 18px;color:var(--muted)}
.archive-list{display:grid;gap:16px}
.archive-card{padding:18px;border:1px solid var(--line);border-radius:6px;background:#fff}
.archive-card:hover{background:#fbfdff}
.archive-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px;flex-wrap:wrap}
.meta-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f0f6fd;border:1px solid var(--blue-line);color:#2f5680;font-size:.82rem;font-weight:700}
.meta-date{color:#6b7d90;font-size:.9rem}
.archive-card h2,.archive-card h3{font-size:1.18rem;margin:0 0 8px}
.archive-card p{margin:0;color:var(--muted)}
.archive-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:12px;flex-wrap:wrap}
.read-more{font-weight:700}
.pager{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:22px}
.pager a,.pager span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#27466a}
.pager .current{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:700}
.pager .disabled{color:#95a4b6;background:#f7f9fb}
.archive-note{margin-top:18px;padding:14px 16px;background:#f7fbff;border:1px solid var(--blue-line);border-radius:6px;color:#4f667f}
.article-nav{margin-top:28px;padding-top:18px;border-top:1px solid var(--line)}
.article-nav-title{font-size:1rem;font-weight:800;color:#173c64;margin-bottom:12px}
.prev-next-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.prev-next-card{display:block;padding:16px;border:1px solid var(--line);border-radius:6px;background:#f9fbfe;color:#28486c}
.prev-next-card small{display:block;color:#6c7f93;margin-bottom:6px}
.prev-next-card strong{display:block;color:#173c64;line-height:1.5}
.prev-next-card.empty{background:#fafbfc;color:#8fa0b2}
.quick-links{display:grid;gap:10px}
.quick-links a{display:block;padding:12px 14px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#24476d}
.quick-links a span{display:block;color:#6a7d90;font-size:.9rem;margin-top:4px}
.module-subline{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:16px;flex-wrap:wrap}
.module-subline p{margin:0;color:var(--muted)}
.latest-highlight{padding:16px;border:1px solid var(--line);border-radius:6px;background:#f9fbfe}
.latest-highlight h3{margin-bottom:8px}
.latest-highlight p{margin:0;color:var(--muted)}
@media (max-width:1120px){
  .latest-grid,.prev-next-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .update-item{grid-template-columns:1fr}
  .archive-top,.archive-footer,.module-subline{align-items:flex-start}
}


/* v6 additions: denser homepage latest list and clearer archive sorting */
.dense-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:12px}
.dense-board .update-item{margin:0}
.dense-board .update-item:nth-child(1){
  grid-column:1 / -1;
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(180deg,#ffffff,#f6faff);
  padding:16px;
  position:relative;
}
.dense-board .update-item:nth-child(1)::after{
  content:"头条";
  position:absolute;
  top:10px;
  right:10px;
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 10px;
  border-radius:999px;
  background:#e9f3ff;
  border:1px solid #b9d4f4;
  color:#1b4f83;
  font-size:.78rem;
  font-weight:800;
}
.dense-board .update-item:nth-child(1) .update-text h3{
  font-size:1.2rem;
  margin-bottom:8px;
}
.dense-board .update-item:nth-child(1) .update-text p{
  display:block;
  line-height:1.72;
}
.dense-board .update-item:nth-child(2),
.dense-board .update-item:nth-child(3){
  grid-column:span 1;
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  padding:14px;
  position:relative;
}
.dense-board .update-item:nth-child(2)::after,
.dense-board .update-item:nth-child(3)::after{
  content:"推荐";
  position:absolute;
  top:10px;
  right:10px;
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 9px;
  border-radius:999px;
  background:#f2f7ff;
  border:1px solid #c6d8f3;
  color:#345d89;
  font-size:.74rem;
  font-weight:700;
}
.dense-board .update-item:nth-child(2) .update-text h3,
.dense-board .update-item:nth-child(3) .update-text h3{
  font-size:1.08rem;
  margin-bottom:8px;
}
.dense-board .update-item:nth-child(2) .update-text p,
.dense-board .update-item:nth-child(3) .update-text p{
  display:block;
}
.dense-board .update-item:nth-child(n+4){
  grid-column:1 / -1;
  grid-template-columns:74px minmax(0,1fr);
  gap:12px;
  padding:10px 0;
  border-bottom:1px dashed var(--line);
}
.dense-board .update-item:nth-child(n+4) .update-date{
  padding:8px 8px;
}
.dense-board .update-item:nth-child(n+4) .update-date strong{
  font-size:.96rem;
}
.dense-board .update-item:nth-child(n+4) .update-date span{
  font-size:.78rem;
}
.dense-board .update-item:nth-child(n+4) .update-text h3{
  font-size:1rem;
  margin-bottom:0;
}
.dense-board .update-item:nth-child(n+4) .update-text p{
  display:none;
}
.archive-module{padding:18px}
.archive-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:16px;padding:12px 14px;background:#f5f9ff;border:1px solid var(--blue-line);border-radius:6px}
.toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#173c64}
.toolbar-left strong{font-size:.95rem}
.toolbar-left span{color:var(--muted);font-size:.92rem}
.toolbar-right{display:flex;gap:8px;flex-wrap:wrap}
@media (max-width:1120px){
  .dense-board{grid-template-columns:1fr}
  .dense-board .update-item:nth-child(2),
  .dense-board .update-item:nth-child(3){
    grid-column:1 / -1;
  }
}


/* v7 header refinement */
.site-topbar{
  background:#0e2f57;
  color:#dbe8f7;
  font-size:.9rem;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:56px;
  flex-wrap:wrap;
}
.topbar-left{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:.01em;
}
.topbar-menu-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
  color:#fff;
  width:36px;
  height:36px;
  border-radius:8px;
  cursor:pointer;
  font-size:18px;
  line-height:1;
}
.topbar-left::before{
  content:"";
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:8px;
  background-image:url("/assets/favicon.png");
  background-size:cover;
  background-position:center;
  box-shadow:0 3px 8px rgba(0,0,0,.25);
}
.topbar-right{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.topbar-right a{
  color:#dbe8f7;
  opacity:.96;
}
.topbar-right a:hover{
  color:#fff;
  text-decoration:underline;
}
.site-header{
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border-top:4px solid var(--red);
  border-bottom:1px solid var(--line);
}
.site-header{
  display:none;
}
.site-nav,
.gov-notice{
  display:none;
}
.refined-header{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  align-items:center;
  gap:22px;
  padding-top:22px;
  padding-bottom:22px;
}
.site-brand{
  gap:18px;
}
.site-brand img{
  width:72px;
  height:72px;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(11,49,94,.10);
}
.brand-text{
  min-width:0;
}
.brand-kicker{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:#eef5fd;
  border:1px solid var(--blue-line);
  color:#29527b;
  font-size:.82rem;
  font-weight:700;
  margin-bottom:8px;
}
.brand-cn{
  font-size:2rem;
  line-height:1.2;
  margin-bottom:4px;
}
.brand-en{
  font-size:.96rem;
}
.header-panel{
  display:grid;
  gap:12px;
}
.panel-item{
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px 16px;
  box-shadow:0 6px 18px rgba(11,49,94,.04);
}
.panel-item span{
  display:block;
  font-size:.84rem;
  color:#5e748a;
  margin-bottom:4px;
}
.panel-item strong{
  display:block;
  color:#173c64;
  font-size:.98rem;
  line-height:1.55;
}
.site-nav{
  box-shadow:none;
}
.nav-inner{
  gap:0;
}
.site-nav a{
  padding:15px 24px;
}
.compact-notice{
  background:#fff;
}
.compact-notice .notice-inner{
  grid-template-columns:106px 1fr;
  gap:14px;
  min-height:58px;
}
.compact-notice .notice-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
}
.compact-notice .notice-text{
  font-size:.95rem;
  line-height:1.7;
  color:#496078;
}
@media (max-width:1120px){
  .refined-header{
    grid-template-columns:1fr;
  }
}
@media (max-width:820px){
  .topbar-inner,
  .topbar-right{
    align-items:flex-start;
  }
  .topbar-right{
    gap:0;
  }
  .topbar-menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
  }
  .topbar-right{
    position:fixed;
    right:0;
    top:0;
    width:min(82vw,320px);
    height:100vh;
    background:#0e2f57;
    padding:70px 18px 20px;
    z-index:1200;
    display:flex;
    flex-direction:column;
    gap:8px;
    transform:translateX(100%);
    transition:transform .25s ease;
    box-shadow:-10px 0 24px rgba(0,0,0,.28);
  }
  .topbar-right a{
    width:100%;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,.15);
  }
  .mobile-drawer-mask{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
    opacity:0;
    visibility:hidden;
    transition:opacity .2s ease;
    z-index:1100;
  }
  body.mobile-drawer-open .topbar-right{
    transform:translateX(0);
  }
  body.mobile-drawer-open .mobile-drawer-mask{
    opacity:1;
    visibility:visible;
  }
  .refined-header{
    padding-top:18px;
    padding-bottom:18px;
  }
  .compact-notice .notice-inner{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .site-topbar{
    font-size:.86rem;
  }
  .topbar-inner{
    padding-top:8px;
    padding-bottom:8px;
  }
  .topbar-left{
    font-size:.82rem;
  }
  .site-brand img{
    width:58px;
    height:58px;
  }
  .brand-cn{
    font-size:1.52rem;
  }
  .brand-en{
    font-size:.88rem;
  }
  .site-nav a{
    padding:13px 16px;
  }
}


/* v8 homepage section spacing + unified module headings */
.banner-section{
  padding:28px 0 20px;
}
.entry-section{
  padding:14px 0 26px;
}
.content-section{
  padding:0 0 34px;
}
.left-stack,.right-stack{
  gap:22px;
}
.module-box{
  border-radius:10px;
}
.entry-section .wrap,
.content-section .wrap{
  position:relative;
}
.entry-section .module-title-row,
.content-section .module-title-row,
.content-section .module-subline,
.content-section .module-head-line{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:20px;
  padding:0 0 14px;
  border-bottom:1px solid #dbe6f2;
}
.entry-section .module-title-row::after,
.content-section .module-title-row::after,
.content-section .module-subline::after,
.content-section .module-head-line::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:84px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue-deep),var(--blue));
}
.entry-section .module-title-row h2,
.content-section .module-title-row h2,
.content-section .module-subline h2,
.content-section .module-head-line h2{
  margin:0;
  padding-left:14px;
  border-left:5px solid var(--blue);
  font-size:1.46rem;
  line-height:1.25;
  color:#173c64;
  letter-spacing:.01em;
}
.entry-section .module-title-row p,
.content-section .module-title-row p,
.content-section .module-subline p{
  margin:0;
  max-width:720px;
  color:#607487;
  font-size:.95rem;
  line-height:1.7;
}
.content-section .module-subline > a,
.content-section .module-title-row > a,
.content-section .module-head-line > a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
  font-size:.93rem;
  font-weight:700;
  color:#1b4f83;
}
.content-section .module-subline > a::after,
.content-section .module-title-row > a::after,
.content-section .module-head-line > a::after{
  content:"›";
  font-size:1rem;
  line-height:1;
}
.entry-grid,
.guide-grid{
  gap:18px;
}
.news-module,
.content-section .module-box{
  padding:22px;
}
.headline-card{
  padding-bottom:20px;
  margin-bottom:0;
}
.news-split{
  padding-top:20px;
}
.latest-grid{
  gap:20px;
}
.latest-highlight{
  padding:18px;
  background:linear-gradient(180deg,#fbfdff,#f4f8fd);
}
.guide-card,
.entry-card{
  border-radius:8px;
}
@media (max-width:820px){
  .entry-section .module-title-row,
  .content-section .module-title-row,
  .content-section .module-subline,
  .content-section .module-head-line{
    align-items:flex-start;
  }
  .entry-section .module-title-row p,
  .content-section .module-title-row p,
  .content-section .module-subline p{
    max-width:none;
  }
}
@media (max-width:640px){
  .banner-section{
    padding:20px 0 16px;
  }
  .entry-section{
    padding:10px 0 20px;
  }
  .content-section{
    padding:0 0 24px;
  }
  .left-stack,.right-stack{
    gap:18px;
  }
  .news-module,
  .content-section .module-box,
  .latest-highlight{
    padding:16px;
  }
  .entry-section .module-title-row h2,
  .content-section .module-title-row h2,
  .content-section .module-subline h2,
  .content-section .module-head-line h2{
    font-size:1.26rem;
    padding-left:12px;
  }
}
