.sponsors{
    padding-bottom: 32px;
}
.sponsors_swiper{
    width: 100%;
}
.sponsors_img{
    width: 524px;
    height: auto;
    display: inline-block;
}
.swiper .swiper-slide {
    width: 50%;
    height: 100%;
    /* 文字垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next::after{
    display: none;
}


/*设计图得pc中间内容块最小尺寸*/
@media screen and (min-width: 980px) {
    /*  */
}

@media screen and (max-width: 980px) {
    .sponsors{
        padding: 0 16px;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .sponsors_img{
        width: 285px;
    }
}