.hc-banner {
    position: relative;
    z-index: 9;
}

.hc-banner>img {
    width: 100%;
    height: 4.87rem;
    object-fit: cover;
}

.hc-baner-descbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-baner-desc {
    width: 90%;
    max-width: 1294px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.hc-baner-news {
    width: 100%;
    max-width: 900px;
    height: 3.6rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    padding: 0.78rem 0.48rem 0;
}

.hc-baner-title {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
}

.hc-baner-date {
    display: inline-block;
    position: relative;
    font-size: 0.24rem;
    color: #666;
}

.hc-baner-date::after {
    content: "";
    width: 100%;
    height: 0.08rem;
    background: linear-gradient(-10deg, #2370F1 0%, #1DAEE6 100%);
    position: absolute;
    bottom: -0.42rem;
    left: 0;
}

/* hc_block1 */
.hc_block1 {
    position: relative;
    padding-bottom: 0.8rem;
}

.hc_block1_ctn {
    width: 90%;
    max-width: 1294px;
    margin: auto;
}

.hc_block1_cont {
    position: relative;
    top: -0.8rem;
    background-color: #fff;
    border-radius: 0px 5px 0px 0px;
    padding: 0 0.45rem 0.6rem;
    padding-top: 2rem;
}

.hc_block1_cont p {
    line-height: 30px;
}

.hc_changePage {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 5px;
}

.lastNext {
    width: 100%;
    display: flex;
}

.lastNext::after {
    content: "";
    width: 2px;
    height: 27px;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}

.lastNext span {
    font-size: 20px;
    color: #5b5b5b;
}

.lastOne, .nextOne {
    display: flex;
    align-items: center;
    width: 50%;
    overflow: hidden;
}

.lastOne {
    padding-right: 0.6rem;
    justify-content: flex-end;
}

.nextOne {
    padding-left: 0.6rem;
    justify-content: flex-start;
}

.ln_icon {
    margin: 0 10px;
    padding-top: 10px;
}

.ln_ln {
    flex: 0 0 80px;
}

.ln_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width:767px) {
    .hc-baner-title {
        font-size: 18px;
        line-height: 26px;
    }

    .hc-baner-date {
        font-size: 14px;
    }

    .lastNext span {
        font-size: 12px;
    }

    .lastNext {
        bottom: auto;
        flex-direction: column;
    }

    .lastNext::after {
        display: none;
    }

    .ln_ln {
        flex: 0 0 50px;
    }

    .lastOne, .nextOne {
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 20px;
    }

    .lastNext span {
        font-size: 12px;
    }

    .hc_block1_cont img {
        max-width: 100% !important;
        height: auto !important;
    }
}