.margin_unset{
    margin: unset !Important;
}
.block35524 {
    position: relative;
    /* max-width: 1200px; */
    /* margin: 0 auto;
    padding: 30px 10px; */
    word-break: break-word;
}

.block35524 .Art_list>.Art_Item {
    opacity: 0;
}

.block35524 .Art_Item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 12px;
    position: relative;
    border-radius: 0 0 16px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 430px;
    outline: none;
}

.block35524 .Art_Item:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
}

.block35524 .imgBox {
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    position: relative;
}

.block35524 .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
}

.block35524 .ArtContent {
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 190px;
}

.block35524 .ArtContent::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
}

.block35524 .Art_Item::before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 52px);
    background-repeat: repeat-x;
}

.block35524 .ArtH5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}

.block35524 .ArtH5 a {
    /* color: inherit; */
    outline: none;
}

.block35524 .butn {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}

.block35524 .divider {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 9px;
    border: 2px solid;
    top: -2px;
    left: -2px;
}

.block35524 .butn a {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    outline: none;
    color: inherit;
}

.block35524 .butn a i {
    font-size: 16px;
    font-weight: 800;
    margin-left: 2px;
    display: block;
    transform: translateY(2px);
}


.block35524 .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block35524 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block35524 .slick-list:focus {
    outline: none;
}

.block35524 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block35524 .slick-slider .slick-track,
.block35524 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block35524 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block35524 .slick-track:before,
.block35524 .slick-track:after {
    display: table;

    content: '';
}

.block35524 .slick-track:after {
    clear: both;
}

.block35524 .slick-loading .slick-track {
    visibility: hidden;
}

.block35524 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block35524 .slick-slide img {
    display: block;
}

.block35524 .slick-slide.slick-loading img {
    display: none;
}

.block35524 .slick-slide.dragging img {
    pointer-events: none;
}

.block35524 .slick-initialized .slick-slide {
    display: block;
}

.block35524 .slick-loading .slick-slide {
    visibility: hidden;
}

.block35524 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block35524 .slick-arrow.slick-hidden {
    display: none;
}

.block35524 .slick-dots {
    text-align: center;
    margin-top: 15px;
    position: relative;
    bottom: 0;
}

.block35524 .slick-dots li {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-radius: 4px;
    margin: 8px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fa551e;
    transition: all .3s;
}

.block35524 .slick-dots li.slick-active {
    background: #fa551e;
}

.block35524 .slick-dots li button {
    display: none;
}
.block35524 .time{
    position: absolute;
    bottom: 6%;
    left: 6%;
    z-index: 2;
}
.block35524 .Art_Item:hover .ArtH5,
.block35524 .Art_Item .ArtH5:hover a {
    color: var(--color-match-setting1);
}
.block35524 .Art_Item:hover .butn {
    color: var(--color-match-setting1);
}
.block35524 .Art_Item:hover .divider {
    border-color: var(--color-match-setting1);
}
.block35524 .slick-dots li {
    border-color: var(--color-match-setting1);
}
.block35524 .slick-dots li.slick-active {
    background-color: var(--color-match-setting1);
}
@media screen and (max-width:768px) {
    .block35524 .Art_Item::before {
        height: 120px;
    }
}