html,
body {
    background: rgba(2, 96, 189, 0.01);
}

.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;
}





.news-wrap {
    padding: 40px 0 70px;
}
.news-wrap .row {
    display: flex;
    flex-wrap: wrap;
}

.news-wrap .container {
    max-width: 1600px;
    width: unset;
}

.news-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
}

.news-wrap .col {
    padding: 15px;
    height: 100%;
}
.news-wrap .col:hover img {
    transform: scale(1.1);
}

.news-wrap h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #025FBD;
    line-height: 1.4;
    margin: 20px 0;
}

.news-wrap p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 1.6;
    margin: 20px 0 30px;
}

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

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

.news-wrap .icon::after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-wrap .cover {
    height: 14.0625vw;
    overflow: hidden;
}

.news-wrap .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}


@media screen and (max-width: 640px) {
    .news-wrap {
        padding: 0 0 40px;
    }
    .news-wrap h2 {
        font-size: 24px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
    .news-wrap .cover {
        height: unset;
    }
    .news-wrap .cover img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .news-wrap h3 {
        font-size: 18px;
        margin: 10px 0;
    }
    .news-wrap p {
        margin: 10px 0 20px;
    }
}
