.section {
    background: #F5F7FA;
    padding: 125px 0 121px;
}

.section .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #12254A;
    margin-bottom: 50px;
}

.section .wrap .list .item {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.section .wrap .list .item:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #12254A;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.section .wrap .list .item .l {
    width: 628px;
    padding: 10px 0 0;
    position: relative;
    z-index: 3;
}

.section .wrap .list .item .l .date {
    font-weight: 400;
    font-size: 16px;
    color: #12254A;
    line-height: 28px;
    opacity: 0.5;
}

.section .wrap .list .item .l .item_title {
    font-weight: bold;
    font-size: 18px;
    color: #12254A;
    line-height: 28px;
    transition: 0.6s;
    margin: 20px 0 55px;
    height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .list .item .l .more {
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    background: #12254A;
    box-shadow: 0px 5px 10px 0px rgba(221, 146, 0, 0.15);
    border-radius: 23px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.6s;
}

.section .wrap .list .item .img {
    width: 320px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section .wrap .list .item:hover .l .date {
    color: #FFFFFF;
}

.section .wrap .list .item:hover .l .item_title {
    color: #FFFFFF;
}

.section .wrap .list .item:hover .l .more {
    background: #F0AA21;
    box-shadow: 0px 5px 10px 0px rgba(221, 146, 0, 0);
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item:hover:after {
    opacity: 1;
}

.page {
    margin: 60px 0 0;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 6.5104166667vw 0px 6.3020833333vw;
    }

    .section .wrap .title {
        font-size: 2.5vw;
        margin-bottom: 2.6041666667vw;
    }

    .section .wrap .list .item {
        padding: 2.6041666667vw 0px;
    }

    .section .wrap .list .item .l {
        width: 32.7083333333vw;
        padding: 0.5208333333vw 0px 0px;
    }

    .section .wrap .list .item .l .date {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .section .wrap .list .item .l .item_title {
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 1.0416666667vw 0px 2.8645833333vw;
        height: 2.9166666667vw;
    }

    .section .wrap .list .item .l .more {
        padding: 0px 1.0416666667vw;
        height: 2.34375vw;
        box-shadow: rgba(221, 146, 0, 0.15) 0px 0.2604166667vw 0.5208333333vw 0px;
        border-radius: 1.1979166667vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .list .item .img {
        width: 16.6666666667vw;
        height: 11.4583333333vw;
        border-radius: 0.625vw;
    }

    .section .wrap .list .item:hover .l .more {
        box-shadow: rgba(221, 146, 0, 0) 0px 0.2604166667vw 0.5208333333vw 0px;
    }

    .page {
        margin: 3.125vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .title {
        font-size: 24px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 40px;
    }
    .section .wrap .list .item:nth-child(1) {
        border-top: none;
    }
    .section .wrap .list .item {
        flex-direction: column-reverse;
        padding: 0 0 40px;
        margin-bottom: 40px;
    }
    .section .wrap .list .item .img {
        width: 100%;
        height: unset;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .section .wrap .list .item .l .date {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .section .wrap .list .item .l .more {
        height: 40px;
        border-radius: 40px;
        font-size: 16px;
        padding: 0 20px;
    }
    .section .wrap .list .item .l .item_title {
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        height: unset;
        margin: 0 0 30px;
    }
    .section .wrap .list .item .l {
        width: 100%;
    }
}
