.fuxuan-honors{
    margin-top: 84px;
    padding-bottom: var(--padding-top);
}
.fuxuan-honors .honors-list{
    margin-top: 34px;
    position: relative;
    padding-bottom: 50px;
}
.fuxuan-honors .swiper-slide{
    border: 1px solid #DDD;
    background: #FFF;
    padding: 11px 14px;
}
.fuxuan-honors .swiper-slide img{
    width: 100%;
    aspect-ratio: 275/377;
    object-fit: cover;
}
.fuxuan-honors .swiper-pagination{
    bottom: 0;
}
.fuxuan-honors .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 1px solid #DBDCDD;
    background: #fff;
}
.fuxuan-honors .swiper-pagination-bullet-active{
    background: #CCA773;
    border: 1px solid #CCA773;
}

@media screen and (max-width: 992px) {
    .fuxuan-honors{
        margin-top: 50px;
    }
}