/* index7 — 学校人物：主从特写（左详右表） */
.SchoolFigures-spotlight {
    --sf-blue: #004b8d;
    --sf-ink: #1a1a1a;
    --sf-muted: #666;
    --sf-line: #e6e6e6;
    --sf-spot-h: 360px;
    --sf-thumb-gap: 8px;
    --sf-thumb-n: 4;
    width: 1232px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 7px;
    padding: 9px 20px 18px;
    border: 2px solid #ccc;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.SchoolFigures-spotlight .sf-spotlight {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 22px;
    padding-top: 12px;
    align-items: stretch;
}

.SchoolFigures-spotlight .sf-spot-main {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f5f7;
    height: var(--sf-spot-h);
}

.SchoolFigures-spotlight .sf-spot-main .swiper-slide {
    height: var(--sf-spot-h);
}

.SchoolFigures-spotlight .sf-spot-feature {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    height: var(--sf-spot-h);
    text-decoration: none;
    color: inherit;
    background: #f7f9fb;
}

.SchoolFigures-spotlight .sf-spot-photo {
    position: relative;
    overflow: hidden;
    background: #e8eef4;
}

.SchoolFigures-spotlight .sf-spot-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.SchoolFigures-spotlight .sf-spot-feature:hover .sf-spot-photo img {
    transform: scale(1.04);
}

.SchoolFigures-spotlight .sf-spot-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 28px 20px 20px 24px;
    background: linear-gradient(165deg, #f8fafc 0%, #eef3f8 55%, #e8eef5 100%);
    box-sizing: border-box;
}

.SchoolFigures-spotlight .sf-spot-info h5 {
    font-size: 24px;
    line-height: 1.3;
    color: var(--sf-ink);
    margin: 0 0 10px;
    font-weight: 700;
}

.SchoolFigures-spotlight .sf-spot-info h6 {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 10px;
    font-weight: 600;
}

.SchoolFigures-spotlight .sf-spot-date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.SchoolFigures-spotlight .sf-spot-info p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--sf-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.SchoolFigures-spotlight .sf-spot-more {
    align-self: flex-end;
    margin-top: auto;
    display: inline-block;
    padding: 7px 18px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    background: var(--sf-blue);
    border-radius: 3px;
    transition: background 0.25s ease;
}

.SchoolFigures-spotlight .sf-spot-feature:hover .sf-spot-more {
    background: #003a6e;
}

.SchoolFigures-spotlight .sf-spot-thumbs {
    height: var(--sf-spot-h);
    overflow: hidden;
}

.SchoolFigures-spotlight .sf-spot-thumbs .swiper-slide {
    height: calc((var(--sf-spot-h) - (var(--sf-thumb-gap) * (var(--sf-thumb-n) - 1))) / var(--sf-thumb-n)) !important;
    box-sizing: border-box;
    cursor: pointer;
}

.SchoolFigures-spotlight .sf-thumb-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: #fafafa;
    box-sizing: border-box;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.SchoolFigures-spotlight .sf-thumb-card .sf-thumb-img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    background: #e8eef4;
    flex-shrink: 0;
}

.SchoolFigures-spotlight .sf-thumb-card .sf-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.SchoolFigures-spotlight .sf-thumb-card h6 {
    margin: 0 0 4px;
    font-size: 14px;
    color: var(--sf-ink);
    font-weight: 600;
    line-height: 1.35;
}

.SchoolFigures-spotlight .sf-thumb-card p {
    margin: 0;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.SchoolFigures-spotlight .sf-spot-thumbs .swiper-slide.is-active .sf-thumb-card,
.SchoolFigures-spotlight .sf-spot-thumbs .swiper-slide.is-active .sf-thumb-card:hover {
    background: #f0f5fa;
    border-color: #d4e0ec;
}

.SchoolFigures-spotlight .sf-spot-thumbs .swiper-slide:not(.is-active) .sf-thumb-card:hover {
    background: #f5f5f5;
    border-color: var(--sf-line);
}

.SchoolFigures-spotlight .sf-spotlight-pagination {
    margin-top: 14px;
    text-align: center;
    position: relative;
}

.SchoolFigures-spotlight .sf-spotlight-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b5afaf;
    opacity: 1;
    margin: 0 6px !important;
    transition: 0.35s;
}

.SchoolFigures-spotlight .sf-spotlight-pagination .swiper-pagination-bullet-active {
    background: var(--sf-blue);
    transform: scale(1.45);
}

@media (min-width: 1px) and (max-width: 1268px) {
    .SchoolFigures-spotlight {
        width: 100%;
        padding: 9px 12px 16px;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {
    .SchoolFigures-spotlight {
        --sf-spot-h: auto;
        --sf-thumb-n: 3;
    }

    .SchoolFigures-spotlight .sf-spotlight {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .SchoolFigures-spotlight .sf-spot-main,
    .SchoolFigures-spotlight .sf-spot-main .swiper-slide,
    .SchoolFigures-spotlight .sf-spot-feature {
        height: auto;
    }

    .SchoolFigures-spotlight .sf-spot-feature {
        grid-template-columns: 1fr;
    }

    .SchoolFigures-spotlight .sf-spot-photo {
        height: 240px;
    }

    .SchoolFigures-spotlight .sf-spot-thumbs {
        height: 258px;
    }

    .SchoolFigures-spotlight .sf-spot-thumbs .swiper-slide {
        height: calc((258px - (var(--sf-thumb-gap) * (var(--sf-thumb-n) - 1))) / var(--sf-thumb-n)) !important;
    }
}
