.block32784 .cover{ 
    background: linear-gradient(to right,var(--color-match-setting1),rgba(0,0,0,0));
}

.block32784 .banner-name>h1,
.block32784 .banner-name>h2,
.block32784 .banner-name>h3,
.block32784 .banner-name>h4,
.block32784 .banner-name>h5,
.block32784 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block32784 .banner-docs>.paragraph1,
.block32784 .banner-docs>.paragraph2,
.block32784 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

@media (max-width:800px){
    .block32784 .imgList:not(.slick-initialized) li:nth-of-type(n+2){
        display: none;
    }
}

.block32784{
    width: 100%;
    margin: 40px auto;
}
.block32784 .box{
    position: relative;
}
.block32784 .arrows{
    position: absolute;
    width: 100%;
    display: flex;
    display: none;
    top: calc(50% - 14px);
    z-index: 4;
}
@media (max-width:800px){
    .block32784 .arrows{
        position: absolute;
        width: 100%;
        display: flex;
        top: calc(50% - 14px);
        z-index: 4;
    }
}
.block32784 .leftBtn,.block32784 .rightBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.block32784 .leftBtn svg,.block32784 .rightBtn svg{
    width: 28px;
    height: 28px;
}
.block32784 .rightBtn svg{
    transform: rotate(180deg);
}
.block32784 .leftBtn svg path,.block32784 .rightBtn svg path{
    fill: #fff;
}
.block32784 .leftBtn{
    left: 16px;
}
.block32784 .rightBtn{
    right: 16px;
}
.block32784 .imgList{
    display: flex;
    position: relative;
}
.block32784 .imgList .imgItem{
    width: calc(100% / 3);
    transition: all .5s;
    position: relative;
}
.block32784 .imgItem .imgLink{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.block32784 .imgList .imgItem .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* background-image:linear-gradient(to right,rgba(0,0,255,0.14),rgba(0,0,255,0)); */
    /* opacity: 0.8; */
}
.block32784 .imgList .imgItem .mainImg{
    width: 100%;
    overflow: hidden;
    height: 528px;
    transition: all .5s;
}
.block32784 .imgList .imgItem .mainImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block32784 .imgList .imgItem .viceImg{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 60px;
    height: 60px;
    display: flex;
}
.block32784 .imgList .imgItem .viceImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-width:768px){
    .block32784 .wideFlag{
    width: 60% !important;
}
}
.block32784 .narrowFlag{
    width: 20% !important;
}
.block32784 .banner-description{
    position: absolute;
    width: 80%;
    top: calc(20% + 80px);
    left: 10%;
    bottom: 10%;
}
.block32784 .banner-name{
    color: white;
    font-size: 24px;
    word-break: break-word;
    /* white-space:nowrap;  */
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.block32784 .banner-name *{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.block32784 .banner-name a{
    text-decoration: none;
    color: white;
    font-size: 24px;
    word-break: break-word;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.block32784 .banner-docs{
    opacity: 0;
    transition: all .5s;
    color: white;
    font-size: 14px;
    line-height: 28px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-word;
}
.block32784 .banner-docs a{
    text-decoration: none;
    color: white;
    font-size: inherit;
}
.block32784 .wideFlag .banner-docs{
    opacity: 1;
}
@media(max-width:1200px){
    .block32784{
        width: calc(100% - 20px);
    }
    .block32784 .imgList .imgItem .mainImg{
        height: 382px;
    }
    .block32784 .imgList .imgItem .viceImg{
        top: 15%;
        width: 56px;
        height: 56px;
    }
    .block32784 .banner-description{
        top: calc(15% + 56px);
    }
    .block32784 .banner-name{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .block32784 .banner-name{
        font-size: 24px;
    }
    .block32784 .banner-docs{
        -webkit-line-clamp: 6;
    }
}
@media(max-width:1000px){
    .block32784 .imgList .imgItem .mainImg{
        height: 330px;
    }
    .block32784 .imgList .imgItem .viceImg{
        width: 36px;
        height: 36px;
    }
    .block32784 .banner-description{
        top: calc(15% + 36px);
    }
    .block32784 .banner-name{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width:800px){
    .block32784 .imgList .imgItem{
        flex-shrink: 0;
        width: 100%;
    }
    .block32784 .banner-docs{
        opacity: 1;
        -webkit-line-clamp: 8;
        font-size: 14px;
        line-height: 28px;
    }
    .block32784 .imgList{
        position: relative;
    }
    .block32784 .imgList .imgItem .viceImg{
        top: 15%;
        width: 80px;
        height: 80px;
    }
    .block32784 .banner-description{
        top: calc(15% + 80px);
    }
        /* slick */
    .block32784 .slick-track{
        display: flex; 
        flex-wrap: nowrap;
    }
    /* dots */
    .block32784 .slick-dots{
        display: flex;
        justify-content: center;
        margin:10px 0px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    .block32784 .slick-dots li button{
        display: none;
    }
    .block32784 .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 4px;
        border-radius: 50%;
        background: rgba(255,255,255,50%);
    }
    .block32784 .slick-dots .slick-active{
        background: #fff;
    }
    .block32784 .imgList .imgItem .mainImg{
        height: 330px;
    }
    .block32784 .imgList .imgItem .mainImg img{
        min-height: 500px;
    }
    .block32784 .banner-name{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width:500px){
    .block32784 .imgList .imgItem .viceImg{
        width: 36px;
        height: 36px;
    }
    .block32784 .banner-description {
        top: calc(15% + 36px);
    }
    .block32784 .imgList .imgItem .mainImg{
       height: 330px;
    }
    .block32784 .imgList .imgItem .mainImg img{
        min-height: 280px;
    }
    .block32784 .banner-name {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .block32784 .banner-docs {
        opacity: 1;
        -webkit-line-clamp: 5;
        font-size: 14px;
        line-height: 24px;
    }
    .block32784 .leftBtn {
        left: 4px;
    }
    .block32784 .rightBtn {
        right: 4px;
    }
}