.section {
    padding: 176px 0 231px;
    position: relative;
    overflow: hidden;
}

.section:after {
    content: "";
    width: 100%;
    height: 800px;
    background: linear-gradient(180deg, #E8EAF0, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.section .wrap {
    position: relative;
    z-index: 3;
}

.section .wrap .title {
    width: 735px;
    font-family: 'ALIBABA_MEDIUM';
    font-size: 32px;
    color: #333333;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}

.section .wrap .time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    margin: 20px 0 52px;
}

.section .wrap .time .iconfont {
    font-size: 22px;
    color: #B6B6B6;
}

.section .wrap .time p {
    font-weight: 500;
    font-size: 16px;
    color: #969696;
}

.section .wrap .content {
    padding: 100px 100px 0;
    background: #FFFFFF;
    border-radius: 24px 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 9.1666666667vw 0px 12.03125vw;
    }

    .section::after {
        height: 41.6666666667vw;
    }

    .section .wrap .title {
        width: 38.28125vw;
        font-size: 1.6666666667vw;
        line-height: 2.3958333333vw;
    }

    .section .wrap .time {
        gap: 0px 0.3645833333vw;
        margin: 1.0416666667vw 0px 2.7083333333vw;
    }

    .section .wrap .time .iconfont {
        font-size: 1.1458333333vw;
    }

    .section .wrap .time p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content {
        padding: 5.2083333333vw 5.2083333333vw 0px;
        border-radius: 1.25vw 1.25vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 120px 0 60px;
    }
    .section .wrap .title {
        width: 100%;
        font-size: 20px;
        line-height: 1.4;
    }
    .section .wrap .time {
        gap: 6px;
        margin: 15px 0 20px;
    }
    .section .wrap .time p {
        font-size: 14px;
    }
    .section .wrap .time .iconfont {
        font-size: 14px;
    }
    .section .wrap .content {
        padding: 20px 0 0;
        border-top: 1px solid #cccccc;
        font-size: 15px;
        line-height: 2;
        background: unset;
        border-radius: unset;
    }
}
