@charset "utf-8";


.nysbanner a{
    display: block;
    position: relative;
}
.nysbanner a img{
    display: block;
    width: 100%;
}

.bannerimg .img_hezi {
    padding-bottom: 100vh !important;
}
.banner a,
.banner a img {
    position: relative;
    display: block;
    width: 100%;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/ban_tc.png) no-repeat center bottom/cover;
}

.ban_slick {
    position: relative;
}



.ban_slick .ban_nr {
    position: absolute;
    left: 0;
    right: 0;

    bottom: 0;
    z-index: 6;
}

.ban_slick .wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ban_slick .wp .ban_bt {
    line-height: 1rem;
    width: 3.6rem;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(59deg, #8c65d4 30.0771484375%, #722554 100%);
    text-align: center;
}

/* 手机内页二级导航 */
.wrap_ph {

    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: #4a197a;
}

.wrap_ph h2::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/cd.png) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_ph ul {
    width: 100%;
    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;
    font-family: hel-bold;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333;
}

.inner .wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #3E86A7;
}

.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/add.png) center no-repeat;
    background-size: .1rem auto !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(-90deg);
}

.wrap_ph .box {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .box a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .box a:hover {
    color: #0d0b5e;
}


.posi {

    line-height: .24rem;
    font-size: .16rem;
    color: #fff;
}

.posi a {
    font-size: .16rem;
    color: #fff;
}

.posi a:hover {
    color: #6d1598;
}



.inner {
    padding: .6rem 0 .7rem;
    padding-top: 0;
    
}

.inner .wp {
    align-items: flex-start;

    display: flex;
    flex-wrap: wrap;

}

.inner_left {
    width: 3.6rem;
    margin-right: .4rem;
    z-index: 10;
    position: relative;
    background: #f5f5f5;
}

.inner_left ul {
    padding-left: .2rem;
}

.inner_right {
    flex: 1;
    min-width: 0;
    padding-top: .4rem;
}



.ny_mid .ny_bt {
    padding-bottom: .3rem;
    background: url(../images/s1_titxx.png) repeat-x left bottom;
}

.ny_mid .ny_bt span {
    font-size: .32rem;
    color: #222;
}



.inner_left>ul>li {
    position: relative;
    /* margin-bottom: .2rem; */
    transition: .5s;
    border-bottom: 1px solid #c5c5c5;
}

.inner_left>ul>li>a {
    position: relative;
    display: block;
    /* padding-left: .2rem; */
    /* padding-right: .75rem; */
    line-height: .3rem;
    padding: .2rem .2rem;
}


.inner_left>ul>li.on>a,
.inner_left>ul>li.active>a,
.inner_left>ul>li:hover>a {
    background: #4a197a;
}

.inner_left>ul>li.on>a>h3,
.inner_left>ul>li.active>a>h3,
.inner_left>ul>li:hover>a>h3 {
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.inner_left>ul>li>a>h3 {
    font-size: .18rem;
    color: #222;
    /* border-bottom: 1px solid #c5c5c5; */
}

.inner_left>ul>li:last-child>a>h3 {
    border-bottom: none;
}

.inner_left>ul>li>span {
    position: absolute;
    right: .25rem;
    top: .18rem;
    width: .3rem;
    height: .3rem;
    background: url(../images/jt_l.png) no-repeat center center/.1rem auto;
    cursor: pointer;
}

.inner_left>ul>li:hover>span,
.inner_left>ul>li.on>span,.inner_left>ul>li.active>span {
    background: url(../images/jt_l1.png) no-repeat center center/.1rem auto;
}

.inner_left>ul>li>ul {
    padding: .1rem;
    border-bottom: 1px solid #d4d4d4;
    display: none;
}

.inner_left>ul>li.active>ul {
    display: block;
}

.inner_left>ul>li>ul>li>a {
    display: block;
    padding: .05rem 0;
    padding-left: .2rem;
    line-height: .3rem;
}

.inner_left>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.inner_left>ul>li>ul>li>a span {
    position: relative;
    padding-left: .1rem;
    font-size: .16rem;
    color: #727391;
}

.inner_left>ul>li>ul>li>a span:hover {
    color: #0d0b5e;
}

.inner_left>ul>li>ul>li>a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .06rem;
    height: .06rem;
    line-height: .16rem;
    font-size: .16rem;
    color: #727391;
    background: #0d0b5e;
    border-radius: 50%;
}

@media(max-width: 1024px) {
    .ban_slick .ban_nr {
        display: none;
    }

    .ban_slick::after {
        display: none;
    }

    .inner {
        padding: .2rem 0;
    }
}

/* 列表页 */

/* 新闻列表1 */
.list li {
    position: relative;
    border-bottom: 1px solid #8c8c8c;
    padding: 0 .2rem;
    transition: all .6s;
}

.list li a {
    padding: .2rem 0;
}

.list li:nth-child(2n-1) {
    background: #f5f5f5;

}


.list li a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.6;
    justify-content: space-between;
    padding: .25rem 0;

}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background: #0d0b5e;
    height: 1px;
    bottom: -1px;
    transition: all .6s;
}

.list h3 {
    position: relative;
    font-size: 0.18rem;
    color: #333;
    padding: 0 .2rem 0 0.2rem;
    flex: 1;
    min-width: 0;
    z-index: 6;
}

.list li a span {
    position: relative;
    width: 1.1rem;
    text-align: right;
    white-space: nowrap;
    font-size: 0.18rem;
    color: #666;
    font-family: "abh";
}

.list li h3::after {
    width: 0.06rem;
    height: 0.06rem;
    /* border: 1px solid #666; */
    background: #0d0b5e;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    transform-origin: center center;
    left: 0;
    bottom: auto;
    background-size: 100% !important;
}


.kypt h3{color: #0d0b5e;font-weight: bold;font-size: 0.24rem;align-items: center;margin-bottom: 0.3rem;justify-content: left;}
.kypt h3 img{display: inline-block;width: 0.24rem;margin-right: 0.15rem;}
.kypt ul{margin-bottom: 0.5rem;justify-content: space-between;}
.kypt li{width: 48%;margin-bottom: 0.15rem;}
.kypt li a{min-height: 0.6rem;align-items: center;padding: 0.1rem 0.4rem;background: #f1f8ff;}
.kypt li *{transition: 0.5s;}
.kypt li a::after{width: 0.04rem;height: auto;top: 0.15rem;bottom: 0.15rem;background: #0d0b5e;}
.kypt li h4{font-size: 0.2rem;color: #333;line-height: 1.3;}
  .kypt li a:hover{  box-shadow: 0rem 0.06rem 0.24rem 0rem rgba(18, 75, 140, 0.18);}
  .kypt li a:hover h4{color: #00588a;font-weight: bold;}
  .wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }


@media(min-width: 1025px) {

    .list li a:hover h3 {
        font-weight: bold;
        color: #0d0b5e;
    }

    .list li:hover::after {
        width: 100%;
    }




}

@media(max-width: 1024px) {
    .list {
        padding-top: .2rem;
    }
}

/* 师资列表 */
.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.xrld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -.2rem;
}

.xrld li {
    width: 20%;
    margin-bottom: .35rem;
    padding: 0 .2rem;
    transition: all .6s;
}

.xrld li a {
    display: block;
    padding: .3rem;
    background: #f5f5f5;
}


.xrld li .pic {
    padding-top: 116.9%;
    border: .1rem solid #0d0b5e;
}



.xrld li h3 {
    margin: .1rem 0;
    position: relative;
    font-size: 0.18rem;
    color: #222;
    text-align: center;
    line-height: 1;

}



.xrld li p {
    font-size: 0.14rem;
    color: #999;
    text-align: center;
    transition: 0.5s;
}





@media(min-width: 1024px) {
    .xrld li:hover h3 {
        color: #0d0b5e;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    .xrld {
        padding-top: .2rem;
    }

    .xrld ul {
        margin: 0 -.1rem;
    }

    .xrld li {
        width: 25%;
        padding: 0 .1rem;
        margin-bottom: .15rem;
    }

    .kypt h3{color: #0d0b5e;font-weight: bold;font-size: 0.24rem;align-items: center;margin-bottom: 0.3rem;justify-content: left;margin-top: 0.4rem;}
}

@media screen and (max-width: 768px) {
    .xrld li {
        width: 50%;
    }

    .xrld li a {
        padding: .15rem;
    }
}

@media screen and (max-width: 640px) { .kypt li{width: 100%;margin-bottom: 0.15rem;}}

@media screen and (max-width: 420px) {}

/* 搜索结果 */

.ss_list li {
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}

.ss_list li a {
    padding-left: 0.1rem;
    padding-right: 1.25rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss_list li time {
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}

.ss_list li:hover {
    color: #fff;
    background: #8f0b12;
    background-size: 100% 100%;
    border: none;
}

.ss_list li:hover:before {
    background: #fff;
}

.ss_list li:hover a,
.ss_list li:hover a span {
    color: #fff;
}

.ss_list li:hover time {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .sz_list ul li:hover a {
        border: 1px solid #f19975;
        box-shadow: 0 0 10px #eee;
        font-weight: bold;
        color: #0d0b5e;
    }
}

@media screen and (max-width: 1024px) {
    .banner a::after {
        display: none;
    }



    .inner .wrap_ph {
        display: block;
    }

    .local {
        margin-top: 0;
    }

    .local h2 {
        display: none;
    }

    .inner .wp,
    .local .wp {
        width: auto;

    }

    .inner_left {
        display: none;
    }

    .inner_right {
        flex: none;
        width: 100%;padding-top: 0;
    }

    .nyrtit {
        display: block;
    }

    .nyrtit span {
        display: none;
    }

    .posi {
        position: static;
        margin-top: .05rem;
    }
}

@media screen and (max-width: 768px) {
    .local {
        margin-bottom: .2rem;
    }

    .sz_list ul li {
        width: 50%;
    }

    .inner .wp {}



    .ny_mid .ny_bt span {
        font-size: .24rem;
    }
}


/* 内容页 */

.xqy .wp {
    width: 12rem;
}

.art-body h3 {
    font-size: .32rem;
    color: #0d0b5e;
    line-height: .38rem;
    font-family: "sysong";
    text-align: center;
    margin: 0 auto;
    width: 45%;
    margin-bottom: .2rem;
}

.xqy .wp .art-body {
    padding-left: .5rem;
    padding-right: .5rem;
}

.art-main * {
    font-weight: inherit !important;
}

.art-main .art-tit {


    padding-bottom: .2rem;

}

.art-main .art-tit h3 {
    text-align: center;
    font-size: 0.32rem;
    color: #222;
    font-weight: bold !important;
    line-height: .54rem;
}

.art-main .art-tit p {
    border-top: 1px solid #cacaca;
    margin-top: .15rem;
    line-height: .3rem;
    padding: .15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f5f5f5;
    line-height: .3rem;
}

.art-main .art-tit p span {
    font-size: .14rem;
    color: #666;
    margin: 0 .15rem;
}

.art-main .art-body {
    padding-top: 0.3rem;
}

.art-main .art-body h2 {
    font-weight: bold !important;
    font-size: .24rem;
    color: #0d0b5e;
    margin-bottom: .2rem;
}

.art-main .art-body p {
    color: #222;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
    margin-bottom: 0.2rem !important;
    text-align: justify;
    word-break: break-all;
}

.art-main .art-body p strong {
    font-weight: bold !important;
}

.art-main .art-body img,
.art-main .art-body video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body iframe {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}

.art-main .art-body table {
    max-width: 98%;
    margin: 0 auto;
}

.art-main .art-body table td {
    padding: 5px 10px;
    line-height: 30px;
}

.art-main .art-body table td p {
    text-indent: 0em !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-align: inherit;
}


.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 0.22rem;
    line-height: 0.24rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.18rem;
    margin-right: 0.05rem;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    color: #666;
    margin: 0 0.3rem;
}

.art-info {
    position: relative;
    font-size: .18rem;
    border-top: 0.01rem solid #d4d4d4;
    margin-left: -.3rem;
    margin-right: -.3rem;
    margin-top: 0.25rem;
    padding-top: .2rem;

}

.art-info .back a {
    position: absolute;
    right: .2rem;
    top: .3rem;
    width: .6rem;

    font-size: .14rem;
    color: #0d0b5e;

}

.art-info p {

    text-indent: initial;

    line-height: 0.34rem;

    margin: .1rem 0;
}


.art-info p span {

    text-align: center;
    color: #4d3333;
    font-size: .18rem;

}

.art-info p a {
    position: relative;
    color: #4d3333;
    font-size: .18rem;
    margin-left: .1rem;
}



.art-info p:hover {
    color: #0d0b5e;
}

.art-info p:hover a {
    font-weight: bold;
    color: #0d0b5e;
}

.art-info p:hover span {
    color: #0d0b5e;

}

/* 内容页2 */
.nry2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nry2 .art-body h3 {
    width: 100%;
}

.nry2 .ny_mid {
    flex: 1;
    min-width: 0;
}

.ny_ml {
    width: 3.2rem;
    margin-left: .4rem;
    background: #fff;
}

.ny_ml.on {
    position: sticky;
    top: 2.07rem;
}

.ny_ml h2 {
    padding: .15rem 0;
    line-height: .3rem;
    padding-left: .2rem;
    border-bottom: 1px solid #d4d4d4;
    font-size: .16rem;
    color: #0d0b5e;
    display: flex;
    align-items: center;

}

.ny_ml h2 img {
    margin-right: .15rem;
}

.ny_ml ul li {
    line-height: .4rem;
    margin: .1rem 0;
}

.ny_ml ul li a {
    display: block;
    padding: 0 .15rem;
    font-size: .14rem;
    color: #222;
    border-left: 3px solid transparent;
}

.ny_ml ul li.on a {
    border-left: 3px solid #0d0b5e;
    background: #f8f8f8;
    color: #0d0b5e;
}

@media screen and (max-width: 1024px) {
    .art-body h3 {
        width: 100%;
    }

    .art-info .back {
        text-align: center;
        margin-top: .4rem;
    }

    .art-info .back a {
        position: static;
        margin-top: .2rem;
        margin: 0 auto;
    }

    .art-info {
        margin-left: 0;
        margin-right: 0;
    }

    .xqy .wp .art-body {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .ny_ml {
        position: absolute;
        right: 0;
        top: .3rem;
        width: auto;
    }

    .ny_ml.on {
        position: fixed;
        top: .6rem;
    }

    .ny_ml h2 {
        font-size: 0;
        padding-right: .2rem;
        border-bottom: none;
        background: #eee;
    }

    .ny_ml h2.on {
        font-size: .16rem;
    }

    .ny_ml h2.on img {
        margin-right: .02rem;
    }

    .ny_ml ul {
        display: none;
    }

    .ny_ml h2 img {
        margin-right: 0;
    }

    .art-main .art-tit {
        padding-left: 0;
        padding-right: 0;
        padding-top: .2rem;
    }

    .art-main .art-tit h3 {
        font-size: .24rem;
        line-height: .32rem;
    }
}

.art_jj .art-tit {
    background: url(../images/art_jjxx.png) repeat-x left bottom;
    ;

}

/* 日期列表 */
.ny_lb .inner_left {
    margin-top: 0;
}

.date-list li {
    position: relative;
    transition: all .6s;
}

.date-list li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #0d0b5e;
    transition: all .6s;
}

.date-list li a {
    display: flex;
    align-items: center;
    padding: .3rem 0;
    background-position: center center;
    transition: all 0.5s;
    border-bottom: 1px solid #cacaca;
}

.date-list li:first-child a {
    margin-top: 0;
}

.date-list li a:hover::after {
    width: 100%;
    opacity: 1;

}

.date-list li a .date {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 1rem;
    height: 1.2rem;
    text-align: center;
    color: #222;
    font-family: "abh";
    border: 1px solid #0d0b5e;
    border-radius: 0 .2rem;
}


.date-list li a .date p {
    font-size: 0.4rem;

    line-height: 1;

}

.date-list li:hover a .date {
    color: #0d0b5e;
}

.date-list li a .date span {
    display: block;
    font-size: 0.18rem;
}



.date-list li a .txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    /* line-height: 0.7rem; */
    padding-left: .3rem;
   
    min-height: .5rem;
   
    transition: all .6s;
}

.date-list li a .txt h2 {
    font-size: .18rem;
    color: #222222;
    line-height: 1;
}

.date-list li a .txt p {
    font-size: 0.14rem;
    margin-top: .15rem;
    line-height: .32rem;
    height: .64rem;
    color: #8c8c8c;
}



.date-list li:hover a .txt h2 {
    font-weight: bold;
    color: #0d0b5e;
}



.j_pages {
    margin: 0.35rem auto 0;
    text-align: center;
}

.j_pages .box {
    display: inherit;
    width: 100%;
    padding: 0;
    font-size: 0;
}

.j_pages a {
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    background: #fff;
    margin: 0 0.03rem;
    color: #919191;
    font-size: 0.14rem;
    box-sizing: border-box;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0.04rem;
    border: 1px solid #dadbdd;
    margin-bottom: .15rem;
}

.j_pages a font {
    padding: 0 0.1rem
}

.p_no_d {
    border-radius: 0.04rem;
    border: 1px solid #dadbdd;
    background: #0d0b5e;
    color: #fff !important;
    padding: 0px 0.16rem;
}

.p_fun_d {
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    background: #fff;
    margin: 0 0.03rem;
    color: #919191;
    font-size: 0.14rem;
    box-sizing: border-box;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0.04rem;
    border: 1px solid #dadbdd;
    margin-bottom: .15rem;
}

.j_pages a:hover {
    background: #0d0b5e;
    color: #fff !important;
}

.j_pages span {
    color: #919191;

    line-height: 0.4rem;
    display: inline-block;
    font-size: 0.14rem;
}

.j_pages input {
    color: #919191;
    padding: 0px 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    font-size: 0.14rem;
    background: #f6f6f6;
    border: none;
    cursor: pointer;
    border-radius: 0;
    transition: 0.6s;
}

.j_pages input[type="text"] {
    width: 0.4rem;
    padding: 0;
    text-align: center
}

.j_pages input[type="submit"]:hover {
    background: #0d0b5e;
    color: #fff
}

.j_pages .qd {
    background: #0d0b5e;
    color: #fff;
    border-radius: 0.05rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

@keyframes round_animate {
    to {
        transform: rotate(1turn);
    }
}

@media screen and (min-width:1025px) {
 

    .date-list li:hover::after {
        width: 100%;
    }



}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .date-list li a {
        margin-top: .15rem;
        padding: .15rem 0;
    }

    .date-list li a .txt {
        padding-left: .15rem;
        
    }

    .date-list li a .date p {
        font-size: .3rem;
    }

    .date-list li a .date {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .date-list li a .txt h2 {
        font-size: .18rem;
    }

    .date-list li a .date {
        width: 1rem;
        display: none;
    }

    .date-list li a .txt {
        border-left: none;
    }
}

/* 校园风光 */
.xyfg ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid #d4d4d4;
}

.xyfg li {
    position: relative;
    width: 33.3%;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
    transition: all .6s;
}

.xyfg li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0d0b5e;
    transition: all .6s;
}

.xyfg li a {
    display: block;
    position: relative;
    z-index: 1;


    transition: all .6s;
}

.xyfg li a p {

    line-height: .6rem;

    font-size: .16rem;

    color: #222;

    background: #f5f5f5;

    text-align: center;

    padding: 0 .15rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}





.xyfg li .pic {
    padding-top: 62.5%;
}


@media(min-width: 1025px) {
    .xyfg li:hover a {}

    .xyfg li:hover a p {
        font-weight: bold;
        color: #0d0b5e
    }

    .xyfg li:hover a:after {
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .xqy .wp {
        width: auto;
    }

    .xyfg .vde {
        margin-bottom: 0.3rem;
    }

    .xyfg ul {

        margin: 0 -0.1rem;
    }

    .xyfg li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }

    .xyfg li a::after {
        left: 0;
        right: 0;
    }

    .xyfg li h3 {
        left: .3rem;
        right: .3rem;
        bottom: .3rem;
    }

    .xyfg li a {
        padding: .15rem;
    }

    .xyfg li a p {
        position: relative;

    }

    .xyfg li a {
        padding-bottom: 0;
    }
}

@media(max-width: 768px) {
    .xyfg li {
        width: 50%;
    }

    .xyfg li:last-child {
        display: none;
    }

    .j_pages {
        margin-top: .2rem;
    }
}

@media(max-width: 480px) {
    .xyfg li {
        width: 100%;
        padding: 0;
        margin-bottom: .15rem;
    }
}

/* 学院新闻 */

.newlist li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: .4rem 0;
    padding-right: 0;
    align-items: center;
    border-bottom: 1px solid #cacaca;
}

.newlist li a .tw_date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newlist li a .tw_date .date1 {

    color: #222;
    font-family: "abh";
}

.newlist li a .tw_date .date1 p {
    font-size: .4rem;
}

.newlist li a .tw_date .date1 span {
    font-size: .18rem;
}


.newlist li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #0d0b5e;
    background-size: cover;
    width: 0;
    /* right: 0; */
    opacity: 0;
    transition: 0.5s;
}

.newlist li .scale {
    position: relative;
    z-index: 6;
    width: 3.2rem;
    margin-right: .35rem;
}

.newlist ul li a .pic {
    padding-top: 62.5%;
}

.newlist li .cont {
    position: relative;
    z-index: 6;
    flex: 1;
    padding-right: 1.2rem;
    min-width: 0;
    transition: 0.5s;
}



.newlist li h3 {
    font-size: 0.18rem;
    color: #222;
    line-height: 0.32rem;
    margin-bottom: .1rem;
    transition: 0.5s;
}

.newlist li .cont>p {
    font-size: 0.14rem;
    line-height: .3rem;
    color: #8c8c8c;
    max-height: 0.9rem\0;
    transition: 0.5s;
}

.newlist li h4 {
    justify-content: flex-end;
    opacity: 0;
    margin-top: 0.15rem;
}


@media(min-width: 1025px) {
    .newlist li a:hover::after {
        opacity: 1;
        width: 100%;
    }

    .newlist li:hover h3 {
        color: #0d0b5e;
        font-weight: bold;
    }

    .newlist li a:hover span::after {}

    .newlist li a:hover h4 {
        opacity: 1;
    }

 
}

@media screen and (max-width: 1024px) {
    .newlist li a {
        padding: .15rem;

    }

    .newlist li h3 {
        font-size: .2rem;
    }

    .newlist li h4 {
        display: none;
    }
}

@media screen and (max-width: 768px) {}


@media screen and (max-width: 600px) {
    .newlist li .scale {
        width: 100%;
        margin-right: 0;
    }

    .newlist li .cont {
        flex: none;
        width: 100%;
        padding-left: 0;
        padding-top: .15rem;
    }
}

/* 师资详情页 */

.xzjj .fl01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F1F4F4;
    margin-bottom: 0.35rem;
}

.xzjj .fl01 .scale {
    width: 2rem;
}

.xzjj .fl01 .cont {
    width: calc(100% - 2rem);
    padding: .4rem 0.6rem;
}

.xzjj .fl01 h3 {
    font-size: 0.42rem;
    color: #333;
}

.xzjj .fl01 h4 {
    font-size: .2rem;
    line-height: 38px;
    color: #333;
    margin: 0.25rem 0 0.2rem;
}

.xzjj .fl01 p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #333;
}

.xzjj .cont p {
    text-indent: 2em;
    font-size: 0.18rem;
    line-height: 1.8;
    color: #333;
}

.xzjj .fl01 .pic {
    padding-top: 135%;
    background-position: center top !important;
    background-size: cover !important;
}

@media(min-width: 1200px) {}

@media(max-width: 1024px) {
    .xzjj .fl01 h3 {
        font-size: 0.3rem
    }

    .xzjj .fl01 h4 {
        margin: .15rem 0;
    }

}

@media(max-width: 768px) {
    .xzjj .fl01 {
        padding: .2rem 0;
    }

    .xzjj .fl01 .scale {
        width: 4.2rem;
        margin: 0 auto .25rem;
    }

    .xzjj .fl01 .cont {
        width: 100%;
        padding: 0 0.25rem;
    }

    .xzjj .fl01 h3,
    .xzjj .fl01 h4 {
        text-align: center;
    }


}

/* 组织机构 */

.zzjg>div {
    margin-bottom: .4rem;
}

.jg_list h2 {
    position: relative;
}

.jg_list h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 55%;
    /* transform: translateY(-50%); */
    border-top: 1px dashed #0d0b5e;
}

.jg_list h2 span {
    padding-left: .15rem;
    background: #fff;
    font-size: .18rem;
    color: #0d0b5e;
    position: relative;
    z-index: 6;
    font-weight: bold;
    padding-right: .15rem;
}

.jg_list h2 span:after {
    content: "";
    position: absolute;
    left: 0;
    width: .06rem;
    height: .06rem;
    background: #0d0b5e;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.jg_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jg_list ul li {
    width: 48%;
}

.jg_list ul li a {
    position: relative;
    display: block;
    padding: .25rem 0;
    line-height: .3rem;
    font-size: .16rem;
    color: #222;
    border-bottom: 1px dashed #e5e5e5;
}

.jg_list ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #0d0b5e;
    width: 0;
    transition: all .6s;
}

@media(min-width: 1025px) {
    .jg_list ul li:hover a:after {
        width: 100%;
    }

    .jg_list ul li:hover a {
        font-weight: bold;
        color: #0d0b5e;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 768px) {
    .jg_list ul li {
        width: 100%;
    }

    .jg_list ul li a {
        padding: .1rem 0;
    }

    .zzjg>div {
        margin-bottom: .2rem;
    }
}

@media(max-width: 456px) {}