/*自适应*/
@media only screen and (max-width: 1700px){
    .centerBox{
        width: 295px!important;
    }
}

@media only screen and (max-width: 1440px){
    .centerImgList{
        height: 520px!important;
    }
}


@media only screen and (max-width: 1366px){
    .centerImgList{
        height: 470px!important;
    }
    .deveList:nth-child(5){
        height: 472px!important;
        margin-top: -146px!important;
    }
}