@charset "utf-8";

.inner .wp {
    width: 12rem;
}

.header {
    background: #2f79c4;
}

.header::after {
    display: none;
}

.banner {
    position: relative;
    padding-top: 1.2rem;
}

.banner .nybt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner .nybt .wp {
    width: 12rem;
    max-width: 94%;
    margin: 0 auto;
}

.banner .nybt .wp h2 {
    width: 2.4rem;
    border-bottom: 4px solid #f87d14;
    line-height: .76rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    background: url(../images/nybt-bg.png) no-repeat right bottom/cover;
}

.banner a,
.banner a img {
    display: block;
    width: 100%;
}




/* 手机内页二级导航 */
.wrap_ph {
    padding-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: #2f79c4;
}

.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: #2f79c4;
}


.adress {
    text-align: right;
    margin-top: .3rem;
    padding-bottom: .2rem;
    color: #666;
    font-size: 0.14rem;

    position: relative;
    align-items: flex-start;
    background: url(../images/wz-xx.png) no-repeat left bottom;

}

.adress p {}

.adress a {
    color: #666;
    font-size: 0.14rem;
    transition: 0.5s;
}

.adress a:hover {
    color: #2f79c4;
}

.inner {
    background: #fff;
}

.inner .wp {
    align-items: flex-start;

    display: flex;
    flex-wrap: wrap;

    padding-bottom: 1rem;
}

.inner_left {
    width: 2.4rem;
    margin-right: .35rem;
    z-index: 10;
    position: relative;
    background: url(../images/navl-bg.jpg) no-repeat center top/cover;
    min-height: 5.5rem;
    margin-top: 0;
}

.inner_right {
    flex: 1;
    min-width: 0;

}

.ny_mid {
    background: #fff;
    padding: .3rem;
}

.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 h2 {

    background: #2f79c4;
    text-align: center;
    background-size: 100% 100%;
    padding: 0.6rem 0;
    line-height: .3rem;
}

.inner_left h2 span {
    font-size: 0.32rem;
    display: block;
    font-weight: bold;
    color: #fff;
}

.inner_left h2 p {
    color: #fff;
    font-weight: bold;
    font-family: sy;
    margin-top: -.2rem;
}

.inner_left>ul {
    padding: 0 .2rem;
}

.inner_left>ul>li {
    position: relative;

    transition: .5s;

}

.inner_left>ul>li>a {
    position: relative;
    display: block;

    line-height: .8rem;
    border-bottom: 1px solid #2f79c4;
}

.inner_left>ul>li>a h3:after {
    content: "";
    position: absolute;
    left: .25rem;
    top: .3rem;
    width: .2rem;
    height: .2rem;
    background: url(../images/navl_icon.png) no-repeat center center/.12rem auto;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.inner_left>ul>li.on>a h3:after,
.inner_left>ul>li:hover>a h3:after,
.inner_left>ul>li.active>a h3:after {
  
    z-index: 9;
}

.inner_left>ul>li.on>a,
.inner_left>ul>li.active>a,
.inner_left>ul>li:hover>a {}

.inner_left>ul>li.on>a>h3,
.inner_left>ul>li.active>a>h3,
.inner_left>ul>li:hover>a>h3 {
    font-weight: bold;

}

.inner_left>ul>li>a>h3 {
    font-size: .18rem;
    color: #2f79c4;
    padding-left: .1rem;
}

.inner_left>ul>li:last-child>a>h3 {
    border-bottom: none;
}

.inner_left>ul>li>span {
    position: absolute;
    right: 0;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    background: url(../images/jt_l.png) no-repeat center center/.1rem auto;
    cursor: pointer;
}

.inner_left>ul>li.on>span {
    transform: rotate(90deg);
}

.inner_left>ul>li>ul {
    padding: 0 .2rem;

    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: .1rem 0;

    line-height: .2rem;
}

.inner_left>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.inner_left>ul>li>ul>li>a span {
    position: relative;
    padding-left: .15rem;
    font-size: .16rem;
    color: #727391;
}

.inner_left>ul>li>ul>li>a span:hover {
    color: #2f79c4;
}

.inner_left>ul>li>ul>li>a span:after {
    content: ">";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .16rem;
    height: .16rem;
    line-height: .16rem;
    font-size: .16rem;
    color: #727391;
}

/* 列表页 */

/* 新闻列表1 */
.list li:nth-child(2n) {
    background: #f8fafe;
}

.list li a {
    padding: .2rem 0;
}



.list li a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 2;
    justify-content: space-between;
    padding: .25rem .2rem;
    border-bottom: 1px solid transparent;
}

/* .list li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background: #2f79c4;
    height: auto;
    top: -1px;
    bottom: -1px;
} */

.list h3 {
    position: relative;
    font-size: 0.16rem;
    color: #222;
    padding: 0 .2rem 0 0.25rem;
    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.16rem;
    color: #222;
    z-index: 6;
}

.list li h3::after {
    width: .2rem;
    height: .2rem;
    /* border: 1px solid #666; */
    top: 0;
    /* transform: translateY(-50%); */
    content: "¤ ";
    position: absolute;
    transform-origin: center center;
    left: 0;
    bottom: auto;
    background-size: 100% !important;
}



@media(min-width: 1025px) {

    .list li a:hover h3 {
        font-weight: bold;
        color: #2f79c4;
    }

    .list li:hover a {
        border-bottom: 1px solid #2f79c4;
    }

    .list li a:hover::after {
        width: 100%;
    }

    .list li a:hover {
        padding: 0.25rem;
    }


}

/* 师资列表 */
.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.xrld ul {
    /* display: flex;
    justify-content: space-between; */
}

.xrld li {
    /* width: 48%; */
    margin-bottom: .2rem;
    transition: all .6s;
}

.xrld li a {

    align-items: center;

}



.xrld li .scale {
    width: 2rem;
    border-radius: 0 .5rem 0 0;
    padding: .08rem;
    padding-left: 0;
    padding-top: 0;
    background: #F3FDFE;
    overflow: hidden;
}

.xrld li .con {
    width: calc(100% - 2rem);
    padding: .3rem .25rem;
}

.xrld li h3 {
    position: relative;
    font-size: 0.22rem;
    color: #333;
    line-height: 0.32rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
}

.xrld li h3::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0.83rem;
    height: 0.03rem;
    background: #2f79c4;
    bottom: -1.5px;
}

.xrld li p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    max-height: 0.9rem\0;
    margin-top: .2rem;
    transition: 0.5s;
}

.xrld li .pic {
    padding-top: 130%;
    border-radius: 0 .5rem 0 0;
}



@media(min-width: 1024px) {
    .xrld li:hover {
        background: #2f79c4;
        padding: .15rem;
    }

    .xrld li a:hover::after {
        /* height: 100%; */
    }

    .xrld li a:hover h3:after {
        background: #fff;
    }

    .xrld li a:hover h3,
    .xrld li a:hover p {
        color: #fff !important;
    }
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 49%;
        margin-bottom: .3rem;
    }

    .banner {
        padding-top: 0;
    }

    .banner .nybt {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .xrld li {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .xrld li .scale {
        width: 1.6rem;
    }

    .xrld li .con {
        width: calc(100% - 1.6rem);
        padding: .2rem .2rem;
    }
}

/* 搜索结果 */

.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: #2f79c4;
    }
}

@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;
        padding-bottom: 0.1rem;
    }

    .inner_left {
        display: none;
    }

    .inner_right {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .local {
        margin-bottom: .2rem;
    }

    .sz_list ul li {
        width: 50%;
    }

    .inner .wp {
        padding-bottom: .2rem;
    }

    .ny_mid {
        padding: .15rem;
    }

    .ny_mid .ny_bt span {
        font-size: .24rem;
    }
}


/* 内容页 */

.xqy .wp {
    width: 12rem;
}

.art-body h3 {
    font-size: .32rem;
    color: #2f79c4;
    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: left;
    font-size: 0.24rem;
    color: #222;
    font-weight: bold !important;
}

.art-main .art-tit p {
    margin-top: .3rem;
    line-height: .3rem;
    padding: 0 .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background: #eee; */
    line-height: .4rem;
}

.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: #2f79c4;
    margin-bottom: .2rem;
}

.art-main .art-body p {
    color: #222;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.18rem !important;
    line-height: 0.34rem !important;
    margin-bottom: 0.2rem !important;
    text-align: justify;
    word-break: break-all;
}

.art-main .art-body p span {
    text-align: center;
    font-size: .14rem;
    color: #2f79c4;
    display: block;
    margin-top: .05rem;
}

.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;
    padding-left: .3rem;
    padding-right: .3rem;
}

.art-info .back a {
    position: absolute;
    right: .2rem;
    top: .3rem;
    width: .6rem;

    font-size: .14rem;
    color: #2f79c4;

}

.art-info p {

    text-indent: initial;

    line-height: 0.34rem;

    margin: .1rem 0;
    font-size: .16rem;
    color: #4d3333;
}


.art-info p span {

    font-size: .16rem;
    color: #4d3333;
}

.art-info p a {
    position: relative;
    font-size: .16rem;
    color: #4d3333;



    margin-left: .1rem;
}



.art-info p:hover {
    color: #2f79c4;
}

.art-info p:hover a {
    font-weight: bold;
    color: #2f79c4;
}




/* 内容页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: #2f79c4;
    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 #2f79c4;
    background: #f8f8f8;
    color: #2f79c4;
}

@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;
    }


}

/* 日期列表 */
.ny_lb .inner_left {
    margin-top: 0;
}

.date-list li {
    position: relative;
    transition: all .6s;
}



.date-list li a {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    background-position: center center;
    transition: all 0.5s;
    border-bottom: 1px dashed #999;
}

.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;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: .8rem;
    height: 0.8rem;
    text-align: center;
    border: 1px solid #2f79c4;
    border-radius: .1rem;
    color: #6da1d6;
    font-family: "dinpro";
}


.date-list li a .date p {
    font-size: 0.24rem;
    line-height: 1;
    margin-bottom: .05rem;
}

.date-list li:hover a .date {
    color: #fff;
    background: #2f79c4;
}

.date-list li a .date span {
    display: block;
    font-size: 0.14rem;
}



.date-list li a .txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding-left: .15rem;
    /* line-height: 0.7rem; */
    min-height: .5rem;
}

.date-list li a .txt h2 {
    font-size: .16rem;
    color: #333;
    line-height: 1;
}

.date-list li a .txt p {
    font-size: 0.14rem;
    margin-top: .15rem;
    color: #666;
}



.date-list li:hover a .txt h2 {
    font-weight: bold;
    color: #2f79c4;
}



.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: #2f79c4;
    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: #2f79c4;
    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: #2f79c4;
    color: #fff
}

.j_pages .qd {
    background: #2f79c4;
    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 {
        background: #fff;
        box-shadow: 0px 4px 15.36px 0.64px rgba(2, 85, 177, 0.2);
        border-radius: .15rem;
    }

    .date-list li:hover a {
        padding-left: .2rem;
        padding-right: .2rem;
        border-bottom: 1px dashed transparent;
    }


}

@media screen and (max-width:768px) {
    .date-list li a {
        margin-top: .15rem;
        padding: .15rem 0;
    }

    .date-list li a .txt {
        padding-left: .15rem;
        padding-right: .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.23rem;
}

.xyfg li {
    width: 33.3%;
    padding: 0 0.23rem;
    margin-bottom: 0.4rem;
    transition: all .6s;
}

.xyfg li a {
    display: block;
    position: relative;
    z-index: 1;
    padding: .15rem;
    padding-bottom: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    transition: all .6s;
}

.xyfg li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .15rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    padding: 0 .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.xyfg li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    height: 1.3rem;
    bottom: 0;
    /* border: 1px solid #dcdcdc; */
    background: #2f79c4;
    z-index: -1;
}

.xyfg li h3 {
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .15rem;
    font-size: 0.14rem;
    color: #fff;
    line-height: .3rem;
    /* height: .6rem; */
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.xyfg li .pic {
    padding-top: 69.1%;
}


@media(min-width: 1025px) {
    .xyfg li:hover a {
        box-shadow: 0px 4px 10px 0px rgb(177 163 163 / 80%);
    }
}

@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;
        padding-top: .3rem;
    }

    .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: .2rem;
    align-items: center;
    background: #FAFAFA;
    margin-bottom: .4rem;

}

.newlist li a::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: #2f79c4;
    background-size: cover;
    width: auto;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}

.newlist li .scale {
    position: relative;
    z-index: 6;
    width: 2.8rem;
}

.newlist ul li a .pic {
    padding-top: 70%;
}

.newlist li .cont {
    position: relative;
    z-index: 6;
    padding-left: .3rem;
    flex: 1;
    min-width: 0;
    transition: 0.5s;
}

.newlist li span {
    font-size: 0.18rem;
    color: #9E9E9E;
    line-height: 1.3;
    transition: 0.5s;
    margin-top: .15rem;

}

.newlist li h3 {
    font-size: 0.22rem;
    color: #222;
    line-height: 0.32rem;
    margin: .15rem 0 .15rem;
    transition: 0.5s;
}

.newlist li p {
    font-size: 0.16rem;
    line-height: .3rem;
    color: #666;
    max-height: 0.6rem\0;
    transition: 0.5s;
}

.newlist li h4 {
    justify-content: flex-end;
    opacity: 0;
    margin-top: 0.15rem;
}


@media(min-width: 1024px) {
    .newlist li a:hover::after {
        opacity: 1;
    }

    .newlist li:hover .span {

        color: #fff;
    }

    .newlist li a:hover h3,
    .newlist li a:hover p,
    .newlist li a:hover span,
    .newlist li a:hover span i,
    .tzgg li a:hover span,
    .tzgg li a:hover span i {
        color: #fff;
    }

    .newlist li a:hover span::after {}

    .newlist li a:hover h4 {
        opacity: 1;
    }

}

@media screen and (max-width: 1024px) {
    .newlist li a {
        padding: .15rem;
        margin-bottom: .15rem;
    }

    .newlist li h3 {
        font-size: .2rem;
    }

    .newlist li h4 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .newlist li a {
        padding: .2rem;
    }

    .newlist li .scale {
        width: 2.3rem;
    }

    .newlist li .con {
        padding-left: .2rem;
    }

    .newlist li h3 {
        margin: .1rem 0;
    }

    .newlist li p {
        -webkit-line-clamp: 1;
        line-height: .28rem !important;
    }

    .ydmr_list li p {
        -webkit-line-clamp: 3;
        line-height: .28rem !important;
    }

    .newlist li span {
        padding-bottom: 0.1rem;
    }
}


@media screen and (max-width: 600px) {
    .newlist li .scale {
        width: 100%;
    }

    .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;
    }

    .xrld li h3 {
        font-size: .18rem;
    }

    .xrld li h3 b {
        display: block;
        font-size: .22rem;
    }

    .xrld li {
        margin-bottom: 0;
    }
}

/* 组织机构 */

.zzjg ul {
    justify-content: flex-start;
    margin: 0 -0.3rem;
}

.zzjg li {
    width: 33.3%;
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.zzjg li h3 {
    height: 0.72rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0.25rem;
    background: #eee;

}



.zzjg li a {
    font-size: 0.16rem;
    color: #333;
    line-height: 1.3;
    transition: 0.5s;
    display: inline-block;
    padding: 0 0.2rem 0 0.15rem;

    width: 100%;
}

.zzjg li a::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    width: 0.05rem;
    height: 0.05rem;
    background: #2f79c4;
    border-radius: 50%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media(min-width: 1025px) {
    .zzjg li h3:hover {
        background: #2f79c4;
    }


    .zzjg li h3:hover a {
        color: #fff;
        font-weight: 700;

    }

    .zzjg li h3:hover a::after {
        background: #fff;
    }

}

@media(max-width: 1024px) {
    .zzjg {
        padding-top: 0rem;
    }

    .zzjg ul {
        margin: 0 -0.1rem;
    }

    .zzjg li {
        width: 33.3%;
        padding: 0 0.1rem;
    }
}

@media(max-width: 768px) {
    .zzjg li {
        width: 50%;
    }

}

@media(max-width: 456px) {
    .zzjg li {
        width: 100%;
    }
}