.LA30694 {
    position: relative;
    padding: 30px 0;
    word-break: break-word;
}

.LA30694 .title {
    text-align: center;
    font-size: 38px;
}

.LA30694 .subtit {
    font-size: 23px;
    color: #56b665;
    margin-bottom: 10px;
}

.LA30694 .text {
    margin-bottom: 30px;
}

.LA30694 .show-list {
    display: flex;
    flex-wrap: wrap;
}

.LA30694 .show-item {
    width: calc(100% / 3 - 20px);
    height: 329px;
    margin: 0 10px 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
}

.LA30694 .show-item:nth-child(n+4) {
    margin: 10px;
}

.LA30694 .imgBox {
    width: 100%;
    height: 100%;
    position: relative
}

.LA30694 .imgBox::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    content: "";
    transition: .5s;
    background-image: linear-gradient(180deg, transparent 0%, #56B665CF 100%);
}

.LA30694 .show-item:hover .imgBox::before {
    height: 100%;
}

.LA30694 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LA30694 .banner-description {
    padding: 25px 15px 20px;
    position: absolute;
    background-color: #fff;
    bottom: -75px;
    left: 15px;
    transition: .5s;
    right: 15px;
    text-align: center;
    font-size: 21px;
    min-height: 100px;
}

.LA30694 .banner-name {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LA30694 .show-item:hover .banner-description {
    bottom: 0;
}

.LA30694 .moreBtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #56b665;
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
    transition: 1s;
    border: 1px solid #56b665;
}

.LA30694 .moreBtn span {
    margin-left: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    color: #56b665;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.8);
    transition: 1s;
}

.LA30694 .moreBtn:hover {
    border: 1px solid #ececec !important;
    background: transparent !important;
    color: #56b665;
}

.LA30694 .moreBtn:hover span {
    margin-left: 15px;
    color: #fff !important;
    background-color: #56b665
}

@media screen and (max-width:1200px) {
    .LA30694 .show-item {
        height: 282px;

    }
}

@media screen and (max-width:992px) {
    .LA30694 .show-item {
        width: calc(50% - 20px);
        height: 368px;
    }

    .LA30694 .show-item:nth-child(n+3) {
        margin: 10px;
    }
}

@media screen and (max-width:768px) {
    .LA30694 .show-item {
        height: 318px;
    }
}

@media screen and (max-width:510px) {

    .LA30694 .title {
        font-size: 24px;
    }

    .LA30694 .show-item {
        width: calc(100% - 20px);
        height: 294px;
    }

    .LA30694 .show-item:nth-child(n+2) {
        margin: 10px;
    }
}

.LA30694 .imgBox::before {
    background-image:linear-gradient(180deg, transparent 0%, var(--color-match-setting1, rgb(86, 182, 101)) 100%);
}
.LA30694 .quick-nav-list li>a:hover {
    color: var(--color-match-setting1, rgb(86, 182, 101));
}
.LA30694 .moreBtn {
    background-color: var(--color-match-setting1, rgb(86, 182, 101));
    border-color: var(--color-match-setting1, rgb(86, 182, 101));
}
.LA30694 .moreBtn span {
    color: var(--color-match-setting1, rgb(86, 182, 101));
}
.LA30694 .moreBtn:hover {
    color: var(--color-match-setting1, rgb(86, 182, 101));
}
.LA30694 .moreBtn:hover span {
    background-color: var(--color-match-setting1, rgb(86, 182, 101));
}