.QX-82590115 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.QX-82590115 .zh {
    display: flex;
    flex-wrap: wrap;
}

.QX-82590115 .banner-description {
    position: absolute;
    transition: .5s;
    max-height: 100%;
    overflow: hidden;
    z-index: 3;
        width: 100%;
}

.QX-82590115 .xf {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    position: relative;
    height: 330px;
    overflow: hidden;
    margin-top: 20px;
}
.QX-82590115 .xf:hover .banner-name{
    white-space: unset;
    text-overflow: unset;
}
.QX-82590115 .maskT1 {
    color: inherit;

}

.QX-82590115 .maskT {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    outline: none;
}

.QX-82590115 .cont {
    width: calc(100% - 40px);
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all .3s ease-in-out;
    position: relative;
}

.QX-82590115 .banner-name {
    color: #00376d;
    font-weight: 900;
    margin: 5px 0;
    word-break: break-word;
    max-height: 50%;
    overflow: hidden;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.QX-82590115 .banner-docs {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    font-family: 'Avenir Next W01', sans-serif;
    max-height: 50%;
    overflow: hidden;
    margin-top: 10px;
}

.QX-82590115 .butn {
    margin: 15px 0;
    border-radius: 0;
    color: #fff;
    padding: 0.5em 1em;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    white-space: nowrap;
    background-color: #00376d;
    display: inline-block;
    text-align: center;
    opacity: 1;
}

.QX-82590115 .butn a {
    color: inherit;
}

.QX-82590115 .imgBox {
    width: 100%;
    display: block;
    height: 100%;
}

.QX-82590115 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.QX-82590115 .butn:hover {
    opacity: .9;
    background-color: #023e7a;
}

@media screen and (max-width:992px) {
    .QX-82590115 .xf {
        height: 250px;
    }
}

@media screen and (max-width:768px) {
    .QX-82590115 .xf {
        height: 230px;
    }
}

@media screen and (max-width:510px) {
    /* 手机端两侧20px */
    .QX-82590115 {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .QX-82590115 .xf {
        width: calc(100% - 20px);
        height: 330px;
    }
}