.section {
    padding: 256px 0 120px;
}

.section .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section .title h5 {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
}

.section .title .back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 68px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 8px;
    padding: 0 20px;
    gap: 0 10px;
}

.section .title .l {
    width: 80%;
}

.section .title .back a p {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.section .title .back a .iconfont {
    font-size: 16px;
    color: #FFFFFF;
}

.section .title .date {
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 40px 0 0;
}

.section .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 50px 0;
}

.section .content p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
}

.section .content p img {
    display: block;
    margin: 0 auto;
}

.section .content h5 {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 15px;
}

.section .news_page {
    border-top: 1px solid #FFFFFF;
    margin: 80px 0 0;
    padding: 50px 0 0;
}

.section .news_page .w-1200 {
    display: flex;
    justify-content: space-between;
}

.section .news_page .w-1200 .item {
    width: 45%;
}

.section .news_page .w-1200 .item h5 {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.section .news_page .w-1200 .item a {
    width: fit-content;
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    transition: 0.6s;
}

.section .news_page .w-1200 .item a:hover {
    color: #00BD56;
}

.section .news_page .w-1200 .item:nth-child(2) {
    text-align: right;
}

.section .news_page .w-1200 .item:nth-child(2) a {
    margin: 0 0 0 auto;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 13.3333333333vw 0px 6.25vw;
    }

    .section .title h5 {
        font-size: 1.4583333333vw;
    }

    .section .title .back a {
        height: 3.5416666667vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        gap: 0px 0.5208333333vw;
    }

    .section .title .back a p {
        font-size: 0.9375vw;
    }

    .section .title .back a .iconfont {
        font-size: 0.8333333333vw;
    }

    .section .title .date {
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw 0px 0px;
    }

    .section .line {
        margin: 2.6041666667vw 0px;
    }

    .section .content p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .content h5 {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin-bottom: 0.78125vw;
    }

    .section .news_page {
        margin: 4.1666666667vw 0px 0px;
        padding: 2.6041666667vw 0px 0px;
    }

    .section .news_page .w-1200 .item h5 {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .news_page .w-1200 .item a {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .title h5 {
        font-size: 20px;
        line-height: 1.4;
        margin: 30px 0 0;
    }
    .section .title .date {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .section .line {
        margin: 30px 0;
    }
    .section .title {
        flex-direction: column-reverse;
    }
    .section .title .back a {
        height: 40px;
        padding: 0 15px;
        border-radius: 4px;
    }
    .section .title .back a p {
        font-size: 14px;
        margin-right: 10px;
    }
    .section .title .back a .iconfont {
        font-size: 14px;
    }
    .section .content p {
        font-size: 16px;
        line-height: 2;
    }
    .section .content p img {
        height: unset !important;
    }
    .section .news_page {
        margin: 40px 0 0;
        padding: 30px 0 0;
    }
    .section .news_page .w-1200 {
        display: block;
    }
    .section .news_page .w-1200 .item {
        width: 100%;
    }
    .section .news_page .w-1200 .item h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .section .news_page .w-1200 .item:nth-child(2) {
        text-align: left;
        margin: 40px 0 0;
    }
    .section .news_page .w-1200 .item a {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .content h5 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}
