.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 .list-item {
    width: 750px;
    margin-left: 55px;
}

.subpage .right-list .list-item li {
    display: flex;
    justify-content: space-between;
    width: 800px;
    line-height: 60px;
}

.subpage .right-list .list-item li span {
    font-size: 16px;
    color: #999999;
}

.subpage .right-list .list-item li a:hover {
    color: #072a9e;
    font-weight: bold;
}

.article {
    padding: 50px 147px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: -1px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.article .article_title {
    margin-bottom: 20px;
}

.article .article_title h1 {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.article .article_title .about {
    display: flex;
    justify-content: center;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
}

.article .article_title .about .line {
    background-color: #dddddd;
    margin: 0 20px;
}

.article .content {
    min-height: 600px;
    margin-top: 10px;
}

.article .content img {
    max-width: 100% !important;
}

/* ********************************************** */
/* ********************************************** */
.list .list_item {
    line-height: 59px;
    border-bottom: 1px solid #ddd;
}

.list .list_item a {
    float: left;
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list .list_item span {
    float: right;
    width: 100px;
    color: #999;
    font-size: 16px;
}

.list .list_item:hover a {
    color: #4184dd;
    font-weight: bold;
}

.list .list_item:first-child {
    padding-top: 0;
}