.section_top {
    padding: 248px 0 46px;
    background: #F8F8F8;
}

.section_top .flex {
    width: 1150px;
    display: flex;
    justify-content: space-between;
}

.section_top .flex .l {
    width: 900px;
}

.section_top .flex .l h1 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 50px;
}

.section_top .flex .l .time {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
}

.section_top .flex .l .l_flex {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.section_top .flex .l .l_flex .pdf_more {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0 10px;
}

.section_top .flex .l .l_flex .pdf_more .iconfont {
    width: 20px;
    height: 20px;
    background: #02755F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FFFFFF;
}

.section_top .flex .l .l_flex .pdf_more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section_top .flex .l .l_flex .pdf_more:hover p {
    color: #02755F;
}


.section_top .flex .back {
    width: 206px;
    height: 64px;
    background: #02755F;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}

.section_top .flex .back p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.section_top .flex .back .iconfont {
    font-size: 20px;
    color: #FFFFFF;
}

.section {
    padding: 104px 0 120px;
}

.section .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section .wrap .l_box {
    width: 1150px;
}

.section .wrap .l_box .pdf_more {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0 10px;
    margin: 70px 0 0;
}

.section .wrap .l_box .pdf_more .iconfont {
    width: 20px;
    height: 20px;
    background: #02755F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FFFFFF;
}

.section .wrap .l_box .pdf_more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .l_box .pdf_more:hover p {
    color: #02755F;
}

.section .wrap .content {
    width: 1150px;
    padding: 0 0 80px;
    border-bottom: 1px solid #CCCCCC;
}

.section .wrap .content p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px;
}

.section .wrap .list {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    width: 308px;
    background: #F9F9F9;
    padding: 29px 15px 9px;
}

.section .wrap .list h5 {
    font-weight: 400;
    font-size: 24px;
    color: #1A1A1A;
    margin-bottom: 35px;
}

.section .wrap .list .item {
    display: block;
    width: 100%;
    height: 156px;
    background: #FFFFFF;
    padding: 34px 23px 0;
    margin-bottom: 20px;
    transition: 0.6s;
}

.section .wrap .list .item .time {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 20px;
    transition: 0.6s;
}

.section .wrap .list .item .item_title {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    transition: 0.6s;
}

.section .wrap .list .item:hover {
    background: #006A52;
}

.section .wrap .list .item:hover .time, .section .wrap .list .item:hover .item_title {
    color: #FFFFFF;
}

.section .wrap .content p img {
    height: unset !important;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .section_top {
        padding: 12.9166666667vw 0px 2.3958333333vw;
    }

    .section_top .flex {
        width: 59.8958333333vw;
    }

    .section_top .flex .l {
        width: 46.875vw;
    }

    .section_top .flex .l h1 {
        font-size: 2.1875vw;
        margin-bottom: 2.6041666667vw;
    }

    .section_top .flex .l .time {
        font-size: 0.8333333333vw;
    }

    .section_top .flex .l .l_flex {
        gap: 0px 2.6041666667vw;
    }

    .section_top .flex .l .l_flex .pdf_more {
        gap: 0px 0.5208333333vw;
    }

    .section_top .flex .l .l_flex .pdf_more .iconfont {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.5208333333vw;
    }

    .section_top .flex .l .l_flex .pdf_more p {
        font-size: 0.8333333333vw;
    }

    .section_top .flex .back {
        width: 10.7291666667vw;
        height: 3.3333333333vw;
        border-radius: 0.2083333333vw;
        gap: 0px 0.78125vw;
    }

    .section_top .flex .back p {
        font-size: 0.8333333333vw;
    }

    .section_top .flex .back .iconfont {
        font-size: 1.0416666667vw;
    }

    .section {
        padding: 5.4166666667vw 0px 6.25vw;
    }

    .section .wrap .l_box {
        width: 59.8958333333vw;
    }

    .section .wrap .l_box .pdf_more {
        gap: 0px 0.5208333333vw;
        margin: 3.6458333333vw 0px 0px;
    }

    .section .wrap .l_box .pdf_more .iconfont {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.5208333333vw;
    }

    .section .wrap .l_box .pdf_more p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content {
        width: 59.8958333333vw;
        padding: 0px 0px 4.1666666667vw;
    }

    .section .wrap .content p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .section .wrap .list {
        top: 5.2083333333vw;
        width: 16.0416666667vw;
        padding: 1.5104166667vw 0.78125vw 0.46875vw;
    }

    .section .wrap .list h5 {
        font-size: 1.25vw;
        margin-bottom: 1.8229166667vw;
    }

    .section .wrap .list .item {
        height: 8.125vw;
        padding: 1.7708333333vw 1.1979166667vw 0px;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .list .item .time {
        font-size: 0.7291666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .list .item .item_title {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }
}

@media screen and (max-width: 768px) {
    .section_top {
        padding: 100px 0 30px;
    }
    .section_top .flex {
        width: 100%;
        flex-direction: column-reverse;
    }
    .section_top .flex .back {
        width: fit-content;
        height: 40px;
        gap: 0 6px;
        border-radius: 4px;
        margin-bottom: 25px;
        padding: 0 20px;
    }
    .section_top .flex .l {
        width: 100%;
    }
    .section_top .flex .l h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section_top .flex .l .time {
        font-size: 15px;
    }
    .section_top .flex .back p {
        font-size: 15px;
    }
    .section_top .flex .back .iconfont {
        font-size: 13px;
    }
    .section {
        padding: 60px 0;
    }
    .section .wrap {
        display: block;
    }
    .section .wrap .l_box {
        width: 100%;
    }
    .section .wrap .content {
        width: 100%;
        padding: 0 0 30px;
    }
    .section .wrap .list {
        position: unset;
        margin: 40px 0 0;
        width: 100%;
        padding: 30px 20px 20px;
    }
    .section .wrap .list h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .wrap .list .item {
        height: unset;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .section .wrap .list .item .time {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .section .wrap .list .item .item_title {
        font-size: 16px;
        line-height: 1.6;
    }
    .section .wrap .content p {
        font-size: 15px;
        line-height: 2;
    }
    .section .wrap .l_box .pdf_more p {
        font-size: 16px;
    }
    .section .wrap .l_box .pdf_more .iconfont {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    .section .wrap .l_box .pdf_more {
        margin: 30px 0 0;
        gap: 0 8px;
    }
}
