.mainWrap{
    background: url(../images/pc/inner/ny_honor_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.honorSwiper .swiper-slide:nth-child(2n){
    padding-top: 50px;
}

.honorI{
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
}

.honorI::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #C3C5CD;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.honorI::after{
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(#C3C5CD, #C4C6CE, #E8E9EB);
    position: absolute;
    left: 4px;
    top: 0;
}

.honorI p{
    max-width: 100%;
    width: fit-content;
    background: white;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.honorI p::before{
    content: "";
    width: 3px;
    height: 20px;
    background: #E40000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.honorImg{
    max-width: 100%;
    width: fit-content;
    background: white;
}

.honorImg img{
    max-width: 100%;
    width: 262px;
    /* height: 198px; */
}

.honorTool{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.honor-button-next, .honor-button-prev{
    width: 62px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.15);
}

.honor-button-next img, .honor-button-prev img{
    width: 13px;
    height: 13px;
}

.honor-button-next:hover, .honor-button-prev:hover{
    background: #E40000;
}

.honor-pagination{
    margin: 0 20px;
}

.honorTool .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    opacity: 1;
    margin: 0 13px;
}

.honorTool .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #C7001A;
}

@media screen and (max-width: 540px){
    .honorSwiper .swiper-slide:nth-child(2n){
        padding-top: 0;
    }

    .honorI p{
        font-size: 12px;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        white-space: pre-wrap;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .honorI p::before{
        width: 2px;
        height: 18px;
    }

    .honorI::before{
        width: 5px;
        height: 5px;
    }

    .honorI::after{
        width: 1px;
        left: 2px;
    }

    .honor-button-next, .honor-button-prev{
        display: none;
    }

    .honorTool .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
        margin: 0 7px;
    }

    .honorTool{
        margin-top: 25px;
    }
}