:root{--ink:#14221b;--muted:#647068;--green:#176d42;--yellow:#f6c900;--line:#dfe5e1}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:"Segoe UI","Microsoft YaHei",Arial,sans-serif}.news-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:2}.news-header>a{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-size:12px;font-weight:800}.news-header img{width:46px;height:46px}.news-header strong,.news-header small{display:block}.news-header small{margin-top:3px;font-size:8px;color:var(--muted)}.news-loading,.news-empty{min-height:70vh;display:grid;place-items:center;color:var(--muted)}.article-hero{padding:80px 8vw 54px;border-bottom:1px solid var(--line)}.article-meta{margin:0 0 20px;color:var(--green);font-size:11px;font-weight:850}.article-hero h1{max-width:1050px;margin:0;font-size:clamp(46px,6.2vw,94px);line-height:1.02;font-weight:850}.article-summary{max-width:720px;margin:32px 0 0;color:#4c5a51;font-size:clamp(17px,1.5vw,22px);line-height:1.75}.article-cover{width:100%;max-height:78vh;object-fit:cover;display:block}.article-body{width:min(760px,calc(100% - 40px));margin:0 auto;padding:80px 0 120px;font-family:Georgia,"Songti SC",serif;font-size:19px;line-height:2;color:#29372e}.article-body p{margin:0 0 34px}.article-body p:first-child::first-letter{float:left;margin:13px 12px 0 0;color:var(--green);font-family:"Segoe UI","Microsoft YaHei",sans-serif;font-size:84px;line-height:.62;font-weight:850}.news-footer{display:flex;justify-content:space-between;gap:20px;padding:34px 5vw;background:#123523;color:#fff;font-size:11px}.news-footer span{color:rgba(255,255,255,.58)}@media(max-width:700px){.news-header{height:68px;padding:0 20px}.article-hero{padding:54px 20px 38px}.article-hero h1{font-size:42px}.article-summary{font-size:16px}.article-cover{min-height:260px}.article-body{padding:54px 0 80px;font-size:17px}.article-body p:first-child::first-letter{font-size:68px}.news-footer{display:grid;padding:28px 20px}}
