.banner .text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .new_link {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px;
    border-radius: 50px;
}

.banner .new_link a {
    width: fit-content;
    display: block;
    line-height: 44px;
    border-radius: 22px;
    padding: 0 22px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.banner .new_link a:hover, .banner .new_link a.on {
    background: #007C36;
}

.home .bg .cir:nth-child(4) {
    top: 28.4375vw;
    right: -50%;
}

.home .bg .cir:nth-child(5) {
    top: 121.09375vw;
    right: -50%;
}

.home .bg .cir:nth-child(5):after {
    background-image: url("/static/images/bg_or.png");
}

.home .wrap {
    width: 1600px;
    margin: 0 auto;
}

.home .sec1 {
    padding: 130px 0 83px;
}

.home .sec1 .wrap .recommend {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 130px;
}

.home .sec1 .wrap .recommend .l {
    width: 622px;
}

.home .sec1 .wrap .recommend .l .item {
    display: block;
    padding: 12px 0 30px;
    position: relative;
}

.home .sec1 .wrap .recommend .l .item:not(:nth-last-child(1)) {
    margin: 0 0 20px;
    border-bottom: 1px solid #B7CBBE;
}

.home .sec1 .wrap .recommend .l .item:not(:nth-last-child(1)):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #007C36;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.home .sec1 .wrap .recommend .l .item h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
    font-size: 20px;
    color: #001A1A;
    line-height: 1;
    margin: 0 0 19px;
    transition: 0.6s;
}

.home .sec1 .wrap .recommend .l .item .time {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.home .sec1 .wrap .recommend .l .item .time p {
    font-weight: 800;
    font-size: 32px;
    color: #004F22;
    opacity: 0.4;
}

.home .sec1 .wrap .recommend .l .item .time span {
    font-weight: 500;
    font-size: 18px;
    color: #004F22;
    opacity: 0.4;
    display: block;
    margin: 0 0 3px 16px;
}

.home .sec1 .wrap .recommend .l .item:hover h5 {
    color: #007C36;
}

.home .sec1 .wrap .recommend .l .item:hover:not(:nth-last-child(1)):after {
    transform: scaleX(1);
}

.home .sec1 .wrap .recommend .r {
    display: block;
    width: 860px;
    height: 503px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.home .sec1 .wrap .recommend .r .text {
    width: 100%;
    position: absolute;
    padding: 0 37px 0 60px;
    bottom: 40px;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .sec1 .wrap .recommend .r .text h5 {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    transition: 0.6s;
}

.home .sec1 .wrap .recommend .r .text .time {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.home .sec1 .wrap .recommend .r .text .time p {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

.home .sec1 .wrap .recommend .r .text .time span {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 0 17px;
}

.home .sec1 .wrap .recommend .r .img {
    width: 100%;
    height: 100%;
}

.home .sec1 .wrap .recommend .r .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.home .sec1 .wrap .recommend .r:hover .img img {
    transform: scale(1.1);
}

.home .sec1 .wrap .recommend .r:hover .text h5 {
    color: #007C36;
}

.home .sec1 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
}

.home .sec1 .wrap .flex .item {
    display: block;
    width: 468px;
    margin: 0 0 69px;
}

.home .sec1 .wrap .flex .item .img {
    overflow: hidden;
    margin: 0 0 50px;
    border-radius: 5px;
}

.home .sec1 .wrap .flex .item .img img {
    display: block;
    transition: 3s;
}

.home .sec1 .wrap .flex .item .text .time {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin: 0 0 15px;
}

.home .sec1 .wrap .flex .item .text .time p {
    font-weight: 800;
    font-size: 32px;
    color: #004F22;
    opacity: 0.4;
}

.home .sec1 .wrap .flex .item .text .time span {
    font-weight: 500;
    font-size: 18px;
    color: #004F22;
    opacity: 0.4;
    display: block;
    margin: 0 0 3px 16px;
}

.home .sec1 .wrap .flex .item .text h5 {
    font-weight: 800;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
    transition: 0.6s;
}

.home .sec1 .wrap .flex .item:not(:nth-child(3n)) {
    margin-right: 96px;
}

.home .sec1 .wrap .flex .item:hover .img img {
    transform: scale(1.1);
}

.home .sec1 .wrap .flex .item:hover .text h5 {
    color: #007C36;
}

.home .sec1 .wrap .more {
    width: 170px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #007C36;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #007C36;
    margin: 30px auto 0;
    transition: 0.6s;
}

.home .sec1 .wrap .more:hover {
    background: #007C36;
    color: #FFFFFF;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .banner .new_link {
        bottom: 2.8645833333vw;
        padding: 0.2604166667vw;
        border-radius: 2.6041666667vw;
    }

    .banner .new_link a {
        line-height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        padding: 0px 1.1458333333vw;
        font-size: 0.8333333333vw;
    }

    .home .wrap {
        width: 83.3333333333vw;
    }

    .home .sec1 {
        padding: 6.7708333333vw 0px 4.3229166667vw;
    }

    .home .sec1 .wrap .recommend {
        margin: 0px 0px 6.7708333333vw;
    }

    .home .sec1 .wrap .recommend .l {
        width: 32.3958333333vw;
    }

    .home .sec1 .wrap .recommend .l .item {
        padding: 0.625vw 0px 1.5625vw;
    }

    .home .sec1 .wrap .recommend .l .item:not(:nth-last-child(1)) {
        margin: 0px 0px 1.0416666667vw;
    }

    .home .sec1 .wrap .recommend .l .item h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.9895833333vw;
    }

    .home .sec1 .wrap .recommend .l .item .time p {
        font-size: 1.6666666667vw;
    }

    .home .sec1 .wrap .recommend .l .item .time span {
        font-size: 0.9375vw;
        margin: 0px 0px 0.15625vw 0.8333333333vw;
    }

    .home .sec1 .wrap .recommend .r {
        width: 44.7916666667vw;
        height: 26.1979166667vw;
        border-radius: 1.0416666667vw;
    }

    .home .sec1 .wrap .recommend .r .text {
        padding: 0px 1.9270833333vw 0px 3.125vw;
        bottom: 2.0833333333vw;
    }

    .home .sec1 .wrap .recommend .r .text h5 {
        font-size: 1.6666666667vw;
    }

    .home .sec1 .wrap .recommend .r .text .time p {
        font-size: 1.6666666667vw;
    }

    .home .sec1 .wrap .recommend .r .text .time span {
        font-size: 0.9375vw;
        margin: 0px 0px 0px 0.8854166667vw;
    }

    .home .sec1 .wrap .flex .item {
        width: 24.375vw;
        margin: 0px 0px 3.59375vw;
    }

    .home .sec1 .wrap .flex .item .img {
        margin: 0px 0px 2.6041666667vw;
        border-radius: 0.2604166667vw;
    }

    .home .sec1 .wrap .flex .item .text .time {
        margin: 0px 0px 0.78125vw;
    }

    .home .sec1 .wrap .flex .item .text .time p {
        font-size: 1.6666666667vw;
    }

    .home .sec1 .wrap .flex .item .text .time span {
        font-size: 0.9375vw;
        margin: 0px 0px 0.15625vw 0.8333333333vw;
    }

    .home .sec1 .wrap .flex .item .text h5 {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }

    .home .sec1 .wrap .flex .item:not(:nth-child(3n)) {
        margin-right: 5vw;
    }

    .home .sec1 .wrap .more {
        width: 8.8541666667vw;
        height: 3.3333333333vw;
        border-radius: 1.6666666667vw;
        font-size: 0.8333333333vw;
        margin: 1.5625vw auto 0px;
    }
}

@media screen and (max-width: 1024px) {
    .banner .new_link {
        bottom: 30px;
        padding: 5px;
        border-radius: 50px;
    }
    .banner .new_link a {
        line-height: 44px;
        border-radius: 22px;
        padding: 0 22px;
        font-size: 14px;
        white-space: nowrap;
    }
    .home .sec1 {
        padding: 60px 0 80px;
    }
    .home .wrap {
        width: 90%;
    }
    .home .sec1 .wrap .recommend .r {
        width: 100%;
        height: 60vw;
        border-radius: 10px;
        margin: 0 0 20px;
    }
    .home .sec1 .wrap .recommend .r .text h5 {
        font-size: 16px;
    }
    .home .sec1 .wrap .recommend .r .text {
        padding: 0 10px;
        bottom: 15px;
    }
    .home .sec1 .wrap .recommend .r .text .time p {
        font-size: 14px;
    }
    .home .sec1 .wrap .recommend .l {
        width: 100%;
    }
    .home .sec1 .wrap .recommend .l .item h5 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .home .sec1 .wrap .recommend .l .item {
        padding: 20px 0;
        border-bottom: 1px solid #B7CBBE;
    }
    .home .sec1 .wrap .recommend .l .item .time p {
        font-size: 18px;
    }
    .home .sec1 .wrap .recommend .l .item .time span {
        font-size: 14px;
    }
    .home .sec1 .wrap .recommend .r .text .time span {
        font-size: 12px;
    }
    .home .sec1 .wrap .recommend {
        display: block;
    }
    .home .sec1 .wrap .flex .item {
        width: 100%;
        margin: 0 0 40px !important;
        border-bottom: 1px solid #B7CBBE;
        padding: 0 0 15px;
    }
    .home .sec1 .wrap .flex .item .img {
        border-radius: 8px;
        margin-bottom: 30px;
    }
    .home .sec1 .wrap .flex .item .text .time p {
        font-size: 18px;
    }
    .home .sec1 .wrap .flex .item .text h5 {
        font-size: 18px;
        line-height: 1.4;
        margin: 10px 0 0;
    }
    .home .sec1 .wrap .flex .item .text .time span {
        font-size: 14px;
    }
}
