.gallery {
    width: 100%;
    height: 595px;
    background: url("../images/banner_detail.png") no-repeat;
    background-size: cover;
    background-position-y: center;
}

.banner {
    width: 100%;
    height: 500px;
    background-color: #eef1f4;
    margin-bottom: 20px;
}

.banner .swiper {
    overflow: hidden;
    position: relative;
}

/* .news_swiper  */
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}


.location {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.subpage {
    height: 975px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
    position: relative;
    display: flex;
}

.subpage .left-title {}

.subpage .left-title span {
    display: block;
    width: 290px;
    line-height: 80px;
    background-color: #072a9e;
    color: #fff;
    padding-left: 27px;
    font-size: 20px;
    font-weight: bold;
}

.subpage .left-title .title-item {
    display: flex;
    flex-direction: column;
}

.subpage .left-title .title-item li {
    width: 290px;
    height: 65px;
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
    padding-left: 27px;
    display: flex;
    align-items: center;
}

.subpage .left-title .title-item li:hover {
    background: #072a9e;
    color: #fff;
}

.subpage.right-list {}

.subpage .right-list .title {
    line-height: 35px;
    margin-top: 16px;
    font-weight: bolder;
    color: #1b1e23;
    position: relative;
    padding-top: 10px;
    margin-left: 50px;
}

.subpage .right-list .title::before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #072a9e;
    position: absolute;
    top: 0;
    left: 0;

}

.subpage .right-list .lists{
    width: 750px;
    margin-left: 55px;
}

.subpage .right-list .lists .lists-item {
    display: flex;
    justify-content: space-between;
    width: 800px;
    line-height: 60px;
}

.subpage .right-list .lists .lists-item span {
    font-size: 16px;
    color: #999999;
}

.subpage .right-list .lists .lists-item a:hover {
    color: #072a9e;
    font-weight: bold;
}