div.block37324 .icon{ color:var(--color-match-setting1)}
div.block37324 .h5Style:hover{ color:var(--color-match-setting1)}
div.block37324 .prev{ background-color:var(--color-match-setting1)}
div.block37324 .next{ background-color:var(--color-match-setting1)}
div.block37324 li button:before{ color:var(--color-match-setting1) !important;}
.block37324.init-style {
    opacity: 0;
}
.block37324 .slide-wra:not(.slick-slider) .ArticlePicList_Item:nth-of-type(n+3) {
    display: none;
}
.block37324 .slide-wra:not(.slick-initialized) {
    display: flex;
}
@media screen and (max-width:600px) {
    .block37324 .slide-wra:not(.slick-slider) .ArticlePicList_Item:nth-of-type(n+2) {
        display: none;
    }
}

.block37324 {
    width: 100%;
    margin-left: 2px;
}
.block37324 .lead-component-wrapper,
.block37324 .lead-component-wrapper *,
.block37324 .lead-text,
.block37324 .lead-text * {
    pointer-events: all;
}
.block37324 .lead-component-wrapper .lead-bg-color {
    pointer-events: none;
}

.block37324 .Article_Container {
    width: 100%;
}

.block37324 .wrapper {
    width: 100%;
    display: flex;
    gap: 10px;
}

.block37324 .tile {
    padding: 10px 0;
    width: calc(45% - 10px);
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}
.block37324 .tile .backstage-blocksEditor-wrap {
    width: 100%;
}
.block37324 .icon a{
    outline: none;
    color: inherit;
}
.block37324 .icon a:active{
    color: unset;
}
.block37324 .imgWra {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    margin: 0;
    top: 0;
}

.block37324 .imgBox,
.block37324 .imgBox .backstage-componet,
.block37324 .imgBox .backstage-componet-bd {
    width: 100%;
    height: 100%;
}

.block37324 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block37324 .textBox {
    padding: 40px 30px 40px;
    position: relative;
    z-index: 1;
}

.block37324 .text {
    line-height: 1.25;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
}

.block37324 .tile:last-child {
    padding: 0;
    width: 55%;
}

.block37324 .article-wra {
    width: 100%;
    display: flex;
}

.block37324 .article-tile {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
    outline: none;
    transition: box-shadow .3s;
}

.block37324 .article-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.block37324 .article-img img {
    width: 100%;
    object-fit: 100%;
    height: 100%;
    transition: .3s all ease-in-out;
}

.block37324 .article-text {
    padding: 20px 15px;
    background: #fff;
}
.block37324 .article-text .icon-cate .classification {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;    
}
.block37324 .slide-wra {
    width: 100%;
}

.block37324 .h5Style {
    color: #000;
    margin-top: 10px;
    /* letter-spacing: .05em; */
    transition: color .3s;
}

.block37324 .h5Style a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;    
    outline: none;
}

.block37324 .pStyle {
    letter-spacing: .05em;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.block37324 .textWra {
    overflow: hidden;
}

.block37324 .icon {
    font-weight: 400;
    letter-spacing: .05em;
    font-size: 13px;
    color: #aa6ecf;
    height: 20px;
}

.block37324 .timeBox {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    display: flex;
    align-items: center;
    color: #9b9b9b;
}

.block37324 .time {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: .05em;
    color: #9b9b9b;
}

.block37324 .article-tile:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.block37324 .article-tile:hover .article-img img {
    transform: scale(1.1);
}

.block37324 .prev,
.block37324 .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    z-index: 2;
    background: #aa6ecf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    transition: 0.3s;
    cursor: pointer;
    visibility: hidden;
}

.block37324 .prev:hover,
.block37324 .next:hover {
    opacity: 0.6;
}

.block37324 .prev i,
.block37324 .next i {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

.block37324 .prev i {
    position: relative;
    top: 1px;
}

.block37324 .next i {
    margin-top: 2px;
    margin-left: 2px;
}

.block37324 .next {
    right: -5px;
    left: unset;
}

@media screen and (max-width:1200px) {
    .block37324{
        overflow: hidden;
        margin-left: 0px;
    }
    .block37324 .wrapper {
        flex-direction: column;
        gap: 0px;
    }
    .block10584 .container{
        width: 100%;
    }
    .block37324 .tile {
        width: calc(100% - 0px);
        padding-top: 0px;
    }

    .block37324 .tile:last-child {
        width: 100%;
    }

    .block37324 .imgWra {
        width: calc(100% - 20px);
        left: 10px;
        top: 0px;
        height: calc(100% - 20px);
    }

    .block37324 .article-img {
        height: 347px;
    }

    .block37324 .article-tile {
        margin: 0px 10px 10px;
    }
    .block37324 .article-wra{
        margin: 0px 10px 10px;
        width: auto;
    }

    .block37324 .prev,
    .block37324 .next {
        opacity: 0;
        visibility: hidden;
    }

}
@media (min-width: 767px) and (max-width:1024px) {
    .block37324 .article-tile {
        box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25);
    }
}
@media screen and (max-width:1000px) {
    .block37324 .article-img {
        height: 268px;

    }
}

@media screen and (max-width:767px) {
    .block37324 .imgWra {
        width: 100%;
    }
    .block37324 .imgWra {
        left: 0;
    }
    .block37324 .article-tile {
        margin: 0;
    }
    .block37324 .article-tile {
        width: 100%;
    }
    .block37324 .article-img {
        height: 230px;
    }

    .block37324 .prev,
    .block37324 .next {
        opacity: 0;
        visibility: hidden;
    }

    .block37324 .article-wra {
        flex-wrap: wrap;
    }

    .block37324 .textBox {
        padding: 20px 10px;
    }

    .block37324 .tile {
        min-height: 400px;
    }
    .container div[id^="location_"] > div, div[id^="location_"] > div {
        padding: 0;
    }
}
.block37324  .container>div[id^="location_"]{
    margin: 0 !important;
}

.block37324 .slick-dots {
    position: initial;
    transform: translateX(0);
}