.block34134 .title {
    margin-bottom: 40px;
}

.block34134 .subt {
    /* width: 100%; */
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -.03em;
    font-size: 48px;
    font-family: poppins, sans-serif;
    color: #37383e;
}

.block34134 .zh {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block34134 .ArticlePicList_Item {
    width: calc((100% - 40px) / 3);
    position: relative;
    overflow: hidden;
    background: #fff;
}

.block34134 .ArticlePicList_Item:hover .img img {
    transform: scale(1.08);
    opacity: .8;
}

.block34134 .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.block34134 .img {
    width: 100%;
    padding-bottom: 68%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.block34134 .img .maskT {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.block34134 .imgBox img {

    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .3s;
}


.block34134 .butn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    z-index: 2;
}

.block34134 .ArticlePicList_ItemContentInnerA {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: inherit !important;
    letter-spacing: .05em;
}

.block34134 .ArticlePicList_ItemContent {
    padding: 25px;
}

.block34134 .artime {
    font-weight: 600;
    color: rgba(55, 56, 62, .7);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.block34134 .ArticlePicList_ItemContentInnerH5 {
    font-weight: 400;
    line-height: 1.3848em;
    letter-spacing: 0;
    font-size: 24px;
    color: #37383e;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
}

.block34134 .ArticlePicList_ItemContentInnerH5 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
}

.block34134 .ArticlePicList_ItemContentInnerP {
    margin-top: 25px;
    color: rgba(55, 56, 62, .7);
    font-family: poppins, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.03em;
    /* text-align: left; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
    display: none;
}

.block34134 .butn1 {
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    display: none;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

.block34134 .ArticlePicList_Item:nth-child(3n+2) {
    display: table;
}

.block34134 .ArticlePicList_Item:nth-child(3n+2) .imgBtn {
    display: table-footer-group;
}

.block34134 .pagination {
    text-align: center;
    display: block;
    width: 100%
}

.block34134 .paging {
    display: flex;
    justify-content: center
}

.block34134 .paging li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border: 1px solid #04a07b;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    transition: all .3s
}

.block34134 .paging li.active {
    color: #fff;
    background: #04a07b
}

.block34134 .paging li:hover {
    color: #fff;
    background: #04a07b
}

.block34134 .paging li a {
    color: inherit;
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.block34134 .pagination li>a#previousPage {
    margin-right: 0;
    background-position: left center;
    padding-top: 1px;
    display: unset
}

.block34134 .pagination li>a#nextPage {
    margin-left: 0;
    background-position: right center;
    padding-top: 1px;
    display: unset
}

@media screen and (max-width:1024px) {
    .block34134 .ArticlePicList_Item {
        width: calc(50% - 10px);
    }

    .block34134 .ArticlePicList_Item:nth-child(3n+2) {
        display: block;
    }

    .block34134 .ArticlePicList_Item:nth-child(3n+2) .imgBtn {
        display: block;
    }

    .block34134 .ArticlePicList_Item:nth-child(2n) {
        display: table;
    }

    .block34134 .ArticlePicList_Item:nth-child(2n) .imgBtn {
        display: table-footer-group;
    }
}

@media screen and (max-width:767px) {
    .block34134 .subt {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .block34134 .ArticlePicList_Item {
        width: 100%;
    }

    .block34134 .ArticlePicList_ItemContentInnerP {
        display: block;
    }

    .block34134 .ArticlePicList_Item .imgBtn {
        display: block !important;
    }
}

.block34134 .layui-laypage-curr em {
    font-family: initial;
}

.block34134 .artclelist-site-pagination .layui-box>a {
    font-family: initial;
}

.block34134 .butn:hover {
    background-color: var(--color-match-setting2)
}

.block34134 .butn {
    background-color: var(--color-match-setting1)
}

.block34134 .butn1:hover {
    background-color: var(--color-match-setting2)
}

.block34134 .butn1 {
    background-color: var(--color-match-setting1)
}

.block34134 .ArticlePicList_ItemContentInnerH5:hover {
    color: var(--color-match-setting1)
}

.block34134 .paging li {
    border-color: var(--color-match-setting1)
}

.block34134 .paging li.active {
    background-color: var(--color-match-setting1)
}

.block34134 .paging li:hover {
    background-color: var(--color-match-setting1)
}

.block34134 .templist-no-data {
    font-family: var(--ld-text1-font-family, Helvetica);
    color: var(--ld-text1-color, #333333);
    font-size: var(--ld-text1-font-size, 14px);
    font-weight: var(--ld-text1-font-weight, 400);
    line-height: var(--ld-text1-line-height, normal);
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0;
}


.artclelist-site-pagination-34134 .artclelist-laypage-normal {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.artclelist-site-pagination-34134 .layui-box {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;    
}

.artclelist-site-pagination-34134 .layui-box span:hover,
.artclelist-site-pagination-34134 .layui-box a:hover {
    background-color: var(--color-match-setting1, #1E9FFF) !important;
    color: #fff !important;
}

.artclelist-site-pagination-34134 .layui-box span,
.artclelist-site-pagination-34134 .layui-box a {
    padding: 0 !important;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-match-setting1, #1E9FFF) !important;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}

.artclelist-site-pagination-34134 .layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 0 !important;
    background-color: var(--color-match-setting1, #1E9FFF) !important;
}