.block35794 {
    width: 100%;
    /* max-width: 1200px;
    margin: auto;
    padding: 20px 0; */
}

.block35794 .title {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;

}

.block35794 .contentTop {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
}

.block35794 .tileOne {
    margin: 0;
    width: calc(50% - 10px);
}

.block35794 .tileOne .imgBox {
    height: 440px;
}

.block35794 .tileSecond {
    margin: 0;
    width: calc(50% - 10px);
}

.block35794 .tileSecond .imgBox {
    height: 440px;
}

.block35794 .imgBox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.block35794 .articleBox {
    width: 100%;
}

.block35794 .articleWra {
    /* width: 100%; */
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.block35794 .articleWra>.ArticlePicList_Item {
    opacity: 0;
}

.block35794 .articleTile {
    margin: 0 10px;
    width: calc(33.333% - 20px);
    outline: none;
}

.block35794 .slick-track {
    align-items: baseline;
}

.block35794 .slick-list {
    width: 100%;
}

.block35794 .imgBox {
    width: 100%;
    height: 287px;
    position: relative;
}

.block35794 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block35794 .h5Style {
    font-weight: bold;
    color: #333;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
    transition: .5s;
}

.block35794 .h5Style a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block35794 .pStyle {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block35794 .ArticlePicList_ItemContent .button {
    margin-top: 5px;
    display: block;
    outline: none;
    color: var(--color-match-setting1);
}

.block35794 .button i {
    font-size: 13px;
}

.block35794 .prevArrow,
.block35794 .nextArrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
    transition: .5s;
    z-index: 2;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    color: var(--color-match-setting1);
}

.block35794 .wrapper:hover .prevArrow {
    opacity: 1;
}

.block35794 .wrapper:hover .nextArrow {
    opacity: 1;
}

.block35794 .wrapper {
    position: relative;
}

.block35794 .prevArrow {
    left: 20px;
}

.block35794 .prevArrow i {
    font-size: 13px;
    margin-top: 12px;
    display: block;
    margin-left: 12px;
    font-weight: bold;
}

.block35794 .nextArrow i {
    font-size: 13px;
    margin-top: 12px;
    display: block;
    margin-left: 12px;
    font-weight: bold;
}

.block35794 .nextArrow {
    right: 20px;
}

.block35794 .articleTile:hover .h5Style,
.block35794 .articleTile:hover .h5Style a {
    color: var(--color-match-setting1);
}

.block35794 .tileOne:hover .h5Style,
.block35794 .tileOne:hover .h5Style a { 
    color: var(--color-match-setting1);
}

.block35794 .tileSecond:hover .h5Style,
.block35794 .tileSecond:hover .h5Style a { 
    color: var(--color-match-setting1);
}

@media screen and (max-width:1200px) {
    .block35794 .tileOne .imgBox {
        height: 365px;
    }

    .block35794 .tileSecond .imgBox {
        height: 365px;
    }

    .block35794 .imgBox {
        height: 240px;
    }
}

@media screen and (max-width:900px) {
    .block35794 .tileOne .imgBox {
        height: 319px;
    }

    .block35794 .tileSecond .imgBox {
        height: 319px;
    }

    .block35794 .imgBox {
        height: 208px;
    }
}

@media screen and (max-width:800px) {
    .block35794 .tileOne .imgBox {
        height: 275px;
    }

    .block35794 .tileSecond .imgBox {
        height: 275px;
    }

    .block35794 .imgBox {
        height: 179px;
    }
}

@media screen and (max-width:767px) {
    .block35794 .tileOne {
        width: 100%;
        margin-bottom: 30px;
    }

    .block35794 .tileSecond {
        width: 100%;
    }

    .block35794 .contentTop {
        flex-wrap: wrap;
    }

    .block35794 .tileOne .imgBox {
        height: 255px;
    }

    .block35794 .tileSecond .imgBox {
        height: 255px;
    }

    .block35794 .imgBox {
        height: 255px;
    }
}