﻿/*访谈专访样式*/

/* AI-GENERATED START [Cursor Grok 4.5] - 2026-07-13 */
.interview-page {
    --inte-ink: #0f1b2d;
    --inte-muted: #6a7380;
    --inte-line: #d5dbe6;
    --inte-accent: #2566f4;
    --inte-deep: #163a8a;
    --inte-wash: #f3f6fb;
    --inte-paper: #f8fafc;
    padding-bottom: 40px;
}

@keyframes inteHeroIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interview-hero {
    position: relative;
    margin: 0 0 28px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, #0d1a30 0%, #14305f 48%, #1a4a9c 78%, #2566f4 100%);
    box-shadow: 0 10px 28px rgba(15, 27, 45, 0.18);
}

.interview-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
    pointer-events: none;
}

.interview-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    top: -35%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 0 0 40px rgba(255, 255, 255, 0.03),
        0 0 0 80px rgba(255, 255, 255, 0.02);
    pointer-events: none;
}

.interview-hero-inner {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 148px;
    padding: 34px 40px 36px;
    box-sizing: border-box;
}

.interview-hero-main,
.interview-hero-side {
    display: table-cell;
    vertical-align: middle;
}

.interview-hero-main {
    width: 58%;
    padding-right: 28px;
    animation: inteHeroIn 0.55s ease both;
}

.interview-hero-side {
    width: 42%;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    animation: inteHeroIn 0.55s ease 0.12s both;
}

.interview-hero-label {
    margin: 0 0 14px;
    line-height: 1;
}

.interview-hero-label span {
    display: inline-block;
    padding: 6px 12px 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.36em;
    text-indent: 0.36em;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.interview-hero-title {
    margin: 0;
    font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: bold;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.interview-hero-desc {
    margin: 0;
    max-width: 280px;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: 0.04em;
}

.interview-sections {
    display: block;
}

.interview-section {
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid var(--inte-line);
    box-shadow: 0 1px 0 rgba(26, 35, 50, 0.03);
}

.interview-section .news-title {
    border-top: none;
    background: var(--inte-wash);
    padding: 0 14px;
}

.interview-section .news-title h2 {
    width: auto;
}

.interview-section .news-ul-small {
    padding: 8px 18px 14px;
}

.interview-section .news-ul-small li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #e8ecf2;
    background-position: left 10px;
}

.interview-section .news-ul-small li:last-child {
    border-bottom: none;
}

.interview-section .news-ul-small li > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.interview-section .news-ul-small li > a:hover {
    color: var(--inte-accent);
    padding-left: 4px;
}

.interview-section .mor1 a {
    transition: opacity 0.2s ease;
}

.interview-section .mor1 a:hover {
    opacity: 0.75;
}

/* 旧双栏人物模块样式保留空壳，避免历史引用报错 */
.interview-div {
    width: 100%;
}

.staff-info,
.staff-pic,
.staff-name,
.staff-intro {
    display: none;
}
/* AI-GENERATED END */
