.section {
    padding: 263px 0 125px;
}

.section .wrap {
    width: 1000px;
    margin: 0 auto;
}

.section .wrap .title {
    text-align: center;
    padding: 0 0 60px;
    border-bottom: 1px solid #EDEDED;
    margin: 0 0 50px;
}

.section .wrap .title h1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 42px;
}

.section .wrap .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 38px 0 0;
}

.section .wrap .content {
    text-align: center;
}

.section .wrap .content p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 13.6979166667vw 0px 6.5104166667vw;
    }

    .section .wrap {
        width: 52.0833333333vw;
    }

    .section .wrap .title {
        padding: 0px 0px 3.125vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .section .wrap .title h1 {
        font-size: 1.5625vw;
        line-height: 2.1875vw;
    }

    .section .wrap .title .time {
        font-size: 0.8333333333vw;
        margin: 1.9791666667vw 0px 0px;
    }

    .section .wrap .content p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap .title .time {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .section .wrap .title {
        padding: 0 0 30px;
        margin-bottom: 40px;
    }
    .section .wrap .content p {
        font-size: 16px;
        line-height: 2;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .section .wrap .content img {
        height: unset !important;
    }
}
