.hc_baner {
    position: relative;
}

.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 420px;
}

.hc_baner .bd li {
    position: relative;
}

.hc_baner_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hc_baner_box {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: auto;
    padding-left: 0.85rem;
    padding-top: 2.6rem;
}

.hc_baner_desc h2 {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px;
}

.hc_baner_desc h2::after {
    content: "";
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 53px;
    height: 3px;

}

.hc_baner_desc h4 {
    font-size: 0.32rem;
    color: #fff;
    font-weight: 400;
    line-height: 0.5rem;
    padding-right: 5%;
}

.hc_main {
    position: relative;
}

.hc_cont_docm {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    background-color: #fff;
    top: -2.6rem;
    padding: 0.9rem 0.85rem 0;
}

.hc_contshow {
   padding-bottom: 40px;
   min-height: 3rem;
   line-height: 30px;
}

.hc_contshow p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    /* margin-bottom: 40px; */
}
.hc_contshow span{
    line-height: 30px;
}
.hc_contshow  img {
    max-width: 100% !important;
    vertical-align: initial;
}

.hc_changePage {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 5px;
}

.lastNext {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: -1.2rem;
}

.lastNext::after {
    content: "";
    width: 2px;
    height: 27px;
    background-color: rgb(19, 85, 138);
    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:1024px) {
    .hc_baner_desc h2 {
        font-size: 20px;
    }

    .hc_baner_desc h4 {
        font-size:16px;
    }
    .hc_cont_docm{
        width: 100%;
        padding-left:5% ;
        padding-right: 5%;
    }

    .hc_contshow p {
        font-size: 12px;
    }

    .lastNext {
        bottom: auto;
        flex-direction: column;
    }

    .lastNext::after {
        display: none;
    }
    .ln_ln {
        flex: 0 0 50px;
    }
    .ln_icon {
        display: none;
    }

    .lastOne, .nextOne {
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 20px;
    }
    .lastNext span{
        font-size: 12px;
    }
    .hc_contshow  img{
        max-width: 100% !important;
        height: auto !important;
    }
}