.block31934 {
    word-break: break-word;
}

.block31934 div .cont {
    background-color: var(--color-match-setting1, #1c1c25)
}

.block31934 div .banner-docs {
    background-color: var(--color-match-setting2, #262632)
}

.block31934 div .moreBtn:hover {
    background-color: var(--color-match-setting2, #262632)
}

.block31934 {
    width: 100%;
    min-height: 30px;
}

.block31934 .title {
    font-size: 36px;
    color: #fff;
}

.block31934 .show-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.block31934 .show-item {
    width: calc((100% - 25px) / 2);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19);
    transition: .8s cubic-bezier(.2, .8, .2, 1);
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
    transform-origin: center;
}

.block31934 .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.block31934 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block31934 .cont {
    margin: 15px 20px;
    transition: .8s cubic-bezier(.2, .8, .2, 1);
    background-color: var(--color-match-setting2, #262632);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
    color: #fff;
    overflow: hidden;
}

.block31934 .banner-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block31934 .banner-docs {
    position: absolute;
    z-index: 1;
    margin: 15px 20px 0;
    opacity: 1;
    bottom: 15px;
    /* max-height: 25px; */
    max-height: 15px;
    border-radius: 8px;
    padding: 20px 15px 25px;
    background-color: var(--color-match-setting2, #262632);
    overflow: hidden;

    /* add */
    width: calc(100% - 70px);
}
@media (min-width: 1024px) {
    .block31934 .banner-docs {
        transition: .25s;
    }
}
.block31934 .banner-description .banner-name>h1,
.block31934 .banner-description .banner-name>h2,
.block31934 .banner-description .banner-name>h3,
.block31934 .banner-description .banner-name>h4,
.block31934 .banner-description .banner-name>h5,
.block31934 .banner-description .banner-name>h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;    
    color: var(--color-match-ellipses-title-setting1);
}

.block31934 .banner-description .desc>.paragraph1,
.block31934 .banner-description .desc>.paragraph2,
.block31934 .banner-description .desc>.paragraph3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;    
    color: var(--color-match-ellipses-docs-setting1);
}

.block31934 .desc {
    font-size: 16px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.block31934 .show-item:hover {
    transform: scale(1.0175)
}

.block31934 .show-item:hover .cont {
    overflow: unset;
}

.block31934 .show-item:hover .banner-docs {
    bottom: 100px;
    max-height: unset;
    border-radius: 8px 8px 0 0;
}

.block31934 .show-item:hover .cont {
    border-radius: 0 0 8px 8px;
}

.block31934 .moreBtn {
    padding: 7px 15px;
    border: 1px solid;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
}

.block31934 .moreBtn:hover {
    background-color: var(--color-match-setting2, #262632);
}

.block31934 .moreBtn i {
    margin-left: 8px;
    padding-top: 2px;
    position: relative;
    top: 2px;   
    font-size: inherit; 
}

@media screen and (max-width:1024px) {
    div.block31934 .show-item {
        height: auto;
    }
    div.block31934 .imgBox {
        position: relative;
        height: 320px;
    }    
    div.block31934 .show-item .cont {
        position: relative;
        margin: 0;
        width: calc(100% - 40px);  
        border-radius: 0;      
    }
    div.block31934 .show-item .banner-docs {
        display: block;
        max-height: unset;
        border-radius: 0 0 8px 8px;
        position: relative;
        margin: 0;
        width: calc(100% - 40px);
        bottom: initial!important;
        padding-left: 20px;
        padding-right: 20px;
    }       
    div.block31934 .show-item .banner-description {
        display: flex;
        flex-direction: column-reverse;
    } 
    div.block31934 .show-item:hover .cont {
        border-radius: 0;
    }
    div.block31934 .show-item:hover .banner-docs {
        border-radius: 0 0 8px 8px;
    }
    .block31934 .show-list.mb-opacity .show-item {
        box-shadow: none;
    }
}

@media screen and (max-width:767px) {
    .block31934 .show-item {
        width: 100%;
        margin-right: 0;
    }

    .block31934 .show-item:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }

    .block31934 .show-item:nth-child(n+2) {
        margin-top: 30px !important
    }

    .block31934 .cont {
        flex-wrap: wrap;
    }

    .block31934 .banner-docs {
        display: none;
    }

    .block31934 .show-item:hover .cont {
        border-radius: 8px;
    }

    .block31934 .moreBtn {
        margin-top: 20px;
    }
}