@charset "UTF-8";

/* section6 news
***************************************************************/


.news__inner {
    border-radius: 32px;
    background-color: #FFF;
    margin: 0 72px;
    max-width: 1456px;
    margin-inline: auto;
}

.news__title {
    text-align: center;
    padding-top: 133px;
}

.news__items {
    padding-bottom: 72px;
    max-width: 1240px;
    margin: 52px auto 0;
}

.news__item {
    margin-bottom: 8px;
    border: 1px solid #CECECE;
    border-radius: 16px;
    background-color: #FFF;
}

.news__item a {
    display: flex;
    align-items: center;
    gap: 263px;
    padding: 38px 36px;
}

.news__topics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 41px;
}

.news__time {
    font-size: 14px;
    font-weight: 700;
    color: #26499D;
}

.news__text {
    max-width: 740px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}




@media screen and (min-width: 681px) {}

@media screen and (max-width: 680px) {
    .news {}

    .news__title {
        text-align: center;
        padding-top: 8vw;
    }

    .news__items {
        /*margin-top: 52px;*/
        margin-top: 8vw;
        padding-bottom: 4vw;
        display: flex;
        flex-flow: column;
        gap: 8px;
    }

    .news__item a {
        display: flex;
        justify-content: flex-start;
        /*flex-flow: column;*/
        align-items: center;
        gap: 263px;
        padding: 4vw;
        border-radius: 16px;
        background-color: #FFF;
    }

    .news__topics {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
    }

    .news__time {
        font-size: 14px;
    }

    .news__text {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .news .btn03 {
        display: none;
    }
}


.nav-links {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.page-numbers .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #26499d;
    font-weight: 700;
}

.page-numbers .page-numbers:not(.next):not(.prev) {
    border-radius: 50%;
    border: solid 2px #26499d;
}

.page-numbers .page-numbers.current {
    color: #fff;
    background-color: #26499d;
}


@media screen and (max-width: 680px) {

    ul.page-numbers {
        gap: 4vw;
    }

    .page-numbers .page-numbers {
        width: 9.33vw;
        height: 9.33vw;
        font-size: 3.733vw;
    }

}