.margin_unset{
    margin: unset !Important;
}
.block35524 {
    position: relative;
    /* max-width: 1200px; */
    /* margin: 0 auto;
    padding: 30px 10px; */
    word-break: break-word;
}

.block35524 .Art_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
}

.block35524 .Art_list>.Art_Item {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.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: box-shadow .3s ease-in-out;
    height: auto;
    display: flex;
    flex-direction: column;
    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;
    flex-shrink: 0;
}

.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: auto;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.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: 60px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 52px);
    background-repeat: repeat-x;
    pointer-events: none;
}

.block35524 .ArtH5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.block35524 .ArtP {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 60px;
}

.block35524 .ArtH5 a {
    /* color: inherit; */
    outline: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.block35524 .bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
}

.block35524 .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    line-height: 1.5;
}

.block35524 .butn {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 3;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.block35524 .butn,
.block35524 .butn * {
    text-align: left;
}

.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;
    text-decoration: none;
}

.block35524 .butn a i {
    font-size: 16px;
    font-weight: 800;
    margin-left: 2px;
    display: block;
    transform: translateY(2px);
    text-decoration: none;
}

.block35524 .iconfont_phoenix {
    text-decoration: none !important;
    border-bottom: none !important;
}

.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;
    overflow: hidden;
}

.block35524 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
}

.block35524 .slick-list:focus {
    outline: none;
}

.block35524 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block35524 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 0);
}

.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;
    height: auto;
}

.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 .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: 739px) { 
  div.block35874 .Article_Container .articleTile .textBox {
    width: 100%;
    max-width: unset;
    padding: 16px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -1rem;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    height: auto;
  }
}

@media screen and (max-width:768px) {
    .block35524 .Art_Item {
        width: calc(100% - 20px);
        margin: 0 10px 20px;
        height: auto;
        min-height: unset;
    }
    
    .block35524 .ArtContent {
        min-height: 150px;
    }
    .block35524 .bottom-wrapper {
        padding: 0 10px;
    }
    .block35524 .time {
        left: 15px;
    }
    
    .block35524 .butn {
        right: 15px;
    }
}