* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; background: #f5f6f8; color: #222; line-height: 1.8; }
a { text-decoration: none; color: #222; transition: color .3s ease; }
a:hover { color: #c8191e; }
ul, li { list-style: none; }
img { display: block; }
.container { width: 1200px; margin: 0 auto; }

.topbar { background: #0f2747; color: #c8d2de; font-size: 13px; }
.topbar .container { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: #d7e1ec; margin-left: 18px; }
.topbar a:hover { color: #fff; }

.header { background: #fff; border-bottom: 1px solid #e5e8ec; }
.header-main { height: 118px; display: flex; align-items: center; justify-content: space-between; }
.logo { text-align: center; flex: 1; }
.logo a { font-size: 42px; font-weight: 900; color: #c8191e; letter-spacing: 4px; }
.logo p { margin-top: 8px; font-size: 13px; color: #6b7280; letter-spacing: 2px; }
.header-side { width: 260px; font-size: 13px; color: #667085; }
.header-side.right { text-align: right; }

.nav-wrap { background: #c8191e; box-shadow: 0 4px 12px rgba(0, 0, 0, .08); }
.nav { display: flex; align-items: center; }
.nav li a { display: block; padding: 15px 24px; color: #fff; font-size: 16px; font-weight: bold; }
.nav li a:hover, .nav .current a { background: #a51116; }

.search-row { background: #fff; border-bottom: 1px solid #eceff3; }
.search-row .container { height: 58px; display: flex; align-items: center; justify-content: space-between; }
.search-hot { color: #667085; font-size: 14px; }
.search-hot strong { color: #0f2747; margin-right: 10px; }
.search-hot a { margin-right: 14px; color: #667085; }
.search-hot a:hover { color: #c8191e; }
.search-box { display: flex; width: 320px; border: 2px solid #c8191e; border-radius: 4px; overflow: hidden; }
.search-box input { flex: 1; height: 40px; border: none; padding: 0 14px; outline: none; }
.search-box button { width: 88px; border: none; background: #c8191e; color: #fff; font-weight: bold; cursor: pointer; }

.main { margin-top: 24px; display: flex; gap: 24px; align-items: flex-start; }
.content { width: 840px; }
.sidebar { width: 336px; }

.panel { background: #fff; border: 1px solid #e7ebf0; margin-bottom: 24px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #eef2f6; }
.panel-title { font-size: 20px; font-weight: 900; color: #0f2747; position: relative; padding-left: 14px; }
.panel-title::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 20px; background: #c8191e; }
.panel-more { color: #98a2b3; font-size: 13px; }
.panel-more:hover { color: #c8191e; }
.panel-body { padding: 20px; }

.hero { display: flex; gap: 20px; margin-bottom: 24px; }
.hero-left { width: 510px; position: relative; overflow: hidden; }
.hero-left img { width: 100%; height: 360px; object-fit: cover; transition: transform .5s ease; }
.hero-left:hover img { transform: scale(1.03); }
.hero-mask { position: absolute; inset: auto 0 0 0; padding: 36px 22px 20px; background: linear-gradient(transparent, rgba(0, 0, 0, .85)); color: #fff; }
.hero-mask h2 { font-size: 28px; line-height: 1.45; }
.hero-right { flex: 1; background: #fff; border: 1px solid #e7ebf0; padding: 22px; }
.headline h3 { font-size: 26px; line-height: 1.5; text-align: center; margin-bottom: 16px; }
.headline h3 a { color: #c8191e; }
.headline p { color: #5b6472; font-size: 14px; text-indent: 2em; margin-bottom: 18px; }
.headline-list li { padding: 12px 0; border-top: 1px dashed #e7ebf0; display: flex; align-items: center; }
.headline-list li::before { content: "鈻�"; color: #c8191e; font-size: 10px; margin-right: 10px; }
.headline-list a { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.news-list li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px dashed #e5e7eb; }
.news-list li:last-child { border-bottom: none; padding-bottom: 0; }
.news-thumb { width: 210px; height: 130px; overflow: hidden; flex-shrink: 0; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-thumb:hover img { transform: scale(1.08); }
.news-info { flex: 1; }
.news-info h3 { font-size: 20px; margin-bottom: 10px; line-height: 1.45; }
.news-info p { color: #667085; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { display: flex; gap: 20px; margin-top: 14px; font-size: 13px; color: #98a2b3; }

.text-list li { display: flex; align-items: center; padding: 14px 0; border-bottom: 1px dotted #e5e7eb; }
.text-list li:last-child { border-bottom: none; }
.text-list li::before { content: "鈼�"; color: #c8191e; font-size: 10px; margin-right: 10px; }
.text-list a { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px; }
.text-list span { margin-left: 12px; color: #98a2b3; font-size: 13px; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-grid a { background: #f8fafc; border: 1px solid #e6ebf2; padding: 14px 8px; text-align: center; font-weight: bold; color: #0f2747; }
.service-grid a:hover { background: #0f2747; color: #fff; }

.rank-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #e5e7eb; }
.rank-list li:last-child { border-bottom: none; }
.rank-num { width: 24px; height: 24px; background: #cbd5e1; color: #fff; text-align: center; line-height: 24px; font-size: 12px; font-weight: bold; }
.rank-list li:nth-child(1) .rank-num { background: #c8191e; }
.rank-list li:nth-child(2) .rank-num { background: #ea580c; }
.rank-list li:nth-child(3) .rank-num { background: #f59e0b; }
.rank-link { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }

.filter-box { background: #fff; border: 1px solid #e7ebf0; padding: 22px; margin-bottom: 24px; }
.filter-row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #e5e7eb; }
.filter-row:last-child { border-bottom: none; padding-bottom: 0; }
.filter-label { width: 72px; font-weight: bold; color: #0f2747; line-height: 32px; }
.filter-items { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-items a { display: inline-block; padding: 6px 14px; background: #f8fafc; color: #667085; border-radius: 3px; font-size: 14px; }
.filter-items a:hover, .filter-items a.active { background: #c8191e; color: #fff; }

.dede_pages { text-align: center; margin-top: 34px; }
.dede_pages ul { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.dede_pages li { list-style: none; }
.dede_pages a, .dede_pages span { display: inline-block; min-width: 40px; padding: 9px 14px; border: 1px solid #d7dee8; background: #fff; color: #243447; }
.dede_pages a:hover, .dede_pages .thisclass { background: #0f2747; color: #fff; border-color: #0f2747; }

.breadcrumb { font-size: 13px; color: #98a2b3; margin-bottom: 16px; }
.breadcrumb a { color: #667085; }
.breadcrumb a:hover { color: #c8191e; }

.article-box { background: #fff; border: 1px solid #e7ebf0; padding: 36px 42px; }
.article-header { text-align: center; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid #e5e7eb; }
.article-header h1 { font-size: 32px; line-height: 1.45; color: #111827; margin-bottom: 18px; }
.article-meta { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; color: #98a2b3; font-size: 13px; }
.article-lead { background: #f8fafc; border-left: 4px solid #c8191e; padding: 18px 20px; color: #475467; margin-bottom: 28px; }
.article-content { font-size: 17px; line-height: 2; color: #344054; }
.article-content p { margin-bottom: 24px; text-indent: 2em; }
.article-content img { max-width: 100%; height: auto; margin: 28px auto; box-shadow: 0 6px 16px rgba(15, 23, 42, .08); }
.article-content h2, .article-content h3 { margin: 34px 0 18px; padding-left: 14px; border-left: 5px solid #0f2747; color: #111827; }
.article-tags { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.article-tags strong { color: #667085; font-size: 14px; }
.article-tags a { background: #eef2f6; color: #0f2747; padding: 6px 14px; font-size: 13px; }
.article-tags a:hover { background: #0f2747; color: #fff; }
.article-prenext { margin-top: 28px; padding-top: 20px; border-top: 1px dashed #e5e7eb; font-size: 15px; line-height: 2; }
.article-prenext a { color: #0f2747; font-weight: bold; }
.article-prenext a:hover { color: #c8191e; }

.footer { margin-top: 40px; background: #17212f; color: #97a6b8; padding: 48px 0 20px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 30px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand h2 { font-size: 28px; color: #fff; margin-bottom: 12px; }
.footer-brand p { max-width: 430px; font-size: 14px; line-height: 1.9; }
.footer-nav { display: flex; gap: 70px; }
.footer-nav dt { color: #fff; font-size: 16px; margin-bottom: 14px; font-weight: bold; }
.footer-nav dd { margin-bottom: 8px; }
.footer-nav a { color: #97a6b8; font-size: 14px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { text-align: center; font-size: 13px; }