.list_top .pagation {
    padding-top: 230px;
    max-width: 100%
}

.list_top .pagation .title {
    text-align: center;
    font-size: 128px
}

.list_top .pagation .pagation_list {
    margin-top: 177px
}

.list_top .pagation .desc,
.list_top .pagation .cells {
    display: none
}

.list_news .list {
    --pd: 16px;
    --mt: 28px
}

.list_news .list .item .img {
    padding-bottom: 105.5%
}

.list_news .list .item .info {
    width: 85%;
    background: #fff;
    box-shadow: 3px 3px 9px 0 rgba(28, 34, 138, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 32px;
    margin-top: -13.5%;
    position: relative;
    z-index: 2
}

.list_news .list .item .info:hover {
    background: var(--color-main)
}

.list_news .list .item .info:hover .title,
.list_news .list .item .info:hover time,
.list_news .list .item .info:hover .desc,
.list_news .list .item .info:hover .desc p {
    color: #fff
}

.list_news .list .item .info .title,
.list_news .list .item .info time {
    font-size: 16px;
    color: #ffffff;
    font-family: Gelasio, Gelasio
}

.list_news .list .item .info .tit_par {
    align-items: center
}

.list_news .list .item .info .title {
    /* white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: #000;
    margin: 0;
    width: calc(100% - 100px);
    text-align: unset;
}

.list_news .list .item .info time {
    color: var(--color-main)
}

.list_news .list .item .info .desc {
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: left;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:950px) {
    .list_news .list .item .info {
        width: 100%;
        padding: 20px
    }

    .list_news .list .item .info .tit_par .title,
    .list_news .list .item .info .tit_par time {
        width: 100%
    }

    .list_news .list .item .info .tit_par .title {
        -webkit-line-clamp: unset;
        text-align: left
    }

    .list_news .list .item .info .tit_par time {
        margin-top: 10px
    }
}

@media screen and (max-width:1660px) {
    .list_top .pagation .title {
        font-size: 100px
    }
}

@media screen and (max-width:1440px) {
    .list_top .pagation .title {
        font-size: 80px
    }
}

@media screen and (max-width:1366px) {
    .list_top .pagation .title {
        font-size: 80px
    }
}

@media screen and (max-width:1024px) {
    .list_top .pagation .title {
        font-size: 60px
    }
}

@media screen and (max-width:950px) {
    .list_top .pagation {
        padding-top: 17%
    }

    .list_top .pagation .title {
        font-size: 40px
    }

    .list_top .pagation .pagation_list {
        margin-top: 40px
    }
}