.location_24034{
    margin: 0!important;
}
.lA24034 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.lA24034 .list .item {
    width: calc((100% - 20px) / 3);
    position: relative;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    overflow: hidden;
}



.lA24034 .list .item .After {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.73;
    background-image: linear-gradient(-180deg, rgba(13,13,13,0.00) 0%, rgba(13,13,13,0.02) 49%, #0D0D0D 99%);
    box-sizing: border-box;
}

.lA24034 .list .item .imgBox {
    position: relative;
    height: 0;
    padding-bottom: 68%;
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .lA24034 .list .item .imgBox {
        padding-bottom: 80%;
    }
}
.lA24034 .list .item .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.lA24034 .list .item .bannerBga {
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: 0 50px 45px;
    display: none;
}

.lA24034 .list .item .bannerBga .banner-nameL {
    font-size: 28px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lA24034 .banner-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}



.lA24034 .banner-description .cont {
    padding: 0 30px;
    transition: all .3s;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}

.lA24034 .item:hover .banner-description .cont {
    /* bottom: 34%; */
    bottom: 70px;
}

.lA24034.activeTop .item:hover .banner-description .cont {
    top: 30px;
}

.lA24034 .banner-description .cont .banner-name {
    font-size: 22px;
    color: var(--color-match-setting1, '#FFFFFF');
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    white-space: nowrap;
    width: 100%;
}
.lA24034 .list .item .bannerBga .banner-nameL {
    color: var(--color-match-setting1, '#FFFFFF');
}
.lA24034 .banner-description .cont .banner-name *,
.lA24034 .list .item .bannerBga .banner-nameL * {
    color: inherit;
}
.lA24034 .list .item .module-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (min-width:1024px) {
    .lA24034 .list .item .module-link {
        display: none;
    }
}
.lA24034 .banner-description .cont .banner-docs {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.lA24034 .banner-description .cont .banner-name>h1,
.lA24034 .banner-description .cont .banner-name>h2,
.lA24034 .banner-description .cont .banner-name>h3,
.lA24034 .banner-description .cont .banner-name>h4,
.lA24034 .banner-description .cont .banner-name>h5,
.lA24034 .banner-description .cont .banner-name>h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    white-space: nowrap;
    width: 100%;
}

.lA24034 .banner-description .cont .banner-docs>.paragraph1,
.lA24034 .banner-description .cont .banner-docs>.paragraph2,
.lA24034 .banner-description .cont .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.lA24034 .banner-description .cont .flexText {
    display: none;
}

.lA24034  .contLink {
    width: 30px;
    height: 3px;
    background:  var(--color-match-setting2, '#FF5722');
    margin-top: 20px;
}

.lA24034 .moreBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 56px;
    background:  var(--color-match-setting2, '#FF5722');
    font-size: 26px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    transition: all .3s;
}

.lA24034 .item:hover .banner-description {
    background: rgba(0,0,0,.7);
}



.lA24034 .item:hover .banner-description .cont .contLink,
.lA24034 .item:hover .banner-description .cont .flexText {
    display: block;
}

.lA24034 .item:hover .moreBtn {
    opacity: 1;
    z-index: 2;
}

.lA24034 .item:hover .bannerBga {
    opacity: 0;
}

.lA24034 .banner-description>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.lA24034 .moreBtn .fa-angle-right {
    font-size: inherit;
    margin-left: 5px;

}




@media (max-width:1200px) {
    .lA24034 {
        padding: 20px 0 0;
    }

    /* .lA24034 .banner-description .cont .banner-name {
        font-size: 24px;
    } */

    .lA24034 .banner-description .cont {
        padding: 0 20px;
    }

    .lA24034 .moreBtn {
        width: 80px;
        height: 45px;
    }

    .lA24034 .list .item .bannerBga {
        padding: 0 20px 30px;
    }

    .lA24034 .list .item .bannerBga .banner-nameL {
        font-size: 24px;
    }

    .margin_unset {
        margin: unset !important;
    }
}

@media (max-width:1024px) {
    .lA24034 .list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;    
    }    
    .lA24034 .list .item {
       flex: 1 1 48%;
       margin: 0;
       width: auto;
    }
    .lA24034 .item:hover .moreBtn,     
    .lA24034 .item:hover .banner-description .cont .flexText {
        display: none;
    }
    .lA24034 .item:hover .banner-description .cont .contLink {
        display: block;
    }
    .lA24034 .item:hover .banner-description .cont {
        bottom: 30px;
    }    
    .lA24034 .item:hover .banner-description {
        background: transparent;
    }    
}

@media (max-width:900px) {
    .lA24034 .banner-description .cont .banner-name {
        font-size: 18px;
    }

    .lA24034 .banner-description .cont .banner-docs {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }



    .lA24034 .list .item .bannerBga .banner-nameL {
        font-size: 20px;
    }

}

@media (max-width:768px) {
    .lA24034 .banner-description .cont .banner-name {
        -webkit-line-clamp: 1;
    }

    .lA24034 .moreBtn {
        width: 70px;
        height: 35px;
    }
}

@media (max-width:767px) {
    .lA24034 .list {
        flex-direction: column;
    }

    .lA24034 .list .item {
        width: 100%;
        margin: 0;
    }

    .lA24034 .list .item:last-child {
        margin: 0;
    }

    .lA24034 .list .item .bannerBga {
        bottom: 20px;
        top: unset;
        left: 0;
        padding: 0 15px;
    }

    .lA24034 .list .item .bannerBga .banner-nameL {
        font-size: 18px;

    }

    .lA24034 .banner-description .cont .banner-docs {
        margin-top: 10px;
    }
    .lA24034  .contLink {
        margin-top: 8px;
    }
    .lA24034 .banner-description .cont .contLink {
        margin-top: 10px;
    }

    .lA24034 .moreBtn {
        width: 44px;
        height: 26px;
        font-size: 20px;
    }

    .lA24034  .contLink {
        width: 30px;
        height: 2px;
    }

    .lA24034 .banner-description .cont .banner-docs {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .lA24034 .banner-description .cont .banner-name {
        -webkit-line-clamp: 2;
    }

    .lA24034 .item:hover .banner-description {
        opacity: 1 !important;
        background: unset !important;
    }


    .lA24034 .item:hover .bannerBga {
        opacity: 1;
    }

    .lA24034 .item .bannerBga.active {
        opacity: 0;
    }

    .lA24034 .moreBtn {
        opacity: 0 !important;
    }

    .lA24034 .moreBtn.active {
        opacity: 1 !important;
    }

    .lA24034 .item .banner-description.active {
        opacity: 0.79 !important;
        background: #000000 !important;
    }

    .lA24034 .banner-description>a.active {
        display: block;
    }

    .lA24034 .banner-description>a {
        display: none;
    }


    .lA24034 .item:hover .banner-description .cont .contLink,
    .lA24034 .item:hover .banner-description .cont .flexText {
        display: none;
    }

    .lA24034 .item:hover .banner-description .cont {
        top: unset;
    }

    .lA24034 .banner-description .cont {
        top: 185px !important;
        opacity: 0;
    }

    .lA24034 .banner-description .cont.active {
        top: 26px !important;
        opacity: 1;
    }

    .lA24034 .banner-description .cont .contLink.active,
    .lA24034 .banner-description .cont .flexText.active {
        display: block !important;
    }


    .lA24034 .list .item .bannerBga {
        display: block;
    }

    .lA24034 .banner-description .cont .nameFlex {
        display: none;
    }

    .lA24034 .banner-description .cont .nameFlex.active {
        display: block;
    }

}