@charset "utf-8";

.cp_xx_07{
 min-height: 550px;
 width: 800px;
 padding: 0 10px 30px;
 float: right;
}
.cp_xx_07_01{
    width: 50%;
    min-height: 200px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px;
}
.cp_xx_07_01 img{
    max-width: 100%;
    max-height: 100%;
}
.cp_xx_07_02{
    width: calc(48% - 50px);
    min-height: 300px;
}
.cp_xx_07_02 span{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777272;
    height: 30px;
}
.cp_xx_07_03{
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    border: 1px solid #eeeeee;
    margin: 20px auto;
}
.cp_xx_07_03 span{
    border: 1px solid #053e95;
    color: #053e95;
    width: 180px;
    height: 36px;
    float: left;
    display: block;
    text-align: center;
}
.cp_xx_07_04{
    padding: 30px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.cp_xx_07_04 img{
    max-width: 90%;
    margin: 0 auto;
}
.cp_xx_07_02 a{
    margin-top: 50px;
    display: block;
    width: 150px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #053e95;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.cp_xx_07_05{
    width: 100%;
    line-height: 40px;
    min-height: 80px;
}

.cp_xx_07_05 ul li{
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #eeeeee;
    padding: 0 10px;
    color: #053e95;
    margin-bottom: 10px;
    font-size: 14px;
}
.cp_xx_07_05 ul li a{
    color: #666666;
}
.cp_xx_07_05 ul li a:hover{
    color: #053e95;
}


@media screen and (max-width: 1199px){

    .cp_xx_07{
        width: 100%;
        padding: 0 10px 30px;
        box-sizing: border-box;
        float: none;
    }
    .cp_xx_07_02,.cp_xx_07_01{
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .cp_xx_07_02{
        padding-top: 20px;
        min-height: 220px;
    }
    .cp_07_01 .cp_07_02:nth-child(3n){
        margin: 0 auto 50px;
    }



  }