:root {
    --red: #E60012;
    --red-dark: #B3000E;
    --red-light: #FF3347;
    --red-glow: rgba(230,0,18,.08);
    --red-10: rgba(230,0,18,.1);
    --gold: #FFD700;
    --gold-light: #FFE54D;
    --gold-dark: #DAA520;
    --bg: #fff;
    --bg-alt: #f7f8fb;
    --bg-dark: #0d0d1a;
    --bg-cream: #faf8f4;
    --text: #1a1a2e;
    --text-2: #555;
    --text-3: #999;
    --border: #eaeaea;
    --border-lt: #f2f2f2;
    --shadow-s: 0 2px 12px rgba(0,0,0,.04);
    --shadow-m: 0 8px 30px rgba(0,0,0,.06);
    --shadow-l: 0 16px 48px rgba(0,0,0,.08);
    --shadow-r: 0 6px 24px rgba(230,0,18,.12);
    --r: 14px;
    --r-lg: 20px;
    --font: "Rubik","PingFang SC","Microsoft YaHei",serif;
    --body: "Rubik","PingFang SC","Microsoft YaHei",sans-serif;
    --ease: cubic-bezier(.4,0,.2,1);
    --tr: all .35s var(--ease);
}


.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.revealed{opacity:1;transform:none}
.reveal-left{opacity:0;transform:translateX(-32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-left.revealed{opacity:1;transform:none}
.reveal-right{opacity:0;transform:translateX(32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-right.revealed{opacity:1;transform:none}


.page-hero{
    position:relative;padding:250px 0 150px;
    background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 40%,#3b82f6 100%);
    overflow:hidden;
}
.hero-bg-shapes{position:absolute;inset:0;pointer-events:none}
.hero-bg-shapes .shape{position:absolute;border-radius:50%;opacity:.06;background:var(--red)}
.hero-bg-shapes .shape-1{width:500px;height:500px;top:-150px;right:-100px;animation:heroFloat 12s ease-in-out infinite}
.hero-bg-shapes .shape-2{width:300px;height:300px;bottom:-80px;left:-60px;animation:heroFloat 10s ease-in-out infinite reverse}
.hero-bg-shapes .shape-3{width:120px;height:120px;top:40%;left:30%;animation:heroFloat 8s ease-in-out infinite 1s}
.hero-bg-shapes .shape-4{width:80px;height:80px;top:20%;right:25%;border:2px solid rgba(198,4,13,.1);background:transparent;animation:heroFloat 9s ease-in-out infinite 2s}
@keyframes heroFloat{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(15px,-20px) rotate(6deg)}}

.page-hero::after{
    content:"";position:absolute;bottom:0;left:0;right:0;height:80px;
	pointer-events:none;
}

.hero-inner{position:relative;z-index:2;text-align:center}
.hero-eyebrow{
    display:inline-block;font-size:.7rem;font-weight:500;letter-spacing:.35em;
    text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.8rem;
}
.hero-title{
    font-family:var(--font);font-size:clamp(2.4rem,6vw,4rem);font-weight:700;
    color:#fff;line-height:1.15;margin-bottom:1rem;letter-spacing:.06em;
}
.hero-line{width:48px;height:3px;background:var(--red);margin:0 auto 1.2rem;border-radius:2px}
.hero-breadcrumb{
    display:inline-flex;align-items:center;gap:.5rem;
    font-size:.82rem;color:rgba(255,255,255,.45);font-family:var(--body);
}
.hero-breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:var(--tr)}
.hero-breadcrumb a:hover{color:#fff}
.hero-breadcrumb svg{width:14px;height:14px;opacity:.4}
.hero-breadcrumb span{color:var(--red-light)}


.p-section{padding:100px 0;position:relative}
.p-section-dark{background:var(--bg-alt)}
.p-section-cream{background:var(--bg-cream)}

.p-label{
    display:inline-flex;align-items:center;gap:.6rem;
    font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;
    color:var(--red);margin-bottom:.8rem;font-family:var(--font);
}
.p-label-line{width:24px;height:1.5px;background:var(--red);border-radius:1px;display:inline-block}
.p-label.center{display:flex;justify-content:center}

.p-heading{
    font-family:var(--font);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:600;
    color:var(--text);line-height:1.25;margin-bottom:1.5rem;
}
.p-heading em{font-style:normal;color:var(--red)}
.p-heading.center{text-align:center}
.p-subtitle{text-align:center;font-size:.95rem;color:var(--text-2);max-width:520px;margin:0 auto 3rem;font-family:var(--body)}

.p-center-head{margin-bottom:3.5rem}
.p-text-block p{font-size:1rem;line-height:1.95;color:var(--text-2);margin-bottom:1.2rem;font-family:var(--body)}
.p-text-block .p-lead{font-size:1.08rem;font-weight:400;line-height:2;color:var(--text)}
.p-text-block .p-lead::first-letter{
    font-size:3.4em;font-weight:700;color:var(--red);float:left;
    line-height:.8;margin-right:.5rem;margin-top:.15rem;font-family:var(--font);
}

.p-visual-card{position:relative}
.p-visual-frame{
    position:relative;border-radius:var(--r-lg);overflow:hidden;
    box-shadow:var(--shadow-l);aspect-ratio:4/3;
}
.p-visual-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--ease)}
.p-visual-card:hover .p-visual-frame img{transform:scale(1.04)}
.p-visual-overlay{
    position:absolute;inset:0;
    background:linear-gradient(135deg,rgba(198,4,13,.15) 0%,transparent 60%);
    pointer-events:none;
}
.p-visual-stats{
    display:flex;gap:0;margin-top:-40px;position:relative;z-index:2;
    background:#fff;border-radius:var(--r);box-shadow:var(--shadow-m);overflow:hidden;
}
.p-visual-stats .stat{
    flex:1;text-align:center;padding:1.2rem .8rem;
    border-right:1px solid var(--border-lt);
}
.p-visual-stats .stat:last-child{border-right:none}
.p-visual-stats .stat strong{
    display:block;font-size:1.6rem;font-weight:700;color:var(--red);
    font-family:var(--font);line-height:1;margin-bottom:.3rem;
}
.p-visual-stats .stat span{font-size:.75rem;color:var(--text-3);font-family:var(--body)}


.timeline{position:relative;max-width:780px;margin:0 auto;padding-left:60px}
.timeline::before{
    content:"";position:absolute;left:23px;top:0;bottom:0;width:2px;
    background:linear-gradient(to bottom,var(--red),var(--border-lt));
}
.timeline-item{position:relative;margin-bottom:1.5rem}
.timeline-item:last-child{margin-bottom:0}
.timeline-dot{
    position:absolute;left:-60px;top:0;width:48px;height:48px;
    border-radius:50%;background:#fff;border:2px solid var(--red);
    display:flex;align-items:center;justify-content:center;z-index:2;
    transition:var(--tr);
}
.timeline-dot span{
    font-size:.75rem;font-weight:700;color:var(--red);font-family:var(--font);
    transition:var(--tr);
}
.timeline-item:hover .timeline-dot{background:var(--red);border-color:var(--red);box-shadow:var(--shadow-r)}
.timeline-item:hover .timeline-dot span{color:#fff}
.timeline-card{
    background:#fff;border:1px solid var(--border-lt);border-radius:var(--r);
    padding:1.6rem 1.8rem;transition:var(--tr);
}
.timeline-item:hover .timeline-card{
    border-color:var(--red);box-shadow:var(--shadow-m);transform:translateX(6px);
}
.timeline-card h4{
    font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.5rem;font-family:var(--font);
}
.timeline-card p{font-size:.9rem;line-height:1.75;color:var(--text-2);margin:0;font-family:var(--body)}


.org-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.org-card{
    background:#fff;border:1px solid var(--border-lt);border-radius:var(--r-lg);
    padding:2rem 1.6rem;text-align:center;transition:var(--tr);position:relative;overflow:hidden;
}
.org-card::before{
    content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
    width:0;height:3px;background:linear-gradient(90deg,var(--red),var(--red-light));
    transition:width .4s var(--ease);border-radius:0 0 3px 3px;
}
.org-card:hover::before{width:60%}
.org-card:hover{border-color:var(--red);box-shadow:var(--shadow-m);transform:translateY(-4px)}
.org-card-icon{
    width:64px;height:64px;border-radius:16px;margin:0 auto 1.2rem;
    display:flex;align-items:center;justify-content:center;
    background:var(--red-glow);transition:var(--tr);
}
.org-card:hover .org-card-icon{background:var(--red)}
.org-card-icon i{font-size:1.4rem;color:var(--red);transition:var(--tr)}
.org-card:hover .org-card-icon i{color:#fff}
.org-card h4{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.4rem;font-family:var(--font)}
.org-card p{font-size:.82rem;color:var(--text-3);line-height:1.6;margin:0;font-family:var(--body)}
.org-card-line{
    width:30px;height:2px;background:var(--red);margin:1rem auto 0;
    border-radius:1px;opacity:0;transition:var(--tr);
}
.org-card:hover .org-card-line{opacity:1;width:50px}

/* ============================================================
   8. 信息卡片 (关于页面 - 底部条)
   ============================================================ */
.info-tile{
    background:#fff;border:1px solid var(--border-lt);border-radius:var(--r-lg);
    padding:2rem;height:100%;transition:var(--tr);
}
.info-tile:hover{box-shadow:var(--shadow-m);transform:translateY(-3px)}
.info-tile-icon{
    width:48px;height:48px;border-radius:12px;background:var(--red-glow);
    display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;
}
.info-tile-icon i{font-size:1.2rem;color:var(--red)}
.info-tile h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.8rem;font-family:var(--font)}
.info-tile ul{list-style:none;padding:0;margin:0}
.info-tile ul li{
    font-size:.85rem;color:var(--text-2);padding:.45rem 0;
    border-bottom:1px dashed var(--border-lt);font-family:var(--body);
}
.info-tile ul li:last-child{border-bottom:none}
.info-tile ul li a{color:var(--text-2);text-decoration:none;transition:var(--tr)}
.info-tile ul li a:hover{color:var(--red);padding-left:.3rem}

/* ============================================================
   9. 精选新闻 (列表页 - 首篇文章)
   ============================================================ */
.news-featured{margin-bottom:2rem;border-radius:var(--r-lg);overflow:hidden;position:relative}
.news-featured-img{display:block;position:relative;aspect-ratio:16/8;overflow:hidden}
.news-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.news-featured:hover .news-featured-img img{transform:scale(1.05)}
.news-featured-overlay{
    position:absolute;inset:0;
    background:linear-gradient(0deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.05) 100%);
    display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;
}
.news-tag{
    display:inline-block;padding:.25rem .75rem;background:var(--red);color:#fff;
    font-size:.7rem;font-weight:600;border-radius:4px;margin-bottom:.8rem;
    align-self:flex-start;letter-spacing:.05em;
}
.news-featured-overlay h3{
    font-size:clamp(1.2rem,3vw,1.6rem);font-weight:600;color:#fff;
    line-height:1.35;margin-bottom:.5rem;font-family:var(--font);
}
.news-featured-overlay p{font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:.6rem;font-family:var(--body);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-featured-meta{display:flex;gap:1.2rem;font-size:.78rem;color:rgba(255,255,255,.5)}
.news-featured-meta i{margin-right:.3rem}

/* ============================================================
   10. 新闻卡片 (列表页 - 文章列表)
   ============================================================ */
.news-list{display:flex;flex-direction:column;gap:1.25rem}
.news-card{
    display:flex;background:#fff;border:1px solid var(--border-lt);
    border-radius:var(--r-lg);overflow:hidden;transition:var(--tr);
}
.news-card:hover{border-color:var(--red);box-shadow:var(--shadow-m);transform:translateY(-2px)}
.news-card-img{
    flex:0 0 240px;position:relative;overflow:hidden;min-height:180px;display:block;
}
.news-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.news-card:hover .news-card-img img{transform:scale(1.06)}
.news-card-date{
    position:absolute;bottom:.8rem;left:.8rem;
    background:var(--red);color:#fff;border-radius:8px;
    padding:.4rem .6rem;text-align:center;line-height:1;
    font-family:var(--font);box-shadow:0 2px 8px rgba(198,4,13,.3);
}
.news-card-date{font-size:1.4rem;font-weight:700;display:block}
.news-card-date span{display:block;font-size:.65rem;font-weight:400;margin-top:.15rem;opacity:.85}
.news-card-body{flex:1;padding:1.5rem 1.6rem;display:flex;flex-direction:column;justify-content:center}
.news-card-body h4{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;font-family:var(--font)}
.news-card-body h4 a{color:var(--text);text-decoration:none;transition:var(--tr)}
.news-card-body h4 a:hover{color:var(--red)}
.news-card-body p{font-size:.85rem;color:var(--text-2);line-height:1.7;margin-bottom:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--body)}
.news-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-3)}
.news-card-meta i{margin-right:.3rem;color:var(--red);font-size:.75rem}
.read-more{color:var(--red);text-decoration:none;font-weight:500;transition:var(--tr);font-size:.82rem}
.read-more i{font-size:.65rem;margin-left:.25rem;transition:transform .3s}
.read-more:hover i{transform:translateX(4px)}

/* ============================================================
   11. 分页导航
   ============================================================ */
.p-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem}
.pg-num,.pg-arrow{
    width:42px;height:42px;display:flex;align-items:center;justify-content:center;
    border:1px solid var(--border);border-radius:10px;font-size:.85rem;
    color:var(--text-2);text-decoration:none;transition:var(--tr);font-family:var(--body);background:#fff;
}
.pg-num:hover,.pg-arrow:hover{border-color:var(--red);color:var(--red);background:var(--red-glow)}
.pg-num.active{background:var(--red);color:#fff;border-color:var(--red);box-shadow:var(--shadow-r)}
.pg-arrow.disabled{opacity:.35;pointer-events:none}

/* ============================================================
   12. 侧边栏
   ============================================================ */
.p-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}
.sb-widget{
    background:#fff;border:1px solid var(--border-lt);border-radius:var(--r-lg);
    padding:1.6rem;transition:var(--tr);
}
.sb-widget:hover{box-shadow:var(--shadow-m)}
.sb-title{
    font-size:.92rem;font-weight:600;color:var(--text);margin-bottom:1rem;
    padding-bottom:.7rem;border-bottom:2px solid var(--border-lt);
    display:flex;align-items:center;gap:.5rem;font-family:var(--font);
    position:relative;
}
.sb-title::before{content:"";width:3px;height:16px;background:var(--red);border-radius:2px}

/* Category */
.sb-cat{list-style:none;padding:0;margin:0}
.sb-cat li a{
    display:flex;align-items:center;justify-content:space-between;
    padding:.6rem .7rem;color:var(--text-2);text-decoration:none;
    border-radius:8px;transition:var(--tr);font-size:.85rem;font-family:var(--body);
    border-left:2px solid transparent;
}
.sb-cat li a:hover,.sb-cat li.active a{background:var(--red-glow);color:var(--red);border-left-color:var(--red);padding-left:1rem}
.sb-cat li a em{font-style:normal;font-size:.68rem;color:var(--text-3);background:var(--bg-alt);padding:.1rem .5rem;border-radius:100px}
.sb-cat li a:hover em,.sb-cat li.active a em{background:var(--red-10);color:var(--red)}

/* Hot */
.sb-hot{list-style:none;padding:0;margin:0}
.sb-hot li{display:flex;align-items:flex-start;gap:.7rem;padding:.6rem 0;border-bottom:1px solid var(--border-lt)}
.sb-hot li:last-child{border-bottom:none}
.sb-rank{
    flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;
    background:var(--bg-alt);color:var(--text-3);border-radius:6px;
    font-size:.7rem;font-weight:700;font-family:var(--font);transition:var(--tr);
}
.sb-hot li:nth-child(1) .sb-rank{background:var(--red);color:#fff}
.sb-hot li:nth-child(2) .sb-rank{background:#d94048;color:#fff}
.sb-hot li:nth-child(3) .sb-rank{background:#e07a7f;color:#fff}
.sb-hot li:nth-child(4) .sb-rank,.sb-hot li:nth-child(5) .sb-rank{background:var(--red-glow);color:var(--red)}
.sb-hot li a{font-size:.82rem;color:var(--text-2);text-decoration:none;line-height:1.5;transition:var(--tr);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--body)}
.sb-hot li a:hover{color:var(--red)}

/* Search */
.sb-search{display:flex;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff;transition:var(--tr)}
.sb-search:focus-within{border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow)}
.sb-search input{flex:1;padding:.6rem .9rem;border:none;background:transparent;font-size:.85rem;outline:none;color:var(--text);font-family:var(--body)}
.sb-search input::placeholder{color:var(--text-3)}
.sb-search button{padding:.6rem 1rem;background:transparent;color:var(--red);border:none;cursor:pointer;transition:var(--tr)}
.sb-search button:hover{background:var(--red);color:#fff}

/* Author (content page) */
.sb-author{text-align:center;padding:2rem 1.6rem}
.sb-author-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;margin:0 auto .8rem;border:3px solid var(--red-glow)}
.sb-author-avatar img{width:100%;height:100%;object-fit:cover}
.sb-author h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.2rem;font-family:var(--font)}
.sb-author p{font-size:.78rem;color:var(--text-3);margin:0;font-family:var(--body)}

/* Related */
.sb-related{list-style:none;padding:0;margin:0}
.sb-related li{margin-bottom:.7rem}
.sb-related li:last-child{margin-bottom:0}
.sb-related li a{display:flex;align-items:center;gap:.7rem;text-decoration:none;padding:.3rem;border-radius:8px;transition:var(--tr)}
.sb-related li a:hover{background:var(--red-glow)}
.sb-related li a img{width:56px;height:46px;object-fit:cover;border-radius:6px;flex-shrink:0;transition:var(--tr)}
.sb-related li a:hover img{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.sb-related li a span{font-size:.82rem;color:var(--text-2);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--body);transition:var(--tr)}
.sb-related li a:hover span{color:var(--red)}

/* Tags */
.sb-tags{display:flex;flex-wrap:wrap;gap:.45rem}
.sb-tags a{
    padding:.3rem .7rem;background:var(--bg-alt);color:var(--text-2);
    text-decoration:none;border-radius:6px;font-size:.78rem;
    border:1px solid var(--border-lt);transition:var(--tr);font-family:var(--body);
}
.sb-tags a:hover{background:var(--red);color:#fff;border-color:var(--red)}

/* ============================================================
   13. 文章Hero (详情页 - 图片背景)
   ============================================================ */
.article-hero{
    position:relative;padding:200px 0 100px;
    background-size:cover;background-position:center;background-color:var(--bg-dark);
}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.5) 100%)}
.article-hero-inner{position:relative;z-index:2}
.hero-breadcrumb.light{margin-bottom:1.2rem}
.hero-breadcrumb.light a{color:rgba(255,255,255,.6)}
.hero-breadcrumb.light a:hover{color:#fff}
.hero-breadcrumb.light span{color:var(--red-light)}
.hero-breadcrumb.light svg{opacity:.5}
.article-hero-title{
    font-family:var(--font);font-size:clamp(1.6rem,4.5vw,2.8rem);font-weight:700;
    color:#fff;line-height:1.3;margin-bottom:1rem;letter-spacing:.02em;
}
.article-hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.85rem;color:rgba(255,255,255,.6)}
.article-hero-meta i{color:var(--red-light);margin-right:.35rem}

/* ============================================================
   14. 文章正文
   ============================================================ */
.article-body{
    background:#fff;border-radius:var(--r-lg);padding:2.5rem;
    border:1px solid var(--border-lt);box-shadow:var(--shadow-s);
}
.article-body p{font-size:1.02rem;line-height:2;color:var(--text-2);margin-bottom:1.4rem;font-family:var(--body)}
.article-body p:first-of-type::first-letter{
    font-size:3.4em;font-weight:700;color:var(--red);float:left;
    line-height:.82;margin-right:.5rem;margin-top:.15rem;font-family:var(--font);
}
.article-figure{margin:2rem 0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-m)}
.article-figure img{width:100%;display:block;transition:transform .5s var(--ease)}
.article-figure:hover img{transform:scale(1.015)}
.article-figure figcaption{text-align:center;font-size:.8rem;color:var(--text-3);padding:.6rem;background:var(--bg-alt);font-style:italic;font-family:var(--body)}
.article-links{margin-top:2rem;padding:1.5rem;background:var(--bg-alt);border-radius:var(--r);border-left:3px solid var(--red)}
.article-links h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.8rem;font-family:var(--font)}
.article-links ul{padding-left:1.2rem;margin:0}
.article-links ul li{margin-bottom:.4rem;font-family:var(--body)}
.article-links ul li a{color:var(--red);text-decoration:none;transition:var(--tr);font-size:.9rem}
.article-links ul li a:hover{text-decoration:underline}

/* Attachment */
.article-attach{margin-top:1.5rem;padding:1.4rem;background:#fff;border:1px solid var(--border-lt);border-radius:var(--r-lg);border-left:3px solid var(--red)}
.article-attach h4{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem;font-family:var(--font)}
.article-attach h4 i{color:var(--red)}
.attach-file{
    display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .8rem;
    color:var(--text-2);text-decoration:none;border-radius:8px;
    transition:var(--tr);font-size:.88rem;font-family:var(--body);
}
.attach-file:hover{background:var(--red-glow);color:var(--red)}
.attach-file i{color:var(--red);font-size:1.1rem}
.attach-file small{color:var(--text-3);font-size:.75rem}

/* 文章导航 */
.article-nav{display:flex;gap:1rem;margin-top:1.5rem}
.article-nav-item{
    flex:1;background:#fff;border:1px solid var(--border-lt);border-radius:var(--r);
    padding:1.2rem 1.4rem;text-decoration:none;transition:var(--tr);
}
.article-nav-item:hover{border-color:var(--red);box-shadow:var(--shadow-s)}
.article-nav-item.next{text-align:right}
.article-nav-label{display:block;font-size:.72rem;color:var(--text-3);margin-bottom:.3rem;font-family:var(--body)}
.article-nav-label i{font-size:.6rem}
.article-nav-title{font-size:.88rem;color:var(--text-2);line-height:1.4;font-family:var(--body);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-nav-item:hover .article-nav-title{color:var(--red)}

/* ============================================================
   15. 新闻筛选 (列表页)
   ============================================================ */
.news-filter{
    display:flex;justify-content:space-between;align-items:center;
    flex-wrap:wrap;gap:1rem;padding:1.5rem 0;
    border-bottom:1px solid var(--border-lt);
}
.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}
.filter-tab{
    padding:.5rem 1.2rem;border:1px solid var(--border);border-radius:8px;
    background:#fff;color:var(--text-2);font-size:.85rem;cursor:pointer;
    transition:var(--tr);font-family:var(--body);font-weight:500;
}
.filter-tab:hover{border-color:var(--red);color:var(--red);background:var(--red-glow)}
.filter-tab.active{background:var(--red);color:#fff;border-color:var(--red);box-shadow:var(--shadow-r)}
.filter-search .sb-search{min-width:220px}

/* ============================================================
   16. 相关文章 (详情页)
   ============================================================ */
.related-articles{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-lt)}
.related-articles .p-heading{margin-bottom:1.5rem}
.related-articles .news-card{border:1px solid var(--border-lt);border-radius:var(--r-lg);overflow:hidden}
.related-articles .news-card:hover{border-color:var(--red);box-shadow:var(--shadow-m)}
.related-articles .news-card-body{padding:1.2rem}
.related-articles .news-card-body h4{font-size:1rem;margin-bottom:.5rem}
.related-articles .news-card-body h4 a{color:var(--text);text-decoration:none;transition:var(--tr)}
.related-articles .news-card-body h4 a:hover{color:var(--red)}
.related-articles .news-card-body p{font-size:.82rem;color:var(--text-2);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ============================================================
   17. 响应式
   ============================================================ */

/* Tablet ≤991px */
@media(max-width:991px){
    .page-hero{padding:150px 0 80px}
    .p-section{padding:70px 0}
    .org-grid{grid-template-columns:repeat(2,1fr)}
    .news-card-img{flex:0 0 200px;min-height:160px}
    .article-hero{padding:170px 0 80px}
    .article-body{padding:2rem}
    .p-sidebar{position:static;margin-top:2rem}
    .p-visual-stats{margin-top:-30px}
    .timeline{padding-left:50px}
    .timeline::before{left:18px}
    .timeline-dot{left:-50px;width:40px;height:40px}
    .timeline-dot span{font-size:.68rem}
    .article-nav{flex-direction:column}
}

/* Mobile ≤767px */
@media(max-width:767px){
    .page-hero{padding:130px 0 65px}
    .hero-title{font-size:2rem}
    .p-section{padding:55px 0}
    .p-heading{font-size:1.6rem}
    .org-grid{grid-template-columns:1fr}
    .news-card{flex-direction:column}
    .news-card-img{flex:none;height:200px}
    .news-card-date{font-size:1.2rem}
    .news-featured-img{aspect-ratio:16/10}
    .article-hero{padding:150px 0 70px}
    .article-hero-title{font-size:1.5rem}
    .article-hero-meta{flex-direction:column;gap:.4rem}
    .article-body{padding:1.5rem;border-radius:var(--r)}
    .article-nav-item{padding:1rem}
    .timeline{padding-left:44px}
    .timeline::before{left:15px}
    .timeline-dot{left:-44px;width:34px;height:34px}
    .timeline-dot span{font-size:.62rem}
    .timeline-card{padding:1.2rem}
    .p-visual-stats .stat strong{font-size:1.3rem}
    .pg-num,.pg-arrow{width:38px;height:38px;font-size:.8rem}
    .sb-widget{padding:1.2rem}
    .info-tile{padding:1.5rem}
}

/* Small ≤575px */
@media(max-width:575px){
    .news-card-img{height:180px}
    .p-visual-stats{flex-wrap:wrap}
    .p-visual-stats .stat{flex:1 1 30%}
    .hero-breadcrumb{font-size:.75rem;gap:.35rem}
}

/* Extra small ≤480px */
@media(max-width:480px){
    .page-hero{padding:115px 0 55px}
    .hero-title{font-size:1.6rem}
    .hero-line{width:32px;margin-bottom:.8rem}
    .p-section{padding:45px 0}
    .news-card-img{height:160px}
    .news-featured-overlay{padding:1.2rem}
    .news-featured-overlay h3{font-size:1.1rem}
    .article-body{padding:1.2rem}
    .article-body p{font-size:.95rem}
    .timeline-card h4{font-size:.95rem}
    .timeline-card p{font-size:.82rem}
    .org-card{padding:1.5rem 1.2rem}
    .p-visual-stats .stat{padding:.8rem .5rem}
    .p-visual-stats .stat strong{font-size:1.1rem}
    .pg-num,.pg-arrow{width:34px;height:34px;border-radius:8px}
}

/* Tiny ≤375px */
@media(max-width:375px){
    .hero-title{font-size:1.4rem}
    .org-card-icon{width:52px;height:52px;border-radius:12px}
    .timeline-dot{width:30px;height:30px;left:-40px}
    .timeline{padding-left:38px}
    .timeline::before{left:13px}
    .news-card-body{padding:1rem}
    .news-card-body h4{font-size:.95rem}
    .sb-widget{padding:1rem}
    .article-attach{padding:1rem}
    .news-filter{flex-direction:column;align-items:stretch}
    .filter-tabs{justify-content:center}
    .filter-search{width:100%}
    .filter-search .sb-search{min-width:100%}
}


.inner-page {
    --primary: #E60012;
    --primary-deep: #B3000E;
    --primary-light: #FF3347;
    --accent: #FFD700;
    --accent-light: #FFE54D;
    --accent-dark: #DAA520;
    --bg-warm: #FBF8F4;
    --bg-cool: #F5F2EE;
    --text-primary: #1A1A1A;
    --text-secondary: #555;
    --text-muted: #999;
    --border: rgba(0,0,0,0.06);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.06);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.1);
    --radius: 12px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 内页通用基础 */
.inner-page * { box-sizing: border-box; }
.inner-page body {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-primary);
    background: var(--bg-warm);
    -webkit-font-smoothing: antialiased;
}


.page-hero-inner { position: relative; height: 450px; overflow: hidden; }
.page-hero__bg {
    position: absolute; inset: 0;
    background: url('../../static/image/neiye-banner1.jpg') center/cover no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}
.page-hero__bg1 {
    position: absolute; inset: 0;
    background: url('../../static/image/neiye-banner2.jpg') center/cover no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}
.page-hero__bg2 {
    position: absolute; inset: 0;
    background: url('../../static/image/neiye-banner3.jpg') center/cover no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}
.page-hero__bg3 {
    position: absolute; inset: 0;
    background: url('../../static/image/neiye-banner4.jpg') center/cover no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}
.page-hero-inner:hover .page-hero__bg { transform: scale(1); }
.page-hero__overlay {
    position: absolute; inset: 0;
}
.page-hero__grain {
    position: absolute; inset: 0; opacity: 0.03;
}
.page-hero__content {
    position: relative; z-index: 2; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #fff; text-align: center;
}
.page-hero__label {
    display: inline-block; padding: 6px 20px;
    border: 1px solid rgba(212,168,67,0.5); border-radius: 30px;
    font-size: 12px; letter-spacing: 3px; color: var(--accent);
    margin-bottom: 20px; backdrop-filter: blur(4px); background: rgba(212,168,67,0.08);
}
.page-hero__title {
    font-family: 'Noto Serif SC', serif; font-size: 42px; font-weight: 700;
    letter-spacing: 6px; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.page-hero__divider {
    width: 60px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    margin-bottom: 16px;
}
.page-hero__breadcrumb { font-size: 14px; color: rgba(255,255,255,0.65); letter-spacing: 1px; }
.page-hero__breadcrumb a { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.3s; }
.page-hero__breadcrumb a:hover { color: var(--accent); }
.page-hero__breadcrumb i { margin: 0 10px; font-size: 10px; }

/* ====== 侧边栏通用 ====== */
.side-nav { position: sticky; top: 100px; }
.side-card {
    background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow-md); overflow: hidden; margin-bottom: 28px;
}
.side-card__header {
    padding: 55px 28px;
    background: linear-gradient(135deg, var(--primary), var(--primary-deep));
    color: #fff; font-size: 26px; font-weight: 600; letter-spacing: 2px;
    position: relative; overflow: hidden;
}
.side-card__header::after {
    content: ''; position: absolute; top: -50%; right: -30%;
    width: 100px; height: 200%;
    background: rgba(255,255,255,0.05); transform: rotate(15deg);
}
.side-card__header i { margin-right: 10px; font-size: 14px; opacity: 0.8; }
.side-nav__list { list-style: none; padding: 8px 0; margin: 0; }
.side-nav__item a {
    display: flex; align-items: center; padding: 14px 28px;
    color: var(--text-secondary); font-size: 18px;
    text-decoration: none; transition: var(--transition); position: relative;
}
.side-nav__item a::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 3px; height: 0; background: var(--primary);
    border-radius: 0 2px 2px 0; transition: height 0.3s;
}
.side-nav__item a:hover, .side-nav__item.active a {
    color: var(--primary); background: rgba(184,29,46,0.04);
}
.side-nav__item a:hover::before, .side-nav__item.active a::before { height: 60%; }
.side-nav__item a .arrow {
    margin-left: auto; opacity: 0; transform: translateX(-8px);
    transition: var(--transition); font-size: 12px; color: var(--primary);
}
.side-nav__item a:hover .arrow, .side-nav__item.active a .arrow {
    opacity: 1; transform: translateX(0);
}

/* ====== 热点文章 ====== */
.hot-item {
    display: flex; align-items: flex-start; padding: 14px 22px;
    border-bottom: 1px solid var(--border); text-decoration: none;
    color: inherit; transition: var(--transition);
}
.hot-item:last-child { border-bottom: none; }
.hot-item:hover { background: rgba(184,29,46,0.03); color: var(--primary); }
.hot-rank {
    flex-shrink: 0; width: 22px; height: 22px;
    background: var(--primary); color: #fff;
    font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border-radius: 4px; margin-right: 12px; margin-top: 2px;
}
.hot-rank.rank-2 { background: #D4A843; }
.hot-rank.rank-3 { background: #aaa; }
.hot-text { font-size: 13px; color: var(--text-secondary); line-height: 1.6; flex: 1; }

/* ====== 单页 (Danye) ====== */
.content-area { padding: 80px 0 100px; background: var(--bg-warm); position: relative; }
.content-area::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.contact-card__body { padding: 24px 28px; }
.contact-item { display: flex; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.04); }
.contact-item:last-child { border-bottom: none; }
.contact-item__icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(184,29,46,0.06);
    display: flex; align-items: center; justify-content: center;
    color: var(--primary); font-size: 14px; flex-shrink: 0; margin-right: 14px;
}
.contact-item__text { font-size: 14px; color: var(--text-secondary); line-height: 1.6; padding-top: 6px; }

.article-card {
    background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow-md); overflow: hidden; position: relative;
}
.article-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}
.article-card__header { padding: 50px 55px 35px; border-bottom: 1px solid var(--border); }
.article-card__title {
    font-family: 'Noto Serif SC', serif; font-size: 30px; font-weight: 700;
    color: var(--text-primary); line-height: 1.5; margin-bottom: 20px; position: relative;
}
.article-card__title::after {
    content: ''; display: block; width: 50px; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px; margin-top: 16px;
}
.article-card__meta { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; color: var(--text-muted); }
.article-card__meta span { display: flex; align-items: center; gap: 6px; }
.article-card__meta i { color: var(--primary); font-size: 12px; }

.article-card__body { padding: 40px 55px 50px; }
.article-content { font-size: 16px; line-height: 2; color: var(--text-secondary); }
.article-content p { margin-bottom: 20px; }
.article-content p:first-child::first-letter {

}
.article-content h3 {
    font-family: 'Noto Serif SC', serif; font-size: 20px; font-weight: 600;
    color: var(--text-primary); margin: 40px 0 18px; padding-left: 18px; position: relative;
}
.article-content h3::before {
    content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px;
    background: linear-gradient(180deg, var(--primary), var(--accent)); border-radius: 2px;
}
.article-content blockquote {
    margin: 30px 0; padding: 24px 30px;
    background: linear-gradient(135deg, rgba(184,29,46,0.03), rgba(212,168,67,0.03));
    border-left: 4px solid var(--primary);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic; color: var(--text-secondary); position: relative;
}
.article-content blockquote::before {
    content: '\201C'; position: absolute; top: -10px; left: 16px;
    font-family: 'Noto Serif SC', serif; font-size: 60px;
    color: rgba(184,29,46,0.12); line-height: 1;
}
.article-content ul { padding-left: 0; list-style: none; margin-bottom: 20px; }
.article-content ul li { position: relative; padding-left: 24px; margin-bottom: 12px; }
.article-content ul li::before {
    content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px;
    border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.article-content img { max-width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); margin: 24px 0; }

/* ====== 师资页 (Teacher) ====== */
.teacher-section { padding: 70px 0 100px; background: var(--bg-warm); }

.sec-header { text-align: center; margin-bottom: 45px; }
.sec-header__label {
    display: inline-block; padding: 5px 16px;
    background: rgba(184,29,46,0.06); color: var(--primary);
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    border-radius: 20px; margin-bottom: 14px; font-weight: 600;
}
.sec-header__title {
    font-family: 'Noto Serif SC', serif; font-size: 32px; font-weight: 700;
    color: var(--text-primary); margin-bottom: 12px;
}
.sec-header__divider {
    width: 50px; height: 2px; margin: 0 auto;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.leader-card {
    background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow-md); overflow: hidden;
    display: flex; transition: var(--transition); margin-bottom: 60px;
}
.leader-card:hover { box-shadow: var(--shadow-lg); }
.leader-card__photo { flex-shrink: 0; width: 320px; position: relative; overflow: hidden; }
.leader-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.leader-card:hover .leader-card__photo img { transform: scale(1.03); }
.leader-card__photo::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}
.leader-card__body { flex: 1; padding: 45px 50px; display: flex; flex-direction: column; justify-content: center; }
.leader-card__divider { width: 50px; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 2px; margin-bottom: 18px; }
.leader-card__name { font-family: 'Noto Serif SC', serif; font-size: 28px; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.leader-card__role { font-size: 15px; color: var(--primary); font-weight: 600; margin-bottom: 18px; letter-spacing: 1px; }
.leader-card__desc { font-size: 15px; color: var(--text-secondary); line-height: 1.9; margin-bottom: 20px; }
.leader-card__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 5px 16px; background: rgba(184,29,46,0.05); color: var(--primary); font-size: 12px; border-radius: 20px; font-weight: 500; letter-spacing: 0.5px; transition: var(--transition); }
.tag:hover { background: var(--primary); color: #fff; }

.filter-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-btn {
    padding: 10px 28px; border: 2px solid rgba(0,0,0,0.08);
    background: #fff; color: var(--text-secondary); font-size: 14px;
    font-weight: 500; border-radius: 50px; cursor: pointer;
    transition: var(--transition); letter-spacing: 1px;
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.filter-btn.active {
    background: linear-gradient(135deg, var(--primary), var(--primary-deep));
    border-color: var(--primary); color: #fff;
    box-shadow: 0 4px 16px rgba(184,29,46,0.3);
}

.teacher-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.teacher-card {
    background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow-sm); overflow: hidden;
    transition: var(--transition); position: relative;
}
.teacher-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.teacher-card__photo { position: relative; width: 100%; aspect-ratio: 3/4; overflow: hidden; }
.teacher-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.teacher-card:hover .teacher-card__photo img { transform: scale(1.08); }
.teacher-card__photo::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    opacity: 0; transition: opacity 0.4s;
}
.teacher-card:hover .teacher-card__photo::after { opacity: 1; }
.teacher-card__overlay {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 20px;
    transform: translateY(100%); transition: transform 0.4s; z-index: 2;
}
.teacher-card:hover .teacher-card__overlay { transform: translateY(0); }
.teacher-card__overlay p { font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.teacher-card__info { padding: 22px 20px; text-align: center; }
.teacher-card__name { font-size: 17px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; transition: color 0.3s; }
.teacher-card:hover .teacher-card__name { color: var(--primary); }
.teacher-card__title { font-size: 12px; color: var(--primary); font-weight: 600; margin-bottom: 4px; letter-spacing: 0.5px; }
.teacher-card__dept { font-size: 12px; color: var(--text-muted); }
.teacher-card__actions { display: flex; justify-content: center; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.action-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(0,0,0,0.03); color: var(--text-muted);
    font-size: 13px; transition: var(--transition); cursor: pointer; text-decoration: none;
}
.action-btn:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

/* ====== 列表页 (List) ====== */
.list-section { padding: 70px 0 100px; background: var(--bg-warm); }

.list-tabs {
    display: flex; background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow-md); overflow: hidden; margin-bottom: 36px; position: relative;
}
.list-tabs::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--border);
}
.tab-btn {
    flex: 1; padding: 18px 16px; text-align: center;
    font-size: 15px; font-weight: 600; color: var(--text-muted);
    background: transparent; border: none; cursor: pointer;
    transition: var(--transition); position: relative; letter-spacing: 1px;
}
.tab-btn::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 3px 3px 0 0; transition: width 0.4s;
}
.tab-btn.active { color: var(--primary); }
.tab-btn.active::after { width: 40px; }
.tab-btn:hover { color: var(--primary); background: rgba(184,29,46,0.02); }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.list-card {
    display: flex; align-items: stretch; background: #fff; border-radius: var(--radius);
    margin-bottom: 16px; box-shadow: var(--shadow-sm); overflow: hidden;
    transition: var(--transition); text-decoration: none; color: inherit; position: relative;
}
.list-card::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0;
    background: linear-gradient(180deg, var(--primary), var(--primary-deep));
    transition: width 0.4s;
}
.list-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-2px); color: inherit; text-decoration: none;
}
.list-card:hover::before { width: 4px; }

.list-card__date {
    flex-shrink: 0; width: 90px; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(184,29,46,0.04), rgba(212,168,67,0.04));
    border-right: 1px solid var(--border); padding: 20px 10px; position: relative; z-index: 1;
}
.list-card__day {
    font-family: 'Noto Serif SC', serif; font-size: 34px; font-weight: 700;
    color: var(--primary); line-height: 1;
}
.list-card__month { font-size: 18px; color: var(--text-muted); margin-top: 4px; letter-spacing: 1px; }
.list-card__body { flex: 1; padding: 22px 28px; min-width: 0; position: relative; z-index: 1; }
.list-card__title {
    font-size: 20px; font-weight: 600; color: var(--text-primary); margin-bottom: 8px;
    line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    transition: color 0.3s;
}
.list-card:hover .list-card__title { color: var(--primary); }
.list-card__desc {
    font-size: 16px; color: var(--text-muted); line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.list-card__tag {
    display: inline-block; padding: 3px 12px;
    background: rgba(184,29,46,0.06); color: var(--primary);
    font-size: 11px; border-radius: 20px; margin-top: 10px; font-weight: 500; letter-spacing: 0.5px;
}
.list-card__arrow {
    flex-shrink: 0; display: flex; align-items: center; padding: 0 24px;
    color: #ddd; font-size: 18px; transition: var(--transition); position: relative; z-index: 1;
}
.list-card:hover .list-card__arrow { color: var(--primary); transform: translateX(4px); }

.pagination-wrap { display: flex; justify-content: center; margin-top: 40px; }
.pagination-wrap .page-link {
    border: none; color: var(--text-secondary); font-size: 14px;
    padding: 10px 16px; margin: 0 3px; border-radius: 8px; transition: var(--transition);
}
.pagination-wrap .page-link:hover,
.pagination-wrap .page-item.active .page-link { background: var(--primary); color: #fff; }

/* ====== 文章详情页 (List Content) ====== */
.article-section { padding: 70px 0 100px; background: var(--bg-warm); }

.article-attachments { padding: 0 55px 35px; }
.attach-title { font-size: 16px; font-weight: 600; color: var(--text-primary); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.attach-title i { color: var(--primary); }
.attach-item {
    display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px;
    background: rgba(184,29,46,0.03); border: 1px solid rgba(184,29,46,0.1);
    border-radius: 8px; margin-right: 12px; margin-bottom: 10px;
    font-size: 14px; color: var(--text-secondary); text-decoration: none; transition: var(--transition);
}
.attach-item:hover { border-color: var(--primary); color: var(--primary); background: rgba(184,29,46,0.06); transform: translateY(-1px); }
.attach-item i { color: var(--primary); font-size: 16px; }

.article-footer { padding: 22px 55px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.share-group { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-muted); }
.share-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(0,0,0,0.03); color: var(--text-muted); font-size: 14px;
    transition: var(--transition); cursor: pointer; text-decoration: none;
}
.share-btn:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.print-btn { font-size: 14px; color: var(--text-muted); cursor: pointer; transition: color 0.3s; display: flex; align-items: center; gap: 6px; }
.print-btn:hover { color: var(--primary); }

.article-nav { padding: 0 55px 40px; }
.nav-link-item {
    display: flex; align-items: center; padding: 16px 22px;
    background: rgba(0,0,0,0.015); border-radius: 10px; margin-bottom: 10px;
    text-decoration: none; color: var(--text-secondary); transition: var(--transition); font-size: 14px;
}
.nav-link-item:hover { background: rgba(184,29,46,0.04); color: var(--primary); transform: translateX(4px); }
.nav-link-item .label { font-size: 12px; color: var(--text-muted); margin-right: 12px; flex-shrink: 0; font-weight: 500; }

.related-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 35px; margin-top: 28px; position: relative; overflow: hidden; }
.related-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.related-title {
    font-family: 'Noto Serif SC', serif; font-size: 18px; font-weight: 700;
    color: var(--text-primary); margin-bottom: 22px; padding-left: 16px; position: relative;
}
.related-title::before {
    content: ''; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px;
    background: linear-gradient(180deg, var(--primary), var(--accent)); border-radius: 2px;
}
.related-item {
    display: flex; align-items: flex-start; padding: 14px 0;
    border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; transition: var(--transition);
}
.related-item:last-child { border-bottom: none; }
.related-item:hover { color: var(--primary); }
.related-dot { flex-shrink: 0; width: 6px; height: 6px; background: var(--primary); border-radius: 50%; margin-top: 8px; margin-right: 14px; opacity: 0.6; }
.related-text { font-size: 14px; line-height: 1.6; flex: 1; }
.related-date { flex-shrink: 0; font-size: 12px; color: var(--text-muted); margin-left: 16px; }

/* ============================================================
   内页响应式样式
   ============================================================ */

/* Tablet ≤991px */
@media (max-width: 991px) {
    .page-hero-inner { height: 360px; }
    .page-hero__title { font-size: 32px; letter-spacing: 4px; }
    .content-area, .teacher-section, .list-section, .article-section { padding: 50px 0 70px; }

    /* danye */
    .article-card__header { padding: 35px 35px 28px; }
    .article-card__title { font-size: 24px; }
    .article-card__body { padding: 30px 35px 40px; }
    .article-content { font-size: 15px; }
    .article-content h3 { font-size: 18px; }
    .side-nav { position: static; }
    .side-card { margin-bottom: 24px; }

    /* teacher */
    .sec-header__title { font-size: 26px; }
    .teacher-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .leader-card { flex-direction: column; margin-bottom: 40px; }
    .leader-card__photo { width: 100%; height: 320px; }
    .leader-card__body { padding: 30px 35px; }
    .leader-card__name { font-size: 24px; }
    .leader-card__desc { font-size: 14px; }

    /* list */
    .tab-btn { font-size: 14px; padding: 15px 10px; }
    .list-card__date { width: 80px; }
    .list-card__day { font-size: 28px; }
    .list-card__body { padding: 18px 20px; }
    .list-card__title { font-size: 15px; }
    .list-card__desc { font-size: 13px; }

    /* list_content */
    .article-attachments { padding: 0 35px 25px; }
    .article-footer { padding: 18px 35px; }
    .article-nav { padding: 0 35px 30px; }
    .related-card { padding: 28px; }
}

/* Mobile ≤767px */
@media (max-width: 767px) {
    .page-hero-inner { height: 320px; }
    .page-hero__title { font-size: 26px; letter-spacing: 3px; }
    .page-hero__label { font-size: 10px; padding: 5px 14px; }
    .page-hero__breadcrumb { font-size: 12px; }
    .page-hero__divider { width: 40px; }
    .content-area, .teacher-section, .list-section, .article-section { padding: 30px 0 50px; }

    /* danye */
    .article-card::before { height: 3px; }
    .article-card__header { padding: 28px 20px 22px; }
    .article-card__title { font-size: 20px; }
    .article-card__title::after { width: 36px; margin-top: 12px; }
    .article-card__meta { font-size: 13px; gap: 14px; }
    .article-card__body { padding: 24px 20px 30px; }
    .article-content { font-size: 13px; line-height: 1.85; }
    .article-content p:first-child::first-letter {  }
    .article-content h3 { font-size: 16px; margin: 28px 0 14px; padding-left: 14px; }
    .article-content blockquote { padding: 18px 16px; margin: 20px 0; border-radius: 0 8px 8px 0; }
    .article-content blockquote::before { font-size: 40px; top: -6px; left: 8px; }
    .article-content ul li { padding-left: 20px; margin-bottom: 10px; }
    .side-card__header { padding: 16px 20px; font-size: 14px; }
    .side-nav__item a { padding: 12px 20px; font-size: 13px; }
    .contact-card__body { padding: 18px 20px; }
    .contact-item__icon { width: 32px; height: 32px; font-size: 12px; margin-right: 10px; }
    .contact-item__text { font-size: 13px; }

    /* teacher */
    .sec-header { margin-bottom: 30px; }
    .sec-header__title { font-size: 22px; }
    .filter-bar { gap: 8px; margin-bottom: 28px; }
    .filter-btn { padding: 8px 18px; font-size: 13px; letter-spacing: 0; }
    .teacher-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .teacher-card__info { padding: 14px 10px; }
    .teacher-card__name { font-size: 15px; }
    .teacher-card__title { font-size: 11px; }
    .teacher-card__dept { font-size: 11px; }
    .teacher-card__actions { margin-top: 10px; padding-top: 10px; gap: 8px; }
    .action-btn { width: 30px; height: 30px; font-size: 12px; }
    .leader-card__photo { height: 260px; }
    .leader-card__body { padding: 22px 20px; }
    .leader-card__name { font-size: 20px; }
    .leader-card__role { font-size: 13px; }
    .leader-card__desc { font-size: 13px; line-height: 1.8; }
    .leader-card__divider { width: 36px; height: 2px; margin-bottom: 14px; }
    .tag { font-size: 11px; padding: 4px 12px; }

    /* list */
    .list-tabs { border-radius: 8px; margin-bottom: 24px; }
    .tab-btn { font-size: 13px; padding: 12px 6px; letter-spacing: 0; }
    .tab-btn::after { width: 0 !important; }
    .tab-btn.active { background: rgba(184,29,46,0.04); }
    .list-card { flex-direction: column; border-radius: 10px; margin-bottom: 12px; }
    .list-card::before { width: 100%; height: 3px; }
    .list-card:hover::before { height: 3px; width: 100%; }
    .list-card__date { width: 100%; flex-direction: row; gap: 6px; padding: 12px 16px; border-right: none; border-bottom: 1px solid var(--border); }
    .list-card__day { font-size: 22px; }
    .list-card__month { font-size: 12px; margin-top: 0; }
    .list-card__body { padding: 14px 16px; }
    .list-card__title { font-size: 13px; -webkit-line-clamp: 2; }
    .list-card__desc { font-size: 13px; line-height: 1.6; }
    .list-card__arrow { display: none; }
    .pagination-wrap .page-link { padding: 8px 12px; font-size: 13px; }

    /* list_content */
    .article-card__title { font-size: 19px; }
    .article-attachments { padding: 0 20px 20px; }
    .attach-item { font-size: 13px; padding: 10px 14px; }
    .article-footer { padding: 14px 20px; flex-wrap: wrap; gap: 12px; }
    .share-group { font-size: 13px; }
    .share-btn { width: 32px; height: 32px; font-size: 13px; }
    .print-btn { font-size: 13px; }
    .article-nav { padding: 0 20px 24px; }
    .nav-link-item { font-size: 13px; padding: 12px 14px; }
    .related-card { padding: 20px 16px; margin-top: 18px; }
    .related-title { font-size: 16px; }
    .related-text { font-size: 13px; }
    .related-date { font-size: 12px; }
}

@media (max-width: 480px) {
    .teacher-card__photo { aspect-ratio: 1/1; }
}

/* ============================================================
   扩展响应式媒体查询
   ============================================================ */

/* Large Desktop ≤1199px */
@media (max-width: 1199px) {
    .teacher-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .leader-card__photo { width: 280px; }
    .leader-card__body { padding: 40px 45px; }
}

/* Extra Small ≤576px */
@media (max-width: 576px) {
    .page-hero-inner { height: 280px; }
    .page-hero__title { font-size: 22px; letter-spacing: 2px; }
    .page-hero__label { font-size: 9px; padding: 4px 12px; }
    .page-hero__breadcrumb { font-size: 11px; }
    .page-hero__divider { width: 32px; height: 1px; }
    
    /* danye */
    .article-card__header { padding: 24px 16px 20px; }
    .article-card__title { font-size: 17px; }
    .article-card__title::after { width: 28px; margin-top: 10px; }
    .article-card__meta { font-size: 12px; gap: 10px; }
    .article-card__body { padding: 20px 16px 26px; }
    .article-content { font-size: 12px; line-height: 1.75; }
    .article-content p:first-child::first-letter { }
    .article-content h3 { font-size: 14px; margin: 24px 0 12px; padding-left: 12px; }
    .article-content h3::before { width: 3px; }
    .article-content blockquote { padding: 14px 12px; margin: 16px 0; }
    .article-content blockquote::before { font-size: 32px; top: -4px; left: 6px; }
    
    /* teacher */
    .teacher-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .teacher-card__info { padding: 10px 8px; }
    .teacher-card__name { font-size: 14px; }
    .teacher-card__title { font-size: 10px; }
    .teacher-card__dept { font-size: 10px; }
    .teacher-card__actions { margin-top: 8px; padding-top: 8px; gap: 6px; }
    .action-btn { width: 26px; height: 26px; font-size: 11px; }
    .sec-header__title { font-size: 18px; }
    .sec-header__label { font-size: 10px; }
    .filter-bar { gap: 6px; margin-bottom: 20px; }
    .filter-btn { padding: 6px 14px; font-size: 12px; }
    .leader-card { margin-bottom: 30px; }
    .leader-card__photo { height: 220px; width: 100%; }
    .leader-card__body { padding: 18px 16px; }
    .leader-card__name { font-size: 18px; }
    .leader-card__role { font-size: 12px; }
    .leader-card__desc { font-size: 12px; line-height: 1.7; }
    .leader-card__divider { width: 28px; height: 2px; margin-bottom: 12px; }
    .tag { font-size: 10px; padding: 3px 10px; }
    
    /* list */
    .list-tabs { margin-bottom: 18px; }
    .tab-btn { font-size: 12px; padding: 10px 4px; }
    .list-card { margin-bottom: 10px; }
    .list-card__date { padding: 10px 12px; }
    .list-card__day { font-size: 18px; }
    .list-card__month { font-size: 11px; }
    .list-card__body { padding: 12px 14px; }
    .list-card__title { font-size: 12px; }
    .list-card__desc { font-size: 12px; }
    .list-card__tag { font-size: 10px; padding: 2px 10px; }
    .pagination-wrap .page-link { padding: 6px 10px; font-size: 12px; }
    
    /* list_content */
    .article-card__title { font-size: 16px; }
    .article-attachments { padding: 0 16px 16px; }
    .attach-title { font-size: 14px; }
    .attach-item { font-size: 12px; padding: 8px 12px; }
    .article-footer { padding: 12px 16px; gap: 10px; }
    .share-group { font-size: 12px; }
    .share-btn { width: 28px; height: 28px; font-size: 12px; }
    .print-btn { font-size: 12px; }
    .article-nav { padding: 0 16px 20px; }
    .nav-link-item { font-size: 12px; padding: 10px 12px; }
    .nav-link-item .label { font-size: 11px; }
    .related-card { padding: 16px 12px; margin-top: 14px; }
    .related-title { font-size: 14px; margin-bottom: 16px; }
    .related-item { padding: 10px 0; }
    .related-text { font-size: 12px; }
    .related-date { font-size: 11px; }
    
    /* 侧边栏 */
    .side-card__header { padding: 14px 16px; font-size: 13px; }
    .side-nav__item a { padding: 10px 16px; font-size: 12px; }
    .side-card { margin-bottom: 18px; }
    .hot-item { padding: 12px 16px; }
    .hot-rank { width: 18px; height: 18px; font-size: 10px; margin-right: 10px; }
    .hot-text { font-size: 12px; }
    .contact-card__body { padding: 14px 16px; }
    .contact-item { padding: 10px 0; }
    .contact-item__icon { width: 28px; height: 28px; font-size: 11px; margin-right: 8px; }
    .contact-item__text { font-size: 12px; }
}

/* Tiny ≤380px */
@media (max-width: 380px) {
    .page-hero-inner { height: 240px; }
    .page-hero__title { font-size: 18px; }
    .page-hero__label { font-size: 8px; padding: 3px 10px; }
    
    .teacher-grid { grid-template-columns: 1fr; gap: 8px; }
    .teacher-card__name { font-size: 13px; }
    .teacher-card__title { font-size: 9px; }
    .teacher-card__dept { font-size: 9px; }
    
    .list-tabs { flex-direction: column; }
    .tab-btn { font-size: 11px; padding: 8px; }
    
    .article-card__title { font-size: 14px; }
    .article-content { font-size: 11px; }
    
    .filter-bar { flex-direction: column; gap: 4px; }
    .filter-btn { padding: 5px 12px; font-size: 11px; }
    
    .pagination-wrap .page-link { padding: 5px 8px; font-size: 11px; }
}