.w10 {
    max-width: 100%;
    margin: 0 auto;
}

.w12 {
    max-width: 12rem;
    margin: 0 auto;
}

.w14 {
    max-width: 14rem;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .w12 {
        max-width: 800px;
        margin: 0 .5rem;
    }

    .w14 {
        max-width: 800px;
        margin: 0 0.5rem;
    }
}

/* 学校概况 */
.zcBox {
    margin-top: 0.8rem;
}

.zcBox .zcBoxCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.zcBox .leftText .title h2 {
    font-size: 0.34rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding-bottom: 18px;
}

.zcBox .leftText .title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #034EA1;
    width: 0.68rem;
    height: 4px;
}

.zcBox .zcBoxCon .leftText {
    width: 5rem;
}

.zcBox .zcBoxCon .leftText h4 {
    font-size: 0.2rem;
    color: #000000;
    left: 0.36rem;
    display: inline-block;
    margin-bottom: 0.15rem;
    margin-top: 0.3rem;
}

.zcBox .zcBoxCon .leftText h4 span {
    display: inline-block;
    font-size: 0.14rem;
    color: #000000;
    font-weight: normal;
    margin-left: 0.15rem;
}

.zcBox .zcBoxCon .leftText > p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #929292;
    text-align: justify;
}

.zcBox .zcBoxCon .leftText > p + p {
    margin-top: 0.25rem;
}

.zcBox .zcBoxCon .leftText .more {
    margin-top: 0.3rem;
    margin-bottom: 0.56rem;
}

.zcBox .zcBoxCon .leftText .more p {
    border-bottom: 1px solid #034EA1;
    display: inline-block;
    padding-bottom: 0.07rem;
}

.zcBox .zcBoxCon .leftText .more p a {
    display: inline-block;
    color: #034EA1;
    font-size: 0.14rem;
    line-height: 0.26rem;
    background: url(../images/rr6.png) no-repeat right center;
    padding-right: 0.56rem;
}

.zcBox .zcBoxCon .leftText .more p a:hover {
    color: #323232;
}

.zcBox .zcBoxCon .leftText .more p:hover {
    border-bottom: 1px solid #323232;
}

.zcBox .zcBoxCon .rightPic {
    width: 6rem;
    margin-left: -2rem;
    margin-bottom: 0.56rem;
    /*position: relative;*/
    /*z-index: -1;*/
}

.zcBox .zcBoxCon .rightPic img {
    display: block;
    max-width: 100%;
}

@media (max-width: 800px) {
    .zcBox .leftText .title h2::after {
        width: 0.98rem;
        height: 4px;
    }

    .zcBox .leftText .title h2 {
        font-size: 0.58rem;
        position: relative;
        padding-bottom: 18px;
    }

    .zcBox .zcBoxCon {
        flex-direction: column;
    }

    .zcBox .zcBoxCon .leftText {
        width: 100%;
    }

    .zcBox .zcBoxCon .leftText h4 {
        font-size: 0.36rem;
        left: 0.56rem;
        display: inline-block;
        margin-bottom: 0.25rem;
        margin-top: 0.6rem;
    }

    .zcBox .zcBoxCon .leftText h4 span {
        font-size: 0.26rem;
        margin-left: 0.25rem;
    }

    .zcBox .zcBoxCon .rightPic {
        width: 100%;
    }

    .zcBox .zcBoxCon .rightPic img {
        margin: 0 auto;
    }

    .zcBox .zcBoxCon .leftText > p {
        font-size: 0.26rem;
        line-height: 0.5rem;
        color: #929292;
    }

    .zcBox .zcBoxCon .leftText p + p {
        margin-top: 0.35rem;
    }

    .zcBox .zcBoxCon .leftText .more {
        margin-top: 0.3rem;
    }

    .zcBox .zcBoxCon .leftText .more p a {
        font-size: 0.26rem;
        line-height: 0.6rem;
        padding-right: 0.76rem;
    }
}

/* 学校沿革 */
.xxygBox {
    position: relative;
    padding-top: 0.77rem;
}

.xxygBox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background: #f2f3f9;
    z-index: -1;
}

.xxygBox .title {
}

.xxygBox .title h2 {
    font-size: 0.34rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding-bottom: 18px;
    text-align: center;
}

.xxygBox .title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #034EA1;
    width: 0.68rem;
    height: 4px;
    margin-left: -0.34rem;
}

.xxygBox .title > p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #929292;
    text-align: center;
    width: 66%;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.xxygBox .title .more {
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.xxygBox .title .more p {
    border-bottom: 1px solid #034EA1;
    display: inline-block;
    padding-bottom: 0.07rem;
    display: table-cell;
}

.xxygBox .title .more p a {
    display: inline-block;
    color: #034EA1;
    font-size: 0.14rem;
    line-height: 0.26rem;
    background: url(../images/rr6.png) no-repeat right center;
    padding-right: 0.56rem;
}

.xxygBox .title .more p a:hover {
    color: #9d37ac;
}

.xxygBox .title .more p:hover {
    border-bottom: 1px solid #9d37ac;
}

.xxygBox .Con {
    width: 85%;
    margin: 0.77rem auto 0 auto;
}

.xxygBox .Con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xxygBox .Con ul li {
    width: 33.33%;
}

.xxygBox .Con ul li a {
    display: block;
    width: 100%;
}

.xxygBox .Con ul li a img {
    display: block;
    width: 100%;
}

@media (max-width: 800px) {
    .xxygBox .Con {
        width: 100%;
    }

    .xxygBox {
        margin-top: 0;
    }

    .xxygBox .title h2::after {
        width: 0.98rem;
        height: 4px;
    }

    .xxygBox .title h2 {
        font-size: 0.58rem;
        position: relative;
        padding-bottom: 18px;
    }

    .xxygBox .title > p {
        font-size: 0.26rem;
        line-height: 0.5rem;
        text-align: center;
        width: 100%;
        margin-top: 0.3rem;
    }

    /* .xxygBox .Con ul li{width:100%;} */
    .xxygBox .title .more p a {
        font-size: 0.26rem;
        line-height: 0.6rem;
        padding-right: 0.76rem;
    }

}

/* 历任领导 现任领导 */
.leaderLink {
    margin-top: 1.18rem;
}

.leaderLink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leaderLink ul li {
    width: 48%;
}

.leaderLink ul li h2 {
    padding: 0.3rem 0 0.7rem 0;
    background: #f2f3f9
}

.leaderLink ul li h2 p {
    font-size: 0.34rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding: 0 10%;
    padding-bottom: 18px;
}

.leaderLink ul li h2 p::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    background: #034EA1;
    width: 0.68rem;
    height: 4px;
}

.leaderLink ul li a {
    display: block;
    background-size: 100% 100%;
    height: 0.82rem;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -0.2rem;
    background-color: #034EA1;
}

.leaderLink ul li a span {
    color: white;
    display: block;
    line-height: 0.82rem;
    padding: 0 10%;
    background: url(../images/rr7.png) no-repeat 90% center;
    transition: 0.4s;
    font-size: 0.14rem;
}

.leaderLink ul li a:hover span {
    background: url(../images/rr7.png) no-repeat 95% center;
    transition: 0.4s;
}

@media (max-width: 800px) {
    .leaderLink .w12 {
        width: 100%;
        margin: 0;
    }

    .leaderLink ul li h2 p::after {
        width: 0.98rem;
        left: 50%;
        margin-left: -0.56rem;
    }

    .leaderLink {
        margin-top: 0.6rem;
    }

    .leaderLink ul li h2 {
        padding: 0.5rem 0 1.2rem 0;
        background: #f2f3f9
    }

    .leaderLink ul li {
        width: 100%;
    }

    .leaderLink ul li h2 p {
        font-size: 0.58rem;
        color: #000000;
        font-weight: normal;
        position: relative;
        padding: 0 10%;
        padding-bottom: 18px;
        text-align: center;
    }

    .leaderLink ul li + li {
        margin-top: 0.3rem;
    }

    .leaderLink ul li a {
        height: 1rem;
        top: -0.5rem;
    }

    .leaderLink ul li a span {
        font-size: 0.26rem;
        line-height: 1rem;
    }
}

.ademicTh {
    padding-top: 1.7rem;
    padding-bottom: 1.25rem;
    position: relative;
    background: #f2f3f9;
}

.ademicTh .title {
    margin-bottom: 0.25rem;
    padding: 0 1rem;
}

.ademicTh .title h5 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    display: inline-block;
    float: left;
    color: white;
    border-left: 2px solid #FFFFFF;
    padding-left: 0.2rem;
    font-weight: normal;
}

.ademicTh .title .more {
    height: 0.26rem;
}

.ademicTh .title .more p {
    display: inline-block;
}

.ademicTh .title .more p a {
    display: inline-block;
    color: #034EA1;
    font-size: 0.14rem;
    line-height: 0.26rem;
    background: url(../images/rr6.png) no-repeat right center;
    padding-right: 0.56rem;
}

.ademicTh ul {
}

.ademicTh ul li {
    /*float: left;*/
    width: 33.333%;
    position: relative;
}

.ademicTh ul li .btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.27rem;
    left: 50%;
    margin-left: -0.27rem;
    width: 0.54rem;
    height: 0.54rem;
}

.ademicTh ul li .btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.ademicTh ul li .pic {
    width: 100%;
    height: 3.08rem;
    position: relative;
    overflow: hidden;
}

.ademicTh ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.ademicTh ul li:hover .pic img {
    transform: scale(1.1);
    transition: 0.4s;
}

.ademicTh ul li .pic::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(to top, rgba(51, 14, 71, 0.85), rgba(0, 0, 0, 0));
    z-index: 1;
}

.ademicTh ul li .text {
    position: absolute;
    bottom: 0.35rem;
    z-index: 4;
}

.ademicTh ul li .text p {
    font-size: 0.18rem;
    color: white;
    font-weight: bold;
    padding: 0 0.35rem;
    line-height: 0.24rem;
}

@media (max-width: 800px) {
    .ademicTh::after {
        height: 40%;
    }

    .ademicTh {
        margin-top: 0;
        padding-top: 1rem;
    }

    .ademicTh .title {
        padding: 0;
    }

    .ademicTh .title h5 {
        font-size: 0.46rem;
        line-height: 0.7rem;
    }

    .ademicTh .title a {
        font-size: 0.24rem;
    }

    .ademicTh ul li {
        float: left;
        width: 100%;
    }

    /* .ademicTh ul li+li+li{display: none;} */
    .ademicTh ul li .pic {
        height: auto;
    }

    .ademicTh ul li .text p {
        font-size: 0.32rem;
        color: white;
        font-weight: bold;
        padding: 0 0.35rem;
        line-height: 0.46rem;
    }
}

.ademicTh2 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.8rem;
    padding-top: 0.5rem;
    margin-top: 0.8rem;
}

.ademicTh2 .title {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ademicTh2 .title h5 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    display: inline-block;
    float: left;
    border-left: 2px solid #034EA1;
    padding-left: 0.2rem;
    font-weight: normal;
    color: #000;
}

.ademicTh2 .title a {
    font-size: 0.12rem;
    display: inline-block;
    float: right;
    color: #034EA1;
    transition: 0.4s;
}

.ademicTh2 .title a:hover {
    transition: 0.4s;
    color: #323232;
}

@media (max-width: 800px) {
    .ademicTh2 .title h5 {
        font-size: 0.46rem;
        line-height: 0.7rem;
    }

    .ademicTh2 .title a {
        font-size: 0.24rem;
    }

    .picLink {
        width: calc(100% - 1rem);
        border: none;
    }

    .picLink .picLinkCon {
        float: none;
        width: 100%;
    }

    .picLink .picLinkCon ul {
        border-left: none;
        height: auto;
        min-height: auto;
        padding-bottom: 0.2rem;
        border: 1px solid #dfdfdf;
        border-top: none;
    }

    .picLink .picLinkCon + .picLinkCon {
        margin-top: 0.3rem;
    }

    .picLink .picLinkCon ul li {
        background: none;
    }

    .picLink .picLinkCon ul li a {
        font-size: 0.36rem;
        line-height: 0.5rem;
        padding: 0.1rem 0.56rem;
    }
}

.clearfix {
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
}