.cp-item{
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.cp-item .l-cp-img{
    width: 35%;
    border: 1px solid #ebebeb;
    margin-right: 5%;
}
.cp-item .r-cp-desc{
    width: 60%;
    padding: 20px 0;
}
.cp-desc-item1 h1{
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.cp-desc-item2 p{
    margin-top: 40px;
    color: #0166ae;
    font-weight: 600;
    margin-bottom: 30px;
}
.cp-desc-item2 div{
    line-height: 26px;
}

.cp-desc-item3{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.cp-desc-item3 a{
    width: 50%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
}
.cp-desc-item3 a .icon-blue{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #0166ae;
    margin-right: 10px;
}
.cp-desc-item3 a:hover{
    color: #0166ae;
}
.ld_vp_box{
    padding-bottom: 0;
}
@media screen and (max-width:750px) {
    .cp-item{
        flex-wrap: wrap;
    }
    .cp-item .l-cp-img{
        width: 100%;
        margin-right: 0;
    }
    .cp-item .r-cp-desc{
        width: 100%;
    }
    .cp-desc-item3{
        margin-top: 50px;
    }
    .cp-desc-item3 a{
        width: 100%;
    }
}