.section {
    padding: 180px 0 124px;
}

.section .wrap .back {
    margin-bottom: 57px;
}

.section .wrap .back a {
    transform: translateX(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    background: #F4F2F0;
    border-radius: 26px;
    gap: 0 13px;
    transition: 0.6s;
}

.section .wrap .back a .iconfont {
    font-size: 16px;
    transition: 0.6s;
    color: #F7BD23;
}

.section .wrap .back a p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: 0.6s;
}

.section .wrap .back a:hover {
    background: #F7BD23;
}

.section .wrap .back a:hover p, .section .wrap .back a:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .top {
    margin-bottom: 50px;
}

.section .wrap .top .time {
    display: flex;
    align-items: center;
}

.section .wrap .top .time .iconfont {
    margin-right: 11px;
    color: #F7BD23;
    font-size: 18px;
}

.section .wrap .top .time p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.section .wrap .top .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 40px;
    margin: 60px 0 0;
}

.section .wrap .top .line {
    width: 100%;
    height: 1px;
    background: #E5E2DE;
    margin: 50px 0 0;
}

.section .wrap .content {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 46px;
    margin-bottom: 35px;
}

.section .wrap .content img {
    height: auto;
}

.section .wrap .news_page {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E5E2DE;
    border-bottom: 1px solid #E5E2DE;
    margin-bottom: 78px;
}

.section .wrap .news_page .item {
    display: block;
    width: 700px;
}

.section .wrap .news_page .item .item_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section .wrap .news_page .item .item_title .icon {
    width: 47px;
    margin-right: 9px;
}

.section .wrap .news_page .item .item_title p {
    font-weight: 400;
    font-size: 16px;
    color: #B4ACA2;
}

.section .wrap .news_page .item h5 {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.section .wrap .news_page .item:hover h5 {
    color: #F7BD23;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.section .wrap .list .item {
    display: block;
    width: 460px;
    background: #F7F6F4;
    padding: 0 0 76px;
    border-radius: 10px;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .item_text {
    margin: 0 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 28px;
    transition: 0.6s;
}

.section .wrap .list .item .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 30px 45px;
}

.section .wrap .list .item .flex .label {
    padding: 0 25px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #F7BD23;
}

.section .wrap .list .item .flex .time {
    display: flex;
    align-items: center;
}

.section .wrap .list .item .flex .time .iconfont {
    font-size: 18px;
    color: #F7BD23;
    margin-right: 11px;
}

.section .wrap .list .item .flex .time p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item:hover .item_text {
    color: #F7BD23;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 9.375vw 0px 6.4583333333vw;
    }

    .section .wrap .back {
        margin-bottom: 2.96875vw;
    }

    .section .wrap .back a {
        width: 6.25vw;
        height: 2.6041666667vw;
        border-radius: 1.3541666667vw;
        gap: 0px 0.6770833333vw;
    }

    .section .wrap .back a .iconfont {
        font-size: 0.8333333333vw;
    }

    .section .wrap .back a p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .top {
        margin-bottom: 2.6041666667vw;
    }

    .section .wrap .top .time .iconfont {
        margin-right: 0.5729166667vw;
        font-size: 0.9375vw;
    }

    .section .wrap .top .time p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .top .title {
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
        margin: 3.125vw 0px 0px;
    }

    .section .wrap .top .line {
        margin: 2.6041666667vw 0px 0px;
    }

    .section .wrap .content {
        font-size: 0.9375vw;
        line-height: 2.3958333333vw;
        margin-bottom: 1.8229166667vw;
    }

    .section .wrap .news_page {
        padding: 2.34375vw 0px;
        margin-bottom: 4.0625vw;
    }

    .section .wrap .news_page .item {
        width: 36.4583333333vw;
    }

    .section .wrap .news_page .item .item_title {
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .news_page .item .item_title .icon {
        width: 2.4479166667vw;
        margin-right: 0.46875vw;
    }

    .section .wrap .news_page .item .item_title p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .news_page .item h5 {
        font-size: 0.8333333333vw;
    }

    .section .wrap .list {
        gap: 2.6041666667vw;
    }

    .section .wrap .list .item {
        width: 23.9583333333vw;
        padding: 0px 0px 3.9583333333vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .img {
        height: 15.625vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .item_text {
        margin: 0px 1.5625vw;
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .section .wrap .list .item .flex {
        margin: 1.5625vw 1.5625vw 2.34375vw;
    }

    .section .wrap .list .item .flex .label {
        padding: 0px 1.3020833333vw;
        height: 1.9791666667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .list .item .flex .time .iconfont {
        font-size: 0.9375vw;
        margin-right: 0.5729166667vw;
    }

    .section .wrap .list .item .flex .time p {
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 80px;
    }
    .section .wrap .back a {
        transform: unset;
        height: 40px;
        padding: 0 20px;
        width: fit-content;
        border-radius: 20px;
        gap: 0 10px;
    }
    .section .wrap .back a p {
        font-size: 16px;
    }
    .section .wrap .back a .iconfont {
        font-size: 15px;
    }
    .section .wrap .back {
        margin-bottom: 40px;
    }
    .section .wrap .top .time .iconfont {
        font-size: 16px;
        margin-right: 5px;
    }
    .section .wrap .top .title {
        font-size: 22px;
        line-height: 1.4;
        margin: 15px 0 30px;
    }
    .section .wrap .top .time p {
        font-size: 16px;
    }
    .section .wrap .top .line {
        margin: 0;
    }
    .section .wrap .top {
        margin-bottom: 40px;
    }
    .section .wrap .content {
        font-size: 16px;
        line-height: 2;
    }
    .section .wrap .content img {
        height: unset !important;
    }
    .section .wrap .news_page {
        display: block;
        padding: 20px 0;
        margin-bottom: 40px;
    }
    .section .wrap .news_page .item .item_title .icon {
        width: 44px;
        height: unset;
        margin-right: 10px;
    }
    .section .wrap .content {
        margin-bottom: 30px;
    }
    .section .wrap .news_page .item h5 {
        font-size: 18px;
    }
    .section .wrap .news_page .item {
        width: 100%;
    }
    .section .wrap .news_page .item .item_title {
        margin-bottom: 10px;
    }
    .section .wrap .news_page .item .item_title p {
        font-size: 16px;
    }
    .section .wrap .news_page .item:nth-child(1) {
        margin-bottom: 30px;
    }
    .section .wrap .list {
        display: none;
    }
    .section .wrap .list_swiper {
        display: block !important;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item {
        display: block;
        background: #F7F6F4;

    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .img {
        height: 57vw;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item {
        border-radius: 6px;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item {
        padding: 30px 20px 60px;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .flex {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .flex .label {
        padding: 0 15px;
        height: 38px;
        font-size: 14px;
        border-radius: 4px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        color: #F7BD23;
    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .flex .time p {
        font-size: 14px;
        color: #F7BD23;

    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .flex .time .iconfont {
        font-size: 14px;
        margin-right: 10px;
        color: #F7BD23;

    }
    .section .wrap .list_swiper .swiper-wrapper .swiper-slide .item .item_text {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        color: #111111;
    }

    .section .wrap .list_swiper .item .flex .time {
        display: flex;
        align-items: center;
    }
    .section .wrap .list_swiper .swiper-pagination {
        bottom: 20px;
    }
    .section .wrap .list_swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #f7bd23;
    }
}
