/* index5 — 学校人物：图下文，无姓名、无标题背景色 */
.SchoolFigures-caption {
    width: 1232px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 7px;
    padding: 9px 20px 16px 20px;
    border: 2px solid #ccc;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.SchoolFigures-caption .sf-caption-swiper {
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 14px;
    position: relative;
}

.SchoolFigures-caption .sf-caption-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.SchoolFigures-caption .sf-caption-list li {
    height: auto;
}

.SchoolFigures-caption .sf-caption-list a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: opacity 0.25s ease;
}

.SchoolFigures-caption .sf-caption-list a:hover {
    opacity: 0.88;
}

.SchoolFigures-caption .sf-thumb {
    height: 180px;
    overflow: hidden;
    background: #eee;
}

.SchoolFigures-caption .sf-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.SchoolFigures-caption .sf-caption-list a:hover .sf-thumb img {
    transform: scale(1.04);
}

.SchoolFigures-caption .sf-text {
    padding: 12px 0 0;
}

.SchoolFigures-caption .sf-text p {
    font-size: 14px;
    color: #222;
    line-height: 1.55;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SchoolFigures-caption .sf-caption-list a:hover .sf-text p {
    color: #000;
}

.SchoolFigures-caption .sf-caption-swiper .swiper-pagination {
    bottom: 0;
    margin-top: 14px;
    position: relative;
}

.SchoolFigures-caption .sf-caption-swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #b5afaf;
    opacity: 1;
    margin: 0 6px !important;
}

.SchoolFigures-caption .sf-caption-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #004b8d;
    transform: scale(1.3);
}

@media (min-width: 1px) and (max-width: 1268px) {
    .SchoolFigures-caption {
        width: 100%;
        padding: 0;
    }
}
