.block35014 {
    width: 100%;
    /* max-width: 1200px;
    margin: auto; */
}

.block35014 .wrapper {
    width: 100%;
    position: relative;
}
.block35014 .wrapper .block-article-container-replace {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;    
}
.block35014 .tile {
    /* margin: 30px 10px; */
    position: relative;
    border: 1px solid #D1DDE6;
    box-sizing: border-box;
}

.block35014 .tile .imgBox {
    width: 100%;
    height: 360px;
}

.block35014 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block35014 .textBox {
    margin: 30px 30px 90px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /* border: 1px solid #D1DDE6; */
}


.block35014 .title {
    letter-spacing: 0;
}
.block35014 .title a {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.block35014 .content {
    font-size: 14px;
    color: #737374;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 20px;
    margin: 10px 0;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.block35014 .button {
    font-size: 14px;
    color: var(--color-match-setting1)!important;
    letter-spacing: 0;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    z-index: 2;
}

.block35014 .pagination {
    width: 100%;
    margin: 30px 0;
}

.block35014 .paging {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block35014 .paging .active {
    background: var(--color-match-setting1)!important;
    border: 1px solid var(--color-match-setting1)!important;
    color: #fff;
}

.block35014 .paging li:hover {
    background: var(--color-match-setting1)!important;
    border: 1px solid var(--color-match-setting1)!important;
    color: #fff;
}

.block35014 .paging li {
    margin: 0 5px;
    border: solid 1px #C9CACA;
    color: #353535;
    transition: .3s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.block35014 .paging li a {
    color: inherit;
    text-indent: unset !important;
    width: unset !important;
    background: unset !important;
}

.block35014 .wra {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #D1DDE6;
    box-sizing: border-box;
    transition: .3s;
}

.block35014 .wra::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px 0 var(--color-match-setting1)!important;
    opacity: 0;
    transition: opacity 0.3s;
}

.block35014 .tile:hover {
    border-color: var(--color-match-setting1)!important;
    box-shadow: 0 0 5px 0 var(--color-match-setting1)!important;
}

.block35014 .tile:hover .wra::after {
    opacity: 0.6;
}

.block35014 .time {
    font-size: 14px;
    color: #737374;
    margin-top: 10px;
}

.block35014 .artclelist-site-pagination {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: 100%;
}

.block35014 .artclelist-site-pagination .layui-box {
    display: flex;
    justify-content: center;
}

.block35014 .artclelist-site-pagination .layui-box>a,
.block35014 .artclelist-site-pagination .layui-box>span,
.block35014 .artclelist-site-pagination .layui-box span.layui-laypage-spr {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #C9CACA;
    text-align: center;
    line-height: 30px;
    color: #353535;
    padding: 0;
    transition: all .3s;
    border-radius: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: initial;
}

.block35014 .artclelist-site-pagination .layui-box span {
    color: #fff;
}

.block35014 .artclelist-site-pagination .layui-laypage-prev i,
.block35014 .artclelist-site-pagination .layui-laypage-next i {
    font-size: 12px;
    color: #353535;
}

.block35014 .artclelist-site-pagination .layui-box a:hover,
.block35014 .artclelist-site-pagination .layui-box span.layui-laypage-spr:hover {
    background-color: var(--color-match-setting1)!important;
    border-color: var(--color-match-setting1)!important;
    color: #fff;
}

.block35014 .artclelist-site-pagination .layui-box a:hover i {
    color: #fff;
}

.block35014 .artclelist-site-pagination .layui-box  .layui-laypage-curr em {
    font-family: initial;    
}

.block35014 .artclelist-site-pagination .layui-box span .layui-laypage-em {
    background-color: var(--color-match-setting1)!important;
}

.block35014 .artclelist-site-pagination li>a#previousPage {
    margin-right: 0;
    background-position: left center;
    padding-top: 1px;
    display: unset;
}

.block35014 .artclelist-site-pagination li>a#nextPage {
    margin-left: 0;
    background-position: right center;
    padding-top: 1px;
    display: unset;
}

@media (min-width: 1201px) {
    .block35014 .Article_Container .tile:nth-child(10n+1):first-child {
        margin-top: 0;
    }    
    .block35014 .Article_Container .tile:nth-child(10n+1) {
        width: calc(2 * (100% - 10px) / 3);
    }
    .block35014 .Article_Container .tile:nth-child(10n+2) {
        width: calc((100% - 40px) / 3);
    }    
    .block35014 .Article_Container .tile:nth-child(10n+3),
    .block35014 .Article_Container .tile:nth-child(10n+4),
    .block35014 .Article_Container .tile:nth-child(10n+5) {
        width: calc((100% - 40px) / 3);
    }
    .block35014 .Article_Container .tile:nth-child(10n+6) {
        width: calc((100% - 40px) / 3);
    }
    .block35014 .Article_Container .tile:nth-child(10n+7) {
        width: calc(2 * (100% - 10px) / 3);
    }
    .block35014 .Article_Container .tile:nth-child(10n+8),
    .block35014 .Article_Container .tile:nth-child(10n+9),
    .block35014 .Article_Container .tile:nth-child(10n+10) {
        width: calc((100% - 40px) / 3);
    }
    .block35014 .Article_Container .tile:nth-child(10n+1) .imgBox,
    .block35014 .Article_Container .tile:nth-child(10n+7) .imgBox {
        height: 460px;
    }    
    .block35014 .Article_Container .tile:nth-child(10n+1) .title a,
    .block35014 .Article_Container .tile:nth-child(10n+7) .title a {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .block35014 {
        padding: 30px 0;
        width: calc(100% - 20px);
        margin: auto;
    }
    .block35014 .title a {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        white-space: nowrap;
        display: inline-block;
        width: 100%;        
    }
    .block35014 .imgBox {
        display: none;
    }
    .block35014 .ArticlePicList_ItemContentInnerBox {
        padding-left: 10px;
    }
    .block35014 .title {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        transition: all .6s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .block35014 .time { 
        margin-bottom: 10px;
        margin-top: 0;
    }

    .block35014 .content {
        font-size: 13px;
        color: #b0b0b0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;      
        word-break: break-word;
    }

    .block35014 .Article_Container .wrapper .tile {
        margin: 0;
        padding-top: 20px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: unset;
    }

    .block35014 .wra {
        display: none;
    }

    .block35014 .Article_Container .wrapper .tile .textBox {
        height: unset;
        padding: 0;
        margin: 0;
    }

    .block35014 .button {
        display: none;
    }
}