body {
    background-color: #efebea;
}

.am-g-fixed {
    max-width: 1600px;
    width: 100%;
}

.mar-top {
    /* margin-top: 150px; */
}

.muban4-slider-wrap .am-slider-desc {
    font-size: 24px;
    padding: 8px 60px 8px 20px !important;
}

.am-slider-c2 .am-slider-desc {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1)) !important;
}

.am-slider-c2 .am-control-nav {
    bottom: 40px;
}

.am-slider-c2 .am-control-nav li {
    margin-right: 20px;
}

.am-slider-c2 .am-control-nav li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    text-indent: unset;
    font-size: 30px;
}

.am-img-responsive {
    width: 100%;
    height: 100%;
}



a {
    color: #333;
}

ul {
    list-style-type: none;
    color: #fff;
}

.nva {
    padding-left: 20%;
}

.nva .am-breadcrumb li {
    font-size: 15px;
}

.head-pic {
    width: 100%;
    padding-top: 8%;
}

@media screen and (max-width: 640px) {
    body {
        background-color: #fff;
    }

    .muban4-slider-wrap .am-slider-desc {
        font-size: 1rem;
    }

    .head-pic {
        display: none;
    }

    .am-slider-c2 .am-control-nav li a {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        text-indent: unset;
        font-size: 1rem;
    }

    .am-slider-c2 .am-control-nav {
        bottom: 20px;
    }
}

.head-pic img {
    width: 100%;
    height: 400px;
}

.muban4-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    min-width: 1600px;
}

.muban4-top-nav li {
    float: left;
}

.muban4-header ul li a {
    color: #fff;
}

.am-btn.am-radius,
.am-form-field.am-radius {
    border-radius: .5rem;
}

.muban4-bd-gray {
    background-color: #fafafa;
}

/* 主页开始 */
/* 头部 */
.muban4-top {
    font-size: 1.4rem;
    background-color: #CA2734;
    color: #000;
}

.muban4-top .am-form-group {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.muban4-top .am-form-group span {
    display: inline-block;
    padding-right: 2rem;
    color: #fff;
}

.muban4-top .am-form-group select {
    padding: .1rem .5rem;
    /* color: #aaa; */
    border: 1px solid #aaa;
    border-radius: 5px;
}



.muban4-logo {
    transition: all 0.5s ease-out 0s;
    /* box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px; */
}

.muban4-logo .logo-box {
    display: flex;
}

.muban4-logo .logo-box .muban4-nav {
    flex: 1
}


@media screen and (min-width: 640px) {
    .muban4-logo .logo {
        padding: 15px 2rem;
        height: 128px;
    }
}

.muban4-nav {
    /* background-color: #0a60ab; */
    max-width: 1140px;
    margin-top: 43px;
}

.muban4-nav .am-nav li {
    text-align: center;
    color: red;
    position: relative;
}


.muban4-nav .am-nav li a {
    display: inline;
    padding: 5px 0 !important;
    white-space: nowrap;
    font-size: 2rem;
    color: #000;
}

.muban4-nav .am-nav li .line {
    display: none;
    height: 50px;
    border-left: 3px solid red;
    position: absolute;
    bottom: -35px;
    left: 50%;
    top: 35px;
    font-size: 2.5rem;
}

.muban4-nav .am-nav li.am-active a {
    /* color: #c7cc82; */
    /* background-color: #0a60ab; */
}

.muban4-nav .am-nav li:hover a {
    border-bottom: 4px solid red;
    background-color: transparent;
}

.muban4-nav .am-nav li:hover .line {
    display: block;
}


.bullet-frame {
    display: none;
    /* height: 180px; */
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
}

.bullet-frame .box {
    display: flex;
    align-items: center;
    border-top: 4px solid red;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px;
}

.bullet-frame .box img:nth-child(2) {
    width: 300px;
    height: 70px;
    margin: 0 50px;
}

.bullet-frame .box ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.bullet-frame .box ul li {
    text-align: center;
    line-height: 50px;
    width: 25%;
}

.bullet-frame .box ul li a {
    color: #000;
    font-size: 2rem;
}

.bullet-frame .box ul li a:hover {
    color: red;
}


.muban4-nav .nav2 {
    display: none;
    z-index: 1050;
    position: absolute;
    padding-left: 0;
    margin-top: 0;
    top: 2.1rem;
    left: 0;
    width: 100%;
}

.muban4-nav .nav2 li a {
    display: block;
    padding: .8rem 0;
    text-align: center;
    /* background-color: #0a60ab; */
}

.muban4-nav .nav2 li a:hover {
    margin: 0;
}

/* 移动端导航 */
.muban4-logo-nav {
    position: relative;
}

.logo-nav-left {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 4.4%;
}

.muban4-logo .muban4-logo-nav .logo-nav-left i {
    font-size: 25px;
    color: #fff;
}

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

    /*移动端头部菜单*/
    .muban4-logo .logo {
        display: block;
        float: none;
        width: 160px;
        padding-left: 1rem;
    }

    .muban4-logo .am-menu-offcanvas1 .am-menu-toggle {
        color: #000;
        top: -47px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
}

/* 轮播图 */
.muban4-slider-wrap {
    width: 100%;
}

.muban4-slider-wrap .am-slides img {
    height: 100vh;
}

.muban4-slider-wrap .am-slider-c1 .am-control-nav li a {
    background-color: #127ed9;
}

.muban4-slider-wrap .am-slider-c1 .am-control-nav li a.am-active {
    background-color: #f90;
}

@media screen and (max-width: 640px) {
    .muban4-slider-wrap .am-slides img {
        width: 100%;
        height: 100%;
    }
}



@media screen and (min-width: 640px) {
    .am-list-news-bd {
        max-width: 1600px;
        margin: 0 auto;
    }

    .am-list-news-bd .am-list li {
        /* width: 24%;
        height: 200px;
        float: left;
        margin: 10px 6px;
        border: none; */
    }
}

.home5 {
    padding: calc(5vw + 66px) 0 0.5vw;
    background: url('../images/img5.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.muban4-news {
    overflow: hidden;
}

.muban4-news .title {
    padding-top: 30px;
    text-align: center;
    color: #fff;
}

.home5 .btn {
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 5em;
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 8px;
}

.muban4-news .new-list {
    padding: 2rem 16rem;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.muban4-news .am-slides li {
    display: inline-block;
    height: 250px;
}

.muban4-news .am-slides li a img {
    height: 100%;
}

.muban4-news .new-list a {
    margin-right: 3%;
    background-color: #fff;
    width: 22%;
    margin-bottom: 4rem;
}

.muban4-news .new-list .details .pic {
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #faf6ac;
}



.muban4-news .new-list .details .pic img {
    width: 100%;
    height: 100%;
}

.muban4-news .new-list .details p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 1rem 2rem;
    color: #05111B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 66px;
}

.muban4-news .new-list .details p:hover {
    color: #c87f00;
}

.muban4-news .title span {
    display: inline-block;
    font-size: 2.4rem;
    border-bottom: 4px solid #fff;
}


@media screen and (max-width: 640px) {
    .home5 {
        padding: calc(10px) 0 0vw;
    }

    .home5 .btn {
        margin: 0 auto;
    }

    .muban4-news .title {
        padding-top: 0;
        text-align: center;
        color: #000;
    }

    .muban4-news .new-list {
        padding: 0;
        display: block;
    }

    .muban4-news .new-list .details {
        background-color: #fff;
        width: 100%;
        margin-bottom: 1rem;
    }

    .muban4-news .new-list .details .pic {
        width: 100%;
        height: 240px;
    }

    .muban4-news .new-list .details .pic img {
        width: 100%;
        height: 100%;
    }

    .muban4-news .new-list .details p {
        padding: 1rem 2rem;
        color: #05111B;
        margin: 0;
    }

    .muban4-news .title span {
        display: inline-block;
        font-size: 20px;
        font-weight: bolder;
    }
}

.am-list .am-list-item-desced {
    padding-top: 0 !important;
}


.am-list .am-list-item-hd {
    padding: 10px;
}

.school-administration {
    padding: 0 160px;
    background: url('../images/img6.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #efebea;
}

.school-administration .head-title {
    width: 100%;
    padding-top: 14%;
    display: flex;
    justify-content: center;
}

.school-box {
    background: url('../images/bg9a.svg');
}

.school-administration .xiaowu-box {
    display: none;
}

.school-administration .btn {
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #db261d;
    color: #db261d;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 30px;
}


.school-administration .box {
    display: flex;
    margin: 35px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px 0;
}

.school-administration .box a {
    display: inline-block;
    width: 40%;
}

.school-administration .box .info {
    margin-top: 10px;
    padding: 10px;
    height: 10rem;
    border-bottom: 1px solid #D5D5D5;
}

.school-administration .box .info .t1 {
    font-size: 16px;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.school-administration .box .info .t1:hover {
    color: #DB261D;
}

.school-administration .box .info .t2:hover {
    color: #DB261D;
}

.school-administration .box .info .t2 {
    margin-top: 8px;
    font-size: 14px;
    color: #979797;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.school-administration .box .info .t3 {
    margin-top: 10px;
    color: #BBBBBB;
    font-size: 12px;
}


.school-administration .title {
    font-size: 24px;
    padding: 0 70px;
}


.school-administration .am-list-news-not-default:nth-child(1) {
    width: 45%;
}

.school-administration .am-list-news-not-default:nth-child(2) {
    padding-left: 0;
}


@media screen and (max-width: 640px) {
    .school-administration .box {
        display: block;
        margin: 35px 0;
    }

    .school-administration .box a {
        display: inline-block;
        width: 100%;
    }

    .school-administration {
        padding: 0;
        display: block;
        background: none;
    }

    .school-administration .box {
        margin: 10px;
    }

    .school-administration .box .info {
        margin-top: 10px;
        background-color: #eeebea;
    }

    .school-administration .box .info .t1 {
        font-size: 16px;
        color: #DB261D;

    }

    .school-administration .box .info .t2 {
        margin-top: 14px;
        font-size: 14px;
        color: #979797;
    }

    .school-administration .box .info .t3 {
        color: #BBBBBB;
        font-size: 12px;
    }


    .school-administration .title {
        font-size: 20px;
        padding: 0;
    }

    .school-administration .am-list-news-not-default:nth-child(1) {
        width: 100%;
        margin-top: 14%;
    }


    .school-administration .head-title {
        padding-top: 0;
        justify-content: space-around;
    }
}




.school-administration .am-list-news-bd .am-list li {
    padding: 20px !important;
    background-color: #f9f9f9;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .school-administration .am-list-news-not-default {
        width: 100%;
        margin-top: 0 !important;
    }
}

.special-subject {
    background: url('../images/ng.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    padding: 0 160px;
}

.special-subject .box {
    flex: 1;
    position: relative;
}

.special-subject .box .zh {
    letter-spacing: 12px;
    position: absolute;
    right: 70px;
    top: 85px;
    font-size: 3.6rem;
    writing-mode: vertical-rl;
}

.special-subject .box .en {
    position: absolute;
    right: 135px;
    padding: 7px 1px;
    background-color: red;
    color: #fff;
    font-size: 24px;
    top: 85px;
    writing-mode: vertical-rl;
}

.special-subject .box .more {
    color: red;
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 1.6rem;
    top: 325px;
    right: 87px;
}

.special-subject .box .more span {
    writing-mode: vertical-rl;
    border: 1px solid red;
    border-radius: 18px 18px 18px 18px;
    width: 36px;
    height: 96px;
    padding: 9px 10px;
}

.special-subject .m1 {
    background: url('../images/1.jpg');
    width: 280px;
    height: 480px;
    margin: 7rem 0 7rem 5rem;
    background-repeat: no-repeat;
}

.special-subject .m2 {
    background: url('../images/2.jpg');
    width: 280px;
    height: 480px;
    margin: 7rem 0 7rem 5rem;
    background-repeat: no-repeat;
}

.special-subject .m3 {
    background: url('../images/3.jpg');
    width: 280px;
    height: 480px;
    margin: 7rem 0 7rem 5rem;
    background-repeat: no-repeat;
}

.special-subject .m4 {
    background: url('../images/4.jpg');
    width: 280px;
    height: 480px;
    margin: 7rem 0 7rem 5rem;
    background-repeat: no-repeat;
}

.special-subject .box .more1 {
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    font-size: 1.4rem;
    right: 20px;
    bottom: 0;
}

.special-subject .box .tit {
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    font-size: 2.4rem;
    left: 2rem;
    top: 3.3rem;
}

@media screen and (max-width: 640px) {
    .special-subject {
        background: none;
        display: flex;
        width: 100%;
        padding: 0;
    }


    .special-subject .box {
        flex: 1;
        position: relative;
    }

    .special-subject .t1 {
        display: none;
    }


    .special-subject .box .zh {
        letter-spacing: 12px;
        position: absolute;
        right: 70px;
        top: 85px;
        font-size: 3.6rem;
        writing-mode: vertical-rl;
    }

    .special-subject .box .en {
        position: absolute;
        right: 135px;
        padding: 7px 1px;
        background-color: red;
        color: #fff;
        font-size: 24px;
        top: 85px;
        writing-mode: vertical-rl;
    }

    .special-subject .box .more {
        color: red;
        writing-mode: vertical-rl;
        position: absolute;
        font-size: 1.6rem;
        top: 325px;
        right: 87px;
    }

    .special-subject .box .more span {
        writing-mode: vertical-rl;
        border: 1px solid red;
        border-radius: 18px 18px 18px 18px;
        width: 36px;
        height: 96px;
        padding: 9px 10px;
    }

    .special-subject .m1 {
        background: url('../images/1.jpg');
        height: 30rem;
        margin: 0;
        background-repeat: no-repeat;
    }

    .special-subject .m2 {
        background: url('../images/2.jpg');
        margin: 0;
        height: 30rem;
        background-repeat: no-repeat;
    }

    .special-subject .m3 {
        background: url('../images/3.jpg');
        margin: 0;
        height: 30rem;
        background-repeat: no-repeat;
    }

    .special-subject .m4 {
        background: url('../images/4.jpg');
        margin: 0;
        height: 30rem;
        background-repeat: no-repeat;
    }

    .special-subject .box .more1 {
        writing-mode: vertical-rl;
        color: #fff;
        position: absolute;
        font-size: 1.4rem;
        right: 1.4rem;
        bottom: 0;
    }

    .special-subject .box .tit {
        writing-mode: vertical-rl;
        color: #fff;
        position: absolute;
        font-size: 1.5rem;
        left: 1rem;
        top: 1.5rem;
    }
}

/* 校园掠影-名师风采 */

.campus-snapshot {
    padding: 0 160px;
    margin: 5em auto;
    display: flex;
    justify-content: space-between;
    background-color: #efebea;
}

.campus-snapshot .box:nth-child(1) {
    width: 60%;
}

.campus-snapshot .box:nth-child(1) .s1 {
    color: #94070a;
}

.campus-snapshot .box:nth-child(2) {
    width: 36%;
}

.campus-snapshot .box .title {
    display: flex;
    justify-content: space-between;
}

.campus-snapshot .box .title .right {
    width: 50%;

    text-align: right;
}

.campus-snapshot .box .title .right .btn {
    display: inline-block;
    margin-top: 70px;
    width: 96px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #B2B2B2;
    text-align: center;
    line-height: 36px;
}

.campus-snapshot .box .title .left {
    width: 31%;
}

.campus-snapshot .box .title .left .s1 {
    font-size: 35px;
    font-weight: 700;
    color: #94070a;
    white-space: nowrap;
}


.campus-snapshot .box .title .left .s2 {
    font-size: 35px;
    color: #635858;
    font-weight: 700;
}

.campus-snapshot .box .title .left .s3 {
    font-size: 20px;
    color: red;
}

.campus-snapshot .box .img-combination {
    display: flex;
    justify-content: space-between;
}

.campus-snapshot .box .img-combination .left {
    width: 72%;
}

.campus-snapshot .box .img-combination .right {
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.campus-snapshot .box .img-combination .right img {
    width: 100%;
    height: 212px;
}

.campus-snapshot .box .img-combination .left .left-top {
    display: flex;
    justify-content: space-between;
}



.campus-snapshot .box .img-combination .left .left-bottom {
    margin-top: 10px;
    width: 100%;
    height: 434px;
}

.campus-snapshot .box .img-combination .left .left-top a {
    width: 49%;
    height: 210px;
}

.campus-snapshot .box .img-combination .left .left-top img {
    width: 100%;
    height: 210px;
}


.campus-snapshot .box .teacher {
    display: flex;
    margin-top: 40px;
}

.campus-snapshot .box .teacher img {
    width: 120px;
    height: 120px;
}

.campus-snapshot .box .teacher .info {
    margin-left: 38px;
}

.campus-snapshot .box .teacher .info .name {
    font-size: 28px;
    font-weight: 700;
}

.campus-snapshot .box .teacher .info .jie-shao {
    margin-top: 10px;
    font-size: 20px;
    color: #635858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
}

.campus-snapshot .box .teacher .btn {
    flex: 1;
    text-align: right;
}

.campus-snapshot .box .teacher .btn span {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    width: 96px;
    height: 36px;
    border-radius: 18px;
}

@media screen and (max-width: 640px) {
    .campus-snapshot {
        display: block;
        padding: 0;
        margin: 0;
    }

    .campus-snapshot .box {
        width: 100% !important;
        margin-top: 20px;
        padding: 10px;
    }

    .campus-snapshot .box .title {
        display: flex;
        justify-content: space-between;
    }

    .campus-snapshot .box .title .right {
        width: 50%;
    }

    .campus-snapshot .box .title .left {
        width: 50%;
    }

    .campus-snapshot .box .title .left .s1 {
        font-size: 15px;
        font-weight: 700;
    }

    .campus-snapshot .box .title .left .s2 {
        font-size: 15px;
        word-wrap: break-word;
        color: #635858;
        font-weight: 700;
    }

    .campus-snapshot .box .title .left .s3 {
        font-size: 20px;
        color: red;
    }

    .campus-snapshot .box .img-combination .left {
        width: 58%;
    }

    .campus-snapshot .box .img-combination .right {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .campus-snapshot .box .img-combination .left .left-top {
        display: flex;
        justify-content: space-between;
    }

    .campus-snapshot .box .img-combination .left .left-top img {
        width: 100%;
        height: 100px;
    }

    .campus-snapshot .box .img-combination .left .left-top a {
        width: 49%;
        height: 100px;
    }

    .campus-snapshot .box .img-combination .right img {
        height: 100px;
    }

    .campus-snapshot .box .img-combination .left .left-bottom {
        width: 100%;
        height: 200px;
    }

    .campus-snapshot .box .teacher {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .campus-snapshot .box .teacher img {
        width: 60px;
        height: 60px;
    }

    .campus-snapshot .box .teacher .info {
        margin-left: 15px;
    }

    .campus-snapshot .box .teacher .info .name {
        font-size: 16px;
        font-weight: 700;
    }

    .campus-snapshot .box .teacher .info .jie-shao {
        margin-top: 0;
        font-size: 1.5rem;
        color: #635858;
    }

    .campus-snapshot .box .teacher .btn {
        color: red;
        border-radius: 18px;
        margin-left: 0;
    }
}

/* 友情链接 */
.riendship-link {
    max-width: 1600px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
}

.riendship-link img {
    width: 230px;
    height: 75px;
}

@media screen and (max-width: 640px) {
    .riendship-link {
        flex-wrap: wrap;
    }

    .riendship-link img {
        width: 100%;
        height: 75px;
    }

    .riendship-link a {
        width: 50%;
    }
}

.menu-option {
    padding: 0 217px;
    background-color: #f9f9f9;
    height: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .menu-option {
        padding: 0;
        background-color: #f9f9f9;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .campus-snapshot .box .title .right .btn {
        display: inline-block;
        margin-top: 0;
    }

    .menu-option a {
        width: 33%;
        text-align: center;
    }
}

.menu-list {
    background-color: #d63340;
    padding: 17px 217px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #ddb5b5;
}

.menu-list .menu div {
    padding: 10px 0;
}

@media screen and (max-width: 640px) {
    .menu-list {
        background-color: #d63340;
        padding: 0;
        display: flex;
        ;
        flex-wrap: wrap;
        text-align: center;
        font-size: 20px;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .menu-list a {
        width: 25%;
        font-size: 1.5rem;
    }
}

.footer-list {
    background-color: #d63340;
}

.footer-list .footer {
    padding: 50px 0;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer .qr-code {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer .qr-code img {
    height: 100%;
}

.footer .qr-code i {
    margin-left: 10px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    font-style: normal;
}

.footer .qr-code i:nth-child(2) {
    margin-top: 10px;
}

@media screen and (max-width: 640px) {
    .footer-list {
        width: 100%;
    }

    .footer-list .footer {
        padding: 20px 0;
        display: block;
    }

    .footer-list .footer .footer-left {
        display: flex;
        width: 100%;
    }

    .footer-list .footer .footer-left img:nth-child(1) {
        display: inline-block;
        width: 80%;
    }

    .footer-list .footer .footer-left img:nth-child(2) {
        display: inline-block;
        width: 20%;
    }

    .footer-list .footer .center {
        width: 95%;
        margin: 10px;
    }

    .footer .qr-code {
        padding: 10px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .footer .qr-code i {
        margin-left: 10px;
        display: block;
        margin-top: 0;
    }
}

/* 新闻中心 */
.muban4-title .am-titlebar-title {
    padding-left: 20px;
    font-size: 23px;
    font-weight: 400;
    color: #000;
}

.muban4-title .am-titlebar-default .am-titlebar-title:before {
    top: 11px;
    bottom: 9px;
    border-left: 7px solid #0e90d2;
}

.muban4-title .am-titlebar-nav a {
    font-size: 14px;
    color: #aaa;
}

.muban4-detail-info {
    color: #0e90d2;
}

.muban4-img-wrap {
    overflow: hidden;
}

/* 图片 pc端：固定高度； 移动端：适应图片宽高  */
@media screen and (min-width: 640px) {
    .muban4-img-wrap img {
        width: auto;
        height: 100%;
        max-width: none;
    }
}

.muban4-news-text {
    font-size: 14px;
    color: #aaa;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
    line-height: 25px;
}

.muban4-list .am-list-news-bd .am-list-item-dated {
    border-style: dashed;
}

.muban4-list .am-list-news-bd .am-list-item-dated:first-child {
    border-top: none;
}

.muban4-list .am-list .am-list-item-dated a {
    padding: 14px 95px 14px 0;
}

.muban4-list .am-list .am-list-item-dated .am-list-date {
    top: 14px;
    font-size: 16px;
    color: #000;
}

/* 通知公告 */
.muban4-info-ul {
    padding: 0 20px;
}

.muban4-info-ul li {
    border-bottom: 1px dashed #ccc;
}

.muban4-info-ul li a {
    display: block;
    padding: 15px 0;
}

.muban4-info-time {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 55px;
    color: #222;
    background-color: #e8e8e8;
}

.muban4-info-time span {
    display: block;
    color: #fff;
    background-color: #ff9902;
}

.muban4-info-ul li a p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
}

/* 教师风采 */
.muban4-teacher-list article h5 {
    padding: 0;
    margin-bottom: 5px;
}

.muban4-teacher-state {
    float: right;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #0e90d2;
}

.muban4-teacher-list article {
    padding: 17px 0;
    margin: 0 15px;
    border-bottom: 1px dashed #ccc;
}

.muban4-teacher-list article:last-child {
    border: none;
}

.muban4-teacher-list article figure {
    float: left;
    margin: 0 15px 0 0;
    height: 105px;
    width: 105px;
    overflow: hidden;
}

.muban4-teacher-list figure img {
    height: 100%;
}

.muban4-teacher-list .muban4-news-text {
    margin: 0;
    -webkit-line-clamp: 4;
    height: 105px;
    line-height: 25px;
}

/* 学生园地 */
li.muban4-student-li1 {
    padding: 18px 0 40px;
    border-top: none;
}

.muban4-student-li1 h5 {
    margin: 0;
}

.muban4-student-li1 .muban4-news-text a {
    color: #aaa;
}

.muban4-student-li1 .muban4-news-text .muban4-detail-info {
    color: #0e90d2;
}

.muban4-student-li1 .am-list-date {
    top: auto;
    bottom: 14px;
    font-size: 16px;
    color: #666;
}

.muban4-student .am-list .am-list-item-dated .am-list-date {
    color: #666;
}

/* 教育科研 */

/* 校园风光 */
.muban4-scenery li {
    padding: 2% 1.5%;
}

/* 教务公开 */

/* 德育天地 */
.muban4-moral .muban4-news-text {
    margin: 12px 0;
}

.muban4-moral-img-wrap article {
    position: relative;
}

.muban4-moral-img-wrap-time {
    color: #aaa;
}

.muban4-moral .muban4-news-text {
    color: #666;
}

.muban4-moral-img-wrap article h3 {
    font-size: 19px;
}

@media screen and (min-width: 640px) {
    .muban4-moral .muban4-moral-img-wrap {
        margin-left: 1rem;
    }

    .muban4-moral-img-wrap figure {
        margin-right: 20px;
        margin-bottom: 0;
        height: 165px;
        width: 36%;
        overflow: hidden;
    }

    .muban4-moral-img-wrap figure img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .muban4-moral-img-wrap article h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .muban4-moral-img-wrap article p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .muban4-moral-img-wrap-time {
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .muban4-moral .muban4-news-text {
        margin-top: 50px;
    }
}


/* 页脚 */
.muban4-footer {
    background-color: #076cb1;
}

.muban4-footer {
    padding: 2rem 0;
}

.muban4-footer p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 23px;
    color: #fff;
}

.muban4-footer>section {
    padding: 0 1.5rem;
}

/* 主页结束 */

/* 列表页 */
/* 左边菜单 */
.public-muban-listpage-left {
    padding: 20px 100px 0 30px;
}

.public-muban-listpage-left ul li {
    margin: 2px 0 0;
}

.public-muban-listpage-left ul li a {
    display: block;
    position: relative;
    padding-left: 25%;
    line-height: 60px;
    font-size: 21px;
    color: #000;
    background-color: #eee;
}

.public-muban-listpage-left ul li a:hover {
    color: #db3d4c;
    background-color: #f6f6f6;
}

.public-muban-listpage-left ul li:first-child a {
    line-height: 75px;
    font-size: 25px;
    color: #fff;
    background-color: #db3d4c;
}

.public-muban-listpage-left ul li:first-child a:hover {
    color: #fff;
    background-color: #db3d4c;
}

.public-muban-listpage-left ul li.onpage a {
    color: #db3d4c;
}

.public-muban-listpage-left ul li.onpage a:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 18%;
    padding: 4px;
    background-color: #db3d4c;
}

/* 右边列表 */
.public-muban-listpage-right {
    width: 65%;
}

/* 右边列表 */
.public-muban-listpage-right .am-titlebar-title {
    font-size: 22px;
    font-weight: 400;
    color: #222;
    padding-left: 20px;
}

.public-muban-listpage-right .am-titlebar-default .am-titlebar-title:before {
    top: 12px;
    bottom: 10px;
    border-left: 7px solid #db3d4c;
}

.public-muban-listpage-right .am-breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.public-muban-listpage-right .am-titlebar-default a {
    color: #127ed9;
}

.public-muban-listpage-right .am-list-news .am-list-item-dated:first-child {
    border-top: none;
}

.public-muban-listpage-right .am-list-news .am-list-item-dated:last-child {
    border-bottom: none;
}

.public-muban-listpage-right .am-list-news .am-list-item-dated {
    border-style: dashed;
    font-size: 15px;
}

.public-muban-listpage-right .am-list .am-list-item-dated a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
}

.public-muban-listpage-right .am-list-news .am-list-item-dated .am-list-date {
    font-size: 15px;
    top: 13px;
}

.public-muban-listpage-right .am-pagination>.am-active>a {
    background-color: #127ed9;
    border-color: #127ed9;
}

@media screen and (max-width: 640px) {
    .public-muban-listpage-right {
        width: 100%;
    }
}

/* 列表页结束 */

/* 详细页 */
.public-muban-details {
    padding: 0 15%;
    margin: auto;
}

.public-muban-details header {
    text-align: center;
    padding-bottom: 1%;
}

.public-muban-details header h3 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.public-muban-details header h5 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.public-muban-details header aside {
    margin: 1.5rem 0;
    font-size: 1.7rem;
    color: #888;
}

.public-muban-details header aside span {
    margin-right: 2rem;
}

.details-article figure {
    max-width: 70rem;
    margin: auto;
}

.details-article p {
    text-indent: 3rem;
    color: #666;
}

.public-muban-details footer span {
    display: block;
    line-height: 2.4rem;
    font-size: 1.4rem;
}

.public-muban-details footer span a {
    color: #666;
}

.public-muban-details footer span i {
    margin-right: .2rem;
}

/* 详细页结束 */

.school-img {
    width: 100%;
    background-color: #fff;
    overflow: hidden;

}

.school-img .title {
   margin: 10px 20px;
}

.school-img .gallery {
}

.school-img .title {
    border-bottom: 1px solid #D5D5D5;
    font-weight: bold;
    color: #9a232c;
}


.school-img .gallery-item {
    width: 23%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 1% 10px 1%;
    text-align: center;
    background-color: #fff;
    box-shadow: 7px 5px 7px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.school-img .gallery-item img {
    width: 100%;
    height: 250px;
    display: block;
}

/* 鼠标悬停时的效果 */
.school-img .gallery-item img:hover {
    /* transform: translateY(-5px);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4); */
}

.school-img .gallery-item p {
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .school-img .gallery-item {
        width: 100%;
        margin: 1%;
    }
}


/* 返回顶部 */
.muban4-gotop {
    width: 4rem;
}

.muban4-gotop i.am-gotop-icon {
    height: 4rem;
    line-height: 3.8rem;
    font-size: 2.5rem;
}

/* 返回顶部结束 */