
/* ============ 活力文创风：暖橙 × 藏蓝 × 大图卡片 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; background: #F5F7FA; color: #232B38; font-size: 14px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: 1200px; margin: 0 auto; }
.grad-text { background: linear-gradient(90deg, #FF6B35, #FF9F1C); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* 顶部工具条 */
.top-bar { background: #1B2A4A; color: #8FA3C8; font-size: 12px; }
.top-bar .container { display: flex; justify-content: space-between; height: 34px; align-items: center; }
.top-bar a { color: #8FA3C8; margin-left: 18px; }
.top-bar a:hover { color: #fff; }

/* 头部 */
.site-header { background: #fff; padding: 26px 0; border-bottom: 1px solid #E8ECF3; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 16px; }
.logo-mark { width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, #FF6B35, #FF9F1C); color: #fff; font-size: 30px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(255,107,53,.35); }
.site-title { font-size: 34px; font-weight: 800; color: #1B2A4A; letter-spacing: 3px; }
.site-title em { font-style: normal; background: linear-gradient(90deg, #FF6B35, #FF9F1C); -webkit-background-clip: text; background-clip: text; color: transparent; }
.site-subtitle { font-size: 12px; color: #93A1B8; letter-spacing: 2px; margin-top: 3px; }
.header-right { display: flex; align-items: center; gap: 14px; }
.search-box { display: flex; border-radius: 24px; overflow: hidden; border: 2px solid #FF6B35; }
.search-box input { width: 240px; height: 40px; border: none; outline: none; padding: 0 18px; font-size: 13px; color: #232B38; }
.search-box button { height: 40px; padding: 0 26px; background: linear-gradient(90deg, #FF6B35, #FF9F1C); color: #fff; border: none; font-size: 14px; font-weight: bold; cursor: pointer; }
.header-btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 20px; border-radius: 24px; background: #F0F4FA; color: #1B2A4A; font-size: 13px; font-weight: bold; border: 1px solid #E1E8F2; }
.header-btn:hover { background: #1B2A4A; color: #fff; }

/* 导航 */
.main-nav { background: #1B2A4A; position: sticky; top: 0; z-index: 50; box-shadow: 0 6px 18px rgba(27,42,74,.25); }
.nav-list { display: flex; justify-content: center; }
.nav-list > li { position: relative; }
.nav-list > li > a { display: block; padding: 0 30px; height: 54px; line-height: 54px; color: #C6D2E8; font-size: 16px; font-weight: bold; transition: all .2s; }
.nav-list > li:hover > a, .nav-list > li.active > a { color: #fff; }
.nav-list > li.active > a { background: linear-gradient(90deg, #FF6B35, #FF9F1C); }
.nav-list > li.active > a, .nav-list > li > a:hover { border-radius: 0; }
.nav-list > li.active + li > a::before, .nav-list > li:hover + li > a::before { display: none; }
.nav-dropdown { position: absolute; top: 54px; left: 50%; transform: translateX(-50%); background: #fff; min-width: 160px; border-radius: 0 0 12px 12px; box-shadow: 0 16px 32px rgba(27,42,74,.18); display: none; z-index: 99; overflow: hidden; }
.nav-list > li:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; text-align: center; padding: 12px 18px; color: #4A5A75; font-size: 14px; white-space: nowrap; }
.nav-dropdown a:hover { background: #FFF3EC; color: #FF6B35; }

/* Banner：大图渐变 */
.banner { position: relative; height: 500px; background: linear-gradient(115deg, #1B2A4A 0%, #24395F 48%, #FF6B35 130%); overflow: hidden; }
.banner .blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.b1 { width: 420px; height: 420px; background: #FF6B35; right: -60px; top: -100px; }
.b2 { width: 300px; height: 300px; background: #FF9F1C; right: 240px; bottom: -140px; opacity: .4; }
.b3 { width: 260px; height: 260px; background: #3D6BD8; left: -80px; bottom: -80px; opacity: .35; }
.banner .grid-deco { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1.5px, transparent 1.5px); background-size: 34px 34px; }
.banner-text { position: absolute; left: 100px; top: 130px; z-index: 3; color: #fff; }
.banner-text .kicker { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; padding: 7px 18px; font-size: 13px; letter-spacing: 2px; backdrop-filter: blur(4px); }
.banner-text h2 { font-size: 62px; font-weight: 900; letter-spacing: 4px; margin-top: 22px; line-height: 1.2; }
.banner-text h2 .hl { color: #FFC24B; }
.banner-text p { font-size: 18px; color: #B9C8E4; letter-spacing: 6px; margin-top: 16px; }
.banner-actions { display: flex; gap: 16px; margin-top: 34px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 34px; border-radius: 26px; background: linear-gradient(90deg, #FF6B35, #FF9F1C); color: #fff; font-size: 16px; font-weight: bold; box-shadow: 0 10px 24px rgba(255,107,53,.45); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { display: inline-flex; align-items: center; height: 48px; padding: 0 32px; border-radius: 26px; border: 2px solid rgba(255,255,255,.55); color: #fff; font-size: 16px; font-weight: bold; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.banner-stats { position: absolute; right: 90px; bottom: 60px; z-index: 3; display: flex; gap: 14px; }
.stat-card { width: 130px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; padding: 18px 16px; text-align: center; color: #fff; backdrop-filter: blur(6px); }
.stat-card strong { font-size: 30px; font-weight: 900; color: #FFC24B; }
.stat-card span { display: block; font-size: 12px; color: #B9C8E4; margin-top: 5px; }
.banner-notice { position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(15,23,42,.55); backdrop-filter: blur(8px); height: 50px; line-height: 50px; z-index: 5; }
.banner-notice .container { display: flex; align-items: center; gap: 14px; color: #DCE5F4; font-size: 14px; }
.notice-tag { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(90deg, #FF6B35, #FF9F1C); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 14px; border-radius: 14px; flex-shrink: 0; }
.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: 36px 0 10px; }
.quick-links .container { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.ql-item { background: #fff; border-radius: 16px; padding: 22px 10px; text-align: center; box-shadow: 0 4px 14px rgba(27,42,74,.06); transition: all .25s; border: 1px solid #EDF1F7; }
.ql-item:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(255,107,53,.16); }
.ql-icon { width: 56px; height: 56px; margin: 0 auto; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.qi1 { background: #FFF0E8; } .qi2 { background: #FFF6E3; } .qi3 { background: #E8F0FF; } .qi4 { background: #E9F9F0; } .qi5 { background: #F3E9FF; } .qi6 { background: #FFEDEF; }
.ql-item h4 { font-size: 16px; font-weight: 800; color: #1B2A4A; margin-top: 10px; }
.ql-item p { font-size: 12px; color: #93A1B8; margin-top: 4px; }

/* 通用板块 */
.section { padding: 44px 0 8px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.sec-title { display: flex; align-items: center; gap: 14px; }
.sec-title .bar { width: 8px; height: 40px; border-radius: 4px; background: linear-gradient(180deg, #FF6B35, #FF9F1C); }
.sec-title h3 { font-size: 30px; font-weight: 900; color: #1B2A4A; letter-spacing: 2px; }
.sec-title h3 span { color: #FF6B35; }
.sec-title .en { font-size: 12px; color: #B0BCD2; letter-spacing: 2px; margin-top: 5px; font-weight: normal; }
.sec-more { font-size: 13px; color: #5A6B87; background: #fff; border: 1px solid #E1E8F2; padding: 8px 20px; border-radius: 20px; transition: all .2s; }
.sec-more:hover { background: #FF6B35; color: #fff; border-color: #FF6B35; }

/* 新闻区 */
.news-wrap { display: grid; grid-template-columns: 440px 1fr; gap: 26px; }
.news-focus { border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, #24395F, #1B2A4A); color: #fff; position: relative; height: 320px; display: flex; align-items: flex-end; }
.news-focus .glow { position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,53,.5), transparent 70%); filter: blur(10px); }
.news-focus .focus-inner { position: relative; z-index: 2; padding: 80px 28px 26px; width: 100%; background: linear-gradient(transparent, rgba(10,16,30,.82)); }
.focus-tag { display: inline-block; background: linear-gradient(90deg, #FF6B35, #FF9F1C); font-size: 12px; font-weight: bold; padding: 4px 12px; border-radius: 10px; margin-bottom: 12px; }
.news-focus .focus-inner h4 { font-size: 20px; font-weight: 800; line-height: 1.5; }
.news-focus .focus-inner p { font-size: 12.5px; color: #AFC0DC; margin-top: 8px; }
.news-panel { background: #fff; border-radius: 20px; padding: 6px 26px 12px; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.tab-bar { display: flex; gap: 10px; border-bottom: 1px solid #EEF2F8; }
.tab-bar a { padding: 15px 16px; font-size: 15px; font-weight: bold; color: #5A6B87; border-bottom: 3px solid transparent; }
.tab-bar a.active, .tab-bar a:hover { color: #FF6B35; border-bottom-color: #FF6B35; }
.news-list li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #EEF2F8; }
.news-list li:last-child { border-bottom: none; }
.news-list li .n { width: 34px; height: 34px; border-radius: 10px; background: #F0F4FA; color: #8296B4; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; }
.news-list li:nth-child(1) .n { background: linear-gradient(135deg, #FF6B35, #FF9F1C); color: #fff; }
.news-list li:nth-child(2) .n { background: #FFE3D4; color: #FF6B35; }
.news-list li:nth-child(3) .n { background: #FFF0DA; color: #E8930C; }
.news-list li a { flex: 1; font-size: 15px; color: #232B38; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-list li a:hover { color: #FF6B35; }
.news-list li .date { color: #B0BCD2; font-size: 13px; margin-left: 16px; }

/* 非遗专区：彩色卡片 */
.ich-section { margin-top: 40px; padding: 48px 0 50px; background: linear-gradient(180deg, #FFF7F0 0%, #F5F7FA 100%); border-top: 1px solid #FFE8DA; border-bottom: 1px solid #FFE8DA; }
.ich-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ich-card { background: #fff; border-radius: 20px; overflow: hidden; transition: all .25s; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.ich-card:hover { transform: translateY(-8px); box-shadow: 0 20px 36px rgba(27,42,74,.14); }
.ich-cover { height: 180px; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; overflow: hidden; }
.ich-cover .big { font-size: 40px; font-weight: 900; letter-spacing: 6px; text-shadow: 0 4px 12px rgba(0,0,0,.25); position: relative; z-index: 2; }
.ich-cover::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.15); right: -60px; top: -60px; }
.ich-cover::before { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); left: -30px; bottom: -40px; }
.ich-cover .lv { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.92); font-size: 11px; font-weight: bold; padding: 4px 10px; border-radius: 10px; z-index: 3; }
.d1 { background: linear-gradient(135deg, #FF6B35, #E8481F); }
.d2 { background: linear-gradient(135deg, #F2A93B, #DD8418); }
.d3 { background: linear-gradient(135deg, #E86A5E, #C74A46); }
.d4 { background: linear-gradient(135deg, #7A5AF5, #5B3FD1); }
.ich-body { padding: 16px 18px 20px; }
.ich-body h4 { font-size: 18px; font-weight: 800; color: #1B2A4A; display: flex; align-items: center; justify-content: space-between; }
.ich-body h4 .arrow { color: #FF6B35; font-weight: normal; }
.ich-body p { font-size: 12.5px; color: #74839C; line-height: 1.8; margin-top: 8px; }
.ich-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; gap: 20px; }
.inherit-roll { flex: 1; background: #fff; border-radius: 20px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.inherit-roll .in-title { font-size: 18px; font-weight: 900; color: #1B2A4A; }
.inherit-roll .in-title small { display: block; font-size: 11px; color: #B0BCD2; font-weight: normal; letter-spacing: 1px; margin-top: 3px; }
.inherit-names { display: flex; gap: 26px; }
.inherit-names .av { width: 48px; height: 48px; margin: 0 auto; border-radius: 50%; background: linear-gradient(135deg, #24395F, #1B2A4A); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: bold; border: 3px solid #FFF0E8; box-shadow: 0 4px 10px rgba(27,42,74,.2); }
.inherit-names h5 { font-size: 14px; font-weight: bold; color: #1B2A4A; margin-top: 7px; text-align: center; }
.inherit-names p { font-size: 11px; color: #93A1B8; margin-top: 2px; text-align: center; }
.ich-entry { width: 250px; border-radius: 20px; background: linear-gradient(135deg, #FF6B35, #FF9F1C); color: #fff; padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; gap: 8px; box-shadow: 0 12px 26px rgba(255,107,53,.35); }
.ich-entry strong { font-size: 20px; font-weight: 900; letter-spacing: 2px; }
.ich-entry span { font-size: 12.5px; color: rgba(255,255,255,.85); line-height: 1.7; }
.ich-entry .go { margin-top: 6px; font-size: 13px; font-weight: bold; background: rgba(255,255,255,.2); border-radius: 16px; padding: 8px 0; text-align: center; }

/* 文化馆服务 */
.whg-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; }
.panel { background: #fff; border-radius: 20px; box-shadow: 0 4px 14px rgba(27,42,74,.06); overflow: hidden; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px 14px; }
.panel-head h4 { font-size: 19px; font-weight: 900; color: #1B2A4A; display: flex; align-items: center; gap: 10px; }
.panel-head h4::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #FF6B35; box-shadow: 0 0 0 4px #FFE3D4; }
.panel-head a { font-size: 12px; color: #93A1B8; }
.panel-body { padding: 4px 24px 20px; }
.course-list li { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px dashed #EEF2F8; font-size: 14px; }
.course-list li:last-child { border-bottom: none; }
.course-name { color: #232B38; flex: 1; font-weight: bold; }
.course-name:hover { color: #FF6B35; }
.course-meta { font-size: 12px; color: #93A1B8; margin-right: 14px; }
.btn-sign { background: linear-gradient(90deg, #FF6B35, #FF9F1C); color: #fff; font-size: 12px; font-weight: bold; padding: 6px 18px; border-radius: 14px; }
.btn-sign:hover { filter: brightness(1.07); }
.free-open { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fo-item { border-radius: 14px; padding: 15px 10px; text-align: center; background: #F7F9FC; border: 1px solid #EDF1F7; transition: all .2s; }
.fo-item:hover { background: #FFF3EC; border-color: #FFC9AE; transform: translateY(-3px); }
.fo-item .fi { font-size: 24px; }
.fo-item h5 { font-size: 14px; font-weight: bold; color: #1B2A4A; margin-top: 6px; }
.fo-item p { font-size: 11px; color: #93A1B8; margin-top: 3px; }

/* 展览演出 */
.show-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.show-card { position: relative; height: 230px; border-radius: 20px; overflow: hidden; display: flex; align-items: flex-end; color: #fff; transition: all .25s; box-shadow: 0 8px 20px rgba(27,42,74,.12); }
.show-card:hover { transform: translateY(-6px); box-shadow: 0 20px 38px rgba(27,42,74,.2); }
.show-card .show-mask { width: 100%; padding: 56px 22px 20px; background: linear-gradient(transparent, rgba(10,16,30,.8)); }
.show-card h4 { font-size: 19px; font-weight: 800; }
.show-card p { font-size: 12px; color: #B9C8E4; margin-top: 6px; }
.show-tag { position: absolute; left: 16px; top: 16px; background: rgba(255,255,255,.94); color: #FF6B35; font-size: 12px; font-weight: bold; padding: 5px 14px; border-radius: 12px; }
.e1 { background: linear-gradient(135deg, #FF6B35, #D64A1E); }
.e2 { background: linear-gradient(135deg, #24395F, #16223C); }
.e3 { background: linear-gradient(135deg, #F2A93B, #C97A12); }

/* 数字资源 */
.digital-band { margin-top: 44px; background: linear-gradient(115deg, #1B2A4A, #24395F 60%, #2C4470); border-radius: 28px; color: #fff; padding: 42px 44px 46px; position: relative; overflow: hidden; }
.digital-band::before { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,53,.45), transparent 65%); filter: blur(20px); }
.digital-band .sec-head { margin-bottom: 26px; }
.digital-band .sec-title h3 { color: #fff; }
.digital-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 2; }
.dg-item { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 24px 20px; transition: all .25s; backdrop-filter: blur(4px); }
.dg-item:hover { background: rgba(255,255,255,.15); transform: translateY(-4px); }
.dg-item .di { width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(135deg, #FF6B35, #FF9F1C); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.dg-item h5 { font-size: 17px; font-weight: 800; margin-top: 14px; }
.dg-item p { font-size: 12px; color: #AFC0DC; margin-top: 7px; line-height: 1.75; }

/* 公告+链接 */
.info-cols { display: grid; grid-template-columns: 1fr 330px; gap: 24px; }
.notice-box { background: #fff; border-radius: 20px; padding: 8px 26px 14px; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.notice-box li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #EEF2F8; font-size: 14px; }
.notice-box li:last-child { border-bottom: none; }
.notice-box li::before { content: "公告"; background: #FFF0E8; color: #FF6B35; font-size: 12px; font-weight: bold; padding: 3px 10px; border-radius: 8px; margin-right: 14px; flex-shrink: 0; }
.notice-box li a:hover { color: #FF6B35; }
.notice-box li .date { margin-left: auto; color: #B0BCD2; font-size: 13px; }
.link-box { background: #fff; border-radius: 20px; padding: 22px 24px; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.link-box h4 { font-size: 17px; font-weight: 900; color: #1B2A4A; margin-bottom: 14px; }
.link-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.link-tags a { font-size: 12px; color: #5A6B87; border: 1px solid #E1E8F2; padding: 6px 14px; border-radius: 14px; background: #F7F9FC; }
.link-tags a:hover { border-color: #FF6B35; color: #FF6B35; background: #FFF3EC; }
.open-time { margin-top: 18px; font-size: 13px; color: #74839C; line-height: 2; }

/* 页脚 */
.footer { background: #14203A; color: #8FA3C8; margin-top: 50px; padding: 40px 0 0; border-top: 5px solid; border-image: linear-gradient(90deg, #FF6B35, #FF9F1C, #3D6BD8) 1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 44px; padding-bottom: 32px; }
.footer h5 { font-size: 17px; font-weight: 800; color: #fff; letter-spacing: 2px; margin-bottom: 15px; }
.footer p { font-size: 13px; line-height: 2.2; }
.footer-links a { display: block; font-size: 13px; line-height: 2.3; color: #8FA3C8; }
.footer-links a:hover { color: #FF9F1C; }
.footer-qrcode { width: 92px; height: 92px; border-radius: 14px; background: conic-gradient(#24395F 0 25%, #fff 0 50%, #24395F 0 75%, #fff 0); display: flex; align-items: center; justify-content: center; color: #1B2A4A; font-size: 12px; font-weight: bold; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 15px 0; text-align: center; font-size: 12px; color: #64779C; }

/* ============ 内页样式(活力文创风) ============ */
.page-banner { position: relative; height: 230px; background: linear-gradient(115deg, #1B2A4A 0%, #24395F 55%, #FF6B35 160%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-banner .pb-cut { position: absolute; right: -60px; top: -70px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,159,28,.55), transparent 65%); filter: blur(30px); }
.page-banner h2 { font-size: 46px; font-weight: 900; color: #fff; letter-spacing: 12px; z-index: 2; text-shadow: 0 4px 14px rgba(0,0,0,.25); }
.page-banner .pb-en { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 12px; color: rgba(255,255,255,.6); letter-spacing: 4px; z-index: 2; }
.crumb { background: #fff; border-bottom: 1px solid #E8ECF3; }
.crumb .container { display: flex; align-items: center; height: 46px; font-size: 13px; color: #93A1B8; gap: 4px; }
.crumb a { color: #93A1B8; }
.crumb a:hover { color: #FF6B35; }
.crumb b { color: #FF6B35; font-weight: 800; }
.crumb .sep { color: #D5DDE9; margin: 0 6px; }
.page-body { padding: 40px 0 20px; }
.blk { background: #fff; border-radius: 20px; padding: 30px 34px; margin-bottom: 26px; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.blk-title { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.blk-title .bt-orn { display: none; }
.blk-title h3 { font-size: 22px; font-weight: 900; color: #1B2A4A; letter-spacing: 2px; display: flex; align-items: center; gap: 12px; }
.blk-title h3::before { content: ""; width: 8px; height: 26px; border-radius: 4px; background: linear-gradient(180deg, #FF6B35, #FF9F1C); }
.blk-title .bt-line { flex: 1; height: 1px; background: #EEF2F8; }
.blk p.text { font-size: 14.5px; color: #5A6B87; line-height: 2.1; 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: #fff; border-radius: 18px; text-align: center; padding: 24px 10px; box-shadow: 0 4px 14px rgba(27,42,74,.06); border: 1px solid #EDF1F7; transition: all .2s; }
.as-item:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(255,107,53,.16); }
.as-item strong { font-size: 34px; font-weight: 900; background: linear-gradient(90deg, #FF6B35, #FF9F1C); -webkit-background-clip: text; background-clip: text; color: transparent; }
.as-item strong i { font-style: normal; font-size: 15px; }
.as-item span { display: block; font-size: 13px; color: #93A1B8; margin-top: 7px; font-weight: bold; }
.org-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.org-item { border-radius: 16px; padding: 20px 16px; text-align: center; transition: all .2s; background: #F7F9FC; border: 1px solid #EDF1F7; }
.org-item:hover { border-color: #FFC9AE; background: #FFF3EC; transform: translateY(-3px); }
.org-item .oi { font-size: 26px; }
.org-item h5 { font-size: 16px; font-weight: 800; color: #1B2A4A; margin-top: 8px; }
.org-item p { font-size: 12px; color: #93A1B8; margin-top: 7px; line-height: 1.8; }
.ich-detail { display: grid; grid-template-columns: 300px 1fr; gap: 24px; background: #fff; border-radius: 20px; padding: 22px; margin-bottom: 20px; box-shadow: 0 4px 14px rgba(27,42,74,.06); transition: all .2s; }
.ich-detail:hover { box-shadow: 0 14px 32px rgba(27,42,74,.13); transform: translateY(-3px); }
.ich-detail .id-cover { height: 190px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 38px; font-weight: 900; letter-spacing: 8px; position: relative; overflow: hidden; }
.ich-detail .id-cover::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.14); right: -60px; top: -60px; }
.ich-detail .id-cover .lv { position: absolute; left: 14px; top: 14px; font-size: 11px; background: rgba(255,255,255,.92); color: #FF6B35; font-weight: bold; padding: 3px 12px; border-radius: 10px; }
.ich-detail h4 { font-size: 22px; font-weight: 900; color: #1B2A4A; display: flex; align-items: center; justify-content: space-between; }
.ich-detail .id-meta { font-size: 12px; color: #93A1B8; margin-top: 7px; }
.ich-detail p { font-size: 13.5px; color: #5A6B87; line-height: 2.05; 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: #FF6B35; border: 1px solid #FFC9AE; padding: 3px 12px; border-radius: 12px; background: #FFF6F1; font-weight: bold; }
.news-page-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 26px; }
.article-list li { display: flex; align-items: center; background: #fff; border-radius: 16px; padding: 16px 22px; margin-bottom: 12px; box-shadow: 0 4px 14px rgba(27,42,74,.06); transition: all .2s; }
.article-list li:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(27,42,74,.12); }
.article-list .al-date { width: 68px; text-align: center; border-right: 1px solid #EEF2F8; margin-right: 20px; flex-shrink: 0; }
.article-list .al-date b { display: block; font-size: 26px; font-weight: 900; color: #FF6B35; }
.article-list .al-date span { font-size: 11px; color: #93A1B8; }
.article-list .al-body { flex: 1; min-width: 0; }
.article-list .al-body h4 { font-size: 16px; font-weight: 800; color: #232B38; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article-list .al-body h4:hover { color: #FF6B35; }
.article-list .al-body p { font-size: 12.5px; color: #93A1B8; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side-panel { background: #fff; border-radius: 18px; padding: 20px 22px; margin-bottom: 20px; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.side-panel h4 { font-size: 17px; font-weight: 900; color: #1B2A4A; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.side-panel h4::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #FF6B35; box-shadow: 0 0 0 4px #FFE3D4; }
.side-panel ul li { padding: 10px 0; border-bottom: 1px dashed #EEF2F8; font-size: 13px; }
.side-panel ul li:last-child { border-bottom: none; }
.side-panel ul li a { color: #5A6B87; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side-panel ul li a:hover { color: #FF6B35; }
.course-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 14px rgba(27,42,74,.06); }
.course-table th { background: #1B2A4A; color: #fff; font-size: 14px; padding: 14px 10px; letter-spacing: 1px; }
.course-table td { padding: 13px 10px; font-size: 13.5px; color: #5A6B87; text-align: center; border-bottom: 1px solid #EEF2F8; }
.course-table tr:nth-child(even) td { background: #F7F9FC; }
.course-table tr:hover td { background: #FFF3EC; }
.course-table td:first-child { font-weight: 800; color: #1B2A4A; }
.step-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 6px; }
.step-item { text-align: center; padding: 24px 14px; border-radius: 16px; background: #F7F9FC; border: 1px solid #EDF1F7; transition: all .2s; }
.step-item:hover { border-color: #FFC9AE; background: #FFF6F1; }
.step-item .st-no { width: 42px; height: 42px; margin: 0 auto; border-radius: 14px; background: linear-gradient(135deg, #FF6B35, #FF9F1C); color: #fff; font-weight: 900; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(255,107,53,.3); }
.step-item h5 { font-size: 15px; font-weight: 800; color: #1B2A4A; margin-top: 11px; }
.step-item p { font-size: 12px; color: #93A1B8; margin-top: 6px; line-height: 1.8; }

/* 内页兼容类(封面/展览/logo,与首页 d/e 系列同值) */
.logo-badge { width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, #FF6B35, #FF9F1C); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(255,107,53,.35); }
.logo-badge span { font-size: 30px; }
.c1 { background: linear-gradient(135deg, #FF6B35, #E8481F); }
.c2 { background: linear-gradient(135deg, #F2A93B, #DD8418); }
.c3 { background: linear-gradient(135deg, #E86A5E, #C74A46); }
.c4 { background: linear-gradient(135deg, #7A5AF5, #5B3FD1); }
.s1 { background: linear-gradient(135deg, #FF6B35, #D64A1E); }
.s2 { background: linear-gradient(135deg, #24395F, #16223C); }
.s3 { background: linear-gradient(135deg, #F2A93B, #C97A12); }
