.gallery {
    width: 100%;
    height: 26vw;
    background: url(../img/gallery.png) no-repeat;
    background-size: cover;
    background-position: center 90%;
    min-height: 364px;
}

/* ********************************************** */
/* 副页 */
.address {
    line-height: 60px;
    font-size: 14px;
    color: #000;
}

.subpage {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
    position: relative;
}

.subpage_left {
    float: left;
    width: 290px;
    background-color: #f5f5f5;
}

.subpage_left .program_name {
    line-height: 80px;
    background-color: #072a9e;
    color: #fff;
    padding-left: 27px;
    font-size: 20px;
    font-weight: bold;
}
.subpage_left .program_name.minSize {
    font-size: 18px;
    line-height: 30px;
    padding: 24px 15px;
}

.subpage_left .side_nav>li>a {
    font-size: 16px;
    line-height: 64px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: bold;
}

.subpage_left .side_nav>li>.subpage_sub {
    background: #f5f5f5;
}

.subpage_left .side_nav>li>.subpage_sub>li a {
    font-size: 16px;
    line-height: 64px;
    display: block;
    padding-left: 50px;
    padding-right: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.subpage_left .side_nav>li>.subpage_sub>li:hover>a {
    color: #072a9e;
    font-weight: bold;
}

.subpage_left .side_nav>li:hover>a {
    border-bottom: 1px solid #072a9e;
    background: #072a9e;
    color: #fff;
}

.subpage_right {
    float: right;
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    min-height: 600px;
}

.subpage_right .subpage_right_title {
    position: relative;
}

.subpage_right .subpage_right_title .section_name {
    float: left;
    line-height: 35px;
    padding-top: 16px;
    font-weight: bolder;
    color: #1b1e23;
    position: relative;
    padding-top: 10px;
}

.subpage_right .subpage_right_title .section_name::before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #072a9e;
    position: absolute;
    top: 0;
    left: 0;
}

/* ********************************************** */
/* ********************************************** */
.article {
    margin-top: 70px;
    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: #072a9e;
    font-weight: bold;
}

.list .list_item:first-child {
    padding-top: 0;
}

/* ********************************************** */
@media (max-width: 1200px) {
    .article {
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .article {
        padding: 50px 20px;
    }

    .article .article_title .about {
        display: block;
    }

    .article .article_title .about div {
        float: left;
        margin-right: 15px;
    }

    .subpage_left {
        display: none;
    }

    .subpage_right {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .paging_content table {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .gallery {
        min-height: auto;
    }

    .article {
        padding: 50px 20px;
    }

    .subpage_right {
        padding-right: 20px;
        padding-left: 20px;
    }
}