.block35724 {
    position: relative;
    word-break: break-word;
}

.block35724 .articalWrap {
    position: relative;
    padding-left: 50%;
    height: 390px !important;
}

.block35724 .ArticlePicList_Item:first-child {
    position: absolute;
    width: 49%;
    height: 390px;
    left: 0;
    top: 0;
    padding: 0;
}

.block35724 .ArticlePicList_Item:first-child .imgBox {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.block35724 .ArticlePicList_Item:first-child .imgBox::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 157px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19%, #000000 100%);
    z-index: 2
}

.block35724 .ArticlePicList_Item:first-child .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.block35724 .ArticlePicList_Item:first-child:hover .imgBox img {
    transform: scale(1.08)
}

.block35724 .ArticlePicList_Item:first-child .ArticlePicList_ItemContent {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.block35724 .ArticlePicList_Item:first-child .ArticlePicList_ItemContentInnerBox {
    padding: 30px 20px;
}

.block35724 .ArticlePicList_Item:first-child .md,
.block35724 .ArticlePicList_Item:first-child .year {
    color: #fff;
}

.block35724 .ArticlePicList_Item:first-child .ArticlePicList_ItemContentInnerH5 {
    width: 100%;
    color: #fff;
    max-width: 100%;
}

.block35724 .ArticlePicList_Item:first-child .ArticlePicList_ItemContentInnerA {
    display: none
}

.block35724 .ArticlePicList_Item {
    margin: 0 10px;
    position: relative;
    height: 90px;
    padding: 20px;
    background: #FFFFFF;
    transition: all .3s;
}

.block35724 .ArticlePicList_Item .imgBox {
    display: none;
}

.block35724 .md {
    /* font-size: 26px;
    color: #333333; */
    margin-right: 5px
}

.block35724 .year {
    /* font-size: 16px;
    color: #9F9F9F; */
}

.block35724 .ArticlePicList_ItemContentInnerH5 {
    display: block;
    margin-top: 5px;
    /* font-size: 18px; */
    color: #666666;
    line-height: 25px;
    max-width: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.block35724 .ArticlePicList_ItemContentInnerH5 a {
    color: inherit;
}

.block35724 .ArticlePicList_ItemContentInnerP {
    display: none;
}

.block35724 .ArticlePicList_ItemContentInnerA {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #ccc;
    transform: translateY(-50%);
}

.block35724 .ArticlePicList_ItemContentInnerA i {
    font-size: 16px;
}

.block35724 .ArticlePicList_Item:hover {
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.12);
    z-index: 2
}

@media screen and (max-width:1200px) {
    .block35724 .ArticlePicList_Item:first-child {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:510px) {

    .block35724 .articalWrap {
        padding-left: 0;
        height: auto !important;
    }

    .block35724 .ArticlePicList_Item:first-child {
        width: calc(100% - 20px);
        position: relative;
        height: 239px;
    }

    .block35724 .md {
        /* font-size: 20px; */
    }

    .block35724 .year {
        /* font-size: 14px; */
    }

    .block35724 .ArticlePicList_ItemContentInnerH5 {
        /* font-size: 14px; */
        line-height: 25px
    }

    .block35724 .ArticlePicList_Item {
        padding: 25px;
        height: 80px;
    }

    .block35724 .ArticlePicList_ItemContentInnerH5 {
        max-width: calc(100% - 40px)
    }
}

.block35724 .ArticlePicList_Item:hover .ArticlePicList_ItemContentInnerA {
    color: var(--color-match-setting1) !important;
}