.block35564 .zh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block35564 .banner-name h1,
.block35564 .banner-name h2,
.block35564 .banner-name h3,
.block35564 .banner-name h4,
.block35564 .banner-name h5,
.block35564 .banner-name h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block35564 .banner-docs .paragraph1,
.block35564 .banner-docs .paragraph2,
.block35564 .banner-docs .paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.block35564 .banner-description {
    position: absolute;
    transition: .5s;
    max-height: 100%;
    overflow: hidden;
    z-index: 3;
        width: 100%;
}

.block35564 .xf {
    width: calc(33.3333% - 20px);
    /* margin: 0 10px; */
    position: relative;
    height: 330px;
    overflow: hidden;
    margin-top: 20px;
}
.block35564 .xf:hover .banner-name{
    white-space: unset;
    text-overflow: unset;
}
.block35564 .maskT1 {
    /* padding-top: 10px; */
    color: inherit;

}
.block35564 .maskT1 .heading3 {
        position: relative;
    /* top: -25px; */
    /* top: -17px; */
}

.block35564 .maskT {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    outline: none;
}

.block35564 .cont {
    width: calc(100% - 40px);
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all .3s ease-in-out;
    position: relative;
}

.block35564 .banner-name {
    color: var(--color-match-setting1);
    font-weight: 900;
    margin: 5px 0;
    /* padding-top: 20px; */
    word-break: break-word;
    max-height: 50%;
    overflow: hidden;
    line-height: 1.2;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}
.block35564 .banner-name * {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}

.block35564 .banner-docs {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    font-family: 'Avenir Next W01', sans-serif;
    max-height: 50%;
    margin-top: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}

.block35564 .banner-docs *{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}

.block35564 .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: var(--color-match-setting1);
    display: inline-block;
    text-align: center;
    opacity: 1;
}

.block35564 .butn a {
    color: inherit;
}

.block35564 .imgBox {
    width: 100%;
    display: block;
    height: 100%;
}

.block35564 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.block35564 .butn:hover {
    opacity: .9;
    background-color: var(--color-match-setting1);
}

@media screen and (max-width:992px) {
    .block35564 .xf {
        height: 250px;
    }
}

@media screen and (max-width:768px) {
    .block35564 .xf {
        height: 230px;
    }
}

@media screen and (max-width:510px) {
    .block35564 {
        box-sizing: border-box;
    }
    .block35564 .xf {
        /* width: calc(100% - 20px); */
        width: 100%;
        height: 330px;
    }
}