.blockCon23244 {
    word-break: break-word;
}

.blockCon23244 .slick23244 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.blockCon23244 .imgbox23244 {
    /* margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 20px; */
    position: relative;
    width: calc(50% - 10px);
    height: 660px;
}

.blockCon23244 img {
    width: 100%;
    height: 660px;
    vertical-align: top;
    text-align: center;
    object-fit: cover;
}

.blockCon23244 .imgbox23244 .banner-description {
     position: absolute;
    bottom: 8%;
    margin: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-word;
    width: calc(100% - 40px);
    text-align: center !important;
}

@media screen and (max-width: 1024px) {
    .blockCon23244 {
        margin: 0 10px;
    }

    .blockCon23244 .imgbox23244 {
        height: 485px;
    }

    .blockCon23244 img {
        height: 485px;
    }
}

@media screen and (max-width: 768px) {
    .blockCon23244 .imgbox23244 {
        margin: 20px 10px;
        position: relative;
        height: 485px;
    }

    .blockCon23244 img {
        height: 485px;
    }

    .blockCon23244 .slick23244 {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    
    /* 外层容器 overflow hidden 防止滚动条 */
    .blockCon23244 .siteblocks-header-banner {
        /* overflow: hidden; */
    }

    .blockCon23244 .banner-docs {
        visibility: hidden;
        position: absolute;
        left: 50%;
        bottom: 8%;
        width: 90%;
        transform: translate(-50%);
        text-align: center;
        display: -webkit-box;      
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
        overflow: hidden;    
        white-space: normal;  
        text-overflow: ellipsis;  
        word-break: break-word; 
    }

    .blockCon23244 .imgbox23244:nth-child(2n-1) {
        /* margin-left: 0px; */
    }

    .blockCon23244 .imgbox23244 .banner-description {
        position: unset;
        margin: 0;
    }
}

.blockCon23244 .mark23244::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85));
}

/* 文本编辑器 z-index 调整 */
.blockCon23244 .backstage-blocksEditor-wrap .backstage-blocksEditor-wrap-text .backstage-widgetsettings-tools-zindex {
    top: 50%;
}

/* 图片模板宽度补齐 */
.blockCon23244 .backstage-blocksEditor-wrap[data-blocksEditor-type="phoenix_blocks_image"] .backstage-componet {
    width: 100%;
}

/* 空链接样式 */
.blockCon23244 .backstage-blocksEditor-wrap a[href=""],
.blockCon23244 .backstage-blocksEditor-wrap a[href="javascript:void(0)"],
.blockCon23244 .backstage-blocksEditor-wrap a[href="javascript:void(0);"],
.blockCon23244 .backstage-blocksEditor-wrap a[href="javascript:;"] {
    cursor: default;
}