.block35684 .titleBox {
    font-size: 40px;
    color: #595757;
    letter-spacing: 1.05px;
    text-align: center;
    width: calc(100% - 40px);
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.block35684 .articleBox {
    width: 100%;
}

.block35684 .articleWra {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block35684 .articleTile {
    width: calc((100% - 40px) / 3);
    margin: 0;
    position: relative;
}

.block35684 .articleTile:nth-of-type(1) .imgBox .articleImg {
    position: unset;
}

.block35684 .articleTile:nth-of-type(1) .imgBox {
    padding-bottom: unset;
}

.block35684 .imgBox {
    width: 100%;
    /* height: 370px; */
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
}

.block35684 .articleMask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
    transition: opacity .25s;
}

.block35684 .articleImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity .25s cubic-bezier(.25, 0, 0, .25), transform .25s cubic-bezier(.25, 0, 0, .25);
    opacity: 1;
    position: absolute;
}

.block35684 .textBox {
    margin-left: 30px;
    margin-right: -10px;
    margin-top: -54px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
    transition: transform .25s cubic-bezier(.25, 0, 0, .25);
    z-index: 2;
    padding: 20px 80px 20px 30px;
}

.block35684 .textMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block35684 .line {
    position: absolute;
    background-color: #eb8c00;
    width: 148px;
    height: 6px;
    top: 0px;
    left: 30px;
}

.block35684 .line02 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    width: 1px;
    height: 40px;
    background: #F1F1F1
}

.block35684 .icon>i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #00B1DD;
}


.block35684 .articleTile:nth-of-type(1) {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0;
}

.block35684 .articleTile:nth-of-type(1) .imgBox {
    width: 100%;
    height: 486px;
}


.block35684 .articleTile:nth-of-type(1) .textBox {
    width: auto;
    max-width: 50%;
    margin-top: -98px;
    z-index: 1;
    right: 0;
    margin-right: -15px;
    padding: 20px 150px 20px 30px;
    margin-left: auto;
}

.block35684 .h5Style {
    white-space: nowrap;
    overflow: hidden;
    font-size: 22px;
    color: #595757;
    letter-spacing: 0;
    text-overflow: ellipsis;
}

.block35684 .h5Style>a,
.block35684 .h5Style>a:hover {
    color: inherit!important;
}

.block35684 .pStyle {
    margin-top: 12px;
    margin-bottom: auto;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
}

.block35684 .button {
    display: none;
}

.block35684 .articleTile:hover .articleImg {
    transform: scale3d(1.025, 1.025, 1.025);

}

.block35684 .articleTile:hover .articleMask {
    opacity: 0.2;
}

.block35684 .articleTile:hover .textBox {
    transform: translate3d(.25rem, -.25rem, 0);
}

.block35684 .pagination {
    width: 100%;
    margin-top: 40px;
}

.block35684 .paging {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block35684 .paging .active {
    color: #fff;
    background: #d93;
}

.block35684 .paging li:hover {
    color: #fff;
}

.block35684 .paging li {
    margin: 0 5px;
    border: solid 1px #f1f1f1;
    color: #353535;
    transition: .3s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.block35684 .paging li a {
    color: inherit;
    text-indent: unset !important;
    width: unset !important;
    background: unset !important;
}


.margin_unset {
    margin: unset !important;
}

@media screen and (max-width:1024px) and (min-width:767px) {
    .block35684 .articleTile {
        width: calc((100% - 40px) / 3);
        height: unset;
    }


    .block35684 .titleBox {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .block35684 .textBox {
        margin-left: 16px;
        width: calc(100% - 145px);
        margin-right: 16px;
    }


    .block35684 .articleTile:hover .textBox {
        transform: translate3d(0, -.25rem, 0);
    }

    .block35684 .articleTile:nth-of-type(1) .imgBox {
        height: 400px;
    }

    .block35684 .articleTile:nth-of-type(1) .textBox {
        margin-left: auto;
        margin-right: 24px;
        right: -1px;
    }

    .block35684 .articleTile:nth-of-type(1):hover .textBox {
        transform: translate3d(0, -.25rem, 0);
    }

}

@media screen and (max-width:767px) {
    .block35684 .articleWra .articleTile {       
        width: 100%;
        height: auto!important;
    }

    .block35684 .articleWra .articleTile:nth-of-type(1) {
        height: 320px;       
        width: 100%;
        margin: 0;
    }

    .block35684 .articleWra .titleBox {
        width: 100%;
        margin-left: 10px;
        margin-bottom: 16px;
        font-size: 30px;
    }

    .block35684 .line {
        left: 16px;
    }

    .block35684 .imgBox {
        width: 100%;
    }

    .block35684 .articleTile:nth-of-type(1) .imgBox {
        width: 100%;
        height: 224px;
    }

    .block35684 .textBox {
        width: calc(100% - 52px);
        max-width: unset;
        padding: 16px;
        margin-right: 10px;
        margin-left: 10px;
        right: 0;
        margin-top: -1rem;
    }

    .block35684 .articleTile:nth-of-type(1) .textBox {
        width: calc(100% - 52px);
        max-width: unset;
        padding: 16px;
        margin-right: 10px;
        margin-left: auto;
        right: 0;
        margin-top: -1rem;
    }

    .block35684 .articleTile:hover .textBox {
        transform: translate3d(0, -.25rem, 0);
    }

    .block35684 .icon {
        display: none;
    }

    .block35684 .line02 {
        display: none;
    }

    .block35684 .pagination {
        margin-top: 30px;
    }


}


.block35684 .templist-no-data {
    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;
}

.block35684 .artclelist-site-pagination {
    width: 100%;
    margin: 20px auto 0;
}

.block35684 .artclelist-site-pagination .artclelist-laypage-normal {
    display: flex;
    justify-content: center;
    padding: 0;
}

.block35684 .artclelist-site-pagination .layui-box {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.block35684 .artclelist-site-pagination .layui-box span,
.block35684 .artclelist-site-pagination .layui-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: transparent;
    color: #333;
    border: 1px solid #333;
    width: 24px;
    height: 24px;
    font-size: 12px;
    transition: all .3s;
}

.block35684 .artclelist-site-pagination .layui-box a:hover {
    background-color: var(--color-match-setting1) !important;
    border-color: var(--color-match-setting1);
    color: #fff !important;
}

.block35684 .artclelist-site-pagination .layui-laypage .layui-laypage-em {
    top: 0;
    left: 0;
    padding: 0;
}

.block35684 .artclelist-site-pagination .layui-laypage .layui-disabled {
    display: none;
}

.block35684 .artclelist-site-pagination .layui-laypage .layui-laypage-curr {
    border: 1px solid var(--color-match-setting1);
}

.block35684 .artclelist-site-pagination .layui-box a.layui-laypage-prev,
.block35684 .artclelist-site-pagination .layui-box a.layui-laypage-next {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
}
.block35684 .artclelist-site-pagination .layui-box a.layui-laypage-prev i,
.block35684 .artclelist-site-pagination .layui-box a.layui-laypage-next i {
    font-size: 12px;
}
.block35684 .artclelist-site-pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--color-match-setting1) !important;
    padding: 0 !important;
    border-radius: 0;
}

.block35684 .artclelist-site-pagination .layui-laypage .layui-laypage-curr em {
    color: #fff !important;
}



.block35684 .line {
    background-color: var(--color-match-setting1)
}

.block35684 .icon>i {
    color: var(--color-match-setting1)
}

.block35684 .paging .active {
    background-color: var(--color-match-setting1)
}

.block35684 .paging li:hover {
    background-color: var(--color-match-setting1)
}

.block35684 .h5Style {
    color: var(--color-match-setting2)
}

.block35684 .ArticlePicList_Item .pStyle {
    color: var(--color-match-setting3)
}