:root {
    --red: #ee343b;
    --red-dark: #c4222d;
    --ink: #17191c;
    --muted: #717681;
    --line: #e5e6e9;
    --paper: #ffffff;
    --bg: #f5f6f8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; transition: color .18s, background .18s; }
a:hover { color: var(--red); }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #147a9c; outline-offset: 4px; }
img { display: block; max-width: 100%; object-fit: cover; background: #e9ebef; color: #59616d; font-size: 14px; }
img.image-error { opacity: .62; object-fit: contain; padding: 20px; }
h1, h2, h3, p { margin: 0; }
ul, ol { padding: 0; margin: 0; list-style: none; }
.container { width: min(1256px, calc(100% - 64px)); margin-inline: auto; }
.topline { background: #17191c; color: #d0d3d8; font-size: 12px; letter-spacing: 1px; }
.topline .container { display: flex; justify-content: space-between; padding-block: 8px; }
body > header { background: #fff; border-bottom: 1px solid var(--line); }
.masthead { display: flex; align-items: center; gap: 36px; padding-block: 26px; }
.logo { width: 262px; height: 64px; background: transparent; }
.masthead-note { border-left: 1px solid var(--line); padding-left: 28px; display: grid; gap: 4px; }
.masthead-note strong { font-size: 17px; }
.masthead-note span { color: var(--muted); font-size: 12px; letter-spacing: 2px; }
.edition { margin-left: auto; font-size: 13px; display: flex; align-items: center; gap: 9px; }
.edition-num { color: var(--muted); border-left: 1px solid var(--line); margin-left: 8px; padding-left: 16px; font-family: monospace; }
.live-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px #ffeeef; }
.navigation { display: grid; grid-template-columns: repeat(9, 1fr); border-top: 1px solid var(--line); }
.navigation a { display: flex; justify-content: center; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; padding: 16px 3px; border-bottom: 3px solid transparent; }
.navigation a span:first-child { font-size: 19px; font-family: Arial, sans-serif; font-weight: 400; }
.navigation a.active { border-color: var(--red); color: var(--red); }
.navigation a:hover { background: #fff5f5; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 5px; padding: 7px 12px; background: white; font-size: 14px; }
.home-intro { display: flex; justify-content: space-between; align-items: end; margin-block: 31px 22px; }
.home-intro h1 { font-size: 24px; letter-spacing: -.5px; }
.home-intro p { font-size: 14px; color: var(--muted); margin-top: 4px; }
.intro-date { color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 15px; }
.intro-date b { font-weight: 400; color: #41454c; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr); gap: 24px; }
.hero { position: relative; min-width: 0; aspect-ratio: 1.66; background: #252a35; border-radius: 10px; overflow: hidden; }
.slide { position: absolute; inset: 0; }
.slide[hidden] { display: none; }
.slide > img { width: 100%; height: 100%; aspect-ratio: 1.66; background: #333947; }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #11182700 12%, #10121b70 40%, #080b13f5 100%); }
.slide-copy { position: absolute; bottom: 72px; left: 32px; right: 32px; color: white; }
.hero-label { background: var(--red); display: inline-block; padding: 3px 9px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.slide h2 { font-size: clamp(23px, 2.35vw, 33px); line-height: 1.4; max-width: 690px; letter-spacing: -.5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slide h2 a:hover { color: #ffbfc4; }
.slide p { color: #d7d9df; margin-top: 12px; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 610px; }
.hero-link { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 700; }
.slider-controls { position: absolute; bottom: 20px; left: 32px; right: 24px; display: flex; align-items: center; justify-content: space-between; }
.dots { display: flex; gap: 1px; }
.dots button { position: relative; width: 31px; height: 30px; background: transparent; padding: 0; border: 0; }
.dots button::after { content: ""; position: absolute; inset: 12px 6px; background: #ffffff60; border-radius: 6px; }
.dots button[aria-pressed="true"]::after { background: var(--red); inset-inline: 0; }
.slider-buttons { display: flex; gap: 6px; }
.slider-buttons button { height: 36px; min-width: 36px; background: #ffffff18; color: white; border: 1px solid #ffffff45; border-radius: 50%; line-height: 1; }
.slider-buttons button:hover { background: var(--red); }
.rank-panel { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 21px 23px 15px; display: flex; flex-direction: column; min-width: 0; }
.rank-head { display: flex; justify-content: space-between; align-items: center; }
.rank-head h2 { font-size: 21px; }
.rank-head h2 > span { color: var(--red); }
.rank-head > span { background: #fff0f0; color: var(--red); font-size: 12px; padding: 2px 8px; border-radius: 4px; }
.rank-note { font-size: 12px; color: var(--muted); margin: 2px 0 13px; }
.rank-panel ol { display: flex; flex-direction: column; flex: 1; }
.rank-panel li { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #eff0f2; padding: 12px 0; flex: 1; }
.rank-num { color: var(--red); font: italic 700 25px/1 Arial, sans-serif; min-width: 29px; }
.rank-panel li:nth-child(n+4) .rank-num { color: #aeb2ba; }
.rank-panel h3 { font-size: 14px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rank-panel .tag { color: #858b95; font-size: 12px; }
.rank-arrow { font-size: 17px; color: #acb0b7; margin-left: auto; }
.rank-more { text-align: center; font-size: 13px; font-weight: 700; margin-top: 12px; }
.topic-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border: 1px solid var(--line); background: white; border-radius: 7px; padding: 15px 22px; margin-top: 20px; font-size: 13px; }
.topic-strip strong { margin-right: 5px; }
.topic-strip strong span { color: var(--red); font-size: 20px; margin-right: 5px; }
.topic-strip a { background: #f3f4f6; padding: 4px 12px; border-radius: 4px; }
.strip-end { margin-left: auto; color: var(--muted); font-size: 12px; }
.news-section { margin-top: 42px; }
.section-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 2px solid var(--ink); margin-bottom: 22px; gap: 15px; }
.section-head h2 { font-size: 23px; line-height: 1.4; display: flex; align-items: center; gap: 10px; }
.section-icon { color: var(--red); font-family: Arial, sans-serif; font-weight: 400; font-size: 27px; }
.section-head p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.more { font-size: 13px; color: var(--muted); white-space: nowrap; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.story-card { background: #fff; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; min-width: 0; display: flex; flex-direction: column; }
.card-image { display: block; overflow: hidden; aspect-ratio: 1.55; background: #e9ebef; flex-shrink: 0; }
.card-image img { width: 100%; height: 100%; aspect-ratio: 1.55; transition: transform .25s; }
.story-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.tag { color: var(--red); font-size: 12px; font-weight: 500; }
.story-card h3 { font-size: 17px; line-height: 1.6; margin-top: 6px; }
.story-card .card-body > p { color: var(--muted); font-size: 14px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-block: 10px 18px; }
.meta { margin-top: auto; display: flex; align-items: center; gap: 12px; color: #80858f; font-size: 12px; border-top: 1px solid #eff0f2; padding-top: 12px; }
.read-arrow { margin-left: auto; color: #252a32; font-size: 17px; }
.brief-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; background: white; border: 1px solid var(--line); border-radius: 7px; padding: 22px 0; }
.brief { border: none; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.brief:last-child { border-right: 0; }
.brief .card-image { margin: 0 18px; border-radius: 3px; aspect-ratio: 1.7; }
.brief .card-body { padding-bottom: 0; }
.brief h3 { font-size: 16px; }
.brief .card-body > p { -webkit-line-clamp: 3; }
.brief .meta { gap: 5px; }
.brief .meta > span:first-child { display: none; }
.section-star .news-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.section-star h3 { font-size: 16px; }
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.verify-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.horizontal { flex-direction: row; }
.horizontal .card-image { width: 34%; aspect-ratio: 1; }
.horizontal .card-image img { aspect-ratio: auto; }
.horizontal .card-body { width: 66%; }
.horizontal h3 { font-size: 17px; }
.verify-grid > :last-child { grid-column: 1 / -1; }
.verify-grid > :last-child .card-image { width: 18%; }
.verify-grid > :last-child .card-body { width: 82%; }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.about-home { margin-top: 48px; padding: 34px 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; border-top: 2px solid var(--ink); }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; }
.about-home h2 { font-size: 29px; line-height: 1.55; margin: 10px 0 18px; }
.about-home h3 { font-size: 20px; margin-bottom: 12px; }
.about-home p { font-size: 15px; line-height: 1.95; color: #666c76; margin-bottom: 12px; }
.text-link { font-size: 14px; font-weight: 700; }
.subscribe { margin-top: 25px; margin-bottom: 42px; background: #20252e; border-radius: 10px; color: white; padding: 30px; display: grid; grid-template-columns: 96px 1fr auto; gap: 25px; align-items: center; }
.subscribe .eyebrow { color: #ff8f94; }
.subscribe h2 { font-size: 23px; margin: 5px 0 7px; line-height: 1.5; }
.subscribe p { font-size: 13px; color: #bbc1cb; max-width: 610px; }
.subscribe-art img { width: 96px; height: 96px; border-radius: 18px; }
.subscribe-action { display: grid; gap: 9px; text-align: center; }
.subscribe-action > span { font-size: 12px; color: #b1b9c5; }
.button { display: inline-flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 700; padding: 11px 20px; border-radius: 5px; }
.button.light { color: #20252e; background: white; }
.button.dark { background: #20252e; color: white; }
.button:hover { background: var(--red); color: white; }
footer { background: #fff; border-top: 1px solid var(--line); }
.footer-grid { padding: 38px 0 30px; display: grid; grid-template-columns: 2.3fr 1fr 1fr 1fr; gap: 35px; }
.footer-brand { color: var(--red); font: 900 35px Arial,sans-serif; }
.footer-brand span { font: 700 24px "Microsoft YaHei", sans-serif; margin-left: 7px; color: var(--ink); }
.footer-grid p { color: var(--muted); font-size: 13px; margin-top: 12px; }
.footer-grid h3 { font-size: 14px; margin-bottom: 14px; }
.footer-grid a { display: block; font-size: 13px; color: var(--muted); margin-top: 8px; }
.footer-grid a:hover { color: var(--red); }
.copyright { border-top: 1px solid var(--line); padding-block: 18px; display: flex; justify-content: space-between; gap: 15px; color: #888d96; font-size: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; margin-top: 26px; margin-bottom: 24px; }
.category-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; gap: 24px; }
.category-title h1 { font-size: 37px; margin: 7px 0 8px; }
.category-title h1 > span { color: var(--red); }
.category-title p { color: var(--muted); }
.category-count { display: grid; text-align: right; color: var(--muted); font-size: 13px; white-space: nowrap; }
.category-count b { color: #252a32; font: 700 42px/1.3 Arial,sans-serif; }
.category-feature { display: grid; grid-template-columns: 1.15fr 1fr; background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.feature-image { min-width: 0; }
.feature-image img { width: 100%; height: 100%; aspect-ratio: 1.55; }
.category-feature > div { padding: 35px; align-self: center; }
.category-feature h2 { font-size: 29px; line-height: 1.5; margin: 12px 0; }
.category-feature p { color: var(--muted); font-size: 16px; margin-bottom: 20px; }
.category-feature time { display: block; color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.pagination { display: flex; justify-content: space-between; gap: 15px; padding: 23px 0; font-size: 14px; color: var(--muted); }
.cross-topic { margin-top: 24px; padding: 28px; border-left: 4px solid var(--red); background: #fff; margin-bottom: 36px; }
.cross-topic h2 { font-size: 23px; margin: 7px 0; }
.cross-topic p { max-width: 900px; color: var(--muted); margin-bottom: 12px; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; align-items: start; gap: 35px; }
.reading { background: white; border: 1px solid var(--line); padding: 40px; border-radius: 8px; }
.article-header h1 { font-size: 34px; line-height: 1.5; margin-block: 10px 18px; }
.article-meta { display: flex; gap: 17px; flex-wrap: wrap; color: var(--muted); font-size: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.article-lead { font-size: 19px; line-height: 1.95; margin: 25px 0; color: #454b54; }
.reading-note { background: #f5f6f8; padding: 16px 18px; border-left: 3px solid var(--red); }
.reading-note strong { font-size: 13px; }
.reading-note p { font-size: 13px; line-height: 1.85; color: var(--muted); margin-top: 4px; }
.article-section { margin-top: 34px; }
.section-no { font: 700 15px Arial, sans-serif; color: var(--red); }
.article-section h2 { font-size: 25px; margin: 6px 0 15px; }
.article-section p { font-size: 17px; line-height: 2.05; color: #414750; }
figure { margin: 24px 0; }
figure img { width: 100%; aspect-ratio: 1.65; height: auto; border-radius: 5px; }
figcaption { color: var(--muted); font-size: 12px; margin-top: 9px; text-align: center; }
.article-end { display: grid; justify-items: center; text-align: center; gap: 10px; background: #f6f7f9; padding: 25px; margin-top: 35px; }
.article-end > span { color: var(--red); font-size: 28px; }
.article-end p { color: var(--muted); font-size: 14px; }
.article-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 25px; margin-top: 25px; border-top: 1px solid var(--line); }
.article-pagination div { display: flex; flex-direction: column; gap: 7px; }
.article-pagination div:last-child { border-left: 1px solid var(--line); padding-left: 25px; }
.article-pagination span { font-size: 12px; color: var(--muted); }
.article-pagination a { font-size: 14px; font-weight: 700; }
.reading-sidebar > h2 { font-size: 21px; margin: 6px 0 18px; }
.sidebar-card { margin-bottom: 20px; }
.sidebar-card h3 { font-size: 16px; }
.sidebar-card .card-body > p { display: none; }
.sidebar-card .meta { margin-top: 14px; }
.sidebar-statement { padding: 22px; background: #fff0f0; border: 1px solid #f5d8dc; border-radius: 7px; }
.sidebar-statement h3 { font-size: 19px; }
.sidebar-statement p { color: #80686c; font-size: 14px; margin-block: 10px; }
.sidebar-statement a { font-size: 13px; font-weight: 700; }
.info-page { max-width: 880px; padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: white; margin-bottom: 36px; }
.info-page h1 { font-size: 34px; margin: 10px 0 25px; }
.info-page h2 { font-size: 23px; margin-bottom: 12px; }
.info-page section { margin-top: 30px; }
.info-page p { line-height: 2; color: #535b67; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 99; top: -100px; left: 16px; padding: 12px; color: white; background: var(--ink); }
.skip-link:focus { top: 10px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
