.block32524{
    width: 100%;
}

.block32524 .banner-name>h1,
.block32524 .banner-name>h2,
.block32524 .banner-name>h3,
.block32524 .banner-name>h4,
.block32524 .banner-name>h5,
.block32524 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block32524 .banner-docs>.paragraph1,
.block32524 .banner-docs>.paragraph2,
.block32524 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

/* 图片区域 */
.block32524 .bottom .navigation{
    position: relative;
}
.block32524 .bottom .nextArrow,
.block32524 .bottom .prevArrow{
     background-color: var(--color-match-setting1)
}
.block32524 .bottom .show-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .block32524 .show-list {
        opacity: 0;
    }
}
.block32524 .show-list.slick-initialized {
    opacity: 1;
}

.block32524 .bottom .show-list::after{
    content: "";
    width: calc(100%/3 - 20px);
}

.block32524 .bottom .show-list li{
    /* flex-shrink: 0; */
    width: calc(100%/3 - 15px);
    margin: 0;
    transition: all .3s;
    outline: none;
    height: auto;
}

.block32524 .bottom .show-list li img{
    width: 100%;
    /* min-height: 254px; */
    height: 254px;
    display: block;
    object-fit: cover;
}

.block32524 .bottom .show-list li .banner-description{
    width: calc(90% - 50px);
    margin: 0 auto;
    position: relative;
    top: -20px;
    padding: 20px 25px 0;
    background: #fff;
}

.block32524 .bottom .show-list li .banner-description .container{
    width: 100%;
}

.block32524 .bottom .show-list li .banner-description .container .border-bottom{
    border-bottom: 2px solid;
    margin-top: 10px;
    width: 20px;
    border-bottom-color: var(--color-match-setting1)
}

.block32524 .bottom .show-list li .banner-description .container .banner-name{
    font-size: 16px;
    line-height: 1.5;
    /* padding: 0 0 5px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}

.block32524 .bottom .show-list li .banner-description .container .banner-docs{
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.block32524 .bottom .show-list li .banner-description .container .moreBtn{
    font-size: 13px;
    margin-top: 20px;
    color: #000;
    transition: all .3s;
}

.block32524 .bottom .show-list li .banner-description .container .moreBtn,
.block32524 .bottom .show-list li .banner-description .container .moreBtn * {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    .block32524 .bottom .show-list li .banner-description .container .moreBtn,
    .block32524 .bottom .show-list li .banner-description .container .moreBtn * {
        position: absolute;
        height: 30px;
        width: 90%
    }
}

.block32524 .button_a{
    text-align: center;
    margin-bottom: 20px;
}

.block32524 .button_a .button_1{
    display: block;
}

.block32524 .button_a .button_1 .backstage-componet{
    display: block;
    background-color: transparent;
}

.block32524 .button_1 a{
    width: calc(100%/3 - 15px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    transition: 0.3s linear;
    display: block;
    margin: 0 auto;
}
.block32524 .button_a .button_1 .blocks-button{
    background-color: var(--color-match-setting1);
}

.block32524 .button_a .button_1 .blocks-button::after{
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(230, 145, 56);
    transition: 0.3s linear;
}

.block32524 .button_a .button_1 .blocks-button:hover::after{
    width: 100%;
}

.block32524 .button_1 a:hover{
    color: #fff;
    background: transparent !important;
}
.block32524 .slick-list {
    display: block
}

.block32524 .slick-track {
    display: inline-flex;
    align-items: stretch
}

@media (max-width: 800px) {
    
    .block32524 .prevArrow{
        opacity: 0;
    }
    .block32524 .prevArrow.initclass{
        opacity: 1;
        transition: all 0.5s;
    }


    .block32524 .nextArrow{
        opacity: 0;
    }
    .block32524 .nextArrow.initclass{
        opacity: 1;
        transition: all 0.5s;
    }

}

@media (min-width: 800px) {
    .block32524 .bottom .prevArrow, .block32524 .bottom .nextArrow {
        display: none!important;
    }
}

@media(min-width:1200px){
    .block32524 .bottom .show-list li:hover{
        box-shadow: 0 20px 30px 0 rgba(0,16,45,.18);
    }
    
}

@media(max-width:1200px){
    .block32524 .bottom .show-list li{
        box-shadow: 0 15px 15px 0 rgba(0,16,45,.18);
    }
}

@media(max-width:900px){
    .block32524 .bottom .show-list li{
        width: calc(100%/3 - 10px);
    }
    .block32524 .button_1 a{
        width: calc(100%/3 - 10px);
    }
}

@media(min-width:800px){
    .block32524 .bottom .prevArrow,
    .block32524 .bottom .nextArrow{
        display: none;
    }
}

@media(max-width:800px){
    .block32524{
        padding: 0 5px;
    }

    .block32524 .bottom .show-list li{
        width: calc(100%/2 - 10px);
        box-shadow: none;
        margin: 0 5px;
        outline: none;
    }

    
    .block32524 .bottom .prevArrow,
    .block32524 .bottom .nextArrow{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #0071ce;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-weight: 400;
        position: absolute;
        z-index: 999;
        top: 25%;
    }
    .block32524 .bottom .prevArrow{
        left: -5px;
    }
    .block32524 .bottom .nextArrow{
        right: -5px;
    }
    .block32524 .button_a{
        margin-top: 20px;
    }
}

@media(max-width:500px){
    .block32524 .bottom .show-list li{
        width: 100%;
        margin: 0 5px 20px;
    }

    .block32524 .bottom .navigation{
        position: relative;
        height: 618px;
    }
    .block32524 .show-list{
        opacity: 0;
    }
    .block32524 .show-list.slick-initialized{
        opacity: 1;
        /* transition: all 0.5s; */
    }

    .block32524 .prevArrow{
        opacity: 0;
    }
    .block32524 .show-list.slick-initialized ~ .prevArrow {
        opacity: 1;
        transition: all 0.5s;
    }
    .block32524 .nextArrow{
        opacity: 0;
    }
    .block32524 .show-list.slick-initialized ~ .nextArrow {
        opacity: 1;
        transition: all 0.5s;
    }

    .block32524 .bottom .nextArrow,
    .block32524 .bottom .prevArrow{
        top: 20%!important;
    }
    .block32524 .top .title .title1{
        padding: 15px 0 15px;
    }

    /* .block32524 .slick-track {
        align-items: flex-start;
    } */

    .block32524 .button_a{
        margin-top: 0;
    }

    .block32524 .button_a .button_1 .blocks-button{
        width: calc(100% - 10px);
    }
}
.block32524 .bottom .nextArrow,
    .block32524 .bottom .prevArrow{
        top: 20%!important;
    }