.cp{
    /* max-width: 1300px; */
    padding: 40px 0;
    height: 600px;
    margin: auto;
    /* background-color: orange; */
    position: relative;
}
.cp-list{
    max-width: 1120px;
    height: 260px;
    margin: auto;
    position: relative;
    /* background-color: rosybrown; */
}
.cp-list li{
    float: left;
    margin: 0 15px;
    width: 250px;
    height: 260px;
    border:2px solid #e3e3eb;
    border-radius: 8px;
    /* background-color: greenyellow; */
}
.cp-list li .img-box{
    height: 130px;
    overflow: hidden;
}
.cp-list li img{
    border-radius: 8px 8px 0 0;
    width: 246px;
}
.cp .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
}
.cp .text{
    padding: 30px;
    color: black;
}
.cp .arrow-l {
    left: -80px;
    top: 100px;
}

.cp .arrow-r {
    right: -80px;
    top: 100px;
}

@media only screen and (max-width: 600px) {

    .cp-list{
        width: 100%;
        height: 375px;
        margin: auto;
        padding: 0 40px;
        position: relative;
        text-align: center;
        /* background-color: rosybrown; */
    }

    .cp-list li{
        float: left;
        margin: 5px 10px;
        width: 125px;
        height: 130px;
        border:2px solid #e3e3eb;
        border-radius: 8px;
        /* background-color: greenyellow; */
    }

    .cp-list li .img-box{
        height: 75px;
        overflow: hidden;
    }

    .cp-list li img{
        border-radius: 8px 8px 0 0;
        width: 125px;
    }

    .cp .text{
        font-size: 10px;
        padding: 5px 20px;
        color: black;
    }

    .cp .arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .1);
    }
}
