.desc-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin: 81px 0 19px;
    text-align: center;
}
.desc-wrap small {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    text-align: center;
    margin-bottom: 40px;
}


.desc-wrap .bto {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin-top: 30px;
}

.desc-wrap .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(3, 95, 189, .4);
    position: relative;
    margin-right: 4px;
}

.desc-wrap .icon::after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.desc-wrap .col {
    padding: 15px;
    display: block;
}
.desc-wrap .col .wrap {
    background: #F2F6FA;
    border-radius: 30px;
    padding: 35px 40px 40px;
}
.desc-wrap .col .wrap .top {
    padding-bottom: 23px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.desc-wrap .col .wrap span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.desc-wrap .col .wrap:hover h3 {
    color: #035FBD;
}
.desc-wrap .col .wrap h3 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 16px 0 0;
}
.desc-wrap .rich-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.8;
    height: 200px;
}
.desc-wrap .rich-text b {
    margin-bottom: 10px;
    font-size: 18px;
}
.desc-wrap .rich-text p {
    margin: unset;
}
@media screen and (max-width: 640px) {
    .container {
        width: 100%;
    }
    .desc-wrap .rich-text {
        height: unset;
    }
    .desc-wrap h2 {
        font-size: 28px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .desc-wrap .col .wrap {
        padding: 15px 20px 20px;
        border-radius: 10px;
    }
    .desc-wrap .col .wrap .top {
        padding-bottom: 11px;
        margin-bottom: 10px;
    }
    .desc-wrap.t13 .desc img {
        width: 30px;
    }
}
