.sec1 {
    padding: 172px 0 90px;
    background: linear-gradient(180deg, #03060B 0%, #545E6F 100%);
}

.sec1 .wrap .title {
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.sec1 .wrap .box {
    border-radius: 12px;
    background: #515B6C;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sec1 .wrap .box .r_box {
    width: 720px;
    padding: 0 135px 0 70px;
}

.sec1 .wrap .box .r_box .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 500;
}

.sec1 .wrap .box .r_box .h5 {
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 40px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec1 .wrap .box .r_box .p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 71px;
}

.sec1 .wrap .box .r_box .more {
    width: 128px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 18px;
    border: 1px solid #FFF;
    transition: 0.6s;
}

.sec1 .wrap .box .r_box .more p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

.sec1 .wrap .box .r_box .more img {
    display: block;
    width: 5px;
}

.sec1 .wrap .box .r_box .more:hover {
    background: #141A28;
    border: 1px solid #141A28;
}

.sec1 .wrap .box .l_box {
    display: block;
    width: 720px;
    height: 500px;
}

.sec2 {
    padding: 81px 0 130px;
    background: #F5F5F6;
}

.sec2 .wrap .sec2_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .sec2_top .class {
    padding: 5px;
    height: 56px;
    border-radius: 28px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec2 .wrap .sec2_top .class .item {
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-radius: 23px;
    background: #F5F5F6;
    height: 46px;
    transition: 0.6s;
    text-transform: capitalize;
}
.sec2 .wrap .sec2_top .class .item h2 {
    color: #83868A;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    transition: 0.6s;
}
.sec2 .wrap .sec2_top .class .item:hover, .sec2 .wrap .sec2_top .class .item.on {
    background: #18191B;
    color: #FFF;
}

.sec2 .wrap .sec2_top .class .item:hover h2, .sec2 .wrap .sec2_top .class .item.on h2 {
    color: #FFF;
}

.sec2 .wrap .sec2_top .date .down_pull {
    width: 300px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 24px;
}

.sec2 .wrap .sec2_top .date .down_pull p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.sec2 .wrap .sec2_top .date .down_pull .iconfont {
    font-size: 14px;
    color: #333333;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}

.sec2 .wrap .list .item {
    display: block;
    width: 460px;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}

.sec2 .wrap .list .item .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.sec2 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .list .item .item_bottom {
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec2 .wrap .list .item .item_bottom .label {
    height: 28px;
    border-radius: 4px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: rgba(16, 37, 63, 0.5);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    transition: 0.6s;
}

.sec2 .wrap .list .item .item_bottom .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 41px;
    height: 42px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.sec2 .wrap .list .item .item_bottom .time {
    font-family: 'Inter';
    color: rgba(16, 37, 63, 0.5);
    font-size: 14px;
    font-weight: 500;
}

.sec2 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec2 .wrap .list .item:hover .item_bottom .label {
    background: #005F6A;
    color: #FFF;
}

.sec2 .wrap .list .item:hover .item_bottom .h5 {
    color: #005F6A;
}

.page {
    margin: 72px 0 0;
}


@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 8.9583333333vw 0px 4.6875vw;
    }

    .sec1 .wrap .title {
        font-size: 2.5vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .box {
        border-radius: 0.625vw;
    }

    .sec1 .wrap .box .r_box {
        width: 37.5vw;
        padding: 0px 7.03125vw 0px 3.6458333333vw;
    }

    .sec1 .wrap .box .r_box .date {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .box .r_box .h5 {
        font-size: 1.6666666667vw;
        margin: 1.0416666667vw 0px 2.0833333333vw;
    }

    .sec1 .wrap .box .r_box .p {
        font-size: 0.8333333333vw;
        margin-bottom: 3.6979166667vw;
    }

    .sec1 .wrap .box .r_box .more {
        width: 6.6666666667vw;
        height: 1.875vw;
        gap: 0.3645833333vw;
        border-radius: 0.9375vw;
    }

    .sec1 .wrap .box .r_box .more p {
        font-size: 0.7291666667vw;
    }

    .sec1 .wrap .box .r_box .more img {
        width: 0.2604166667vw;
    }

    .sec1 .wrap .box .l_box {
        width: 37.5vw;
        height: 26.0416666667vw;
    }

    .sec2 {
        padding: 4.21875vw 0px 6.7708333333vw;
    }

    .sec2 .wrap .sec2_top {
        margin-bottom: 3.125vw;
    }

    .sec2 .wrap .sec2_top .class {
        padding: 0.2604166667vw;
        height: 2.9166666667vw;
        border-radius: 1.4583333333vw;
        gap: 0.625vw;
    }

    .sec2 .wrap .sec2_top .class .item {
        padding: 0px 1.25vw;
        border-radius: 1.1979166667vw;
        height: 2.3958333333vw;
        font-size: 0.7291666667vw;
    }
    .sec2 .wrap .sec2_top .class .item h2 {
        font-size: 0.7291666667vw;
    }
    .sec2 .wrap .sec2_top .date .down_pull {
        width: 15.625vw;
        height: 2.9166666667vw;
        border-radius: 1.4583333333vw;
        padding: 0px 1.3020833333vw 0px 1.25vw;
    }

    .sec2 .wrap .sec2_top .date .down_pull p {
        font-size: 0.7291666667vw;
    }

    .sec2 .wrap .sec2_top .date .down_pull .iconfont {
        font-size: 0.7291666667vw;
    }

    .sec2 .wrap .list {
        gap: 3.125vw 1.5625vw;
    }

    .sec2 .wrap .list .item {
        width: 23.9583333333vw;
        border-radius: 0.625vw;
    }

    .sec2 .wrap .list .item .img {
        height: 14.5833333333vw;
    }

    .sec2 .wrap .list .item .item_bottom {
        padding: 1.0416666667vw 1.5625vw 1.5625vw;
    }

    .sec2 .wrap .list .item .item_bottom .label {
        height: 1.4583333333vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.625vw;
        font-size: 0.625vw;
    }

    .sec2 .wrap .list .item .item_bottom .h5 {
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 2.1354166667vw;
        height: 2.1875vw;
        line-height: 1.09375vw;
    }

    .sec2 .wrap .list .item .item_bottom .time {
        font-size: 0.7291666667vw;
    }

    .page {
        margin: 3.75vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 120px 0 60px;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .box {
        border-radius: 6px;
        display: block;
    }
    .sec1 .wrap .box .l_box {
        width: 100%;
        height: 60vw;
    }
    .sec1 .wrap .box .l_box img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec1 .wrap .box .r_box {
        width: 100%;
        padding: 30px 20px;
    }
    .sec1 .wrap .box .r_box .date {
        font-size: 13px;
    }
    .sec1 .wrap .box .r_box .h5 {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0 20px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sec1 .wrap .box .r_box .p {
        font-size: 13px;
        line-height: 1.8;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .sec1 .wrap .box .r_box .more {
        width: 114px;
        height: 36px;
        border-radius: 18px;
        gap: 8px;
    }
    .sec1 .wrap .box .r_box .more img {
        width: 5px;
    }
    .sec1 .wrap .box .r_box .more p {
        font-size: 13px;
    }
    .sec2 {
        padding: 40px 0 70px;
    }
    .sec2 .wrap .sec2_top {
        margin-bottom: 30px;
        display: block;
    }
    .sec2 .wrap .sec2_top .class {
        height: unset;
        padding: 4px;
        border-radius: 60px;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .sec2 .wrap .sec2_top .date .down_pull {
        width: 100%;
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
    }
    .sec2 .wrap .sec2_top .date .down_pull p {
        font-size: 13px;
    }
    .sec2 .wrap .sec2_top .date .down_pull .iconfont {
        font-size: 12px;
    }
    .sec2 .wrap .sec2_top .class .item {
        padding: 0 15px;
        height: 32px;
        border-radius: 16px;
    }
    .sec2 .wrap .sec2_top .class .item h2 {
        font-size: 13px;
    }
    .sec2 .wrap .list {
        gap: 30px;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        border-radius: 8px;
    }
    .sec2 .wrap .list .item .img {
        height: 50vw;
    }
    .sec2 .wrap .list .item .item_bottom {
        padding: 25px 20px;
    }
    .sec2 .wrap .list .item .item_bottom .label {
        height: 26px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .sec2 .wrap .list .item .item_bottom .h5 {
        height: unset;
        font-size: 15px;
        line-height: 1.4;
        margin: 15px 0 25px;
    }
    .sec2 .wrap .list .item .item_bottom .time {
        font-size: 13px;
    }
}
