@charset "UTF-8";
:root {
  --blue: #075ec7;
  --deep-blue: #06459e;
  --ink: #1b2941;
  --muted: #728097;
  --line: #e4ebf4;
  --page: #f4f8fd;
  --orange: #ff6a1d;
  --card: #fff;
  --shadow: 0 5px 17px rgba(19, 76, 150, .07);
}

* { box-sizing: border-box; }
html { min-width: 1180px; background: var(--page); }
body {
  min-width: 1180px;
  margin: 0;
  color: var(--ink);
  font: 14px/1.7 "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  background: linear-gradient(180deg, #fff 0, #f5f9fd 680px, #f4f8fd 100%);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: 1200px; margin: 0 auto; }

/* Header/footer are intentionally shared by every standalone template. */
.utility {
  height: 40px;
  color: #66738a;
  font-size: 12px;
  background: #f5f8fc;
}
.utility .container, .utility-links { display: flex; align-items: center; }
.utility .container { height: 100%; justify-content: space-between; }
.utility-links a + a::before {
  margin: 0 14px;
  color: #c2cad8;
  content: "|";
}
.utility .pin { margin-right: 8px; color: #506078; font-size: 15px; }
.utility .version {
  margin-left: 15px;
  padding: 0 7px;
  border: 1px solid #85aade;
  border-radius: 10px;
  color: #3975c4;
  line-height: 19px;
}
.brandbar { height: 122px; background: rgba(255,255,255,.96); }
.brandbar .container { height: 100%; display: flex; align-items: center; }
.brand-lockup { display: flex; width: 390px; height: 82px; align-items: center; color: #0756b8; }
.brand-emblem { width: 70px; height: 70px; flex: 0 0 70px; object-fit: contain; }
.brand-wordmark { display: block; margin-left: 12px; white-space: nowrap; }
.brand-wordmark strong { display: block; color: #0756b8; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 29px; font-weight: 800; letter-spacing: 1px; line-height: 1.15; }
.brand-wordmark small { display: block; margin-top: 7px; color: #0c5fbd; font-size: 12px; font-weight: 700; letter-spacing: 7px; line-height: 1; }
.site-search { display: flex; width: 390px; height: 43px; margin-left: auto; overflow: hidden; border: 1px solid #dce4ef; border-radius: 4px; background: #fff; }
.site-search::before { align-self: center; margin: 0 9px 0 13px; color: #718098; content: "⌕"; font-size: 26px; line-height: 1; }
.site-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: #3d4a60; }
.site-search input::placeholder { color: #b4bfce; }
.site-search button { width: 74px; border: 0; color: #fff; background: var(--orange); cursor: pointer; font-weight: 700; font-size: 16px; }
.main-nav { height: 55px; color: #fff; background: linear-gradient(100deg, #0247a9, #016ace 52%, #0350a7); box-shadow: inset 0 1px rgba(255,255,255,.18); }
.main-nav .container { height: 100%; display: flex; align-items: stretch; justify-content: space-between; }
.main-nav a { position: relative; display: flex; align-items: center; justify-content: center; width: 154px; font-size: 17px; font-weight: 700; }
.main-nav a:hover::after, .main-nav a.active::after { position: absolute; bottom: 0; left: 50%; width: 34px; height: 3px; transform: translateX(-50%); border-radius: 2px; background: #fff; content: ""; }

.breadcrumb { height: 61px; display: flex; align-items: center; gap: 11px; color: #66748a; }
.breadcrumb .home { color: #53637b; font-size: 19px; }
.breadcrumb .separator { color: #a1adbd; }
.content-card { border: 1px solid #e3ebf5; border-radius: 10px; background: var(--card); box-shadow: var(--shadow); }
.section-title { position: relative; display: flex; align-items: center; justify-content: space-between; height: 68px; border-bottom: 1px solid var(--line); }
.section-title h2 { position: relative; margin: 0; color: var(--blue); font-size: 24px; line-height: 68px; }
.section-title h2::after { position: absolute; bottom: -1px; left: 0; width: 64px; height: 3px; background: #0964cf; content: ""; }
.section-title .more { color: #5e6b80; font-size: 13px; }
.section-title .more::after { margin-left: 6px; content: "›"; font-size: 20px; vertical-align: -1px; }

.news-list { list-style: none; margin: 0; padding: 0; }
.news-list li { position: relative; min-height: 92px; padding: 20px 118px 17px 29px; border-bottom: 1px solid var(--line); }
.news-list li::before { position: absolute; top: 30px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: #0970dd; content: ""; }
.news-list li:last-child { border-bottom: 0; }
.news-list .item-title { display: block; overflow: hidden; color: #212d42; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.news-list .item-desc { display: block; overflow: hidden; margin-top: 5px; color: #8b97a8; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.news-list time { position: absolute; top: 23px; right: 0; color: #7c889c; font-size: 13px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 29px 0 0; }
.pagination a, .pagination span, .pagination input { min-width: 32px; height: 32px; padding: 0 10px; border: 1px solid #dfe6f0; border-radius: 3px; color: #56647a; background: #fff; text-align: center; line-height: 30px; }
.pagination .wide { min-width: 72px; }
.pagination .current { border-color: #0760c6; color: #fff; background: #0760c6; }
.pagination input { width: 40px; outline: none; }

.list-page { padding-bottom: 44px; }
.list-page .content-card { padding: 0 30px 28px; }
.plain-list .news-list { padding-top: 8px; }
.plain-list .news-list li { min-height: 91px; }
.thumbnail-list .news-list { padding-top: 6px; }
.thumbnail-list .news-list li { min-height: 142px; padding: 20px 76px 18px 230px; }
.thumbnail-list .news-list li::before { display: none; }
.thumbnail-list .item-thumb { position: absolute; top: 20px; left: 0; width: 190px; height: 108px; border-radius: 5px; object-fit: cover; }
.thumbnail-list .item-title { padding-top: 2px; font-size: 17px; }
.thumbnail-list .item-desc { display: -webkit-box; white-space: normal; line-height: 1.9; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.thumbnail-list time { top: 24px; }

.side-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: 16px; padding-bottom: 44px; }
.side-menu { height: max-content; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.side-menu h2 { margin: 0; padding: 20px 26px; color: #fff; background: linear-gradient(135deg,#075ac5,#126ee0); font-size: 18px; }
.side-menu a { display: flex; align-items: center; justify-content: space-between; height: 59px; margin: 0 18px; border-bottom: 1px solid var(--line); color: #2b374c; font-size: 15px; }
.side-menu a::before { margin-right: 11px; color: #1471df; content: "▧"; font-size: 17px; }
.side-menu a::after { margin-left: auto; color: #6681a5; content: "›"; font-size: 23px; }
.side-menu a.active { margin: 0; padding: 0 18px; color: #1266ce; background: #edf5ff; font-weight: 700; }
.side-menu a:last-child { border-bottom: 0; }
.side-layout .content-card { min-width: 0; padding: 0 30px 28px; }

.article-page { padding-bottom: 45px; }
.article-card { padding: 42px 50px 30px; }
.article-card h1 { margin: 0; color: #212b3c; font-size: 26px; line-height: 1.55; }
.article-meta { display: flex; align-items: center; justify-content: space-between; padding: 24px 0 22px; border-bottom: 1px solid #dfe6ef; color: #6e7b8f; }
.article-meta .meta-left { display: flex; gap: 27px; }
.article-meta .meta-tools { color: #536177; }
.article-body { padding: 25px 25px 7px; color: #313c4d; font-size: 16px; line-height: 2.2; }
.article-body p { margin: 0 0 20px; text-indent: 2em; }
.article-body h3 { margin: 24px 0 11px; color: #075ec7; font-size: 17px; }
.article-body .article-image { display: block; width: 82%; height: 175px; margin: 25px auto; object-fit: cover; object-position: top; }
.attachment { display: flex; align-items: center; justify-content: space-between; margin: 8px 25px 25px; padding: 14px 18px; border: 1px solid #e0e7f0; color: #556277; }
.attachment::before { margin-right: 10px; color: #126bd6; content: "▧"; font-size: 19px; }
.attachment span { margin-right: auto; }
.attachment button { border: 0; border-radius: 3px; padding: 8px 15px; color: #fff; background: #075ec7; cursor: pointer; }
.article-prevnext { display: flex; justify-content: space-between; padding: 0 25px; color: #53647c; }
.article-prevnext a { color: #0760c8; }

.leaders-page { padding-bottom: 45px; }
.leaders-card { display: grid; grid-template-columns: 265px 1fr; min-height: 690px; padding: 22px; }
.leader-categories { padding-right: 20px; border-right: 1px solid #e4ebf2; }
.leader-group { overflow: hidden; margin-bottom: 20px; border: 1px solid #e5ecf5; border-radius: 4px; }
.leader-group h2 { margin: 0; padding: 16px 22px; color: #135fc3; background: #edf5ff; font-size: 18px; }
.leader-group a { display: block; padding: 9px 29px; color: #3d4759; font-size: 16px; }
.leader-group a.active { color: #1065d0; font-weight: 700; }
.leader-detail { padding: 3px 26px 0 34px; }
.leader-detail h2 { position: relative; margin: 0 0 24px; padding-left: 20px; color: #075ec7; font-size: 23px; }
.leader-detail h2::before { position: absolute; left: 0; top: 4px; width: 4px; height: 28px; background: #0a67d3; content: ""; }
.leader-profile { position: relative; min-height: 285px; padding-right: 210px; }
.leader-profile dl { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 35px; margin: 0; color: #2d3749; font-size: 16px; }
.leader-profile dt, .leader-profile dd { display: inline; margin: 0; }
.leader-profile dt { color: #697589; }
.leader-photo { position: absolute; top: 0; right: 0; width: 170px; }
.leader-photo img { display: block; width: 170px; height: 230px; object-fit: cover; }
.leader-photo strong { display: block; margin-top: 10px; color: #0a61c6; font-size: 18px; text-align: center; }
.leader-section { padding: 23px 0 18px; border-top: 1px dashed #dce5ee; }
.leader-section h3 { position: relative; margin: 0 0 12px; padding-left: 19px; color: #075ec7; font-size: 20px; }
.leader-section h3::before { position: absolute; top: 3px; left: 0; width: 4px; height: 24px; background: #0b6bd7; content: ""; }
.leader-section p { margin: 0; color: #48566b; font-size: 15px; line-height: 2; }
.career { width: 100%; border-collapse: collapse; color: #556277; font-size: 15px; }
.career td { padding: 3px 0; border-bottom: 1px dotted #dce5ef; }

.home-hero { height: 420px; color: #fff; background: #1394dc url("hero-yantai-aerial.jpg") center / cover no-repeat; }
.home-hero .container { display: flex; height: 100%; flex-direction: column; align-items: center; }
.home-hero h1 { margin: 65px 0 8px; color: #06479e; font-size: 44px; letter-spacing: 2px; line-height: 1.25; text-shadow: 0 2px #e1f5ff, 0 0 5px rgba(255,255,255,.8); }
.home-hero .slogan { margin: 0; color: #0b55ad; font-size: 23px; font-weight: 700; text-shadow: 0 1px 2px #fff; }
.quick-search { width: 650px; margin-top: 44px; overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 7px 22px rgba(6,53,110,.24); }
.quick-search .search-line { display: flex; height: 55px; }
.quick-search .city-select { display: flex; width: 102px; align-items: center; justify-content: center; border-right: 1px solid #e3e8ef; color: #35435a; }
.quick-search .city-select::after { margin-left: 7px; content: "⌄"; }
.quick-search input { flex: 1; min-width: 0; padding: 0 20px; border: 0; outline: none; color: #3d4d64; }
.quick-search input::placeholder { color: #b2bdcb; }
.quick-search button { width: 92px; border: 0; color: #fff; background: var(--orange); font-size: 17px; font-weight: 700; }
.quick-search .hot { height: 45px; display: flex; align-items: center; gap: 20px; padding: 0 16px; color: #637087; font-size: 12px; }
.quick-search .hot strong { color: #566278; }
.notice-bar { height: 53px; background: #fff; box-shadow: 0 2px 8px rgba(46,85,133,.06); }
.notice-bar .container { display: flex; width: min(1200px, calc(100% - 40px)); max-width: none; height: 100%; align-items: center; }
.notice-pill { padding: 5px 14px; border-radius: 3px; color: #1162c5; background: #edf5ff; font-weight: 700; }
.notice-rotator { height: 53px; flex: 1; margin-left: 16px; overflow: hidden; }
.notice-track { transition: transform .46s ease; }
.notice-item { display: flex; height: 53px; align-items: center; gap: 24px; }
.notice-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.notice-item time { margin-left: auto; padding-right: 14px; color: #8591a3; white-space: nowrap; }
.home-main { padding: 18px 0 44px; }
.home-panel { margin-bottom: 16px; padding: 0 22px 20px; }
.headline { display: grid; grid-template-columns: 470px 1fr; gap: 30px; padding-top: 17px; }
.headline .news-list { min-width: 0; }
.headline-title { display: flex; align-items: center; }
.headline-title .headline-tabs { display: flex; gap: 48px; margin-left: 48px; }
.headline-title .more { margin-left: auto; }
.headline-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: #155bb3; }
.headline-image img { width: 100%; height: 100%; object-fit: cover; }
.headline-image span { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 6px 12px; color: #fff; background: rgba(4, 18, 36, .62); font-weight: 700; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.headline-carousel { position: relative; }
.headline-carousel .headline-slide { position: absolute; inset: 0; display: block; opacity: 0; transition: opacity 0.8s ease-in-out; z-index: 1; }
.headline-carousel .headline-slide.is-active { opacity: 1; z-index: 2; }
.headline-carousel .headline-slide img { position: absolute; inset: 0; }
.headline-carousel .carousel-dots { position: absolute; right: 12px; bottom: 42px; z-index: 10; display: flex; gap: 8px; }
.headline-carousel .carousel-dots .dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; transition: background .3s ease, transform .3s ease; }
.headline-carousel .carousel-dots .dot.is-active { background: #fff; transform: scale(1.25); }
.headline .news-list li { min-height: 36px; padding: 3px 66px 3px 14px; border: 0; }
.headline .news-list li::before { top: 14px; left: 1px; width: 4px; height: 4px; }
.headline .news-list .item-title { font-size: 14px; font-weight: 400; }
.headline .news-list time { top: 3px; font-size: 12px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 15px; }
.topic-card { position: relative; height: 113px; overflow: hidden; border-radius: 5px; background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(173, 204, 240, .35); }
.topic-card::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.57) 47%, rgba(255,255,255,.04) 74%); content: ""; }
.topic-card:nth-child(1) { background-image: url("topic-city-list-v7.jpg"); }
.topic-card:nth-child(2) { background-image: url("topic-department-powers-v7.jpg"); }
.topic-card:nth-child(3) { background-image: url("topic-general-directory-v7.jpg"); }
.topic-card:nth-child(4) { background-image: url("topic-service-matters-v7.jpg"); }
.topic-copy { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; padding: 0 14px; color: #0759bf; text-shadow: 0 1px rgba(255,255,255,.8); }
.topic-copy strong { display: block; font-size: 18px; line-height: 1.2; letter-spacing: .2px; white-space: nowrap; }
.topic-copy small { display: block; margin-top: 8px; color: #315f9e; font-size: 12px; font-weight: 700; line-height: 1; white-space: nowrap; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 16px; padding: 14px; border: 1px solid #e1ebf7; border-radius: 10px; background: linear-gradient(135deg, #f0f6fd, #f8fbff); }
.quick-card { position: relative; min-width: 0; min-height: 92px; padding: 17px 88px 15px 19px; overflow: hidden; border: 1px solid #e2ebf6; border-radius: 7px; background: rgba(255,255,255,.96); box-shadow: 0 3px 10px rgba(35, 90, 161, .035); }
.quick-card::after { position: absolute; top: -34px; right: -30px; width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(circle, rgba(217,236,255,.78) 0, rgba(242,248,255,0) 68%); content: ""; }
.quick-card .quick-title { position: relative; z-index: 2; display: inline-block; }
.quick-card strong { position: relative; z-index: 1; display: block; color: #075ec7; font-size: 18px; line-height: 1.35; }
.quick-card span { position: relative; z-index: 1; display: block; margin-top: 5px; overflow: hidden; color: #63718a; font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.quick-card img { position: absolute; z-index: 1; top: 20px; right: 20px; width: 48px; height: 48px; object-fit: contain; }
.home-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.home-split .home-panel { margin: 0; }
.home-split .news-title { display: flex; align-items: center; }
.home-split .news-tabs { display: flex; gap: 25px; margin-left: 30px; white-space: nowrap; }
.home-split .news-title .more { margin-left: auto; }
.home-split .news-list { padding-top: 12px; }
.home-split .news-list li { min-height: 36px; padding: 4px 42px 4px 13px; border: 0; }
.home-split .news-list li::before { top: 14px; left: 1px; width: 4px; height: 4px; }
.home-split .news-list .item-title { font-size: 13px; font-weight: 400; }
.home-split .news-list time { top: 4px; font-size: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding-top: 14px; }
.service-grid .service-card { min-height: 88px; display: flex; align-items: center; gap: 11px; padding: 14px 12px; border: 1px solid #e5edf7; border-radius: 4px; }
.service-grid .service-icon { width: 54px; height: 54px; flex: 0 0 54px; object-fit: contain; }
.service-grid .service-copy { color: #2f3b4f; font-size: 14px; }
.service-grid .service-title { display: inline-block; color: #075ec7; font-size: 16px; font-weight: 700; }
.service-grid small { display: block; color: #8b97a6; font-size: 11px; }
.hall-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; padding-top: 14px; }
.hall-grid a { height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #dbe8f6; border-radius: 7px; color: #4f6078; background: #fff; font-size: 14px; font-weight: 600; }
.hall-grid a:last-child { grid-column: 1 / -1; }
.hall-grid .hall-icon { width: 34px; height: 34px; flex: 0 0 34px; object-fit: contain; }
.open-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; padding-top: 14px; }
.open-grid a { height: 74px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: #4f5e75; font-size: 13px; }
.open-grid .open-icon { width: 42px; height: 42px; object-fit: contain; }

.friend-links { padding: 14px 0; border-top: 1px solid #d9e6f4; background: #edf5fc; }
.friend-links .container { display: flex; align-items: center; gap: 18px; color: #56647a; }
.friend-links span { white-space: nowrap; }
.friend-links select { width: 184px; height: 31px; padding: 0 11px; border: 1px solid #d9e2ed; border-radius: 3px; color: #59677d; background: #fff; }
.site-footer { color: rgba(255,255,255,.92); background: linear-gradient(125deg,#064294,#0065d6); }
.coming-soon-toast { position: fixed; z-index: 1000; bottom: 42px; left: 50%; padding: 11px 20px; transform: translate(-50%, 14px); border-radius: 6px; color: #fff; background: rgba(24, 41, 67, .88); box-shadow: 0 8px 24px rgba(15, 35, 68, .2); font-size: 14px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.coming-soon-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.footer-main { min-height: 145px; display: grid; grid-template-columns: 210px 1fr 260px 195px; gap: 18px; padding: 23px 18px 14px; }
.footer-badges { display: flex; height: 88px; align-items: center; }
.footer-badges-reference { width: 190px; height: 88px; object-fit: contain; }
.footer-col { padding-left: 21px; border-left: 1px solid rgba(255,255,255,.14); font-size: 12px; line-height: 1.8; }
.footer-col strong { display: block; color: #fff; font-size: 13px; }
.footer-hotline { padding-left: 21px; border-left: 1px solid rgba(255,255,255,.14); font-size: 12px; line-height: 1.9; }
.footer-hotline strong { display: block; font-size: 13px; }
.footer-qr { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.footer-qr p { margin-top:8px; margin: 8px 0 0 0; }
.footer-wechat-reference { width: 128px; height: 96px; object-fit: contain; }
.footer-copy { display: flex; align-items: center; justify-content: center; gap: 36px; min-height: 36px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.86); font-size: 12px; }

@media (max-width: 1280px) {
  /*
   * Tablet / narrow desktop guardrail:
   * Do not keep the 1200px desktop canvas when the browser is narrower.
   * This layer stays two-column where it still fits, but every outer box
   * becomes fluid so the page cannot create a horizontal scrollbar.
   */
  html, body { width: 100%; min-width: 0; overflow-x: hidden; }
  .container, .notice-bar .container { width: min(1200px, calc(100% - 40px)); min-width: 0; }
  .brand-lockup { min-width: 0; }
  .brand-wordmark { min-width: 0; overflow: hidden; }
  .brand-wordmark strong, .brand-wordmark small { overflow: hidden; text-overflow: ellipsis; }
  .site-search { width: min(390px, 38vw); min-width: 250px; }
  .main-nav .container { display: flex; }
  .main-nav a { width: auto; min-width: 0; flex: 1 1 0; }
  .home-hero .container { min-width: 0; }
  .headline { grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); gap: 22px; }
  .headline-title .headline-tabs { gap: 28px; margin-left: 28px; }
  .topic-grid { gap: 10px; }
  .quick-grid { gap: 12px; padding: 12px; }
  .quick-card { padding: 16px 70px 14px 15px; }
  .quick-card strong { font-size: 17px; }
  .quick-card img { right: 14px; width: 44px; height: 44px; }
}

/* Responsive mobile layout: the same documents reflow instead of scaling down. */
.mobile-menu-toggle, .mobile-nav { display: none; }

@media (max-width: 767px) {
  html, body { min-width: 0; overflow-x: hidden; }
  body { font-size: 14px; background: linear-gradient(180deg, #fff 0, #f4f8fd 540px, #f4f8fd 100%); }
  .container { width: calc(100% - 32px); }

  .utility, .site-search, .main-nav { display: none; }
  .brandbar { height: 70px; }
  .brand-lockup { width: auto; max-width: calc(100% - 52px); height: 62px; min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .brand-emblem { width: 45px; height: 45px; flex-basis: 45px; }
  .brand-wordmark { min-width: 0; margin-left: 8px; overflow: hidden; }
  .brand-wordmark strong { overflow: hidden; font-size: 19px; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
  .brand-wordmark small { overflow: hidden; margin-top: 5px; font-size: 8px; letter-spacing: 3.8px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-menu-toggle { width: 44px; height: 44px; flex: 0 0 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 0; border-radius: 8px; background: transparent; }
  .mobile-menu-toggle span { width: 23px; height: 2px; border-radius: 99px; background: #173d70; transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 30; top: 70px; right: 16px; left: 16px; padding: 8px; border: 1px solid #dce7f5; border-radius: 12px; background: rgba(255,255,255,.98); box-shadow: 0 14px 34px rgba(17, 66, 129, .18); }
  .mobile-nav.is-open { display: block; }
  .mobile-menu-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .mobile-menu-links a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-radius: 7px; color: #27446e; font-size: 15px; font-weight: 700; }
  .mobile-menu-links a.active { color: #075ec7; background: #edf5ff; }

  .breadcrumb { height: 50px; gap: 7px; overflow: hidden; color: #748198; font-size: 12px; white-space: nowrap; }
  .breadcrumb .home { font-size: 16px; }
  .breadcrumb > :nth-last-child(n+5) { display: none; }
  .content-card { border-radius: 9px; }
  .section-title { height: 56px; }
  .section-title h2 { font-size: 20px; line-height: 56px; }
  .section-title h2::after { width: 50px; }
  .section-title .more { font-size: 13px; }

  .home-hero { height: 300px; background-position: 58% center; }
  .home-hero .container { width: 100%; padding: 0 16px; }
  .home-hero h1 { width: 100%; min-width: 0; margin: 35px 0 8px; overflow: hidden; font-size: clamp(22px, 6.5vw, 30px); letter-spacing: 0; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .home-hero .slogan { font-size: 16px; text-align: center; }
  .quick-search { width: 100%; margin-top: 30px; border-radius: 7px; }
  .quick-search .search-line { height: 50px; }
  .quick-search .city-select { display: none; }
  .quick-search input { padding: 0 14px; font-size: 14px; }
  .quick-search button { width: 76px; font-size: 16px; }
  .quick-search .hot { height: 41px; gap: 12px; padding: 0 13px; overflow: hidden; font-size: 11px; white-space: nowrap; }
  .quick-search .hot a:nth-of-type(n+4) { display: none; }
  .notice-bar { height: 58px; }
  .notice-bar .container { width: calc(100% - 32px); }
  .notice-pill { flex: 0 0 auto; padding: 5px 10px; font-size: 13px; }
  .notice-rotator, .notice-item { height: 58px; }
  .notice-rotator { margin-left: 10px; }
  .notice-item { gap: 8px; }
  .notice-item span { font-size: 13px; }
  .notice-item time { padding-right: 0; font-size: 12px; }

  .home-main { padding: 12px 0 28px; }
  .home-panel { margin-bottom: 12px; padding: 0 14px 14px; }
  .headline-title .headline-tabs, .home-split .news-tabs { display: none; }
  .headline { grid-template-columns: 1fr; gap: 10px; padding-top: 12px; }
  .headline-image { border-radius: 6px; }
  .headline-image span { padding: 7px 10px; font-size: 13px; }
  .headline .news-list li { min-height: 37px; padding: 4px 42px 4px 12px; }
  .headline .news-list li::before { top: 15px; }
  .headline .news-list li:nth-child(n+5) { display: none; }
  .headline .news-list .item-title { font-size: 13px; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 12px; }
  .topic-card { height: 92px; }
  .topic-copy { padding: 0 10px; }
  .topic-copy strong { font-size: 14px; }
  .topic-copy small { margin-top: 6px; font-size: 10px; }
  .quick-grid { display: grid; grid-template-columns: 1fr; gap: 9px; margin: 0 0 12px; padding: 10px; overflow: hidden; border-width: 1px; border-radius: 9px; }
  .quick-card { width: 100%; min-width: 0; min-height: 78px; padding: 15px 72px 13px 15px; }
  .quick-card strong { font-size: 17px; }
  .quick-card span { margin-top: 3px; font-size: 12px; white-space: normal; }
  .quick-card img { top: 16px; right: 16px; width: 44px; height: 44px; }
  .home-split { grid-template-columns: 1fr; gap: 12px; }
  .home-split .news-list { padding-top: 8px; }
  .home-split .news-list li { min-height: 42px; padding: 6px 42px 6px 12px; }
  .home-split .news-list li::before { top: 17px; }
  .home-split .news-list .item-title { font-size: 13px; }
  .home-split .news-list time { top: 6px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 12px; }
  .service-grid .service-card { min-height: 90px; gap: 8px; padding: 10px; }
  .service-grid .service-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .service-grid .service-copy { font-size: 13px; }
  .service-grid .service-title { font-size: 14px; }
  .service-grid small { margin-top: 2px; font-size: 10px; line-height: 1.35; }
  .hall-grid { gap: 8px; padding-top: 12px; }
  .hall-grid a { height: 56px; gap: 7px; padding: 0 7px; font-size: 12px; }
  .hall-grid .hall-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .open-grid { grid-template-columns: repeat(3, 1fr); gap: 5px; padding-top: 12px; }
  .open-grid a { height: 82px; padding: 5px; border: 1px solid #e8eef6; border-radius: 6px; font-size: 11px; text-align: center; }
  .open-grid .open-icon { width: 36px; height: 36px; }

  .list-page, .side-layout, .article-page, .leaders-page { padding-bottom: 26px; }
  .list-page .content-card, .side-layout .content-card { padding: 0 16px 18px; }
  .news-list li, .plain-list .news-list li { min-height: 76px; padding: 15px 57px 13px 14px; }
  .news-list li::before { top: 25px; left: 1px; width: 5px; height: 5px; }
  .news-list .item-title { display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.55; text-overflow: clip; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .news-list .item-desc { display: none; }
  .news-list time { top: 17px; right: 0; font-size: 11px; }
  .thumbnail-list .news-list { padding-top: 3px; }
  .thumbnail-list .news-list li { min-height: 92px; padding: 12px 72px 12px 118px; }
  .thumbnail-list .item-thumb { top: 14px; left: 0; width: 104px; height: 59px; border-radius: 5px; }
  .thumbnail-list .item-title { padding-top: 0; font-size: 14px; }
  .thumbnail-list time { top: 13px; right: 0; min-width: 62px; text-align: right; }
  .pagination { justify-content: flex-start; gap: 7px; margin-top: 20px; overflow-x: auto; }
  .pagination a, .pagination span, .pagination input { flex: 0 0 auto; }
  .pagination .wide, .pagination span[style] { display: none; }

  .side-layout { grid-template-columns: 1fr; gap: 12px; }
  .side-menu { display: flex; gap: 7px; padding: 7px; overflow-x: auto; border-radius: 8px; }
  .side-menu h2 { display: none; }
  .side-menu .leader-group { display: contents; }
  .side-menu a { height: 40px; flex: 0 0 auto; margin: 0; padding: 0 12px; border: 0; border-radius: 5px; background: #f6f9fd; font-size: 13px; white-space: nowrap; }
  .side-menu a::before, .side-menu a::after { display: none; }
  .side-menu a.active { margin: 0; padding: 0 12px; }

  .article-card { padding: 24px 16px 20px; }
  .article-card h1 { font-size: 21px; line-height: 1.55; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 9px; padding: 14px 0; font-size: 12px; }
  .article-meta .meta-left { flex-wrap: wrap; gap: 4px 14px; }
  .article-meta .meta-tools { display: none; }
  .article-body { padding: 20px 0 2px; font-size: 16px; line-height: 2; }
  .article-body p { margin-bottom: 17px; }
  .article-body .article-image { width: 100%; height: auto; margin: 20px auto; }
  .attachment { align-items: flex-start; flex-wrap: wrap; gap: 10px; margin: 12px 0 20px; padding: 12px; font-size: 13px; }
  .attachment button { width: 100%; }
  .article-prevnext { flex-direction: column; gap: 9px; padding: 0; font-size: 13px; }

  .leaders-card { display: block; min-height: 0; padding: 14px; }
  .leader-categories { display: flex; gap: 7px; overflow-x: auto; padding: 0 0 14px; border: 0; }
  .leader-group { display: flex; gap: 7px; margin: 0; border: 0; }
  .leader-group h2 { display: none; }
  .leader-group a { flex: 0 0 auto; padding: 9px 12px; border-radius: 5px; background: #f3f7fc; font-size: 13px; white-space: nowrap; }
  .leader-detail { padding: 3px 0 0; }
  .leader-detail h2 { margin-bottom: 18px; font-size: 20px; }
  .leader-profile { min-height: 0; display: flex; flex-direction: column; padding: 0; }
  .leader-photo { position: static; order: -1; width: 136px; margin: 0 auto 20px; }
  .leader-photo img { width: 136px; height: 184px; }
  .leader-photo strong { font-size: 16px; }
  .leader-profile dl { grid-template-columns: 1fr; gap: 10px; font-size: 14px; }
  .leader-section { padding: 18px 0; }
  .leader-section h3 { font-size: 18px; }
  .leader-section p, .career { font-size: 14px; }
  .career { min-width: 570px; }
  .leader-section:has(.career) { overflow-x: auto; }

  .friend-links { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 18px 16px 14px; text-align: center; }
  .footer-main > div:nth-child(2) { display: none; }
  .footer-badges, .footer-qr { justify-content: center; height: auto; }
  .footer-badges-reference { width: 180px; height: 68px; }
  .footer-hotline { padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; font-size: 12px; }
  .footer-hotline br:nth-of-type(3) { display: none; }
  .footer-wechat-reference { width: 128px; height: 96px; }
  .footer-copy { flex-wrap: wrap; gap: 5px 14px; min-height: 0; padding: 10px 16px; font-size: 11px; line-height: 1.5; }
}
