.block34854 *,
.block34854 {
    box-sizing: border-box;
}

.block34854 .paging {
    display: none;
}

.block34854 .artclelist-site-pagination {
    display: none;
}

.block34854 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.block34854 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block34854 .item {
    display: flex;
    flex-direction: column;
    background-color: #ebf0f5;
    position: relative;
}

.block34854 .item-picture {
    width: 100%;
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
}

.block34854 .item-page {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.block34854 .page-title {

    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.block34854 .page-title a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block34854 .ArticlePicList_Item .page-sum {
    color: #fff;
    /* font-size: 1rem;
    line-height: 1.5; */
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding-right: 25px;
}

.block34854 .ArticlePicList_Item .page-sum:hover {
    color: #fff;
}

.block34854 .page-more {
    color: #2d373c;
    opacity: 0.6;
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.block34854 .footer {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;    
}
.block34854 .footer.hide-box {
    visibility: hidden;
}
.block34854 .footer-loadmore {
    padding: 0 5px;
    text-align: center;
    font-size: 3rem;
    opacity: 0.6;
    cursor: pointer;
}

.container .block34854 {
    max-width: 100%;
}

@media (min-width: 1024px) {
    .block34854 .item {
        width: calc((100% - 40px)/3);
    }

    .block34854 .item:nth-child(3n+3) {
        margin-right: 0px;
    }

    .block34854 .item:hover img {
        transform: scale(1.05);
        transition: all 1s ease;
    }

    .block34854 .item:hover .page-more {
        opacity: 1;
    }

    .block34854 .footer-loadmore:hover {
        opacity: 1;
        cursor: pointer;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .block34854 .item {
        width: calc(50% - 10px);
    }

    .block34854 .item:nth-child(2n+2) {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .block34854 .item {
        width: 100%;
    }
}

.block34854 .item {
    background-color: var(--color-match-setting1)
}

.block34854 .page-more {
    font-size: 18px;
}

.block34854 .footer-loadmore {
    font-size: 30px;
}

.block34854 .page-more,
.block34854 .footer-loadmore {
    color: var(--color-match-setting2)
}

.block34854 .page-title a,
.block34854 .page-title a:hover {
    color: var(--color-match-setting2)
}