.caseBg{
    padding: .8rem 0;
    background-color: #FAFAFA;
}
.caseBg + .caseBg{
    padding-top: 0;
}

.caseList li{
    margin: 1rem 0;
}
.caseList li:nth-child(2n) .caseItem{
    flex-direction: row-reverse;
}
.caseItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.caseImg{
    flex-shrink: 0;
    width: 45%;
    max-width: 650px;
    overflow: hidden;
}
.caseImg .imgBg{
    display: block;
    padding-bottom: 73.85%;
    transition: all 1s;
}
.caseImg:hover .imgBg{
    transform: scale(1.05);
}
.caseText{
    flex-shrink: 0;
    width: 45%;
    max-width: 650px;
}
.caseTit{
    line-height: 1.4;
}
.caseCon{
    line-height: 2;
    margin: .4rem 0 .6rem;
}

.caseBot{
    overflow: hidden;
}
.caseBotImg{
    position: relative;
    margin-top: .8rem;
}
.caseBotImg img{
    width: 100%;
}
.caseBotText{
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 604px;
    max-width: 410px;
    max-width: 470px;
}
.caseBotNum{
    line-height: 1;
    font-weight: bold;
    font-family: 'DINAlternate';
}
.caseBotTit{
    line-height: 1.2;
    margin: .2rem 0;
}
.caseBotIco{
    width: 51px;
    height: 34px;
    max-width: .51rem;
    max-height: .34rem;
    background: url(../images/case/caseBotIco.webp) center center no-repeat;
    background-size: contain;
    margin: .2rem 0;
}
.caseBotCon{
    line-height: 2;
    -webkit-line-clamp: 4;
}

.cBox{
    margin: .4rem 0 .8rem;
}
.cLeft{
    float: left;
    width: 63.86%;
}
.cTop{
    margin-bottom: .3rem;
    border-bottom: 1px solid #D8D8D8;
}
.cTit{
    line-height: 1.4;
}
.cTime{
    line-height: 24px;
    margin: .1rem -.1rem;
}
.cTime span{
    padding: 2px .1rem;
}
.cText{
    line-height: 1.875;
    margin: .3rem 0 .6rem;
}
.cPage{
    padding: .2rem 0 .4rem;
    border-top: 1px solid #D8D8D8;
}
.cPage p{
    margin: .15rem 0;
}
.cPage a{
    color: #666666;
    transition: all .3s;
}
.cPage a:hover{
    color: var(--baseColor);
}
.cRight{
    float: right;
    width: 32%;
}
.cH2{
    line-height: 1.2;
    margin-bottom: .3rem;
}
.cList li{
    margin-top: .4rem;
}
.cImg{
    padding-bottom: 73.91%;
}
.cName{
    line-height: 1.2;
    margin: .2rem 0 .1rem;
    transition: all .3s;
}
.cCon{
    line-height: 2;
    -webkit-line-clamp: 2;
}
.cList li a:hover .imgBg{
    transform: scale(1.05);
}
.cList li a:hover .cName{
    color: var(--baseColor)
}

@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .caseBg{
        padding: .6rem 0;
    }
    .caseList li{
        margin: .5rem 0;
    }
    .caseImg{
        width: 50%;
    }
    .caseCon{
        line-height: 1.6;
        margin: .1rem 0 .2rem;
    }
    .caseBotImg{
        margin-top: .4rem;
    }
    .cBox{
        margin: .2rem 0 .4rem;
    }
    .cTop{
        margin-bottom: .2rem;
    }
    .cText{
        margin: .2rem 0 .4rem;
    }
    .cPage{
        line-height: 1.4;
        padding: .1rem 0 .2rem;
    }
    .cPage p{
        margin: .1rem 0;
    }
    .cH2{
        margin-bottom: .2rem;
    }
    .cList li{
        margin-top: .2rem;
    }
    .cName{
        font-size: 16px;
        margin: .1rem 0 .06rem;
    }
    .cCon{
        font-size: 14px;
        line-height: 1.6;
    }

    .caseBotIco{
        width: 30px;
        height: 20px;
    }

}
@media (max-width:991px){
    .cLeft,
    .cRight{
        float: none;
        width: 100%;
    }
    .cH2{
        margin-top: .2rem;
        margin-bottom: 0;
    }
    .cList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.1rem;
    }
    .cList li{
        width: 50%;
        padding: 0 .1rem;
    }
    .caseBotText{
        position: static;
        width: 100%;
        max-width: 100%;
        transform: translateY(0);
        padding: .3rem 0 0;
    }
    .caseBotCon{
        display: block;
    }
}
@media (max-width:767px){

}
@media (max-width:640px){
    .caseCon{
        line-height: 22px;
        height: 44px;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
@media (max-width:460px){
    .caseTit{
        font-size: 14px;
    }
    .caseText .hmMore{
        max-width: 80%;
        line-height: 32px;
    }
    .cName{
        font-size: 14px;
    }
    .cCon{
        font-size: 12px;
    }
}