:root {
    --brand-red: #b51f24;
    --accent-red: #d92742;
    --heading-blue: #1d4f91;
    --text: #333333;
    --muted: #888888;
    --line: #e3e3e3;
    --soft: #f7f7f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: #ffffff;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; letter-spacing: 0; }
.site-width { width: 1280px; max-width: calc(100% - 32px); margin-right: auto; margin-left: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { background: #ffffff; }
.header-inner {
    position: relative;
    width: 1280px;
    max-width: calc(100% - 32px);
    height: 110px;
    margin: 0 auto;
}
.brand { position: absolute; top: 10px; left: 0; width: 600px; height: 85px; }
.brand img { width: 600px; height: 85px; object-fit: contain; object-position: left center; }
.site-search {
    position: absolute;
    top: 38px;
    right: 195px;
    display: flex;
    width: 320px;
    height: 38px;
    background: #fafafa;
}
.site-search input { min-width: 0; flex: 1; padding: 0 16px; color: #555555; background: transparent; border: 0; outline: 0; }
.site-search input::placeholder { color: #cccccc; }
.site-search button {
    width: 82px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    background: var(--accent-red);
    border: 0;
    border-radius: 19px;
}
.header-qr { position: absolute; top: 5px; right: 0; width: 168px; height: 90px; object-fit: contain; }
.nav-toggle { display: none; }
.primary-nav { height: 40px; background: var(--brand-red); }
.nav-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1280px;
    max-width: calc(100% - 32px);
    height: 40px;
    margin: 0 auto;
}
.nav-link {
    display: flex;
    min-width: 66px;
    height: 40px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: #fff59a; }
.mobile-site-header, .mobile-bottom-nav, .mobile-home { display: none; }
.site-main { min-height: 480px; }

.home-page { padding: 20px 0 34px; }
.headline-strip { min-height: 120px; margin-bottom: 20px; padding: 15px 28px 12px; overflow: hidden; background: #f8f8f8; border-radius: 8px; }
.headline-strip h1 { margin: 0 0 13px; overflow: hidden; font-size: 29px; line-height: 42px; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
.headline-strip h1 a { color: #aa2028; }
.headline-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.headline-links a { overflow: hidden; color: #555555; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.headline-links span { display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: #ed2848; border-radius: 50%; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr); gap: 18px; margin-bottom: 12px; }
.hero-slider { position: relative; height: 450px; overflow: hidden; background: #eeeeee; }
.hero-slide { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; display: block; opacity: 0; transition: opacity .45s ease; }
.hero-slide.active { z-index: 1; opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { position: absolute; right: 0; bottom: 0; left: 0; height: 68px; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.hero-slide strong { position: absolute; right: 98px; bottom: 14px; left: 14px; z-index: 2; overflow: hidden; color: #ffffff; font-size: 17px; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; }
.hero-dots { position: absolute; right: 14px; bottom: 18px; z-index: 4; display: flex; gap: 7px; }
.hero-dots button { width: 9px; height: 9px; padding: 0; cursor: pointer; background: #dddddd; border: 0; border-radius: 50%; }
.hero-dots button.active { background: var(--accent-red); }
.hero-empty { display: grid; height: 100%; color: #999999; place-items: center; }

.news-tabs { min-width: 0; height: 450px; overflow: hidden; }
.tab-buttons { display: flex; height: 44px; border-bottom: 1px solid var(--line); }
.tab-buttons button { flex: 1; padding: 0 4px; overflow: hidden; color: #888888; font-size: 17px; font-weight: 700; cursor: pointer; background: transparent; border: 0; white-space: nowrap; text-overflow: ellipsis; }
.tab-buttons button.active { color: #a91f29; border-bottom: 4px solid #a91f29; }
.tab-panel { position: relative; display: none; height: 406px; padding: 12px 8px 26px; }
.tab-panel.active { display: block; }
.tab-panel ul, .article-bullets, .related-news ul { padding: 0; margin: 0; list-style: none; }
.tab-panel li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; height: 47px; align-items: center; border-bottom: 1px dotted #e0e0e0; }
.tab-panel li a { overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.tab-panel li a::before { margin-right: 9px; color: #ed2848; content: "•"; }
.tab-panel time { color: #999999; font-size: 12px; }
.more-link { position: absolute; right: 8px; bottom: 3px; color: #336699; font-size: 13px; font-weight: 400; }
.more-link:hover { color: #ff0000; }

.promo-banner {
    display: block;
    width: 100%;
    height: 130px;
    margin: 10px 0 20px;
    overflow: hidden;
    background: #eeeeee;
}
.promo-banner img { width: 100%; height: 100%; object-fit: cover; }

.section-grid { display: grid; grid-template-columns: minmax(0, 515fr) repeat(2, minmax(0, 365fr)); column-gap: 17px; row-gap: 22px; }
.channel-section { min-width: 0; }
.section-heading { display: flex; height: 50px; margin-bottom: 10px; align-items: center; justify-content: space-between; border-bottom: 1px solid #c3c3c3; }
.section-heading h2 { margin: 0; color: #2d599a; font-family: "Microsoft YaHei", sans-serif; font-size: 23px; font-weight: 700; line-height: 50px; }
.section-heading a { margin-right: 10px; color: #336699; font-size: 13px; font-weight: 400; cursor: pointer; transform: translateY(-1px); }
.section-heading a:hover { color: #ff0000; }
.section-feature { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 14px; min-height: 118px; margin-bottom: 10px; align-items: start; }
.section-cover { display: block; width: 200px; height: 120px; overflow: hidden; background: #db2b12; }
.section-cover img { width: 100%; height: 100%; object-fit: cover; }
.section-feature strong { color: #26528d; font-size: 16px; line-height: 30px; }
.channel-style-2 .section-feature { display: block; position: relative; }
.channel-style-2 .section-cover { width: 100%; height: 238px; }
.channel-style-2 .section-feature strong { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 12px 10px; overflow: hidden; color: #ffffff; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.visual-section .section-feature { position: static; display: block; min-height: 0; }
.visual-section .section-cover { width: 100%; height: 300px; border-radius: 20px; }
.cover-placeholder { display: grid; background: #dd2d10; place-items: center; }
.cover-placeholder img { width: 62px !important; height: 67px !important; object-fit: contain !important; }
.default-cover { background: #eeeeee; }
.default-cover img, img[src="/NewsSite/images/default-news-cover.jpg"] { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.article-bullets li { position: relative; height: 35px; padding: 0 0 5px 15px; overflow: hidden; font-size: 16px; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; }
.article-bullets li::before { position: absolute; left: 0; color: #111111; content: "●"; font-size: 8px; }
.article-bullets a:hover, .section-feature:hover strong { color: var(--brand-red); }
.article-bullets .empty-row { color: #999999; }
.article-bullets .empty-row::before { display: none; }

.topic-strip { margin: 20px 0; }
.topic-carousel { position: relative; width: 100%; height: 150px; overflow: hidden; background: transparent; }
.topic-track { display: flex; height: 150px; column-gap: 20px; transition: transform .35s ease; }
.topic-card { height: 150px; overflow: hidden; background: #eeeeee; flex: 0 0 calc((100% - 60px) / 4); }
.topic-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.topic-card:hover img { transform: scale(1.035); }
.topic-control { position: absolute; top: 0; width: 30px; height: 150px; padding: 0; color: #666666; font-family: Arial, sans-serif; font-size: 30px; line-height: 150px; cursor: pointer; background: rgba(240,246,249,.1); border: 0; opacity: .1; }
.topic-control:hover, .topic-control:focus-visible { color: #ff6666; background: rgba(240,246,249,.95); opacity: 1; }
.topic-prev { left: 0; }
.topic-next { right: 0; }
.secondary-top-grid { margin-bottom: 22px; }
.section-flow-grid { display: grid; grid-template-columns: minmax(0, 515fr) repeat(2, minmax(0, 365fr)); column-gap: 17px; align-items: start; }
.section-flow-column { display: flex; min-width: 0; flex-direction: column; gap: 22px; }
.region-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 2px 0 10px; }
.region-channel-grid a { min-height: 30px; margin: 9px; overflow: hidden; color: #2d599a; font-size: 16px; font-weight: 700; line-height: 30px; text-align: center; white-space: nowrap; }
.region-channel-grid a:hover { color: var(--brand-red); }
.region-channel-grid .empty-row { grid-column: 1 / -1; color: #999999; text-align: center; }
.stream-card { margin-bottom: 26px; }
.stream-card:last-child { margin-bottom: 0; }
.stream-card > a { display: block; }
.stream-cover { display: block; width: 100%; aspect-ratio: 1.92 / 1; overflow: hidden; background: #eeeeee; }
.stream-cover img { width: 100%; height: 100%; object-fit: cover; }
.stream-card strong { display: block; margin-top: 10px; overflow: hidden; color: #333333; font-size: 16px; line-height: 26px; }
.stream-card a:hover strong { color: var(--brand-red); }
.stream-card p { display: -webkit-box; margin: 6px 0 0; overflow: hidden; color: #555555; font-size: 14px; line-height: 25px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.stream-card time { display: block; margin-top: 6px; color: #777777; font-size: 12px; text-align: right; }
.person-stream-section .stream-card { margin-bottom: 20px; }
.person-stream-section .stream-cover { aspect-ratio: 103 / 52; }
.media-stream-section .stream-cover { aspect-ratio: 365 / 198; }
.media-stream-section .stream-card strong { font-weight: 400; }
.stream-empty { min-height: 90px; color: #999999; line-height: 90px; text-align: center; }
.culture-summary-section .section-heading { margin-bottom: 0; }
.culture-summary-item { padding: 20px 0; border-bottom: 1px dashed #cccccc; }
.culture-summary-item strong { display: block; color: #000000; font-size: 16px; font-weight: 400; line-height: 30px; }
.culture-summary-item p { display: -webkit-box; margin: 0; overflow: hidden; color: #3e3e3e; font-size: 12px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.culture-summary-item a:hover strong { color: var(--brand-red); }
.education-info-card { display: block; margin-bottom: 20px; overflow: hidden; }
.education-info-card:last-child { margin-bottom: 0; }
.education-info-cover { display: block; width: 100%; aspect-ratio: 73 / 30; overflow: hidden; background: #eeeeee; }
.education-info-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.education-info-card:hover img { transform: scale(1.025); }

.inner-page { padding: 28px 0 42px; }
.breadcrumb { display: flex; min-height: 36px; margin-bottom: 10px; padding: 8px 16px; align-items: center; gap: 12px; overflow: hidden; color: #999999; background: #fafafa; white-space: nowrap; }
.breadcrumb a:hover { color: var(--brand-red); }
.breadcrumb strong { overflow: hidden; font-weight: 400; text-overflow: ellipsis; }
.content-sidebar-layout { display: grid; grid-template-columns: minmax(0, 990px) 260px; gap: 30px; }
.article-list { min-width: 0; border: 1px solid #e2e2e2; }
.article-list-item { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 14px; min-height: 157px; padding: 18px 12px; border-bottom: 1px solid #dedede; }
.list-cover { display: block; width: 200px; height: 120px; overflow: hidden; background: #dd2d10; }
.list-cover img { width: 100%; height: 100%; object-fit: cover; }
.list-copy { position: relative; min-width: 0; padding-bottom: 22px; }
.list-copy h2 { margin: 6px 0 10px; overflow: hidden; font-size: 16px; font-weight: 400; line-height: 26px; white-space: nowrap; text-overflow: ellipsis; }
.list-copy h2 a:hover { color: var(--brand-red); }
.list-copy p { display: -webkit-box; margin: 0; overflow: hidden; color: #666666; line-height: 24px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.list-copy time { position: absolute; right: 0; bottom: 0; color: #777777; font-size: 12px; }
.page-sidebar { min-width: 0; }
.sidebar-feature { position: relative; display: block; height: 200px; margin-bottom: 20px; overflow: hidden; background: #eeeeee; }
.sidebar-feature img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-feature strong { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 8px 8px; overflow: hidden; color: #ffffff; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.sidebar-heading { display: flex; height: 44px; align-items: center; justify-content: space-between; border-bottom: 1px solid #cccccc; }
.sidebar-heading h2 { margin: 0; color: var(--heading-blue); font-size: 21px; }
.sidebar-heading a { color: #315d91; font-size: 12px; }
.hot-ranking ol { padding: 8px 0 12px 20px; margin: 0; }
.hot-ranking li { height: 38px; padding-left: 4px; color: #ed2848; line-height: 38px; }
.hot-ranking li a { display: block; overflow: hidden; color: #555555; white-space: nowrap; text-overflow: ellipsis; }
.hot-ranking li a:hover { color: var(--brand-red); }
.sidebar-qrcode { width: 100%; height: auto; margin-top: 10px; }

.pagination { display: flex; min-height: 52px; padding: 12px 10px; align-items: center; justify-content: flex-end; gap: 4px; border-top: 1px solid #e2e2e2; }
.page-link { min-width: 30px; height: 30px; padding: 0 9px; color: #777777; line-height: 28px; text-align: center; border: 1px solid #dddddd; }
.page-link.active { color: #ffffff; background: var(--accent-red); border-color: var(--accent-red); }
.page-link.disabled { color: #bbbbbb; background: #fafafa; }
.pagination-summary { margin-left: 8px; color: #777777; }
.empty-state { display: grid; min-height: 260px; color: #999999; place-items: center; }

.region-page { width: 100%; }
.region-filter { display: flex; margin-bottom: 10px; padding: 10px 0; flex-wrap: wrap; background: #f4f4f4; }
.region-filter a { width: calc(100% / 11); min-width: 96px; margin: 5px 0; color: #494949; font-size: 16px; line-height: 18px; text-align: center; border-right: 1px solid #777777; }
.region-filter a:hover, .region-filter a.active { color: var(--brand-red); }
.channel-page-heading { height: 51px; border-bottom: 1px solid #c3c3c3; }
.channel-page-heading h1 { margin: 0; color: #333333; font-size: 22px; font-weight: 400; line-height: 50px; }
.region-article-list { width: 100%; min-width: 0; overflow: hidden; border-bottom: 1px solid #eeeeee; }
.region-article-item { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 10px; min-height: 162px; padding: 20px 10px; border: 1px solid #f4f4f4; border-top: 0; }
.region-list-cover { display: block; width: 200px; height: 120px; overflow: hidden; background: #eeeeee; }
.region-list-cover img { width: 100%; height: 100%; object-fit: cover; }
.region-list-copy { position: relative; min-width: 0; padding: 0 0 24px; }
.region-list-copy h2 { margin: 0 0 4px; overflow: hidden; font-size: 16px; line-height: 40px; overflow-wrap: anywhere; white-space: nowrap; text-overflow: ellipsis; }
.region-list-copy h2 a:hover { color: var(--brand-red); }
.region-list-copy p { display: -webkit-box; margin: 0; overflow: hidden; color: #666666; font-size: 12px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.region-list-copy time { position: absolute; right: 0; bottom: 0; color: #666666; font-size: 12px; }
.channel-card-layout { align-items: start; }
.channel-card-panel { min-width: 0; }
.channel-tabs { display: flex; height: 50px; margin-bottom: 15px; align-items: stretch; border-bottom: 1px solid #d8d8d8; }
.channel-tabs a { min-width: 100px; padding: 0 18px; color: #333333; font-size: 16px; line-height: 50px; text-align: center; background: #f7f7f7; border-right: 1px solid #ffffff; }
.channel-tabs a:hover, .channel-tabs a.active { color: #b75050; background: #eeeeee; border-bottom: 3px solid var(--brand-red); }
.channel-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; padding: 0 15px 12px; }
.channel-card { min-width: 0; }
.channel-card-cover, .channel-card-image { display: block; width: 100%; aspect-ratio: 3 / 2; overflow: hidden; background: #eeeeee; }
.channel-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.channel-card-cover:hover img { transform: scale(1.025); }
.channel-card h2 { min-height: 52px; margin: 8px 10px 0; overflow: hidden; font-size: 16px; font-weight: 400; line-height: 26px; }
.channel-card h2 a:hover { color: var(--brand-red); }
.channel-card time { display: block; margin: 1px 10px 0; color: #666666; font-size: 12px; text-align: right; }
.channel-card-panel > .pagination { border-top-color: #eeeeee; }
.channel-card-grid .card-empty { grid-column: 1 / -1; }

.news-detail { width: 1130px; max-width: 100%; margin: 0 auto; }
.lead-title { margin: 24px 0 5px; color: #777777; font-size: 17px; text-align: center; }
.news-detail h1 { margin: 20px 0; font-size: 27px; line-height: 1.45; text-align: center; }
.sub-title { margin: -8px 0 16px; color: #666666; font-size: 17px; text-align: center; }
.article-meta { display: flex; min-height: 28px; margin-bottom: 64px; padding: 5px 12px; align-items: center; justify-content: center; gap: 20px; color: #999999; background: #f2f2f2; }
.article-meta a:hover { color: var(--brand-red); }
.article-meta-mobile { display: none; }
.article-content { color: #333333; font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; }
.article-content p, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin: 0; padding: 0; line-height: inherit; text-indent: 0; }
.article-content p { margin-bottom: .75em; }
.article-content p[style*="text-indent: 2em"], .article-content p[style*="text-indent:2em"] { text-indent: 2em; }
.article-content .image-selection-badge, .article-content .image-resize-handle { display: none !important; }
.article-content .image-wrap[aria-selected="true"] { outline: 0; }
.article-content h1 { font-size: 2em; }
.article-content h2 { font-size: 1.5em; }
.article-content h3 { font-size: 1.17em; }
.article-content h4 { font-size: 1em; }
.article-content h5 { font-size: .83em; }
.article-content h6 { font-size: .67em; }
.article-content blockquote { margin: 5px 0; padding-left: 16px; border-left: 4px solid #cccccc; }
.article-content ol, .article-content ul { margin: 0; padding-left: 2em; }
.article-content li { margin: 0; padding: 0; }
.article-content li[data-list="ordered"] { list-style-type: decimal; }
.article-content li[data-list="bullet"] { list-style-type: disc; }
.article-content .ql-align-center { text-align: center; }
.article-content .ql-align-right { text-align: right; }
.article-content .ql-align-justify { text-align: justify; }
.article-content .ql-direction-rtl { direction: rtl; text-align: inherit; }
.article-content .ql-font-songti { font-family: SimSun, "宋体", serif; }
.article-content .ql-font-heiti { font-family: SimHei, "黑体", sans-serif; }
.article-content .ql-font-kaiti { font-family: KaiTi, "楷体", serif; }
.article-content .ql-font-fangsong { font-family: FangSong, "仿宋", serif; }
.article-content .ql-size-small { font-size: .75em; }
.article-content .ql-size-large { font-size: 1.5em; }
.article-content .ql-size-huge { font-size: 2.5em; }
.article-content .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; }
.article-content .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; }
.article-content .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; }
.article-content .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; }
.article-content .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; }
.article-content .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; }
.article-content .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; }
.article-content .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; }
.article-content .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; }
.article-content .ql-indent-1.ql-direction-rtl { padding-right: 3em; }
.article-content .ql-indent-2.ql-direction-rtl { padding-right: 6em; }
.article-content .ql-indent-3.ql-direction-rtl { padding-right: 9em; }
.article-content .ql-indent-4.ql-direction-rtl { padding-right: 12em; }
.article-content .ql-indent-5.ql-direction-rtl { padding-right: 15em; }
.article-content .ql-indent-6.ql-direction-rtl { padding-right: 18em; }
.article-content .ql-indent-7.ql-direction-rtl { padding-right: 21em; }
.article-content .ql-indent-8.ql-direction-rtl { padding-right: 24em; }
.article-content .ql-indent-9.ql-direction-rtl { padding-right: 27em; }
.article-content img, .article-content video { display: block; max-width: min(720px, 100%); height: auto !important; margin: 16px auto; }
.article-content video { width: min(720px, 100%); background: #111111; }
.article-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-content .article-credits { width: 100%; margin: 24px 0 0; color: inherit; font-size: inherit; line-height: 1.75; text-align: right; text-indent: 0; }
.article-credit-line { display: block; width: 100%; font-weight: 400; text-align: right; }
.article-credit-line span { font-weight: 400; }
.article-share { position: relative; display: flex; min-height: 52px; margin-top: 28px; padding: 10px 0; align-items: center; justify-content: flex-end; gap: 8px; border-top: 1px solid #eeeeee; }
.article-share-label { color: #777777; }
.mobile-article-footer-image { display: none; }
.share-action { display: inline-flex; height: 32px; padding: 0 12px; align-items: center; justify-content: center; color: #555555; font: inherit; font-size: 13px; cursor: pointer; background: #ffffff; border: 1px solid #d8d8d8; border-radius: 3px; }
.share-action:hover { color: var(--brand-red); border-color: var(--brand-red); }
.share-status { min-width: 0; color: #37834d; font-size: 12px; }
.share-dialog { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; }
.share-dialog.open { display: flex; }
.share-dialog-open { overflow: hidden; }
.share-dialog-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; cursor: default; background: rgba(0,0,0,.48); border: 0; }
.share-dialog-panel { position: relative; z-index: 1; width: 340px; max-width: calc(100% - 32px); padding: 0 24px 22px; text-align: center; background: #ffffff; border-radius: 4px; box-shadow: 0 12px 42px rgba(0,0,0,.25); }
.share-dialog-heading { display: flex; height: 52px; align-items: center; justify-content: space-between; border-bottom: 1px solid #eeeeee; }
.share-dialog-heading strong { font-size: 16px; font-weight: 400; }
.share-dialog-close { width: 32px; height: 32px; padding: 0; color: #777777; font-size: 26px; line-height: 30px; cursor: pointer; background: transparent; border: 0; }
.share-qr { display: grid; min-height: 220px; margin: 20px auto 12px; place-items: center; }
.share-qr table { border-collapse: collapse; }
.share-qr td { padding: 0; border: 0; }
.share-dialog-panel p { margin: 0 0 14px; color: #666666; font-size: 13px; line-height: 1.7; }
.share-url { width: 100%; height: 34px; padding: 0 8px; color: #777777; font-size: 12px; border: 1px solid #dddddd; }
.related-news { width: 1130px; max-width: 100%; margin: 50px auto 0; }
.related-news li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; height: 38px; align-items: center; border-bottom: 1px dotted #dddddd; }
.related-news li a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.related-news time { color: #999999; }
.not-found { min-height: 420px; padding-top: 110px; text-align: center; }
.not-found h1 { font-size: 28px; }
.not-found p { color: #888888; }
.not-found a { display: inline-block; margin-top: 16px; padding: 9px 22px; color: #ffffff; background: var(--brand-red); }

.search-panel { margin-bottom: 20px; padding: 22px; background: #f7f7f7; }
.search-panel form { display: flex; width: 680px; max-width: 100%; height: 42px; margin: 0 auto; }
.search-panel input { min-width: 0; flex: 1; padding: 0 14px; border: 1px solid #dddddd; outline: 0; }
.search-panel input:focus { border-color: var(--brand-red); }
.search-panel button { width: 90px; color: #ffffff; cursor: pointer; background: var(--accent-red); border: 0; }
.search-count { margin: 14px 0 0; color: #777777; text-align: center; }
.search-count strong { color: var(--brand-red); }
.search-results { width: 100%; }
.search-highlight { padding: 0 1px; color: #a72223; background: #fff1a8; }

.site-footer { background: #ffffff; }
.footer-links { display: grid; min-height: 77px; padding: 3px 0; align-content: start; justify-content: start; grid-template-columns: repeat(7, 170px); gap: 6px; border-top: 5px solid #982e24; }
.footer-links a { position: relative; width: 170px; min-height: 28px; padding: 4px 4px 4px 23px; overflow: hidden; color: #333333; font-family: "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 20px; white-space: nowrap; }
.footer-links a::before { position: absolute; top: 11px; left: 4px; width: 5px; height: 5px; content: ""; background: #ed2848; }
.footer-links a:hover { color: #993300; }
.footer-info { min-height: 151px; margin-top: 20px; padding: 22px 16px 20px; color: #34495e; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 16px; line-height: 1.75; text-align: center; background: #d5d5d5; }
.footer-info p { margin: 0; }
.footer-info p span + span { margin-left: 28px; }
.footer-info a { color: #34495e; }
.footer-info a:hover { color: #993300; }
.footer-public-security { display: inline-flex; align-items: center; white-space: nowrap; }
.footer-beian-icon { display: inline-block; width: 20px; height: 22px; margin-right: 2px; object-fit: contain; vertical-align: middle; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: none; width: 42px; height: 42px; color: #ffffff; font-size: 22px; cursor: pointer; background: var(--brand-red); border: 0; }
.back-to-top.visible { display: block; }

@media (min-width: 761px) {
    .article-body .related-news { display: none; }
}

@media (max-width: 1040px) {
    .header-inner { height: 96px; }
    .brand { top: 12px; width: 480px; height: 68px; }
    .brand img { width: 480px; height: 68px; }
    .header-qr { display: none; }
    .site-search { right: 0; }
    .lead-grid { grid-template-columns: minmax(0, 3fr) minmax(310px, 2fr); }
    .content-sidebar-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 20px; }
    .topic-card { flex-basis: calc((100% - 40px) / 3); }
}

@media (max-width: 760px) {
    body { max-width: 100%; padding-bottom: calc(48px + env(safe-area-inset-bottom)); overflow-x: hidden; }
    .site-header, .desktop-home, .back-to-top { display: none !important; }
    .mobile-site-header { position: sticky; top: 0; z-index: 40; display: block; background: #ffffff; }
    .mobile-topbar { display: flex; height: 56px; padding: 0 8px; align-items: center; background: #d9350f; }
    .mobile-brand { display: block; width: calc(100% - 86px); height: 50px; min-width: 0; overflow: hidden; flex: 0 0 calc(100% - 86px); }
    .mobile-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
    .mobile-header-actions { display: flex; margin-left: 8px; flex: 0 0 auto; gap: 10px; }
    .mobile-header-actions a, .mobile-header-actions button { display: grid; width: 34px; height: 34px; padding: 0; color: #333333; font-size: 15px; background: #ffffff; border: 0; border-radius: 4px; place-items: center; }
    .mobile-header-actions button { cursor: pointer; }
    .mobile-category-nav { display: flex; height: 48px; overflow-x: auto; background: #ededed; scrollbar-width: none; }
    .mobile-category-nav::-webkit-scrollbar { display: none; }
    .mobile-category-nav a { position: relative; display: grid; min-width: 70px; padding: 0 14px; color: #333333; font-size: 16px; font-weight: 700; white-space: nowrap; place-items: center; }
    .mobile-category-nav a.active { color: #db3825; font-weight: 700; }
    .mobile-category-nav a.active::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; content: ""; background: #db3825; }
    .mobile-bottom-nav { position: fixed; bottom: 0; left: 0; z-index: 30; display: grid; width: 100%; max-width: 100vw; height: calc(48px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); overflow: hidden; grid-template-columns: repeat(5, minmax(0, 1fr)); background: #e9e9e9; }
    .mobile-bottom-nav a { display: flex; width: auto; min-width: 0; overflow: hidden; align-items: center; justify-content: center; flex-direction: column; color: #333333; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 14px; line-height: 20px; white-space: nowrap; }
    .mobile-bottom-nav a.active { color: #d9350f; }
    .mobile-bottom-icon { display: grid; width: 18px; height: 18px; overflow: hidden; color: transparent; font-size: 0; background-image: url("/NewsSite/images/mobile-nav-icons.svg?v=20260812"); background-repeat: no-repeat; background-size: 90px 18px; place-items: center; }
    .mobile-bottom-nav a:nth-child(1) .mobile-bottom-icon { background-position: 0 0; }
    .mobile-bottom-nav a:nth-child(2) .mobile-bottom-icon { background-position: -18px 0; }
    .mobile-bottom-nav a:nth-child(3) .mobile-bottom-icon { background-position: -36px 0; }
    .mobile-bottom-nav a:nth-child(4) .mobile-bottom-icon { background-position: -54px 0; }
    .mobile-bottom-nav a:nth-child(5) .mobile-bottom-icon { background-position: -72px 0; }
    .mobile-bottom-nav a.active .mobile-bottom-icon { filter: invert(25%) sepia(95%) saturate(2791%) hue-rotate(6deg) brightness(91%) contrast(99%); }
    .mobile-bottom-icon svg { display: none; }
    .mobile-home { display: block; width: min(100%, 800px); margin: 0 auto; }
    .mobile-hero { position: relative; width: 100%; aspect-ratio: 25 / 12; padding-bottom: 35px; overflow: hidden; background: #eeeeee; }
    .mobile-hero-slide { position: absolute; top: 0; right: 0; bottom: 35px; left: 0; z-index: 0; display: block; opacity: 0; transition: opacity .35s ease; }
    .mobile-hero-slide.active { z-index: 1; opacity: 1; }
    .mobile-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
    .mobile-hero-slide::after { position: absolute; right: 0; bottom: 0; left: 0; height: 52px; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
    .mobile-hero-slide strong { position: absolute; right: 10px; bottom: 8px; left: 10px; z-index: 2; overflow: hidden; color: #ffffff; font-size: 16px; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; }
    .mobile-hero-dots { position: absolute; right: 0; bottom: 12px; left: 0; z-index: 4; display: flex; justify-content: center; gap: 8px; }
    .mobile-hero-dots button { width: 7px; height: 7px; padding: 0; cursor: pointer; background: #d7d7d7; border: 0; border-radius: 50%; }
    .mobile-hero-dots button.active { background: #168cf3; }
    .mobile-news-feed { background: #ffffff; }
    .mobile-news-item { min-height: 96px; padding: 16px 14px; border-bottom: 1px solid #eeeeee; }
    .mobile-news-item h2 { display: -webkit-box; margin: 0 0 8px; overflow: hidden; color: #333333; font-size: 18px; font-weight: 400; line-height: 28px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .mobile-news-meta { display: flex; color: #999999; font-size: 12px; gap: 8px; }
    .site-width, .header-inner, .nav-inner { max-width: calc(100% - 24px); }
    .header-inner { display: flex; height: 122px; padding-top: 8px; align-items: flex-start; }
    .brand { position: static; width: min(68vw, 360px); height: auto; }
    .brand img { width: 100%; height: auto; }
    .site-search { top: 75px; right: 0; left: 0; z-index: 15; display: flex; width: auto; }
    .nav-toggle { display: block; width: 40px; height: 40px; margin-top: 8px; margin-left: auto; color: var(--brand-red); font-size: 27px; cursor: pointer; background: transparent; border: 0; }
    .primary-nav { height: auto; min-height: 40px; }
    .nav-inner { display: none; height: auto; padding: 6px 0; flex-wrap: wrap; justify-content: flex-start; }
    .primary-nav.open .nav-inner { display: flex; }
    .nav-link { width: 25%; min-width: 0; padding: 0 4px; font-size: 15px; }
    .home-page { padding-top: 12px; }
    .headline-strip { min-height: 0; padding: 12px; }
    .headline-strip h1 { margin-bottom: 8px; font-size: 21px; line-height: 32px; white-space: normal; }
    .headline-links { grid-template-columns: 1fr; gap: 7px; }
    .lead-grid, .section-grid, .section-flow-grid, .content-sidebar-layout { grid-template-columns: 1fr; }
    .hero-slider { height: 56vw; min-height: 230px; max-height: 390px; }
    .news-tabs { height: auto; }
    .tab-panel { height: 370px; }
    .promo-banner { height: 90px; }
    .section-grid { gap: 18px; }
    .section-flow-grid { gap: 18px; }
    .section-flow-column { gap: 18px; }
    .page-sidebar { display: none; }
    .region-filter { padding: 8px 4px; }
    .region-filter a { width: 25%; min-width: 0; margin: 7px 0; font-size: 14px; }
    .channel-page-heading h1 { font-size: 20px; }
    .region-article-item { grid-template-columns: 112px minmax(0, 1fr); min-height: 120px; padding: 12px 8px; }
    .region-list-cover { width: 112px; height: 82px; }
    .region-list-copy { padding-bottom: 18px; }
    .region-list-copy h2 { margin: 0 0 4px; line-height: 23px; white-space: normal; }
    .region-list-copy p { line-height: 20px; -webkit-line-clamp: 2; }
    .channel-tabs { height: auto; overflow-x: auto; }
    .channel-tabs a { min-width: 88px; padding: 0 12px; line-height: 46px; flex: 1 0 auto; }
    .channel-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; padding: 0 6px 12px; }
    .channel-card h2 { min-height: 44px; margin: 7px 3px 0; font-size: 14px; line-height: 22px; }
    .channel-card time { margin-right: 3px; }
    .article-list-item { grid-template-columns: 112px minmax(0, 1fr); min-height: 120px; padding: 12px 8px; }
    .list-cover { width: 112px; height: 82px; }
    .list-copy { padding-bottom: 17px; }
    .list-copy h2 { margin: 0 0 6px; font-size: 16px; line-height: 23px; white-space: normal; }
    .list-copy p { font-size: 12px; line-height: 20px; -webkit-line-clamp: 2; }
    .pagination { width: 100%; max-width: 100%; padding: 12px 6px; overflow: visible; justify-content: center; flex-wrap: wrap; gap: 5px; }
    .page-link { min-width: 32px; padding: 0 7px; flex: 0 0 auto; }
    .pagination-summary { width: 100%; margin: 2px 0 0; text-align: center; white-space: normal; }
    .article-body .inner-page { max-width: 100%; padding: 18px 14px 28px; }
    .article-body .breadcrumb { display: none; }
    .news-detail > h1 { margin: 8px 0 14px; font-size: 25px; line-height: 1.4; }
    .article-meta-desktop { display: none; }
    .article-meta-mobile { display: flex; min-height: 0; margin-bottom: 26px; padding: 0; align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 6px; background: transparent; }
    .article-meta-primary, .article-channel-path { display: flex; max-width: 100%; align-items: center; flex-wrap: wrap; gap: 4px 14px; }
    .article-channel-path { gap: 4px 6px; }
    .article-channel-path a { color: #666666; }
    .article-channel-separator { color: #b5b5b5; }
    .article-content { font-size: 18px; }
    .article-content p { margin-bottom: 1.4em; margin-bottom: calc(.5lh + .5em); text-indent: 0 !important; }
    .article-content img, .article-content video { max-width: 100%; }
    .article-content .article-credits { margin: 6px 0 0; padding: 16px 0 16px 16px; color: #6c757d; font-size: 12px; line-height: 1.5; text-align: left; }
    .article-content .article-credit-line { text-align: left; }
    .article-share { display: none; }
    .mobile-article-footer-image { display: block; width: 100%; margin-top: 24px; overflow: hidden; }
    .mobile-article-footer-image img { width: 100%; height: auto; }
    .share-action { height: 34px; }
    .share-status { width: 100%; }
    .related-news { margin-top: 34px; }
    .related-news .section-heading h2 { font-size: 19px; }
    .related-news li { gap: 10px; }
    .footer-links { justify-content: flex-start; }
}

@media (max-width: 760px) {
    .site-footer { margin-top: 20px; }
    .footer-links { width: 100%; max-width: 520px; min-height: 0; padding: 12px 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 8px; border-top-width: 4px; }
    .footer-links a { width: auto; min-width: 0; min-height: 26px; padding: 3px 2px 3px 16px; overflow: visible; font-size: 14px; line-height: 20px; white-space: normal; overflow-wrap: anywhere; }
    .footer-links a::before { top: 10px; left: 2px; width: 4px; height: 4px; }
    .footer-info { width: 100%; max-width: 100vw; min-height: 0; margin-top: 0; padding: 14px 12px 22px; overflow-wrap: anywhere; font-size: 12px; line-height: 1.75; }
    .footer-info p { max-width: 100%; }
    .footer-info p span { display: block; white-space: normal; }
    .footer-info p span + span { margin-left: 0; }
    .footer-public-security { display: flex !important; align-items: center; justify-content: center; }
    .footer-beian-icon { width: 16px; height: 18px; }
}

@media (max-width: 420px) {
    .nav-link { width: 33.333%; }
    .section-feature { grid-template-columns: 145px minmax(0, 1fr); }
    .section-cover { width: 145px; height: 98px; }
    .article-list-item { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; }
    .list-cover { width: 96px; height: 72px; }
    .list-copy p { display: none; }
    .region-filter a { width: 33.333%; }
    .region-article-item { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; }
    .region-list-cover { width: 96px; height: 72px; }
    .region-list-copy p { display: none; }
    .channel-card-grid { grid-template-columns: minmax(0, 1fr); }
    .channel-card h2 { min-height: 0; font-size: 16px; line-height: 24px; }
}
