.blockCon23854 {
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
    word-break: break-word;
}

.blockCon23854 .backstage-blocksEditor-wrap .backstage-blocksEditor-wrap-text .backstage-widgetsettings-tools-zindex {
    top: 50%;
}

.blockCon23854 .title {
    text-align: center;
    font-size: 42px;
    color: #202020;
    line-height: 1.3;
    margin-bottom: 25px;
}

.blockCon23854 .siteblocks-header-banner {
    position: relative;
}

.blockCon23854 .yq-wra {
    position: relative;
    width: 100%;
}

.blockCon23854 .yq-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    transition: all .3s;
}

.blockCon23854 .yq-list.pcenter {
    margin: 0 auto 30px;
}

.blockCon23854 .yq-item {
    padding: 0 30px;
    background: rgba(5, 21, 36, 0.1);
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    height: auto;
    font-size: 16px;
    line-height: 3;
    display: flex;
    align-items: center;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blockCon23854 .yq-item.active14174 .banner-nameT {
    color: #fff !important;
    opacity: 1;
}

.blockCon23854 .yq-item.active14174 {
    --color0: #157ECB;
}

.blockCon23854 .yq-item:hover .banner-nameT {
    color: #fff !important;
    opacity: 1;
}

#blockCon23854 .banner-nameT {
    font-size: 16px;
    color: #2A2F2C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blockCon23854 .show-item {
    position: relative;
    height: auto;
    width: 100%;
    /* outline: none; */
    display: none;
    /* opacity: 0; */
}

.blockCon23854 .show-item.active {
    display: flex;
}

.blockCon23854 .show-item.active[style] {
    opacity: 1;
    transition: all 0.3s;
}

.blockCon23854 .imgBox1 {
    position: relative;
    width: 50%;
    height: 100%;
    font-size: 0;
}

.blockCon23854 .imgBox1 .backstage-componet {
    width: 100%;
}

.blockCon23854 .imgBox1 img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    aspect-ratio: 1 / 0.7458;
}

@media (min-width: 771px) {
    .blockCon23854 div.description {
        position: absolute;
        right: 0;
        height: 100%;
    }
}

.blockCon23854 .description {
    width: 50%;
    height: 100%;
    position: relative;
    background: #F7F7F7;
}

.blockCon23854 .text .textPack {
    max-height: 100%;
    overflow: auto;
    padding: 0 10px;
}

.blockCon23854 .text .textPack::-webkit-scrollbar {
    width: 3px;
}

.blockCon23854 .text .textPack::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.blockCon23854 .text .textPack::-webkit-scrollbar-thumb {
    background-color: #157ECB;
}

.blockCon23854 .text {
    position: relative;
    z-index: 2;
    padding: 60px 30px 60px 20px;
    height: calc(100% - 120px);
}

.blockCon23854 .banner-name a {
    font-size: 20px;
    color: #1A75CF;
    line-height: 1.35;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.blockCon23854 .banner-name a::before {
    position: absolute;
    content: '';
    width: 34px;
    height: 3px;
    background-color: #1A75CF;
    border-radius: 2px;
    bottom: 0;
    left: 0;
}

.blockCon23854 .banner-docs {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.86;
    width:100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
    transition-delay: .3s;
}

.blockCon23854 .moreBtn {
    padding: 10px 20px;
    background-color: #157ECB;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.blockCon23854 .icon {
    display: none;
}

.blockCon23854 .copyBannerName {
    display: none;
}

.blockCon23854 .backstage-blocksEditor-wrap a[href=""],
.blockCon23854 .backstage-blocksEditor-wrap a[href="javascript:void(0)"],
.blockCon23854 .backstage-blocksEditor-wrap a[href="javascript:void(0);"],
.blockCon23854 .backstage-blocksEditor-wrap a[href="javascript:;"] {
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .location_images23854_pack:not(.container) {
        width: 100%;
        margin: auto;
    }

    .location_images23854_pack.container .blockCon23854 {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .blockCon23854 {
        padding: 20px 10px;
    }

    .blockCon23854 .yq-wra {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 770px) {
    .blockCon23854 .listPack {
        width: 100%;
        height: 54px;
        margin-bottom: 20px;
    }

    .blockCon23854 .copyBannerName {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 60px);
        height: 54px;
        background: #EFEDED;
        line-height: 54px;
        padding: 0 40px 0 20px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blockCon23854 .listPack .icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(0deg);
        transition: all 0.3s;
        cursor: pointer;
    }

    .blockCon23854 .listPack .icon.active {
        transform: rotate(180deg);
        transition: all 0.3s;
    }

    .blockCon23854 .yq-list {
        position: absolute;
        top: 54px;
        left: 0;
        height: 0px;
        overflow: hidden;
        transition: height 0.3s;
        z-index: 9;
        width: 100%;
    }

    .blockCon23854 .yq-list.active {
        transition: height 0.3s;
    }

    .blockCon23854 .yq-item {
        margin: 0;
        padding: 0 20px;
        background: #EFEDED;
        border-radius: 0px;
        width: 100%;
        min-height: 54px;
        line-height: 1.8;
    }

    .blockCon23854 .show-item {
        width: 100%;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .blockCon23854 .imgBox1 {
        width: 100%;
    }

    .blockCon23854 .description {
        width: 100%;
        background-color: transparent;
    }

    .blockCon23854 .text {
        padding: 20px 0 0;
        height: auto;
    }

    .blockCon23854 .banner-docs {
        width: 100%;
        margin-top: 33px;
        -webkit-line-clamp: 100;
    }

    .blockCon23854 .text .textPack {
        max-height: 1000000px;
        overflow: auto;
         padding: 0;
    }
}