#nyBan .p_summary1 {
    color: #fff;
    line-height: 2;
    margin-top: 12px !important;
}

.lkjBox1 {
    background-image: url(../images/Management/bg_img.png);
    background-size: 100% 100%;
    padding: 108px 0 260px 0;
    background-repeat: no-repeat;
}

.lk_top {
    text-align: center;
}

.lk_tt {
    position: relative;

    color: #222222;
}

.lk_tt::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 40px;
    height: 2px;
    bottom: -15px;
    margin-left: -20px;
    background: rgb(27, 98, 179);
}

.lk_ms {
    margin-top: 50px;
    padding: 0 20%;
    color: #222222;
text-align:justify;
}

.baogao {
    margin-top: 120px;
    position: relative;
}

.lk_jj {
    color: #222222;
    text-align: justify;
}

.lk_bt {
    margin-top: 90px;
    padding: 0 5%;
}

.swiper_but {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 40px;
    cursor: pointer;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh_prev {
    left: -100px;
}

.sh_next {
    right: -80px;
}

.swiper {
    overflow: hidden;
}

.swiper_but svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #164F8F;
    width: 14px;

}

.swiper_but:hover svg {
    fill: #fff;
}

.swiper_but:hover {
    background-color: var(--yx_Color);
    ;
}

.shBox2 .swiper-slide .sh_img:hover img {
    transform: scale(1.05);
}



@media screen and (max-width: 1024px) {
    .sh_prev{
        left: -40px;
    }
    .sh_next{
        right: -40px;
    }
    .lkjBox1{
        padding: 80px 0;
    }
    .lk_bt{
        margin-top: 40px;
    }
    .baogao{
        margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {

    #nyBan .textBox {
        top: 50%;
    }

    #nyBan .p_summary {
        margin-top: 15px;
    }

    .lkjBox2 {
        padding: 30px 0;
    }

    .lkjBox1 {
        padding: 60px 0;
    }

    .lk_ms {
        padding: 0;
    }

    .lk_ms {
        margin-top: 30px;
    }

    .baogao {
        margin-top: 20px;
    }

    .box_image {
        display: flex;
        justify-content: center;
    }

    .lk_bt {
        margin-top: 25px;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper_but {
        width: 30px;
    }

    .shBox2_list {
        padding: 0 30px;
    }

    .shBox2 .sh_t {
        margin-top: 10px;
    }

    .swiper_but {
        top: 40%;
        display: none;
    }

    .sh_next {
        right: -20px;
    }
}