body{
    background: #F1F1F1 !important;
}
.con{
    width: 960px;
    padding-bottom: 20px;
}
.con_con{
    background: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 20px;
    padding: 36px;
    box-sizing: border-box;
}
.con_title{
    color: #5AB4FF;
    /*font-size: 20px;*/
    font-size: 16px;
}
.con_text{
    /*font-size: 20px;*/
    font-size: 16px;
    color: #232323;
    line-height: 25px;
    padding: 20px 0;
}
.con_imgList{
    width: 520px;
}
.con_imgItem{
    width: 156px;
    height: 156px;
    border-radius: 10px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.con_footer{
    /*font-size: 20px;*/
    font-size: 16px;
    color: #979A9D;
    width: 620px;
    margin-top: 24px;
}

.con_right{
    width: 218px;
    height: 530px;
    margin-top: 20px;
    /*position: sticky;*/
    top: 120px;
    background: url(https://imagefile-1325623149.cos.ap-beijing.myqcloud.com/customeServer/website/other_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 30px;
}
._right_top{
    font-weight: 600;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #232323;
}
._right_img{
    width: 136px;
    height: 136px;
    margin-top: 20px;
    margin-bottom: 15px;
}
._right_text{
    color: #232323;
    /*font-size: 12px;*/
    font-size: 10px;
}