.bussList{

}
.bussList li{
    margin: 1.2rem 0;
}
.bussItem{

}
.bussPic{
    position: relative;
    flex-shrink: 0;
    width: 42%;
    max-width: 608px;
}
.bussMask{
    padding-bottom: 57.57%;
    background-color: #F7F7F7;
}
.bussImg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: .5rem;
    top: -.6rem;
    transition: all .6s;
}
.bussImg .imgBg{
    height: 100%;
    transition: all 1s;
}
.bussMore{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    line-height: 1.6;
    padding: .48rem .1rem;
    background-color: var(--baseColor);
    z-index: 1;
    text-align: center;
}
.bussMore::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    width: 0%;
    z-index: -1;
    transition: all .6s;
}
.bussMore img{
    height: 16px;
    max-height: .2rem;
}
.bussMore i{
    display: block;
}

.bussText{
    flex-shrink: 0;
    width: 50%;
    max-width: 740px;
    margin-top: -.3rem;
}
.bussTit{
    position: relative;
    line-height: 1.1;
    padding-left: .14rem;
    margin-bottom: .25rem;
    transition: all .4s;
}
.bussTit::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    max-width: .06rem;
    height: 100%;
    background: #D6000F;
    border-radius: 2px;
    transition: all .4s;
}
.bussCon{
    color: #666666;
    line-height: 1.875;
    transition: all .4s;
}
.bussItem:hover .bussImg{
    top: -.3rem;
}
.bussItem:hover .bussMore::before{
    width: 100%;
}
.bussItem:hover .bussTit{
    color: var(--baseColor);
    padding-left: 0;
    padding-bottom: 6px;
    margin-top: -6px;
}
.bussItem:hover .bussTit::before{
    width: 100%;
    height: 2px;
    max-width: none;
    top: auto;
    bottom: 0;
    transition: all .4s,width .4s linear .4s;
}
.bussItem:hover .bussCon{
    color: var(--baseColor);
}

.bussList li:nth-child(2n + 1) .bussItem{
    flex-direction: row-reverse;
}
.bussList li:nth-child(2n + 1) .bussImg{
    right: auto;
    left: -.5rem;
}
.bussList li:nth-child(2n + 1) .bussMore{
    right: auto;
    left: 0;
}

.bussName{
    line-height: 1.6;
    padding: .1rem 0;
    margin: .4rem 0;
    border-bottom: 1px solid #D8D8D8;
}
.bussInfo{
    margin: .4rem 0 .8rem;
}
.bussLeft{
    width: 54%;
    max-width: 780px;
}
.bussRight{
    width: 44%;
    max-width: 610px;
}
.bussMax{
    margin-bottom: .25rem;
}
.bussMaxImg{
    padding-bottom: 74.8%;
}
.bussMin{
    position: relative;
}
.bussMin .swiper-slide{
    background-color: #000;
}
.bussMinImg{
    padding-bottom: 75.18%;
    opacity: .5;
    cursor: pointer;
    transition: all .3s;
}
.bussMin .swiper-slide-thumb-active .bussMinImg{
    opacity: 1;
}
.bussBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 37px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    cursor: pointer;
}
.bussPrev{
    left: 0;
    background-image: url(../images/business/busPrev.webp);
}
.bussNext{
    right: 0;
    background-image: url(../images/business/busNext.webp);
}

@media (max-width:1600px){

}
@media (max-width:1400px){
    .bussTit{
        font-size: 16px;
    }
}
@media (max-width:1200px){
    .bussList li{
        margin: .6rem 0;
    }
    .bussItem{
        align-items: flex-start;
    }
    .bussImg{
        left: 0.2rem;
        top: -0.2rem;
    }
    .bussList li:nth-child(2n + 1) .bussImg{
        right: auto;
        left: -.2rem;

    }
    .bussMore{
        padding: .3rem .1rem;
    }
    .bussMore img{
        height: 14px;
    }
    .bussText{
        margin-top: -.1rem;
    }
    .bussName{
        margin: .3rem 0;
    }
    .bussInfo{
        margin: .3rem 0 .6rem;
    }
    h2.bussName{
        font-size: 16px;
    }

}
@media (max-width:991px){
    .bussBox{
        display: block;
    }
    .bussLeft,
    .bussRight{
        width: 100%;
        max-width: 100%;
        margin: .3rem 0;
    }

}
@media (max-width:767px){
    .bussList li{
        margin: 0;
        padding: .3rem;
        border: 1px solid #F7F7F7;
        margin-top: -1px;
    }
    .bussItem{
        display: block;
    }
    .bussPic{
        width: auto;
        margin: .3rem 0;
        margin-left: .3rem;
    }
    .bussText{
        width: 100%;
        max-width: 100%;
        margin: .3rem 0;
    }
    .bussList li:nth-child(2n) .bussPic{
        margin-left: 0;
        margin-right: .3rem;
    }
    .bussItem:hover .bussTit{
        padding-left: .14rem;
        padding-bottom: 0;
        margin-top: 0;
    }
    .bussItem:hover .bussTit::before{
        height: 100%;
        width: 2px;
    }

}
@media (max-width:640px){

}
@media (max-width:460px){

}