.block35704 {
    width: 100%;
    /* max-width: 1200px; */
    /* margin: auto;
    padding: 20px 0; */
}

.block35704 .blockTitle {
    font-size: 36px;
    color: #2E4B9B;
    width: 100%;
    text-align: center;
}

.block35704 .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.block35704 .block-article-container-replace {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block35704 .tile {
    width: calc((100% - 20px) / 2);
}

.block35704 .imgBox {
    width: 480px;
    height: 396px;
    overflow: hidden;
}

.block35704 .tile:hover img {
    transform: scale(1.08);
}

.block35704 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
}

.block35704 .textBox {
    width: 480px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-left: 100px;
    margin-top: -140px;
    position: relative;
    height: 253px;
    border-bottom: solid 5px var(--color-match-setting1);
    box-sizing: border-box;
}

.block35704 .title {
    font-size: 22px;
    color: var(--ld-title5-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.block35704 .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.block35704 .content {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
}

.block35704 .textWra {
    padding: 30px;
}

.block35704 .timeBox {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}
.block35704 .timeBox .name {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.block35704 .time {
    flex: 0 0 auto;
    white-space: nowrap;    
}

.block35704 .button {
    display: none;
}

.block35704 .pagination {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0;
    border-radius: 0;
}

.block35704 .paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block35704 .paging li {
    font-size: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
    border: solid 1px var(--color-match-setting1);
}

.block35704 .paging li a {
    color: inherit;
}

.block35704 .paging li.active {
    background: var(--color-match-setting1);
    color: #fff;
}

.block35704 .pagination li>a#nextPage {
    margin-left: unset !important;
}

.block35704 .pagination li>a#previousPage {
    margin-right: unset;
}

.block35704 .artclelist-site-pagination {
    max-width: 1180px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: 100%;
}

.block35704 .artclelist-site-pagination {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: 100%;
}

.block35704 .artclelist-site-pagination .layui-box {
    display: flex;
    justify-content: center;
}

.block35704 .artclelist-site-pagination .layui-box>a,
.block35704 .artclelist-site-pagination .layui-box>span,
.block35704 .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;
}

.block35704 .artclelist-site-pagination .layui-box span {
    color: #fff;
}

.block35704 .artclelist-site-pagination .layui-laypage-prev i,
.block35704 .artclelist-site-pagination .layui-laypage-next i {
    font-size: 12px;
    color: #353535;
}

.block35704 .artclelist-site-pagination .layui-box a:hover,
.block35704 .artclelist-site-pagination .layui-box span.layui-laypage-spr:hover {
    background-color: var(--color-match-setting1);
    border-color: var(--color-match-setting1);
    color: #fff;
}

.block35704 .artclelist-site-pagination .layui-box a:hover i {
    color: #fff;
}

.block35704 .artclelist-site-pagination .layui-box  .layui-laypage-curr em {
    font-family: initial;    
}

.block35704 .artclelist-site-pagination .layui-box span .layui-laypage-em {
    background-color: var(--color-match-setting1)!important;
}

.block35704 .artclelist-site-pagination li>a#previousPage {
    margin-right: 0;
    background-position: left center;
    padding-top: 1px;
    display: unset;
}

.block35704 .artclelist-site-pagination li>a#nextPage {
    margin-left: 0;
    background-position: right center;
    padding-top: 1px;
    display: unset;
}

@media screen and (min-width:1200px) {
    .block35704 .imgBox {
        width: 84%;
    }
    .block35704 .textBox {
        width: 84%;
        margin-left: 16%;
    }
}
@media screen and (min-width:1600px) {
    .block35704 .imgBox {
        height: 450px;
    }
}
@media screen and (min-width:1920px) {
    .block35704 .imgBox {
        height: 530px;
    }
}
@media screen and (max-width:1200px) {
    .block35704 .imgBox {
        width: 82%;
        height: 326px;
    }

    .block35704 .textBox {
        width: 82%;
        margin-left: 18%;
    }
}

@media screen and (max-width:768px) {
    .block35704 .blockTitle{
        font-size: 30px;
    }
    .block35704 .imgBox {
        width: 90%;
        height: 250px;
    }

    .block35704 .textBox {
        width: 90%;
        margin-left: 10%;
        height: auto;
        margin-top: -110px;
    }

    .block35704 .tile {
        width: 100%;
    }

    .block35704 .content {
        line-height: 1.6;
    }

    .block35704 .timeBox {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .block35704 .textWra {
        padding: 16px;
    }
    .block35704 .wrapper{
        margin-top: 5px;
    }
}