.block35414 {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px; */
    word-break: break-word;
}

.block35414 .title {
    text-align: center;
    color: #c1c1c1;
    font-size: 16px;
    margin-bottom: 20px;
}

.block35414 .subtit {
    font-size: 24px;
    color: #444;
    line-height: 1.4;
}

.block35414 .art {
    position: relative;
}

.block35414 .art::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 35px);
    background: rgba(0, 0, 0, .1);
    top: 45px;
    left: 50%;
}

.block35414 .ArticlePicList_Item {
    margin: 10px;
    position: relative;
    padding: 10px;
    display: flex;
}

.block35414 .ArticlePicList_Item:nth-child(even) {
    flex-direction: row-reverse;
}

.block35414 .ArticlePicList_Item:nth-child(even) .ArtContent {
    text-align: right;
}

.block35414 .ArticlePicList_Item:nth-child(even) .yy {
    text-align: left;
}

.block35414 .ArticlePicList_Item:nth-child(even) .time {
    right: unset;
    left: 0;
}

.block35414 .ArticlePicList_Item:nth-child(even) .imgBox {
    margin-left: 0;
}

.block35414 .ArticlePicList_Item:nth-child(even) .arrow {
    left: 470px;
}

.block35414 .ArticlePicList_Item:nth-child(even) .time::before {
    right: unset;
    left: -47px;
}

.block35414 .left {
    width: 50%;
    position: relative;
}

.block35414 .right {
    width: 50%;
    position: relative;
}

.block35414 .time {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
    margin: 0 40px;
    transition: all .6s;
}

.block35414 .time::before {
    content: '';
    position: absolute;
    top: 15px;
    right: -47px;
    width: 7px;
    height: 7px;
    background: #c4c4c4;
    border-radius: 10px;
    border: 3px solid #f8f8f8;
    opacity: 1;
    transition: all .6s;
}

.block35414 .mm {
    /* color: #999; */
    font-size: 36px;
    line-height: 46px;
    transition: all .6s;
}

.block35414 .yy {
    display: block;
    font-size: 16px;
    /* color: #adadad; */
    text-align: right;
}

.block35414 .imgBox {
    width: 330px;
    height: 140px;
    margin-left: calc(100% - 330px);
    position: relative;
    opacity: 0;
    transition: all .6s;
}

.block35414 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block35414 .arrow {
    position: absolute;
    right: 470px;
    bottom: 0;
    transition: all .6s;
    opacity: 0;
}

.block35414 .arrow i {
    font-size: 30px;
}

.block35414 .ArtContent {
    padding: 0 40px;
    position: relative;
    margin-top: 25px;
    transition: all .6s;
}

.block35414 .Artit {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    transition: all .6s;
    font-size: 20px;
    color: #575757;
    margin-bottom: 15px;
}

.block35414 .Artit a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal
}
.block35414 .ArticlePicList_Item:hover .right a {
    color: #fff;
}

.block35414 .Artext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* color: #999; */
    padding: 0 15px 0 0
}

.block35414 .ArticlePicList_Item:nth-child(even):hover .time {
    left: 360px;
    right: unset;
}

.block35414 .ArticlePicList_Item:hover .time {
    right: 360px;
    color: #fff;
}

.block35414 .ArticlePicList_Item:hover .arrow {
    bottom: 20px;
    opacity: 1;
    color: #fff;
}

.block35414 .ArticlePicList_Item:hover .imgBox {
    opacity: 1;
}

.block35414 .ArticlePicList_Item:hover {
    background-color: var(--color-match-setting1);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.block35414 .ArticlePicList_Item:hover .mm,
.block35414 .ArticlePicList_Item:hover .yy,
.block35414 .ArticlePicList_Item:hover .Artext,
.block35414 .ArticlePicList_Item:hover .Artit {
    color: #fff;
}

.block35414 .ArticlePicList_Item:hover .ArtContent {
    margin-top: 20px;
}

.block35414 .ArticlePicList_Item:hover .time::before {
    opacity: 0;
}

.block35414 .ArticlePicList_Item:hover .Artit {
    margin-bottom: 18px;
}

.block35414 .morebutn {
    display: block;
    text-align: center;
}

.block35414 .morebutn .mbtn {
    display: inline-block;
}

.block35414 .morebutn a {
    color: inherit;
}

.block35414 .morebutn .blocks-button {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    left: 0;
    top: 0;
}

.block35414 .morebutn .backstage-componet-bd {
    position: relative;
}

.block35414 .morebutn .morelink {
    width: 150px;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0);
    transition: all ease-out 0.3s;

}

.block35414 .morebutn .morelink i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all .3s;
}

.block35414 .more1 {
    color: #fff;
    transform-origin: top;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.block35414 .more2 {
    color: #b6b6b6;
    transform-origin: bottom;
    transform: translate(-50%, -50%) scale3d(1, 0, 1);
}

.block35414 .morebutn .morelink::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .4);
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1);
    display: block;
}

.block35414 .morebutn .morelink::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
}

.block35414 .morebutn .mbtn:hover .morelink {
    background: transparent;
    border-color: #b6b6b6;
}

.block35414 .morebutn .mbtn:hover .morelink::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.block35414 .morebutn .mbtn:hover .morelink::after {
    transform: scale3d(0.7, 0.7, 1);
    opacity: 0;
}

.block35414 .morebutn .mbtn:hover .more1 {
    transform: translate(-50%, -50%) scale3d(1, 0, 1);
}

.block35414 .morebutn .mbtn:hover .more2 {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.block35414 .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}


.block35414 .pagination {
    margin: 0 auto;
    width: 100%;
}

.block35414 .paging {
    display: flex;
    justify-content: center;
    padding: 0;
}

.block35414  .paging .active {
    padding: 3px 8px;
    background: #ff7e46;
    margin: 0 3px;
    font-size: 15px;
    color: #0E0E0E;
}

.block35414 .paging a {
    background: rgba(255, 255, 255, 0.80);
    margin: 0 3px;
    padding: 3px 8px;
    display: inline-block;
    font-size: 15px;
    color: #0E0E0E;
}

@media screen and (max-width:1200px) {
    .block35414 .art::before {
        display: none;
    }
    div.block35414 .ArticlePicList_Item:hover .mm,
    div.block35414 .ArticlePicList_Item:hover .yy,
    div.block35414 .ArticlePicList_Item:hover .Artext,
    div.block35414 .ArticlePicList_Item:hover .Artit,
    div.block35414 .ArticlePicList_Item:hover .right a {
        color: inherit;
    }
    .block35414 .ArticlePicList_Item {
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 20px 0 30px;
        margin: 0 10px;
    }
    

    .block35414 .left {
        width: 100%;
    }

    .block35414 .time {
        position: relative;
        top: 0;
        margin: 0 0 10px;
    }

    .block35414 .time::before {
        display: none;

    }

    .block35414 .mm {
        /* color: #999; */
        margin-right: 7px;
        font-size: 16px;
        line-height: 20px;
    }

    .block35414 .yy {
        display: inline-block;
    }

    .block35414 .arrow {
        display: none;
    }

    .block35414 .imgBox {
        display: none;
    }

    .block35414 .right {
        width: 100%;
    }

    .block35414 .ArtContent {
        padding: 0;
        margin-top: 0;
    }

    .block35414 .ArticlePicList_Item:nth-child(even) .ArtContent {
        text-align: left;
    }

    .block35414 .ArticlePicList_Item:hover {
        background: transparent!important;
        box-shadow: none;
    }

    .block35414 .ArticlePicList_Item:hover .time {
        right: 0;
        color: unset;
    }

    .block35414 .ArticlePicList_Item:hover .mm {
        /* color: #999; */
    }

    .block35414 .ArticlePicList_Item:hover .yy {
        /* color: #adadad; */
    }

    .block35414 .ArticlePicList_Item:hover .Artext {
        /* color: #999; */
    }

    .block35414 .ArticlePicList_Item:hover .Artit {
        /* color: #575757; */
    }

    .block35414 .ArticlePicList_Item:hover .ArtContent {
        margin-top: 0;
    }

    .block35414 .ArticlePicList_Item:hover .Artit {
        margin-bottom: 15px;
    }

    .block35414 .ArticlePicList_Item:nth-child(even):hover .time {
        left: unset;
        right: unset;
    }

    .block35414 .Article_Container {
        margin-bottom: 30px;
    }
}