.QX-176640127 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
    word-break: break-word;
}

.QX-176640127 .title {
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.QX-176640127 .show-list {
    display: flex;
    flex-wrap: wrap;
}

.QX-176640127 .show-item {
    /* width: calc(100%/3 - 25px); */
    width: calc(50% - 25px);
    margin-right: 25px;
    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;
}

/* .QX-176640127 .show-item:nth-child(3n+3) {
    margin-right: 0;
} */


.QX-176640127 .show-item:nth-child(even) {
    margin-left: 25px;
    margin-right: 0;
}

/* .QX-176640127 .show-item:nth-child(n+4) {
    margin-top: 50px;
} */

.QX-176640127 .show-item:nth-child(n+3) {
    margin-top: 50px;
}

.QX-176640127 .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.QX-176640127 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.QX-176640127 .cont {
    margin: 15px 20px;
    transition: .8s cubic-bezier(.2, .8, .2, 1);
    background: #1c1c25;
    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;
}

.QX-176640127 .banner-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.QX-176640127 .banner-docs {
    position: absolute;
    z-index: 1;
    margin: 15px 20px 0;
    opacity: 1;
    bottom: 15px;
    transition: .25s;
    /* max-height: 25px; */
    max-height: 15px;
    border-radius: 8px;
    padding: 20px 15px 25px;
    background: #262632;
    overflow: hidden;

    /* add */
    width: calc(100% - 70px);
}

.QX-176640127 .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;
}

.QX-176640127 .show-item:hover {
    transform: scale(1.0175)
}

.QX-176640127 .show-item:hover .cont {
    overflow: unset;
}

.QX-176640127 .show-item:hover .banner-docs {
    bottom: 68px;
    max-height: unset;
    border-radius: 8px 8px 0 0;
}

.QX-176640127 .show-item:hover .cont {
    border-radius: 0 0 8px 8px;
}

.QX-176640127 .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;
}

.QX-176640127 .moreBtn:hover {
    background: #262632;
}

.QX-176640127 .moreBtn i {
    margin-left: 8px;
    padding-top: 2px;
}

@media screen and (max-width:1200px) {
    .QX-176640127 {
        padding: 30px 10px;
        overflow: hidden;
    }
    /* .QX-176640127 .show-item {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .QX-176640127 .show-item:nth-child(even) {
        margin-left: 10px;
    }

    .QX-176640127 .show-item:nth-child(n+3) {
        margin-top: 20px;
    } */
}

@media screen and (max-width:500px) {
    .QX-176640127 .show-item {
        width: 100%;
        margin-right: 0;
    }

    .QX-176640127 .show-item:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }

    .QX-176640127 .show-item:nth-child(n+2) {
        margin-top: 30px !important
    }

    .QX-176640127 .cont {
        flex-wrap: wrap;
    }

    .QX-176640127 .banner-docs {
        display: none;
    }

    .QX-176640127 .show-item:hover .cont {
        border-radius: 8px;
    }

    .QX-176640127 .moreBtn {
        margin-top: 20px;
    }
}