@charset "utf-8";
.vwrap {
    display: none;
    z-index: 1040000;
    width: 100%;
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 1200;
    width: 1400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    object-fit: cover;
    transform: translateY(-50%)
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    background: #000;
}

.vwrap .videobox #videobox .img_hezi {
    padding-bottom: 60% !important
}

.vwrap .videobox #videobox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#videobox_wrapper {
    height: 100%!important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
    text-align: center;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close i svg {
    transition: .6s
}

.vwrap .close:hover i svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media(max-width: 992px) {
    .vwrap .videobox {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }
    .vwrap .close {
        right: 0;
        top: -35px;
    }
}

.wrap_ph {
    margin-top: 0.3rem;
    display: none
}

.wrap_ph h2 {
    position: relative;
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    background: #1C6EC7
}

.wrap_ph h2::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/cd.svg) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%)
}

.wrap_ph ul {
    padding: 0.1rem 0.2rem 0.2rem;
    display: none;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11)
}

.wrap_ph li {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333
}

.wrap_ph .san-wrap {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .san-wrap a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .san-wrap a:hover {
    color: #1E63AE;
}

.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/xl.png) center no-repeat;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(90deg);
}

.head {
    position: absolute;
}

.ny-banner {
    position: relative;
    width: 100%;
}

.ny-banner>img {
    width: 100%;
    display: block;
}

.ny-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.08rem;
    background: url(../images/ny-head-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.ny-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.06rem;
    background: url(../images/ny-banner-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

#ny-title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    z-index: 9;
}

.ny-tit>h2 {
    font-size: 0.34rem;
    color: #ffffff;
    font-family: 'sySong';
}

.ny-tit .position {
    position: relative;
    margin-top: 0.25rem;
    z-index: 6;
}

.ny-tit .position a {
    font-size: 0.16rem;
    color: #fff;
}

.ny-tit .position span {
    font-size: 0.16rem;
    color: #fff;
}


/* 滚动条样式 */

.ny-nav ul::-webkit-scrollbar {
    height: 6px;
    width: 0;
}

.ny-nav ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.ny-nav ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

.ny-nav3 ul::-webkit-scrollbar {
    height: 5px;
    width: 0;
}

.ny-nav3 ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #004c94;
}

.ny-nav {
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 100%;
    z-index: 4;
}

.ny-nav::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30%;
    top: 0;
    bottom: 0;
    background: #1C6EC7;
}

.ny-nav>ul {
    position: relative;
    background: url(../images/nav-l-bg.png) no-repeat right center;
    background-size: 100% 100%;
    margin: 0 auto;
    /* overflow: hidden;
            overflow-x: auto;
            white-space: nowrap; */
    z-index: 6;
}

.ny-nav>ul>li {
    position: relative;
    display: inline-block;
    text-align: center;
    height: .8rem;
    line-height: 0.8rem;
    margin-right: 4%;
}

.ny-nav>ul>li>ul {
    position: absolute;
    top: 100%;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background: #fff;
    border: 1px solid #eee;
    display: none;
}

.ny-nav>ul>li>ul>li {
    line-height: 40px;
}

.ny-nav>ul>li>ul>li>a {
    display: block;
    text-align: center;
}

.ny-nav>ul>li>ul>li:hover>a {
    background: #1C6EC7;
    color: #fff;
}

.ny-nav>ul>li>a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.26rem;
    display: block;
    text-align: center;
}

.ny-nav>ul>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 0.15rem solid transparent;
    border-bottom: 0.08rem solid #fff;
    display: none;
}

.ny-nav>ul>li.on a:after,
.ny-nav>ul>li:hover a:after {
    display: block;
}

.ny-nav>ul>li.on>a,
.ny-nav>ul>li:hover>a {
    font-weight: 600;
    color: #fff;
}

.ny-nav3 {
    background-color: #dfe8f1;
    display: none;
}

#showNav3 {
    display: block;
}

.ny-nav3 ul {
    max-width: 58%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.ny-nav3 ul li {
    display: inline-block;
    text-align: center;
    margin: 0 3.5%;
}

.ny-nav3 ul li a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 68px;
}

.ny-nav3 ul .on a {
    color: #00468f;
    font-weight: 600;
}

.ny-nav3 ul li a:hover {
    color: #00468f;
    font-weight: 600;
}

#ny-main {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
    background: url(../images/ny-main-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 1;
}

.ny-bt {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.ny-bt h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.ny-bt h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 36px;
}

.ny-bt h2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 100px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #00468f;
    color: #fff;
    border: 1px solid #00468f;
}

.pagination a:hover {
    background: #00468f;
    color: #fff;
    border: 1px solid #00468f;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


/* 校园风光 */

.img-lists ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.img-lists ul li {
    width: 25%;
    margin-top: 0.75rem;
    padding: 0 .2rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

.img-lists ul li a {
    position: relative;
    padding: 0.15rem 0.26rem;
    display: block;
    width: 100%;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.08);
    transition: all .6s;
}

.img-lists ul li:hover a {
    box-shadow: 0 0 10px #c5bfbf;
}

.img-lists ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: #1E63AE;
}

.img-lists ul li a .pic {
    padding-top: 69.3%;
    z-index: 9;
}

.img-lists ul li a p {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 9;
}


/* 文字列表 */

.text-list ul li {
    position: relative;
    padding-left: 35px;
    padding-right: 150px;
    position: relative;
    line-height: 80px;
    border-top: 1px dashed #e5e5e5;
    font-size: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background-position: left center;
}

.text-list ul li:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00468f;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.text-list ul li span {
    position: absolute;
    right: 40px;
    color: #666666;
    font-size: 16px;
}

.text-list ul li:hover {
    background: linear-gradient(to right, #3870b3, #3db4e1);
}

.text-list ul li:hover:after {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.text-list ul li:hover a {
    font-weight: bold;
    color: #fff;
}

.text-list ul li:hover span {
    color: #fff;
}


/* 内容页 */

.art-main .art-tit {}

.art-main .art-tit h3 {
    text-align: center;
    color: #2C2C2C;
    font-weight: normal;
    font-size: 0.26rem;
    font-weight: normal;
    margin-top: .2rem;
}

.art-main .cont-tit p {
    padding: 0.15rem 0.6rem;
    font-size: 0;
    text-align: center;
    line-height: 0.2rem;
    background: bottom;
    border-bottom: 0.01rem dashed rgba(141, 141, 141, .3);
}

.art-main .cont-tit .ewm-tb {
    position: absolute;
    right: 0;
    bottom: .15rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #979797;
}

.art-main .cont-tit .ewm-tb .ewm-icon {
    width: 100%;
    height: 100%;
}

.art-main .cont-tit .ewm-tb .ewm-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: .25rem;
}

.art-main .cont-tit .ewm-tb .ewm-tp {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    display: none;
    z-index: 6;
}

.art-main .cont-tit .ewm-tb:hover .ewm-tp {
    display: block;
}

.art-main .cont-tit .ewm-tb .ewm-tp img {
    width: 100%;
    height: 100%;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #A8A8A8;
    margin: 0 0.1rem;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body p {
    font-size: 0.18rem !important;
    font-weight: normal;
    line-height: 0.36rem !important;
    text-indent: 2em;
    color: #2C2C2C;
    margin-bottom: .3rem;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: 20px auto !important;

    height: auto !important;
}

.art-info {
    border-top: 0.01rem dashed rgba(141, 141, 141, .3);
    margin-top: 0.2rem;
}

.pnext {
    margin-top: 0.25rem;
}

.pnext p {
    text-indent: initial;
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #1E63AE
}

.pnext p a {
    font-size: 0.18rem;
    color: #2C2C2C
}

.pnext p:hover {
    color: #00468f;
}

.pnext p:hover a {
    color: #00468f;
}


/* 简介页 */

.art-body .art-s1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .8rem;
}

.art-body .arts1-l {
    position: relative;
    width: 49%;
    order: -1;
    padding-right: .85rem;
    border-bottom: 1px dashed #1E63AE;
}

.art-body .arts1-l::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.54rem;
    width: 0.54rem;
    height: 0.54rem;
    background: #B32B31;
}

.art-body .arts1-l h2 {
    font-size: 0.38rem;
    color: #2C2C2C;
    font-family: 'sySong';
    text-align: center;
    margin-bottom: .55rem;
}

.art-body .arts1-r {
    position: relative;
    width: 51%;
}

.art-body .arts1-r .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .72rem;
    height: .72rem;
    transform: translate(-50%, -50%);
    background: url(../images/bf.png) no-repeat center center;
    background-size: 100% 100%;
}

.art-body .arts1-r .pic {
    padding-top: 62.46%;
}

.art-body .arts1-r>div {
    padding: .45rem;
    background: url(../images/art-r-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}


/* 图文列表 */

.timg-list {
    padding-top: 0.2rem;
}

.timg-list ul li {
    margin-top: 0.35rem;
}

.timg-list ul li a {
    display: block;
    padding: 0.25rem;
    background: #EDF6FF;
    overflow: hidden;
    transition: all .6s;
}

.timg-list ul li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #272727;
}

.timg-list-img {
    float: left;
    width: 3.57rem;
    margin-right: 0.25rem;
}

.timg-list ul li a .pic {
    padding-top: 60.5%;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo p {
    margin-top: .2rem;
    margin-bottom: .38rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    height: 0.6rem;
}

.timg-linfo span {
    display: inline-block;
    padding-left: 0.25rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: .18rem auto;
    font-size: 0.18rem;
    color: #9E9E9E;
    text-align: center;
}

.timg-list ul li:hover span {
    background: url(../images/time-other.png) no-repeat left center;
    color: rgba(255, 255, 255, 0.7);
}

.timg-list ul li:hover a {
    background: url(../images/tw-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.timg-list ul li:hover a h3 {
    color: #fff;
}

.timg-list ul li:hover a p {
    color: #fff;
}


/* 文字列表 */

.txt-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
}

.txt-list ul li {
    margin-top: .44rem;
    width: 33.333%;
    padding: 0 .18rem;
}

.txt-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EDF6FF;
    padding: .35rem 0;
    transition: all .6s;
}

.txt-list ul li:hover a {
    box-shadow: 0 0 10px #eee;
}

.txt-list ul li a .date {
    width: 1.1rem;
    text-align: center;
}

.txt-list ul li a .date p {
    font-size: 0.36rem;
    color: #1E63AE;
    font-weight: bold;
}

.txt-list ul li a .date span {
    font-size: 0.18rem;
    color: #666666
}

.txt-list ul li a .info {
    padding: 0 .25rem;
    flex: 1;
    min-width: 0;
    border-left: 1px solid rgba(30, 99, 174, 0.3);
}

.txt-list ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #272727;
    height: .8rem;
}

.txt-list ul li:hover a .info h3 {
    color: #1E63AE;
}

.txt-list ul li a .info p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.9rem;
    color: #666666;
}


/* 机构设置 */

.jgsz>ul>li {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 0.4rem;
}

.jgsz>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.jgsz>ul>li a {
    display: block;
    border-left: 0.02rem solid #1E63AE;
    font-size: 0;
    background: #EDF6FF;
    padding: 0 0.3rem;
    line-height: 0.61rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgsz>ul>li a span {
    padding-left: 0.16rem;
    background: url(../images/jg-dd.png) no-repeat left center;
    background-size: 0.06rem auto;
    font-size: 0.18rem;
    color: #272727;
    vertical-align: middle;
}

.jgsz>ul>li:hover a span {
    color: #1E63AE;
}


/* 现任领导 */

.leader {
    overflow: hidden;
}

.leader>ul>li {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
}

.leader>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.leader>ul>li .lead {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #DFB57A;
    align-items: center;
    justify-content: start;
}

.leader>ul>li .lead .lead-zw {
    width: 2.65rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    border-right: 1px solid #DFB57A;
}

.leader>ul>li .lead .lead-zw span {
    font-size: 0.22rem;
    color: #333;
}

.leader>ul>li .lead .lead-name a {
    display: inline-block;
    text-align: center;
    padding: 0 .5rem;
    line-height: 0.3rem;
    font-size: .22rem;
    color: #1E63AE;
}

.leader>ul>li .lead .lead-name a:hover {
    font-weight: bold;
}


/* 联系方式 */

.content h2 {
    text-align: center;
    font-size: 0.38rem;
    color: #2C2C2C;
    text-align: center;
    font-family: "sysong";
    margin-bottom: .6rem;
}

.content .cont-img img {
    display: block;
    width: auto!important;
    height: auto!important;
    margin: 0 auto;
    max-width: 100%;
}
.content img {
    display: block;

    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
}
.content .gd {
    width: 1.78rem;
    height: 0.57rem;
    line-height: 0.57rem;
    text-align: center;
    margin: 0.85rem auto;
    border: 0.01rem solid #1E63AE;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.16rem;
    color: #404040;
    cursor: pointer;
}

.content .gd span {
    padding-left: .2rem;
}

@media screen and (max-width:1200px) {
    .leader>ul>li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .leader>ul>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1024px) {
    #ny-main {
        padding-top: 0;
    }
    .ny-banner::after {
        height: 2.1rem;
    }
    #ny-title {
        bottom: .2rem;
    }
    .ny-nav ul .on a {
        border: none;
    }
    .ny-nav {
        display: none;
    }
    .wrap_ph {
        display: block;
    }
    .group-big .slick-prev,
    .group-big .slick-next {
        width: 30px;
        height: 30px;
    }
    #jbxx-nav ul li {
        margin: 0 2%;
    }
    .ny-tit>p {
        font-size: 40px;
        line-height: 40px;
    }
    .ny-nav ul li a {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .lsyg {
        padding: 20px 3%;
    }
    .lsyg-tit {
        padding: 20px;
    }
    .lsyg-tit {
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em;
    }
    .lsyg-list ul li h3 {
        font-size: 20px;
    }
    .lsyg-list ul {
        padding: 15px 36px;
    }
    .lsyg-list ul li p {
        line-height: 30px;
    }
    .lsyg-list ul li {
        margin-bottom: 15px;
    }
    .jbxx-date b {
        font-size: 36px;
    }
    .jbxx-date span {
        font-size: 18px;
    }
    .jbxx-info h2 {
        line-height: 18px;
    }
    .jbxx-info p {
        margin-top: 10px;
    }
    .jbxx-more {
        font-size: 14px;
        background-size: 40%;
        padding-left: 40px;
    }
    .jbxx-date {
        width: 100px;
        height: 100px;
        padding: 10px 20px;
    }
    .jbxx-line {
        margin: 10px 0;
    }
    .jbxx ul li {
        padding: 20px 25px;
    }
    .xyxw-info h2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .xyxw-info p {
        font-size: 14px;
        margin-top: 10px;
    }
    .xyxw-bottom b {
        font-size: 22px;
    }
    .xyxw-bottom span {
        font-size: 14px;
    }
    .xyxw-pic {
        width: 250px;
        height: 148px;
    }
    .xyxw-bottom {
        margin-top: 10px;
    }
    .xyxw ul li {
        margin-bottom: 20px;
    }
    .jxxb-tit {
        width: 209px;
        height: 250px;
    }
    .jxxb-c ul li a {
        font-size: 14px;
    }
    .jxxb-c {
        padding-top: 10px;
    }
    .xyjj-data ul li a b {
        font-size: 32px;
    }
    .xyjj-data ul li a p,
    .xyjj-data ul li a span {
        font-size: 14px;
    }
    .xyjj-data {
        margin-top: 15px;
        padding: 15px 0;
    }
    .xyjj-info {
        margin-top: 15px;
    }
    .ny-nav3 ul li a {
        font-size: 16px;
    }
    .img-lists ul li {
        width: 33.333%;
    }
    .txt-list ul li {
        width: 50%;
    }
    .his-bt p img {
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .img-lists ul {
        margin: 0 -.1rem;
    }
    .img-lists ul li a {
        padding: .1rem .15rem;
    }
    .img-lists ul li {
        width: 48%;
        margin-top: .2rem;
        padding: 0 .1rem;
    }
    .img-lists ul li a p {
        margin-top: .15rem;
        line-height: .2rem;
    }
    .jgsz>ul>li {
        width: 48%;
        margin-right: 4%;
        margin-left: 0;
    }
    .jgsz>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .jxxb1>.jxxb-c {
        margin-left: 7%;
    }
    .ny-nav3 ul li a {
        line-height: 42px;
    }
    .ny-nav ul li a {
        padding-bottom: 10px;
    }
    .xyjj-data ul li {
        width: 33.3%;
        margin: 15px 0;
    }
    .xyjj-data ul li:nth-child(4) {
        border: none;
    }
    .xyjj-data ul li a b {
        font-size: 26px;
    }
    .xyjj-data ul li a p,
    .xyjj-data ul li a span {
        font-size: 12px;
    }
    .ny-tit>h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .ny-nav ul {
        overflow: scroll;
    }
    .jbxx-date b {
        font-size: 26px;
    }
    .jbxx-date span {
        font-size: 16px;
    }
    .jbxx-line {
        margin: 5px 0;
    }
    .jbxx-date {
        width: 90px;
        height: 90px;
    }
    .jbxx-info h2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .jbxx-info p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 26px;
        height: 52px;
    }
    .jbxx ul li {
        padding: 15px 15px;
        margin-bottom: 15px;
    }
    .paging a {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0 2%;
    }
    .paging a:first-child,
    .paging a:last-child {
        padding: 5px;
    }
    .jbxx-more {
        font-size: 12px;
        background-size: 30%;
        padding-left: 24px;
    }
    .xyxw-info h2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .xyxw-info p {
        font-size: 12px;
        margin-top: 10px;
        height: 36px;
        line-height: 18px;
    }
    .xyxw-bottom b {
        font-size: 18px;
    }
    .xyxw-bottom span {
        font-size: 12px;
    }
    .xyxw-pic {
        width: 150px;
        height: 105px;
    }
    .xyxw-bottom {
        margin-top: 5px;
    }
    .xyxw ul li {
        padding: 10px 15px;
    }
    .xyxw ul li {
        margin-bottom: 15px;
    }
    .xyjj-txt h2 {
        font-size: 26px;
    }
    .xyjj-txt p {
        font-size: 16px;
    }
    .xyjj-more {
        font-size: 14px;
    }
    .xyjj-more {
        margin-top: 20px;
        background-size: 42px;
        padding-left: 18px;
    }
    .jxxb-tit {
        float: none;
        margin: 0 auto;
        width: 176px;
        height: 196px;
    }
    .jxxb2>.jxxb-tit {
        float: none;
        margin: 0 auto;
        width: 176px;
        height: 196px;
    }
    .jxxb-c ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 32px;
        margin-bottom: 8px;
    }
    .jxxb1,
    .jxxb2 {
        margin-bottom: 15px;
    }
    .jxxb-tit h2 {
        font-size: 20px;
    }
    .jgsz>ul>li h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:1000px) {
    .leader>ul>li .lead {
        padding: 0.1rem 0;
    }
    .art-body .art-s1 {
        margin-bottom: .2rem;
    }
    .leader>ul>li .lead .lead-zw span {
        font-size: 0.18rem;
    }
    .art-body .art-s1 {
        display: block;
    }
    .art-body .arts1-r {
        width: 100%;
    }
    .art-body .arts1-r>div {
        padding: .45rem;
    }
    .art-body .arts1-l {
        width: 100%;
        padding-right: 0;
    }
}


/* 历史沿革 */

.lsnr {
    background: url(../images/his-bg.png) no-repeat right top;
}

.his-bt {
    padding-top: .3rem;
    text-align: center
}

.his-bt h2 {
    position: relative;
    display: inline-block;
    padding: 0 .6rem;
    margin-top: .2rem;
}

.his-bt h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.58rem;
    height: 0.1rem;
    background: url(../images/ls-l.png) no-repeat left center;
}

.his-bt h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.58rem;
    height: 0.1rem;
    background: url(../images/ls-r.png) no-repeat left center;
}

.his-bt h2 span {
    font-size: .4rem;
    color: #1E63AE;
    font-weight: normal;
    margin: 0 .1rem;
}

.his-box {
    position: relative;
    margin-top: 1.6rem;
}

.his-box::after {
    content: "";
    position: absolute;
    height: .12rem;
    left: 0;
    right: 0;
    top: .15rem;
    background: url(../images/his-qq.png) repeat-x center center;
}

.his-box ul {
    position: relative;
    z-index: 9;
}

.his-box ul li {
    position: relative;
    padding-top: .7rem;
}

.his-box ul li::after {
    content: "";
    position: absolute;
    left: 39%;
    top: 0.1rem;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../images/his-be.png) no-repeat center center;
    background-size: 100% 100%;
}

.his-box ul li::before {
    content: "";
    position: absolute;
    left: 42%;
    top: 0.1rem;
    width: 0.07rem;
    height: 0.6rem;
    background: url(../images/hisaft.png) no-repeat center center;
    background-size: 100% 100%;
}

.his-box ul li a {
    display: block;
}

.his-box ul li a h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.his-box ul li a h2 .h-rq {
    position: relative;
    font-family: Impact;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: .35rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/ls-qq-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.his-box ul li a h2 .h-rq i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: Impact;
    background: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
}

.his-box ul li a h2 .h-name {
    width: .3rem;
    font-size: .26rem;
    color: #1E63AE;
    font-weight: normal;
}

.his-box .his-nr {
    margin-top: .15rem;
}

.his-box .his-nr p {
    line-height: 1.5;
    display: inline-block;
    width: 1.8rem;
    padding: .25rem 0.2rem;
    vertical-align: top;
    background: url(../images/his-nr-bg.png) no-repeat center top;
    background-size: cover;
}

.his-box ul li:hover .his-nr p {
    color: #1E63AE;
}

@media screen and (max-width:700px) {
    .art-body .arts1-r>div {
        padding: .15rem;
    }
    #ny-title {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }
    .his-box::after {
        background-size: auto .12rem;
    }
    .content .gd {
        margin: .15rem auto;
    }
    .content h2 {
        margin: .2rem;
        font-size: .2rem;
    }
    .art-body .arts1-l h2 {
        margin-bottom: .15rem;
    }
    .ny-tit .position {
        margin-top: .15rem;
    }
    .txt-list ul li {
        width: 100%;
        margin-top: .15rem;
    }
    .txt-list ul li a {
        padding: .15rem 0;
    }
    .ny-banner::after {
        background-size: 100% 22%;
    }
    .ny-nav {
        bottom: 20px;
    }
    .ny-banner {
        background-color: #1C6EC7;
    }
    #ny-title {
        position: static;
    }
    .ny-nav {
        padding-top: 10px;
        padding-bottom: 20px;
        position: static;
    }
    .ny-nav ul {
        max-width: 90%;
    }
    .ny-banner::after {
        display: none;
    }
    .pagination {
        padding-top: 15px;
    }
    #ny-main {
        padding-bottom: 15px;
    }
    .text-list ul li {
        line-height: 40px;
    }
    .text-list ul li {
        padding-left: 15px;
        padding-right: 100px;
        font-size: 16px;
    }
    .text-list ul li:after {
        left: 0;
    }
    .text-list ul li span {
        right: 0;
        font-size: 14px;
    }
    .jgsz>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .jgsz>ul>li a {
        line-height: 40px;
    }
    .jgsz>ul>li .jg-bt {
        line-height: 50px;
    }
    .jgsz>ul>li a span {
        font-size: 14px;
    }
    .timg-list ul li a {
        padding: 0.1rem;
    }
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .timg-list ul li {
        margin-top: .15rem;
    }
    .timg-linfo {
        margin-top: .15rem;
    }
    .timg-linfo p {
        margin: .15rem 0;
    }
    .leader>ul>li {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }
    .leader>ul>li {
        float: none;
        width: 100%;
        min-height: auto;
    }
    .ny-bt h2 {
        font-size: 0.24rem;
    }
    .his-box {
        margin-top: .2rem;
    }
    .his-bt h2 span {
        font-size: .2rem;
    }
}

@media screen and (max-width:480px) {
    .xyxw-pic {
        width: auto;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .xyxw ul li {
        padding: 10px;
    }
    .xyxw-bottom {
        margin-top: 2px;
    }
    .xyxw-bottom b {
        font-size: 16px;
    }
    .xyxw-info h2 {
        padding-bottom: 5px;
    }
    .xyxw-info p {
        margin-top: 5px;
    }
    .xyjj-txt h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .xyjj-txt p {
        line-height: 30px;
    }
}


/* 新增校徽 */

.school .bt {
    position: relative;
    text-align: center;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.school .bt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #D8D8D8;
    top: 50%;
    /* transform: translateY(-50%); */
}

.school .bt span {
    position: relative;
    display: inline-block;
    padding: 0 0.6rem;
    line-height: 0.5rem;
    border-radius: 0.3rem;
    background: #1E64B1;
    font-size: 0.3rem;
    color: #fff;
    z-index: 9;
}

.school .sc-logo {
    margin-bottom: .45rem;
}

.school .sc-logo a {
    display: block;
}

.sc-xh-logo {
    display: flex;
    justify-content: center;
}

.sc-xh-logo a {
    background: #F4FBFF;
    padding: .6rem 1rem;
}

.school .sc-logo a img {
    display: block;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    margin: 0 auto;
}

.sc-sing img {
    display: block;
    margin: 0 auto;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
}

@media screen and (max-width:600px) {
    .sc-xh-logo a {
        padding: .3rem .15rem;
    }
    .school .bt {
        margin: .3rem 0;
    }
}
