@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.ny-banner>img {
    display: block;
    width: 100%;
}

.v_news_content table {
    width: 100% !important;
}

.pagination {
    text-align: center;
    font-size: 0rem;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: .01rem solid rgb(220, 220, 220);
    padding: 0rem .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: .05rem;
}

.pagination a.active {
    background: #0075BE;
    color: rgb(255, 255, 255);
    border: .01rem solid #0075BE;
}

.pagination a:hover {
    background: #0075BE;
    color: rgb(255, 255, 255);
    border: .01rem solid #0075BE;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}


.ny-lm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: .35rem 2.6rem;
    z-index: 2;
}

.ny-lm h3 {
    font-size: .36rem;
    color: #FFFFFF;
    font-family: 'sy';
}

.ny-nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny-nav>ul>li>a {
    font-size: .18rem;
    line-height: .31rem;
    color: #FFFFFF;
    position: relative;
    padding-right: .25rem;
}

/* 详情页 */
.ny-detail {
    padding-bottom: .8rem;
}

.ny-dtit {
    text-align: center;
    margin-bottom: .5rem;
}

.ny-dtit h2 {
    font-size: .28rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
    line-height: 1.4;
}

.ny-dinfo {
    background: #F5F5F5;
    padding: .15rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ny-dinfo .rq {
    font-size: .14rem;
    color: #666666;
    margin: 0 .2rem;
}

.ny-dcon {
    font-size: .16rem;
    color: #333333;
    line-height: 2;
    margin-bottom: .6rem;
    text-align: justify;
}

.ny-dcon p {
    margin-bottom: .2rem;
    text-indent: 2em;
}

.ny-dcon p[style*="text-align: center;"] {
    text-indent: 0;
}

.ny-dcon img {
    max-width: 100%;
    height: auto;
    margin: .2rem auto;
    display: block;
}

.ny-dprev {
    border-top: 1px dotted #DCDCDC;
    padding-top: .3rem;
}

.ny-dprev p {
    margin-bottom: .15rem;
}

.ny-dprev p a {
    display: inline-block;
    font-size: .16rem;
    color: #333333;
    transition: all 0.3s;
}

.ny-dprev p a:hover {
    color: #0075BE;
}

.ny-dprev p a span {
    color: #0075BE;
    font-weight: bold;
}

/* 图文列表 */
.ny-twlist {
    padding-bottom: .8rem;
}

.ny-twlist ul li {
    border-bottom: 1px dashed #DCDCDC;
    padding: .3rem 0;
}

.ny-twlist ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ny-twlist .pic {
    width: 2.85rem;
    height: 2.18rem;
    flex-shrink: 0;
    margin-right: .4rem;
    overflow: hidden;
    border: .1rem solid transparent;
    transition: all 0.3s;
    padding-top: 0;
}

.ny-twlist .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.ny-twlist ul li.on .pic,
.ny-twlist ul li a:hover .pic {
    border-color: #0075BE;
}

.ny-twlist ul li a:hover .pic img {
    transform: scale(1.1);
}

.ny-twlist .text {
    flex: 1;
    overflow: hidden;
}

.ny-twlist .text h3 {
    font-size: .2rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.ny-twlist ul li.on .text h3,
.ny-twlist ul li a:hover .text h3 {
    color: #0075BE;
}

.ny-twlist .text p {
    font-size: .16rem;
    color: #666666;
    line-height: 1.8;
    margin-bottom: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.ny-twlist .date {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999999;
}

.ny-twlist .date img {
    margin-right: .1rem;
    width: .18rem;
}

/* 学校概况 */
.ny-intro {
    padding-bottom: .8rem;
}

.intro-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .4rem;
}

.intro-pic {
    width: 55%;
    margin-right: .75rem;
}

.intro-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-top .text {
    flex: 1;
    min-width: 0;
}

.intro-top .tit {
    margin-bottom: .3rem;
    position: relative;
    padding-left: .15rem;
}

.intro-top .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .24rem;
    background: #0075BE;
}

.intro-top .tit h3 {
    font-size: .3rem;
    color: #333333;
    font-weight: bold;
}

.intro-top .con {
    font-size: .18rem;
    color: #666666;
    line-height: .32rem;
    text-align: justify;
}

.intro-top .con p {
    text-indent: 2em;
    margin-bottom: .15rem;
}

.intro-bot {
    font-size: .18rem;
    color: #666666;
    line-height: .32rem;
    text-align: justify;
}

.intro-bot p {
    text-indent: 2em;
    margin-bottom: .2rem;
}

/* 现任领导 */
.ny-leader {
    padding-bottom: .8rem;
}

.ny-leader ul {
    display: flex;
    flex-wrap: wrap;
}

.ny-leader ul li {
    width: 33.33%;
    margin-bottom: .4rem;
}

.ny-leader ul li a {
    display: block;
    padding: .2rem .4rem;
    margin: 0 .16rem;
    border: 1px solid #E5E5E5;
    border-radius: 0 .5rem 0 0;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.ny-leader ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ld-tbg.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.ny-leader ul li.on a,
.ny-leader ul li a:hover {
    border-color: transparent;
}

.ny-leader ul li.on a::before,
.ny-leader ul li a:hover::before {
    opacity: 1;
}

.ny-leader ul li h3 {
    font-size: .24rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .2rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.ny-leader ul li h3::after {
    content: '';
    display: block;
    width: .3rem;
    height: .03rem;
    background: #0075BE;
    margin-top: .1rem;
    transition: all 0.3s;
}

.ny-leader ul li.on h3,
.ny-leader ul li a:hover h3 {
    color: #ffffff;
}

.ny-leader ul li.on h3::after,
.ny-leader ul li a:hover h3::after {
    background: #ffffff;
}

.ny-leader ul li p {
    font-size: .16rem;
    color: #666666;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-leader ul li.on p, .ny-leader ul li a:hover p {
    color: #ffffff;
}

/* 机构设置 */
.ny-org {
    padding-bottom: .8rem;
}

.org-item {
    border: 1px solid #E5E5E5;
    padding: .5rem;
    position: relative;
    margin-top: .6rem;
}

.org-tit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 .4rem;
    color: #ffffff;
    min-width: 3rem;
    line-height: .8rem;
    text-align: center;
    background: url(../images/jg-titbg.png) no-repeat;
    background-size: 100% 100%;
}



.org-tit h3 {
    font-size: .24rem;
    font-weight: bold;
}

.org-list {
    padding-top: .6rem;
}

.org-list ul {
    display: flex;
    flex-wrap: wrap;
}

.org-list ul li {
    width: 25%;
    margin-bottom: .25rem;
    padding-right: .2rem;
}

.org-list ul li a {
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.org-list ul li a::before {
    content: '';
    display: block;
    width: .05rem;
    height: .05rem;
    background: #0075BE;
    margin-right: .15rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.org-list ul li a:hover, .org-list ul li a.on {
    color: #0075BE;
    font-weight: bold;
}

.org-list ul li a:hover::before, .org-list ul li a.on::before {
    transform: scale(1.5);
}

.ny-nav>ul>li.on>a::after {
    content: '';
    width: .09rem;
    height: .09rem;
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
    background: url(../images/ny-navdots.png) no-repeat;
    background-size: 100% 100%;
}

.nymain {
    padding: .8rem 0;
    background: url(../images/ny-bg.png) no-repeat center center;
    background-size: cover;
}

/* list */
.tx-list ul li {
    margin-bottom: .3rem;
}

.tx-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem .4rem;
    border: .01rem solid rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
}

.tx-list ul li a p {
    font-size: .18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-left: .1rem;
    line-height: 1;
    border-left: .03rem solid #0075BE;
}

.tx-list ul li a span {
    font-size: .18rem;
    color: #666666;
}

.tx-list ul li a:hover p {
    color: #ffffff;
    border-color: #FFFFFF;
}

.tx-list ul li a:hover span {
    color: #ffffff;
}

.tx-list ul li a:hover {
    background-color: #0075BE;
}

/* pic-list */
.pic-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.pic-list ul li {
    width: 32%;
    margin-bottom: .44rem;
}

.pic-list ul li a {
    display: block;
    margin: 0 .2rem;
}

.pic-list ul li a .pic {
    padding-top: 67%;
}

.pic-list ul li a:hover {
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
}

.pic-list ul li a p {
    font-size: .18rem;
    line-height: .6rem;
    text-align: center;
    color: #333333;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.pic-list ul li a:hover p {
    color: #0075BE;
}

/* xx */
.xx-tit {
    border-bottom: .01rem solid #0075BE;
    margin-bottom: .6rem;
}

.xx-tit h3 {
    display: inline-block;
    width: 2.76rem;
    text-align: center;
    line-height: .6rem;
    font-family: 'sy';
    font-size: .36rem;
    color: #ffffff;
    background: url(../images/xx-tit.png) no-repeat;
    background-size: 100% 100%;
    padding-right: .2rem;
}

.xx-c img {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: .8rem;
    display: block;
}


/* 学校简介 */













.nymain {
    min-height: 80vh;
}

@media screen and (max-width: 1024px) {
    .nymain {
        padding: .2rem 0;
        padding-bottom: .3rem;
    }

    .tx-list ul li a {
        padding: .15rem;
    }

    .ny-lm {
        display: none;
    }

    .pic-list ul li {
        width: 50%;
        margin-bottom: .2rem;
    }

    .xx-tit h3 {
        width: 2rem;
        line-height: .5rem;
        font-size: .24rem;
    }

    .intro-pic {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .intro-top {
        flex-wrap: wrap;
    }

    .intro-top .text {
        flex: auto;
        width: 100%;
    }

    .intro-top .tit h3 {
        font-size: .26rem;
    }

    .org-list ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .ny-leader ul li {
        width: 50%;
        margin-bottom: .4rem;
    }
    .org-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .ny-leader ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .ny-twlist ul li a {
        flex-wrap: wrap;
    }

    .ny-twlist .pic {
        width: 100%;
        margin: 0;
        padding-top: 64%;
        border: none;
    }

    .ny-twlist .text {
        flex: auto;
        width: 100%;
        padding: .1rem;
    }

    .ny-twlist ul li {
        padding: .1rem 0;
    }

    .org-item {
        padding: .2rem;
    }
    .org-tit {
        line-height: .6rem;
    }
}