.banner {
    position: relative;
    z-index: 1;
}

.banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(280% / 19.2);
    background: rgba(0, 0, 0, .7);
    background: -moz-linear-gradient(90deg, rgba(20, 0, 0, .7) 0%, rgba(20, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20, 0, 0, .7) 0%, rgba(20, 0, 0, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(20, 0, 0, .7) 0%, rgba(20, 0, 0, 0) 100%);
}




.bannerpic {
    padding-bottom: calc(400% / 19.2);
    position: relative;
}

.bannerbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding-bottom: calc(98% / 19.2);
}

.gp-bread .home {
    margin: 0;
    margin-right: 10px;
}

.gp-bread span, .gp-bread a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.gp-bread span {
    margin: 0 5px;
}

.content {
    overflow: visible;
    padding: 0 0 35px;
}

.sub_02_lf {
    width: 260px;
}


.sub_02_lf ul.l0 {
    box-sizing: border-box;
    position: relative;
    margin-top: -79px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    padding-bottom: 189px;
}

.sub_02_lf ul.l1 {
    display: none;
    position: relative;
    z-index: 2;
    margin-top: 15px;
}


.sub_02_lf ul.l0::after {
    content: '';
    display: block;
    width: 100%;
    height: 189px;
    background: url(/images/aside.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.sub_02_lf ul.l0>li {
    position: relative;
    padding: 20px 45px;
    box-sizing: border-box;
}

.sub_02_lf ul.l0>li>.item {
    position: relative;
    box-sizing: border-box;
    z-index: 4;
}

.sub_02_lf ul.l0>li.l2>.item>a {
    color: #222;
    font-weight: bold;
}

.sub_02_lf ul.l0>li .item::before {
    content: '';
    width: 3px;
    height: 0px;
    box-sizing: border-box;
    background: #faae1a;
    position: absolute;
    background-size: 29px 14px;
    left: -22px;
    top: calc(50% - 8px);
    transition: all .1s ease-in-out;
}

.sub_02_lf ul.l0>li.on>.item::before, .sub_02_lf ul.l0>li:hover>.item::before {
    height: 16px;
}


.sub_02_lf ul.l0>li {
    position: relative;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1px;
}

.sub_02_lf ul.l0>li:last-child {
    margin-bottom: 0
}

.gp-toggles {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 22px;
    text-align: center;
    color: #fff;
    z-index: 7;
    background: url(/images/jia.png) no-repeat center;
    background-size: 25px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.sub_02_lf ul.l0>li:hover .gp-toggles, .sub_02_lf ul.l0>li.on .gp-toggles {
    background: url(/images/jia2.png) no-repeat center;
    background-size: 15px;
}

.sub_02_lf ul.l0>li.on .gp-toggles {
    background: url(/images/jia2.png) no-repeat center;
    background-size: 15px;
    transform: rotate(45deg);
}

.gp-toggles.icon-jian {
    transform: rotate(0);
    color: #007072;
}

.sub_02_lf ul.l0>li::before {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: #006436;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
    transition: all .1s ease-in-out;
}

.sub_02_lf ul.l0>li::after {
    content: '';
    display: block;
    width: 94px;
    height: 94px;
    background: url(/images/xh.png) no-repeat;
    background-size: 94px 94px;
    position: absolute;
    right: -20px;
    z-index: 1;
    top: -10px;
    transition: all .1s ease-in-out;
}

.sub_02_lf ul.l0>li.on::before, .sub_02_lf ul.l0>li:hover::before {
    height: 100%;
    top: 0;
}

.sub_02_lf ul.l0>li.on::before {
    height: 100%;
    top: 0;
}

.sub_02_lf ul.l0>li i {
    z-index: 1;
}

.sub_02_lf ul.l0>li.on i, .sub_02_lf ul.l0>li:hover i {
    position: absolute;
    width: 152px;
    height: 147px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* z-index: 0; */
}

.sub_02_lf ul.l0 li.l2.on i::after {
    width: 152px;
    height: 147px;
    right: -62px;
    bottom: -35px;
}

.sub_02_lf ul.l0 li i::after {
    content: '';
    display: block;

    background: url(/images/asa.png) no-repeat;
    background-size: cover;
    position: absolute;

    height: 0px;

    width: 90px;

    right: -37px;

    bottom: -27px;
}

.sub_02_lf ul.l0 li.on i::after, .sub_02_lf ul.l0 li:hover i::after {
    height: 87px;
}


.sub_02_lf ul.l0>li>.item>.item-title {
    color: #444;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.sub_02_lf ul.l0>li.on>.item>.item-title, .sub_02_lf ul.l0>li:hover .item>.item-title {
    color: #fff;
}

.sub_02_lf ul.l1>li {}

.sub_02_lf ul.l1>li>.item {
    padding: 15px 0;
}


.sub_02_lf ul.l1>li>.item .item-title {
    display: inline-block;
    color: #fff;
    line-height: 1.3;

}

.sub_02_lf ul.l1>li.on>.item>.item-title, .sub_02_lf ul.l1>li:hover>.item>.item-title {
    font-weight: bold
}

.only_mob {
    display: none;
}

.sub02 {
    display: flex;
    justify-content: space-between;
}

.sub_02_rt {
    margin-top: -79px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    flex: 1;
    padding: 24px 40px 80px;
    box-sizing: border-box;
    margin-left: 27px;
}

.sub_02_rt .title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.schoolinfo  img{
    height:auto
}
.sub_02_rt .title h2 {
    color: #222;
}

.index_txts li {
    position: relative;
    margin-bottom: 40px;
}

.index_txts li:last-child {
    margin-bottom: 0px;

}

.index_txts li a {
    position: relative;
    font-size: 20px;
    color: #222;
    display: block;
    line-height: 26px;
    overflow: hidden;
    margin-left: 29px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.index_txts li:hover a {
    transform: translateX(5px)
}

.index_txts li:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #faae1a;
}

.index_txts li a span {
    float: right;
    margin-left: 50px;
    color: #999;
}

.gp-page>a, .gp-page>span {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    margin: 0px 10px;
    position: relative;
    border-radius: 50%;
    color: #999;
    font-size: 16px;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, .06);
}

.gp-page-centered {
    text-align: center;
    margin-top: 34px;
}

.gp-page>a.gp-page-prev {
    margin: 0;
    margin-right: 40px;
}

.gp-page>a.gp-page-next {
    margin: 0;
    margin-left: 40px;
}

.gp-page>a.active, .gp-page>a:hover {
    border: 1px solid #006436;
    color: #006436;
}

.xyywUl li {
    margin-bottom: 36px;
}

.xyywUl li a {
    display: block;
    padding: 0px 30px 30px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.xyywUl li:hover a {
    transform: translateX(5px)
}

.xyywUl li a::before {
    content: '';
    display: block;
    background: #edf5f1;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 20px;
}

.xyywUl .left {
    width: 320px;
    float: left;
}

.xyywUl .right {
    margin-left: 350px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.xyywUl li.on .right {
    margin-left: 30px;
    margin-top: 50px;
}

.xyywUl .right .item-title {}

.xyywUl .right .item-summary {
    color: #757575;
    margin: 20px 0 30px;
}

.xyywUl .right .date {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .7);
    padding: 13px 35px;
    box-sizing: border-box;
    color: #999;
    display: inline-block;
}

.page_articleTitle {
    overflow: hidden;
    text-align: center;
}

.article_author {
    text-align: center;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 10px 0 20px;
    box-sizing: border-box;
}

.article_author span {
    font-size: 14px;
    line-height: 26px;
    padding: 0 4px;
    color: #999;
}

.Annex {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);

}

.annexl h2 {
    color: #444;
    margin-bottom: 10px;
}

.Annex ul {
    overflow: hidden;
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.Annex ul li {
    position: relative;
    list-style: none outside none;
}


.Annex ul li a {
    color: #999;
    line-height: 2.14;
}

.annexl {
    padding-top: 18px;
    box-sizing: border-box;
    width: calc(100% - 120px);
}

.bdsharebuttonbox p {
    line-height: 2.14;
    color: #00c785;
    text-align: center;
}

.article {
    color: #222;
    line-height: 1.8;
}

.schoolinfo .img {
    padding-bottom: 27.2%;
    margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
    .bannerbox {
        padding-bottom: calc(24% / 19.2);
    }

    .only_mob {
        display: block !important;
        line-height: 50px;
        height: 50px;
        color: #fff;
        position: relative;
        /* padding: 0 30px; */
        font-weight: 700;
        font-size: 0;
        z-index: 3;
        margin: 20px 0 0;
        background: #006436;
    }

    .only_mob::before {
        content: '';
        display: block;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 12px;
        width: 24px;
    }

    .only_mob::after {
        content: '';
        display: block;
        border-top: 2px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 0;
        width: 24px;
    }

    .sub_02_lf ul.l0>li {
        padding: 10px 25px;
    }

    .sub_02_lf ul.l0>li::after {
        width: 54px;
        height: 54px;
        background-size: 54px 54px;
        right: -6px;
    }

    .sub_02_lf ul.l0 {}

    .sub_02_lf ul.l0::after {
        display: none;
    }
}

@media screen and (max-width:1460px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1100px) {
    .sub02 {
        flex-direction: column;
    }

    .sub_02_lf ul.l0, .sub_02_rt {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .sub_02_lf {
        width: 100%;
    }

    .sub_02_rt {
        margin-left: 0;
        margin-top: 20px;
    }

    .sub_02_lf ul.l0 {
        display: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .gp-page>a, .gp-page>span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0 5px;
    }

    .gp-page>a.gp-page-prev {
        margin-right: 20px;
    }

    .gp-page>a.gp-page-next {
        margin-left: 20px;
    }

    .index_txts li {
        margin-bottom: 20px;
    }

    .index_txts li a {
        font-size: 18px;
    }

    .gp-page-centered {
        margin-top: 17px;
    }

    .gp-toggles {
        top: 10px;
    }

    .xyywUl li {
        margin-bottom: 28px;
    }
}

@media screen and (max-width:700px) {
    .xyywUl .left {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }

    .xyywUl .right {
        margin-left: 0;
        margin-top: 25px;
    }

    .xyywUl li a {
        padding-left: 30px;
    }
}

@media screen and (max-width:479px) {
    .sub_02_rt {
        padding: 24px 20px 40px;
    }

    .sub_02_rt .title {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .index_txts li a {
        font-size: 16px;
    }

    .index_txts li a span {
        margin-left: 15px;
    }

    .bannerbox {
        padding-bottom: calc(50% / 19.2);
    }

    .gp-page>a {
        display: none;
    }

    .gp-page>a.active, .gp-page>a.gp-page-next, .gp-page>a.gp-page-prev {
        display: inline-block;
    }

    .xyywUl li a {
        display: block;
        padding: 0px 15px 15px 15px;
    }

    .xyywUl li.on .right {
        margin-left: 0;
        margin-top: 35px;
    }

    .xyywUl .right .item-summary {

        margin: 10px 0 15px;
    }
}