.section {
    padding: 261px 0 98px;
}

.section .title_color {
    margin: 0 auto 51px;
}

.section .recommand_box {
    display: flex;
    width: 100%;
    height: 460px;
    background: rgba(12, 37, 39, 0.5);
    box-shadow: 0px 1px -1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
}

.section .recommand_box:hover .img img {
    transform: scale(1.1);
}

.section .recommand_box:hover .r .title {
    color: #00BD56;
}

.section .recommand_box:hover .r .color_btn p {
    color: #FFFFFF;
}

.section .recommand_box:hover .r .color_btn img {
    filter: brightness(0) invert(1);
}

.section .recommand_box:hover .r .color_btn:after {
    opacity: 1;
}

.section .recommand_box .img {
    display: block;
    width: 600px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.section .recommand_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .recommand_box .r {
    position: relative;
    z-index: 3;
    width: 600px;
    padding: 95px 40px 0;
}

.section .recommand_box .r .date {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.section .recommand_box .r .title {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 25px 0 30px;
    transition: 0.6s;
}

.section .recommand_box .r > p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    height: 48px;
    opacity: 0.6;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 90px;
}

.section .recommand_box .r .color_btn p {
    font-size: 14px;
    margin-right: 9px;
}

.section .list {
    margin: 30px 0 71px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}

.section .list .item {
    width: 585px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .list .item:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 16px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 0.6s;
}

.section .list .item .color_box {
    width: 100%;
    background: #0c2527;
    box-shadow: 0px 1px -1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 20px 20px 50px;
    position: relative;
}

.section .list .item .img {
    width: 100%;
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
}

.section .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .list .item .date {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    margin: 30px 0 20px;
}

.section .list .item h5 {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    height: 64px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 70px 0 0;
    transition: 0.6s;
}

.section .list .item .jt {
    position: absolute;
    bottom: 22px;
    right: 22px;
}

.section .list .item .jt .iconfont {
    width: 45px;
    height: 45px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    transform: rotate(180deg) scale(0);
    transition: 0.6s;
}

.section .list .item:hover:after {
    opacity: 1;
}

.section .list .item:hover .img img {
    transform: scale(1.1);
}

.section .list .item:hover h5 {
    color: #00BD56;
}

.section .list .item:hover .jt .iconfont {
    transform: rotate(180deg) scale(1);
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 13.59375vw 0px 5.1041666667vw;
    }

    .section .title_color {
        margin: 0px auto 2.65625vw;
    }

    .section .recommand_box {
        height: 23.9583333333vw;
        border-radius: 0.8333333333vw;
    }

    .section .recommand_box .img {
        width: 31.25vw;
    }

    .section .recommand_box .r {
        width: 31.25vw;
        padding: 4.9479166667vw 2.0833333333vw 0px;
    }

    .section .recommand_box .r .date {
        font-size: 0.7291666667vw;
    }

    .section .recommand_box .r .title {
        font-size: 1.0416666667vw;
        margin: 1.3020833333vw 0px 1.5625vw;
    }

    .section .recommand_box .r > p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        height: 2.5vw;
        margin-bottom: 4.6875vw;
    }

    .section .recommand_box .r .color_btn p {
        font-size: 0.7291666667vw;
        margin-right: 0.46875vw;
    }

    .section .list {
        margin: 1.5625vw 0px 3.6979166667vw;
        gap: 1.5625vw;
    }

    .section .list .item {
        width: 30.46875vw;
    }

    .section .list .item::after {
        width: calc(100% + 0.1041666667vw);
        height: calc(100% + 0.1041666667vw);
        border-radius: 0.8333333333vw;
    }

    .section .list .item .color_box {
        border-radius: 0.8333333333vw;
        padding: 1.0416666667vw 1.0416666667vw 2.6041666667vw;
    }

    .section .list .item .img {
        height: 17.7083333333vw;
        border-radius: 0.8333333333vw;
    }

    .section .list .item .date {
        font-size: 0.7291666667vw;
        margin: 1.5625vw 0px 1.0416666667vw;
    }

    .section .list .item h5 {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        height: 3.3333333333vw;
        padding: 0px 3.6458333333vw 0px 0px;
    }

    .section .list .item .jt {
        bottom: 1.1458333333vw;
        right: 1.1458333333vw;
    }

    .section .list .item .jt .iconfont {
        width: 2.34375vw;
        height: 2.34375vw;
        font-size: 0.7291666667vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 80px;
    }
    .section .title_color {
        margin: 0 auto 40px;
    }
    .section .recommand_box {
        height: unset;
        display: block;
        padding: 20px;
        border-radius: 6px;
    }
    .section .recommand_box .r {
        width: 100%;
        padding: 30px 0 10px;
    }
    .section .recommand_box .r .date {
        font-size: 14px;
    }
    .section .recommand_box .r .title {
        font-size: 20px;
        margin: 10px 0 15px;
    }
    .section .recommand_box .r > p {
        font-size: 14px;
        line-height: 1.8;
        height: unset;
        margin-bottom: 30px;
    }
    .section .recommand_box .r .color_btn p {
        font-size: 14px;
        margin-right: 8px;
    }
    .section .recommand_box .img {
        width: 100%;
        border-radius: 6px;
    }
    .section .list {
        margin: 40px 0 40px;
        gap: 40px ;
    }
    .section .list .item {
        width: 100%;
    }
    .section .list .item:after {
        display: none;
    }
    .section .list .item .color_box {
        padding: 20px 20px 30px;
        border-radius: 6px;
    }
    .section .list .item .img {
        height: 52vw;
        border-radius: 6px;
    }
    .section .list .item .date {
        font-size: 14px;
        margin: 20px 0 20px;
    }
    .section .list .item h5 {
        font-size: 16px;
        line-height: 1.8;
        height: unset;
    }
    .section .list .item .jt {
        display: none;
    }
    .section .list .item .color_btn {
        display: flex !important;
        margin: 30px 0 0;
    }
}
