
/* ============ 水墨雅集风：宣纸白 × 墨色 × 朱砂印章 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; background: #F8F5EE; color: #33302B; font-size: 14px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: 1200px; margin: 0 auto; }

/* 顶部工具条 */
.top-bar { background: #2E2A26; color: #B7AE9E; font-size: 12px; }
.top-bar .container { display: flex; justify-content: space-between; height: 34px; align-items: center; }
.top-bar a { color: #B7AE9E; margin-left: 18px; }
.top-bar a:hover { color: #F8F5EE; }

/* 头部：宣纸留白 */
.site-header { background: #F8F5EE; padding: 40px 0 30px; position: relative; }
.site-header::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px;
  background: linear-gradient(90deg, #33302B 0 60%, #B03A2E 60% 68%, #C8A878 68% 74%, #33302B 74% 100%); }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 22px; }
.logo-seal { width: 76px; height: 76px; background: #B03A2E; color: #F8F5EE; font-family: "STKaiti","KaiTi",serif;
  font-size: 26px; line-height: 1.25; display: flex; align-items: center; justify-content: center; text-align: center;
  letter-spacing: 2px; border-radius: 6px; box-shadow: 2px 3px 0 rgba(51,48,43,.15); }
.site-title { font-family: "STKaiti","KaiTi",serif; font-size: 42px; color: #2E2A26; letter-spacing: 10px; }
.site-subtitle { font-size: 12px; color: #9A9082; letter-spacing: 4px; margin-top: 6px; font-family: Georgia, serif; }
.header-right { display: flex; align-items: center; gap: 20px; }
.poem { text-align: right; font-family: "STKaiti","KaiTi",serif; color: #7A7266; font-size: 15px; line-height: 1.9; letter-spacing: 3px; }
.search-box { display: flex; border: 1px solid #C9C2B4; background: #fff; }
.search-box input { width: 220px; height: 38px; border: none; background: transparent; padding: 0 14px; outline: none; font-size: 13px; }
.search-box button { height: 38px; padding: 0 22px; background: #33302B; color: #F8F5EE; border: none; font-size: 13px; letter-spacing: 4px; cursor: pointer; }
.search-box button:hover { background: #B03A2E; }

/* 导航：细线横排 */
.main-nav { background: #F8F5EE; border-bottom: 1px solid #DAD3C4; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 14px rgba(51,48,43,.05); }
.nav-list { display: flex; justify-content: center; }
.nav-list > li { position: relative; }
.nav-list > li > a { display: block; padding: 0 34px; height: 56px; line-height: 56px; color: #33302B; font-size: 16px; font-family: "STKaiti","KaiTi",serif; letter-spacing: 4px; transition: color .2s; position: relative; }
.nav-list > li > a:hover, .nav-list > li.active > a { color: #B03A2E; }
.nav-list > li.active > a::after, .nav-list > li > a:hover::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 28px; height: 3px; background: #B03A2E; }
.nav-dropdown { position: absolute; top: 56px; left: 50%; transform: translateX(-50%); background: #fff; min-width: 150px; border: 1px solid #DAD3C4; border-top: 3px solid #B03A2E; display: none; z-index: 99; }
.nav-list > li:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; text-align: center; padding: 11px 18px; color: #5B564E; font-size: 13px; border-bottom: 1px solid #F0EBDF; white-space: nowrap; }
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover { color: #B03A2E; background: #FAF7F0; }

/* Banner：水墨山水横卷 */
.banner { position: relative; height: 440px; background: linear-gradient(180deg, #F8F5EE 0%, #EFEAE0 100%); overflow: hidden; border-bottom: 1px solid #DAD3C4; }
.banner .ink-mountain { position: absolute; bottom: 0; left: 0; width: 100%; height: 300px; opacity: .9;
  background:
    radial-gradient(ellipse 600px 240px at 12% 100%, rgba(51,48,43,.55), transparent 65%),
    radial-gradient(ellipse 700px 280px at 42% 105%, rgba(51,48,43,.32), transparent 68%),
    radial-gradient(ellipse 560px 200px at 68% 100%, rgba(51,48,43,.45), transparent 65%),
    radial-gradient(ellipse 640px 260px at 95% 105%, rgba(51,48,43,.6), transparent 66%);
  filter: blur(2px); }
.banner .ink-mountain.front { height: 190px; opacity: .95; filter: blur(0.5px);
  background:
    radial-gradient(ellipse 700px 260px at 0% 105%, rgba(38,35,31,.7), transparent 62%),
    radial-gradient(ellipse 800px 300px at 55% 110%, rgba(38,35,31,.5), transparent 64%),
    radial-gradient(ellipse 620px 240px at 100% 105%, rgba(38,35,31,.72), transparent 60%); }
.banner .river { position: absolute; bottom: 0; left: 30%; width: 40%; height: 90px;
  background: linear-gradient(180deg, transparent, rgba(200,168,120,.35)); filter: blur(6px); }
.banner .sun { position: absolute; right: 190px; top: 66px; width: 88px; height: 88px; border-radius: 50%; background: #B03A2E; opacity: .88; box-shadow: 0 0 40px rgba(176,58,46,.35); }
.banner .crane { position: absolute; left: 200px; top: 90px; color: #5B564E; font-size: 22px; opacity: .55; }
.banner .crane.c2 { left: 300px; top: 130px; font-size: 16px; }
.banner-text { position: absolute; left: 110px; top: 108px; z-index: 3; }
.banner-text h2 { font-family: "STKaiti","KaiTi",serif; font-size: 56px; color: #2E2A26; letter-spacing: 12px; }
.banner-text h2 span { color: #B03A2E; }
.banner-text p { font-size: 16px; color: #7A7266; letter-spacing: 8px; margin-top: 16px; }
.banner-text .verse { margin-top: 30px; font-family: "STKaiti","KaiTi",serif; font-size: 15px; color: #5B564E; letter-spacing: 3px; border-left: 3px solid #B03A2E; padding-left: 14px; line-height: 2; }
.banner-seal { position: absolute; right: 130px; bottom: 130px; width: 72px; height: 72px; border: 3px solid #B03A2E; color: #B03A2E;
  font-family: "STKaiti","KaiTi",serif; font-size: 20px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.3; border-radius: 4px; opacity: .85; transform: rotate(6deg); z-index: 3; }
.banner-notice { position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(248,245,238,.92); border-top: 1px solid #DAD3C4; height: 48px; line-height: 48px; z-index: 5; }
.banner-notice .container { display: flex; align-items: center; gap: 16px; color: #5B564E; font-size: 14px; }
.notice-tag { color: #B03A2E; font-family: "STKaiti","KaiTi",serif; font-weight: bold; font-size: 15px; letter-spacing: 2px; flex-shrink: 0; border-right: 1px solid #DAD3C4; padding-right: 16px; }
.marquee { overflow: hidden; flex: 1; white-space: nowrap; }
.marquee span { display: inline-block; animation: scroll 24s linear infinite; }
@keyframes scroll { from { transform: translateX(100%); } to { transform: translateX(-100%); } }

/* 快捷入口：墨玉圆章 */
.quick-links { padding: 40px 0 26px; }
.quick-links .container { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.ql-item { text-align: center; padding: 10px 0; transition: all .25s; }
.ql-icon { width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; border: 1px solid #C9C2B4; background: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all .25s; }
.ql-item h4 { font-family: "STKaiti","KaiTi",serif; font-size: 17px; color: #33302B; margin-top: 12px; letter-spacing: 3px; }
.ql-item p { font-size: 12px; color: #9A9082; margin-top: 4px; }
.ql-item:hover .ql-icon { background: #33302B; border-color: #33302B; transform: translateY(-4px); box-shadow: 0 10px 20px rgba(51,48,43,.2); }
.ql-item:hover h4 { color: #B03A2E; }

/* 通用板块标题：朱砂题字 */
.section { padding: 44px 0 8px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
.sec-title { display: flex; align-items: center; gap: 18px; }
.sec-title .seal-mini { width: 44px; height: 44px; background: #B03A2E; color: #F8F5EE; font-family: "STKaiti","KaiTi",serif; font-size: 17px; display: flex; align-items: center; justify-content: center; border-radius: 4px; line-height: 1.2; text-align: center; }
.sec-title h3 { font-family: "STKaiti","KaiTi",serif; font-size: 32px; color: #2E2A26; letter-spacing: 6px; }
.sec-title .en { font-size: 12px; color: #B0A695; letter-spacing: 3px; margin-top: 6px; font-family: Georgia, serif; }
.sec-more { font-size: 13px; color: #7A7266; letter-spacing: 2px; padding-bottom: 4px; border-bottom: 1px solid #C9C2B4; }
.sec-more:hover { color: #B03A2E; border-bottom-color: #B03A2E; }

/* 新闻区：一图一文 */
.news-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; }
.news-focus { border: 1px solid #DAD3C4; background: #fff; }
.news-focus .nf-cover { height: 250px; background: linear-gradient(135deg, #4A453E, #2E2A26); position: relative; overflow: hidden; }
.news-focus .nf-cover::after { content: ""; position: absolute; bottom: -60px; left: -40px; width: 340px; height: 200px;
  background: radial-gradient(ellipse, rgba(200,168,120,.4), transparent 70%); filter: blur(8px); }
.news-focus .nf-cover .nf-tag { position: absolute; left: 18px; top: 18px; background: rgba(176,58,46,.92); color: #fff; font-size: 12px; letter-spacing: 2px; padding: 4px 12px; }
.nf-body { padding: 22px 24px 24px; }
.nf-body h4 { font-family: "STKaiti","KaiTi",serif; font-size: 21px; color: #2E2A26; letter-spacing: 1px; line-height: 1.5; }
.nf-body h4:hover { color: #B03A2E; }
.nf-body p { font-size: 13px; color: #7A7266; line-height: 1.9; margin-top: 10px; }
.nf-body .date { font-size: 12px; color: #B0A695; margin-top: 12px; }
.news-list { background: #fff; border: 1px solid #DAD3C4; padding: 4px 26px 10px; }
.tab-bar { display: flex; gap: 28px; border-bottom: 1px solid #EAE4D6; }
.tab-bar a { padding: 14px 2px; font-size: 16px; font-family: "STKaiti","KaiTi",serif; color: #5B564E; border-bottom: 2px solid transparent; letter-spacing: 3px; }
.tab-bar a.active, .tab-bar a:hover { color: #B03A2E; border-bottom-color: #B03A2E; }
.news-list ul li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #EAE4D6; }
.news-list ul li:last-child { border-bottom: none; }
.news-list ul li::before { content: ""; width: 6px; height: 6px; background: #C8A878; margin-right: 12px; flex-shrink: 0; }
.news-list ul li a { flex: 1; font-size: 15px; color: #33302B; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-list ul li a:hover { color: #B03A2E; }
.news-list ul li .date { color: #B0A695; font-size: 13px; margin-left: 18px; }

/* 非遗专区：竖排题签 + 卡册 */
.ich-section { background: #F1EDE2; border-top: 1px solid #DAD3C4; border-bottom: 1px solid #DAD3C4; padding: 48px 0 52px; margin-top: 40px; }
.ich-flex { display: grid; grid-template-columns: 96px 1fr; gap: 34px; }
.ich-side { background: #2E2A26; color: #F8F5EE; writing-mode: vertical-rl; display: flex; align-items: center; justify-content: center; padding: 26px 0; font-family: "STKaiti","KaiTi",serif; letter-spacing: 12px; font-size: 26px; position: relative; }
.ich-side::after { content: "遗"; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; background: #B03A2E; writing-mode: horizontal-tb; display: flex; align-items: center; justify-content: center; font-size: 17px; letter-spacing: 0; }
.ich-main { min-width: 0; }
.ich-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ich-card { background: #fff; border: 1px solid #DAD3C4; overflow: hidden; transition: all .25s; }
.ich-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(51,48,43,.14); border-color: #C8A878; }
.ich-cover { height: 170px; position: relative; display: flex; align-items: center; justify-content: center; }
.ich-cover .big { font-family: "STKaiti","KaiTi",serif; font-size: 40px; letter-spacing: 8px; color: #F8F5EE; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.ich-cover .lv { position: absolute; right: 0; bottom: 12px; background: #B03A2E; color: #fff; font-size: 11px; padding: 3px 10px; letter-spacing: 1px; }
.k1 { background: linear-gradient(150deg, #5B564E, #2E2A26); }
.k2 { background: linear-gradient(150deg, #8A6F4B, #5C4A2E); }
.k3 { background: linear-gradient(150deg, #6E5A4E, #4A3B30); }
.k4 { background: linear-gradient(150deg, #4A453E, #26231F); }
.ich-body { padding: 16px 18px 18px; }
.ich-body h4 { font-family: "STKaiti","KaiTi",serif; font-size: 19px; color: #2E2A26; letter-spacing: 2px; }
.ich-body p { font-size: 12.5px; color: #7A7266; line-height: 1.85; margin-top: 8px; }
.ich-more-row { margin-top: 24px; display: flex; gap: 20px; }
.inherit-strip { flex: 1; background: #fff; border: 1px solid #DAD3C4; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; }
.inherit-strip .in-title { font-family: "STKaiti","KaiTi",serif; font-size: 18px; color: #2E2A26; letter-spacing: 3px; border-right: 1px solid #DAD3C4; padding-right: 22px; }
.inherit-strip .in-title small { display: block; font-size: 11px; color: #B0A695; letter-spacing: 2px; margin-top: 4px; font-family: Georgia, serif; }
.inherit-names { display: flex; gap: 34px; }
.inherit-names div { text-align: center; }
.inherit-names .av { width: 46px; height: 46px; margin: 0 auto; border-radius: 50%; border: 1px solid #C9C2B4; display: flex; align-items: center; justify-content: center; background: #F1EDE2; color: #5B564E; font-family: "STKaiti","KaiTi",serif; font-size: 18px; }
.inherit-names h5 { font-size: 14px; color: #33302B; margin-top: 8px; }
.inherit-names p { font-size: 11px; color: #9A9082; margin-top: 2px; }
.ich-policy { width: 240px; background: #fff; border: 1px solid #DAD3C4; padding: 16px 20px; }
.ich-policy h5 { font-family: "STKaiti","KaiTi",serif; font-size: 17px; letter-spacing: 3px; color: #B03A2E; margin-bottom: 10px; }
.ich-policy a { display: block; font-size: 12.5px; color: #5B564E; line-height: 2.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ich-policy a:hover { color: #B03A2E; }

/* 文化馆服务 */
.whg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.panel { background: #fff; border: 1px solid #DAD3C4; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; border-bottom: 1px solid #EAE4D6; }
.panel-head h4 { font-family: "STKaiti","KaiTi",serif; font-size: 20px; color: #2E2A26; letter-spacing: 4px; display: flex; align-items: center; gap: 12px; }
.panel-head h4::before { content: ""; width: 5px; height: 20px; background: #B03A2E; }
.panel-head a { font-size: 12px; color: #9A9082; letter-spacing: 1px; }
.panel-body { padding: 18px 24px 20px; }
.course-list li { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px dashed #EAE4D6; font-size: 14px; }
.course-list li:last-child { border-bottom: none; }
.course-name { color: #33302B; flex: 1; }
.course-name:hover { color: #B03A2E; }
.course-meta { font-size: 12px; color: #9A9082; margin-right: 14px; }
.btn-sign { border: 1px solid #B03A2E; color: #B03A2E; font-size: 12px; padding: 3px 14px; letter-spacing: 2px; background: transparent; }
.btn-sign:hover { background: #B03A2E; color: #fff; }
.free-open { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fo-item { border: 1px solid #EAE4D6; padding: 15px 10px; text-align: center; transition: all .2s; }
.fo-item:hover { border-color: #B03A2E; background: #FAF7F0; }
.fo-item .fi { font-size: 24px; }
.fo-item h5 { font-size: 14px; color: #2E2A26; margin-top: 7px; letter-spacing: 1px; }
.fo-item p { font-size: 11px; color: #9A9082; margin-top: 3px; }

/* 展览演出：册页 */
.show-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.show-card { position: relative; height: 220px; overflow: hidden; display: flex; align-items: flex-end; color: #F8F5EE; transition: all .25s; border: 1px solid #DAD3C4; }
.show-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(51,48,43,.22); }
.show-card .show-mask { width: 100%; padding: 52px 20px 18px; background: linear-gradient(transparent, rgba(30,27,23,.78)); }
.show-card h4 { font-family: "STKaiti","KaiTi",serif; font-size: 20px; letter-spacing: 3px; }
.show-card p { font-size: 12px; color: #CFC7B8; margin-top: 6px; }
.show-tag { position: absolute; left: 0; top: 16px; background: rgba(248,245,238,.92); color: #B03A2E; font-size: 12px; letter-spacing: 2px; padding: 4px 14px; }
.g1 { background: linear-gradient(135deg, #5B564E, #2E2A26); }
.g2 { background: linear-gradient(135deg, #6E5A4E, #3A2E24); }
.g3 { background: linear-gradient(135deg, #4A453E, #1E1B18); }

/* 数字资源：宣纸长卷 */
.digital-band { margin-top: 44px; background: #2E2A26; color: #CFC7B8; padding: 46px 0 50px; position: relative; overflow: hidden; }
.digital-band::before { content: "雅"; position: absolute; right: 40px; top: -30px; font-family: "STKaiti","KaiTi",serif; font-size: 220px; color: rgba(248,245,238,.045); }
.digital-band .sec-title h3 { color: #F8F5EE; }
.digital-band .sec-title .seal-mini { background: #B03A2E; }
.digital-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; z-index: 2; }
.dg-item { border: 1px solid rgba(200,168,120,.35); padding: 26px 22px; transition: all .25s; }
.dg-item:hover { background: rgba(200,168,120,.1); border-color: #C8A878; }
.dg-item .di { font-size: 28px; }
.dg-item h5 { font-size: 17px; color: #EAE4D6; margin-top: 12px; font-family: "STKaiti","KaiTi",serif; letter-spacing: 3px; }
.dg-item p { font-size: 12px; color: #9A9082; margin-top: 8px; line-height: 1.8; }
.dg-item:hover h5 { color: #C8A878; }

/* 公告+链接 */
.info-cols { display: grid; grid-template-columns: 1fr 330px; gap: 30px; }
.notice-box { background: #fff; border: 1px solid #DAD3C4; padding: 6px 26px 12px; }
.notice-box li { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px dashed #EAE4D6; font-size: 14px; }
.notice-box li:last-child { border-bottom: none; }
.notice-box li::before { content: "公告"; color: #B03A2E; font-size: 12px; border: 1px solid #B03A2E; padding: 1px 6px; margin-right: 12px; flex-shrink: 0; }
.notice-box li a:hover { color: #B03A2E; }
.notice-box li .date { margin-left: auto; color: #B0A695; font-size: 13px; }
.link-box { background: #fff; border: 1px solid #DAD3C4; padding: 20px 22px; }
.link-box h4 { font-family: "STKaiti","KaiTi",serif; font-size: 18px; color: #2E2A26; letter-spacing: 3px; margin-bottom: 12px; }
.link-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.link-tags a { font-size: 12px; color: #5B564E; border: 1px solid #EAE4D6; padding: 5px 12px; }
.link-tags a:hover { border-color: #B03A2E; color: #B03A2E; }
.open-time { margin-top: 18px; font-size: 13px; color: #7A7266; line-height: 2; }

/* 页脚 */
.footer { background: #F8F5EE; border-top: 6px solid #2E2A26; margin-top: 50px; padding: 36px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 44px; padding-bottom: 30px; }
.footer h5 { font-family: "STKaiti","KaiTi",serif; font-size: 18px; color: #2E2A26; letter-spacing: 4px; margin-bottom: 14px; }
.footer p { font-size: 13px; line-height: 2.2; color: #7A7266; }
.footer-links a { display: block; font-size: 13px; line-height: 2.3; color: #7A7266; }
.footer-links a:hover { color: #B03A2E; }
.footer-qrcode { width: 92px; height: 92px; border: 1px solid #C9C2B4; background: conic-gradient(#EAE4D6 0 25%, #fff 0 50%, #EAE4D6 0 75%, #fff 0); display: flex; align-items: center; justify-content: center; color: #5B564E; font-size: 12px; }
.footer-bar { border-top: 1px solid #DAD3C4; padding: 15px 0; text-align: center; font-size: 12px; color: #9A9082; background: #F3EFE5; }

/* ============ 内页样式(水墨雅集风) ============ */
.page-banner { position: relative; height: 230px; background: linear-gradient(180deg, #F8F5EE 0%, #EFEAE0 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid #DAD3C4; }
.page-banner .pb-cut { position: absolute; bottom: -40px; right: -30px; width: 420px; height: 200px; opacity: .5;
  background: radial-gradient(ellipse 300px 140px at 30% 100%, rgba(51,48,43,.4), transparent 65%),
              radial-gradient(ellipse 260px 120px at 70% 100%, rgba(51,48,43,.28), transparent 68%); filter: blur(2px); }
.page-banner .pb-seal { position: absolute; right: 120px; top: 52px; width: 56px; height: 56px; border: 3px solid #B03A2E; color: #B03A2E; font-family: "STKaiti","KaiTi",serif; font-size: 15px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.3; border-radius: 4px; transform: rotate(6deg); z-index: 2; }
.page-banner h2 { font-family: "STKaiti","KaiTi",serif; font-size: 46px; color: #2E2A26; letter-spacing: 16px; z-index: 2; }
.page-banner .pb-en { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 12px; color: #B0A695; letter-spacing: 4px; z-index: 2; }
.crumb { background: #fff; border-bottom: 1px solid #DAD3C4; }
.crumb .container { display: flex; align-items: center; height: 46px; font-size: 13px; color: #9A9082; gap: 4px; }
.crumb a { color: #9A9082; }
.crumb a:hover { color: #B03A2E; }
.crumb b { color: #B03A2E; font-weight: normal; font-family: "STKaiti","KaiTi",serif; }
.crumb .sep { color: #C9C2B4; margin: 0 6px; }
.page-body { padding: 40px 0 20px; }
.blk { background: #fff; border: 1px solid #DAD3C4; padding: 30px 34px; margin-bottom: 26px; }
.blk-title { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.blk-title .bt-orn { display: none; }
.blk-title h3 { font-family: "STKaiti","KaiTi",serif; font-size: 24px; color: #2E2A26; letter-spacing: 5px; }
.blk-title h3::before { content: ""; display: inline-block; width: 5px; height: 22px; background: #B03A2E; margin-right: 14px; vertical-align: -2px; }
.blk-title .bt-line { flex: 1; height: 1px; background: linear-gradient(90deg, #C9C2B4, transparent); }
.blk p.text { font-size: 14.5px; color: #5B564E; line-height: 2.15; margin-bottom: 12px; text-indent: 2em; }
.blk p.text:last-child { margin-bottom: 0; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px; }
.as-item { background: #2E2A26; color: #F8F5EE; text-align: center; padding: 24px 10px; position: relative; }
.as-item::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 10px; height: 1px; background: rgba(200,168,120,.5); }
.as-item strong { font-family: "STKaiti","KaiTi",serif; font-size: 34px; color: #C8A878; }
.as-item strong i { font-style: normal; font-size: 16px; }
.as-item span { display: block; font-size: 13px; color: #B7AE9E; margin-top: 8px; letter-spacing: 2px; }
.org-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.org-item { border: 1px solid #EAE4D6; padding: 20px 16px; text-align: center; transition: all .2s; background: #FDFAF3; }
.org-item:hover { border-color: #B03A2E; background: #FBF7EE; }
.org-item .oi { font-family: "STKaiti","KaiTi",serif; font-size: 24px; color: #B03A2E; }
.org-item h5 { font-family: "STKaiti","KaiTi",serif; font-size: 17px; color: #2E2A26; margin-top: 8px; letter-spacing: 2px; }
.org-item p { font-size: 12px; color: #9A9082; margin-top: 8px; line-height: 1.8; }
.ich-detail { display: grid; grid-template-columns: 300px 1fr; gap: 24px; background: #fff; border: 1px solid #DAD3C4; padding: 22px; margin-bottom: 20px; transition: all .2s; }
.ich-detail:hover { border-color: #C8A878; box-shadow: 0 10px 24px rgba(51,48,43,.1); }
.ich-detail .id-cover { height: 190px; display: flex; align-items: center; justify-content: center; color: #F8F5EE; font-family: "STKaiti","KaiTi",serif; font-size: 38px; letter-spacing: 10px; position: relative; }
.ich-detail .id-cover .lv { position: absolute; left: 10px; top: 10px; font-size: 11px; font-family: "Microsoft YaHei"; background: #B03A2E; color: #fff; padding: 2px 10px; letter-spacing: 1px; }
.ich-detail h4 { font-family: "STKaiti","KaiTi",serif; font-size: 23px; color: #2E2A26; letter-spacing: 4px; }
.ich-detail .id-meta { font-size: 12px; color: #B0A695; margin-top: 7px; letter-spacing: 1px; }
.ich-detail p { font-size: 13.5px; color: #5B564E; line-height: 2.1; margin-top: 12px; }
.ich-detail .id-tags { margin-top: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.ich-detail .id-tags span { font-size: 11px; color: #7A7266; border: 1px solid #DAD3C4; padding: 3px 12px; background: #FDFAF3; }
.news-page-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 28px; }
.article-list li { display: flex; align-items: center; background: #fff; border: 1px solid #DAD3C4; padding: 16px 22px; margin-bottom: 12px; transition: all .2s; }
.article-list li:hover { border-color: #C8A878; box-shadow: 0 8px 18px rgba(51,48,43,.08); }
.article-list .al-date { width: 68px; text-align: center; border-right: 1px solid #EAE4D6; margin-right: 20px; flex-shrink: 0; }
.article-list .al-date b { display: block; font-family: "STKaiti","KaiTi",serif; font-size: 26px; color: #B03A2E; }
.article-list .al-date span { font-size: 11px; color: #B0A695; }
.article-list .al-body { flex: 1; min-width: 0; }
.article-list .al-body h4 { font-size: 16px; color: #2E2A26; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article-list .al-body h4:hover { color: #B03A2E; }
.article-list .al-body p { font-size: 12.5px; color: #9A9082; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side-panel { background: #fff; border: 1px solid #DAD3C4; padding: 20px 22px; margin-bottom: 20px; }
.side-panel h4 { font-family: "STKaiti","KaiTi",serif; font-size: 18px; color: #2E2A26; letter-spacing: 3px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.side-panel h4::before { content: ""; width: 4px; height: 18px; background: #B03A2E; }
.side-panel ul li { padding: 10px 0; border-bottom: 1px dashed #EAE4D6; font-size: 13px; }
.side-panel ul li:last-child { border-bottom: none; }
.side-panel ul li a { color: #5B564E; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side-panel ul li a:hover { color: #B03A2E; }
.course-table { width: 100%; border-collapse: collapse; background: #fff; }
.course-table th { background: #2E2A26; color: #F8F5EE; font-family: "STKaiti","KaiTi",serif; font-size: 15px; letter-spacing: 3px; padding: 13px 10px; border: 1px solid #2E2A26; }
.course-table td { border: 1px solid #EAE4D6; padding: 12px 10px; font-size: 13.5px; color: #5B564E; text-align: center; }
.course-table tr:nth-child(even) td { background: #FDFAF3; }
.course-table tr:hover td { background: #F5EFE2; }
.course-table td:first-child { font-family: "STKaiti","KaiTi",serif; color: #B03A2E; font-size: 15px; letter-spacing: 1px; }
.step-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 6px; }
.step-item { position: relative; text-align: center; padding: 24px 14px; border: 1px solid #EAE4D6; background: #FDFAF3; margin-left: -1px; }
.step-item:first-child { margin-left: 0; }
.step-item .st-no { width: 42px; height: 42px; margin: 0 auto; border-radius: 50%; border: 1px solid #B03A2E; color: #B03A2E; font-family: "STKaiti","KaiTi",serif; font-size: 19px; display: flex; align-items: center; justify-content: center; background: #fff; }
.step-item h5 { font-size: 15px; color: #2E2A26; margin-top: 11px; letter-spacing: 1px; }
.step-item p { font-size: 12px; color: #9A9082; margin-top: 6px; line-height: 1.8; }

/* 内页兼容类(封面/展览/logo,与首页 k/g 系列同值) */
.logo-badge { width: 76px; height: 76px; background: #B03A2E; color: #F8F5EE; font-family: "STKaiti","KaiTi",serif; display: flex; align-items: center; justify-content: center; border-radius: 6px; box-shadow: 2px 3px 0 rgba(51,48,43,.15); }
.logo-badge span { font-size: 30px; }
.c1 { background: linear-gradient(150deg, #5B564E, #2E2A26); }
.c2 { background: linear-gradient(150deg, #8A6F4B, #5C4A2E); }
.c3 { background: linear-gradient(150deg, #6E5A4E, #4A3B30); }
.c4 { background: linear-gradient(150deg, #4A453E, #26231F); }
.s1 { background: linear-gradient(135deg, #5B564E, #2E2A26); }
.s2 { background: linear-gradient(135deg, #6E5A4E, #3A2E24); }
.s3 { background: linear-gradient(135deg, #4A453E, #1E1B18); }
