@charset "utf-8";

@font-face {
    font-family: sysong;
    src: url(../font/sySong.woff);
}

.pages ul {
    text-align: center;
}

.pages ul li {
    text-align: center;
    font-size: .16rem;
    display: inline-block;
    margin: .02rem
}

.pages ul li a {
    height: .38rem;
    text-align: center;
    padding: 0 8px;
    min-width: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #E8E8E8;
    padding-bottom: 1px
}

.pages ul li.prev a, .pages ul li.next a {
    padding: 0 .25rem
}

.pages ul li.on a {
    background: #035cbc;
    border: 1px solid #035cbc;
    color: #fff;
}

.pages ul li.page-count {
    line-height: .34rem
}

.page-form {
    line-height: .38rem
}

.page-form input {
    border: 1px solid #ddd;
    width: .36rem;
    height: .36rem;
    float: left;
    text-align: center;
    padding: 0 3px;
    background: #fff;
    border-radius: 3px;
    margin: 0 5px
}

.page-form span {
    float: left;
    color: #666
}

.page-form button {
    border: none;
    width: 52px;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    margin-left: 3px;
    float: left;
    background: #edb876;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px
}

@media (max-width: 992px) {
    .pages ul li {
        padding: 0
    }

    .pages ul li.pageitem {
        display: none
    }

    .pages ul li.page-form {
        padding-left: .1rem
    }

    .pages ul li {
        font-size: .22rem;
        margin: .02rem
    }

    .pages ul li a {
        height: .46rem;
        min-width: .46rem;
    }


}

@media (max-width: 576px) {
    .pages ul li {
        font-size: .24rem;
        margin: .02rem
    }

    .pages ul li a {
        height: .56rem;
        min-width: .56rem;
    }
}

.nyba {
    height: 5.6rem;
    position: relative;
}

.nyba:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30%;
    background: url(../images/blackms.png) no-repeat bottom center;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
    opacity: .6
}

.nyba .wpp {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 5
}

.nyba .wp {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    padding-bottom: .5rem;
    max-width: 14rem
}

.nyba .wp a {
    color: #fff
}

.nyba h3 {
    font-size: .44rem;
    line-height: 1em;
    font-family: sySong;
}

.nyba .posi {
    color: rgba(255, 255, 255, 0.8);
    background: url(../images/home.png) no-repeat left center;
    background-size: .18rem .18rem;
    padding-left: .25rem;
    font-size: .16rem
}

.nyba .posi a {
    color: rgba(255, 255, 255, 0.8);
    transition: .3s;
    font-family: 'MiSans';
}

.nyba .posi a:hover {
    color: #fff
}

.nymain {
    min-height: 5rem;
    position: relative;
    background: url(../images/nybg.png) no-repeat bottom center;
    background-size: 100% auto
}

.nymain .nyNavp {
    box-shadow: 0px 4px 10px 0px rgba(0, 35, 106, 0.17);
    background: #fff
}

.nymain .nyNavp ul {
    font-size: 0;
    overflow: auto;
    white-space: nowrap;
}

.nymain .nyNavp ul li {
    line-height: .62rem;
    font-size: .2rem;
    position: relative;
    display: inline-block;
}

.nymain .nyNavp ul li a {
    display: block;
    padding: 0 .5rem;
}

.nymain .nyNavp ul li.on {
    background: #0F60B9
}

.nymain .nyNavp ul li.on:after {
    background: #A82525;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.nymain .nyNavp ul li.on a {
    color: #fff;
    font-weight: bold;
}

.nymain .nyNav {
    overflow: hidden;
}

.nymain .nyCon {
    padding: .6rem 0 1.5rem
}


.nymain .wp {
    max-width: 14rem
}

.nymain .nyleft {
    width: 3rem;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 146, 169, 0.1);
    position: sticky;
    top: .5rem
}

.nymain .nyright {
    width: calc(100% - 3.5rem)
}

.nymain .nyleft .dl {}

.nymain .nyleft .dt {
    height: .9rem;
    background: #2C6148;
    color: #fff;
    font-size: .36rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nymain .nyleft .dt i {
    display: none
}

.nymain .nyleft .dt i.on {
    transform: rotate(180deg);
}

.nymain .nyleft .dd {
    padding: .2rem .2rem .6rem
}

.nymain .nyleft .dd .li {
    border-bottom: 1px dashed #D7DBE4
}

.nymain .nyleft .dd .li .li-a {
    padding: .2rem .2rem;
    border-radius: .1rem;
    position: relative;
    display: block;
    font-size: .22rem;
}

.nymain .nyleft .dd .li.on .li-a {
    color: #2C6148;
    background: rgb(0 109 19 / 10%);
    padding-right: .5rem
}

.nymain .nyleft .dd .li.on .li-a:after {
    content: "\e676";
    font-family: swiper-icons !important;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1em;
    font-size: .18rem
}

.nymain .nyleft .dd .li.on {
    border-bottom: 0
}


.nymain .nyright .nytit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(21, 48, 94, 0.15);
    padding-bottom: .3rem;
    justify-content: space-between;
    margin-bottom: .5rem
}

.nymain .nyright .nytit h3 {
    display: flex;
    align-items: center;
    font-size: .36rem;
    line-height: 1em
}

.nymain .nyright .nytit h3 img {
    height: .4rem;
    margin-right: .1rem
}

.arc-conp {
    border-radius: .2rem;
    padding: .3rem 0 .5rem
}

.arc-con {
    line-height: 2em;
    font-size: .18rem;
    text-align: justify;
}

.arc-con p, .arc-con span {
    font-size: .18rem;
    line-height: .36rem;
}

.arc-con p+p {
    margin-top: .3rem
}

.arc-con img {
    margin: .1rem auto;
    max-width: 8rem;
    height: auto !important
}

.arc-con table {
    border: 1px solid #eee;
    min-width: 640px;
    margin-left: 0 !important;
    width: 100%;
    background: #fff
}

.arc-con table tr th, .arc-con table tr td {
    border: 1px solid #eee !important;
    padding: 15px;
    text-align: center;
}

.arc-sib {
    border-top: 1px solid #ddd;
    padding-top: .26rem;
    font-size: .18rem;
    line-height: 1.6em;
    color: #023e8a;
    margin-top: .5rem;
}

.arc-sib div {
    padding: .08rem 0;
}

.arc-sib div:hover {
    color: #023e8a;
}

.arc-sib div:hover a {
    color: #023e8a;
}

.tbsc {
    overflow: auto;
    padding: 15px 0;
    width: 100%
}

.tbsc::-webkit-scrollbar {
    height: 4px
}

.tbsc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.tbsc::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

.arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto .2rem;
}

.arc-tit h1 {
    font-size: .28rem;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    color: #0F60B9;
    margin-bottom: .2rem;
}

.arc-info {
    text-align: center;
    padding: .15rem 0;
    font-size: .16rem;
    color: #333;
    margin: .3rem auto;
    background: #F0F6FF;
}

.arc-info span {
    display: inline-block;
    margin: 0 .2rem
}
.arc-info span span{
    margin:0 !important;
}

.arc-info span i {
    color: #d2b65a;
    margin-right: 5px
}


@media (max-width: 992px) {
    .nyba {
        height: 44vw
    }

    .nyba:after {
        height: 50%
    }

    .nymain:before {
        width: 1rem;
        height: 1rem;
    }

    .nymain:after {
        height: 1.95rem;
        background-size: 100% auto;
    }

    .nymain {
        min-height: 5rem;
        background: url(../images/nybg.png) no-repeat bottom center;
        background-size: 100% auto;
    }

    .nymain .nyleft {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: .5rem
    }

    .nymain .nyright {
        flex: inherit;
        width: 100%;
        margin-left: 0
    }

    .nymain .nyleft .dt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        padding: .2rem .3rem;
        font-size: .36rem
    }

    .nymain .nyleft .dt i {
        display: block;
        font-size: .2rem;
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
    }

    .nymain .nyleft .dd {
        display: none
    }

    .nymain .nyleft .dd .li .li-a {
        font-size: .24rem;
        padding: .25rem
    }

    .nymain .nyleft .dd .li.on .li-a {
        padding-right: .6rem
    }

    .nymain .nyleft .dd .li.on .li-a:after {
        font-size: .2rem
    }

    .nymain .nyright .posi {
        font-size: .22rem;
        background-size: .26rem .25rem;
        padding-left: .32rem;
    }

    .arc-con {
        font-size: .24rem
    }

    .arc-con p, .arc-con span {
        font-size: .24rem
    }

    .arc-tit h1 {
        font-size: .36rem;
    }

    .arc-info {
        font-size: .22rem;
        padding-bottom: .3rem
    }

    .arc-con img {
        margin: .1rem auto;
        max-width: 100%;
        height: auto !important;
        width: auto !important
    }

    .nymain .nyNavp ul li a {
        padding: 0 .4rem
    }

    .nymain .nyNavp ul li {
        line-height: .76rem;
        font-size: .28rem;
        position: relative;
        display: inline-block;
    }

    .nyba .posi {
        background-size: .24rem .24rem;
        padding-left: .3rem;
        font-size: .22rem
    }
}

@media (max-width: 597px) {
    .nymain .nyright .nytit .posi {
        order: 1;
        width: 100%;
        margin-bottom: .36rem
    }

    .nymain .nyright .nytit h3 {
        order: 2;
        width: 100%
    }

    .nymain .nyright .posi {
        font-size: .25rem;
        background-size: .28rem .27rem;
        padding-left: .36rem;
    }

    .nymain .nyleft .dt i {
        font-size: .22rem
    }

    .nymain .nyleft .dd .li .li-a {
        font-size: .26rem;
    }

    .nymain .nyleft .dd .li.on .li-a:after {
        font-size: .24rem
    }

    .arc-con {
        font-size: .26rem
    }

    .arc-con p, .arc-con span {
        font-size: .26rem
    }

    .arc-tit h1 {
        font-size: .36rem;
    }

    .arc-info {
        font-size: .24rem;
        padding-bottom: .16rem;
    }
}

.nymain .hisList {
    position: relative;
    max-width: 13rem;
    padding: .5rem 0
}

.nymain .hisList:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 2px dashed #0F60B9;
}

.nymain .hisList .item .desc {
    font-size: .3rem;
    line-height: 1.6em;
    padding: .1rem 0
}

.nymain .hisList .item .year {
    font-size: .3rem;
    color: #AF2227;
    padding: .1rem 0
}

.nymain .hisList .item .year span {
    font-family: 'geo';
    font-size: .6rem
}

.nymain .hisList .item {
    position: relative;
}

.nymain .hisList .item:before {
    content: '';
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background: #0F60B9;
    top: 50%;
    margin-top: -.08rem;
    margin-left: -.08rem;
    left: 50%;
    position: absolute;
}

.nymain .hisList .item:nth-child(2n+1) {
    padding-right: 60%;
    text-align: right
}

.nymain .hisList .item:nth-child(2n) {
    padding-left: 60%
}

.nymain .hisList .item:nth-child(2n+1):after {
    content: '';
    top: 50%;
    right: 50%;
    width: .7rem;
    border-top: 2px dashed #0F60B9;
    position: absolute;
}

.nymain .hisList .item:nth-child(2n):after {
    content: '';
    top: 50%;
    left: 50%;
    width: .7rem;
    border-top: 2px dashed #0F60B9;
    position: absolute;
}

@media (max-width: 992px) {
    .nymain .hisList .item .desc {
        font-size: .28rem;
    }

    .nymain .hisList .item .year {
        font-size: .28rem;
    }

    .nymain .hisList .item .year span {
        font-size: .5rem
    }

    .nymain .hisList .item:before {
        width: .2rem;
        height: .2rem;
        margin-top: -.1rem;
        margin-left: -.1rem;
    }
}

@media (max-width: 597px) {
    .nymain .hisList .item .desc {
        font-size: .28rem;
    }

    .nymain .hisList .item .year {
        font-size: .28rem;
    }

    .nymain .hisList .item .year span {
        font-size: .46rem
    }

    .nymain .hisList .item:nth-child(2n+1):after, .nymain .hisList .item:nth-child(2n):after {
        width: .5rem
    }
}



/* 教学机构 */
.jxjgbox {}

.jxjgbox ul {
    display: flex;
    flex-wrap: wrap;
}

.jxjgbox li {
    width: 33.33%;
}

.jxjgbox li a {
    color: #2C2C2C;
    display: block;
    border-left: #A82525 .02rem solid;
    line-height: .4rem;
    padding: .15rem .2rem .15rem .42rem;
    margin: .25rem;
    font-size: 0.22rem;
    background: url(../images/jxjg_listico1.png) .2rem center no-repeat #F0F6FF;
    background-size: .1rem .1rem;
    transition: all .3s;
}

.jxjgbox li:hover {}

.jxjgbox li:hover a {
    color: #fff;
    background: url(../images/jxjg_listico2.png) .2rem center no-repeat #0F60B9;
    background-size: .1rem .1rem;
}

@media (max-width: 992px) {
    .jxjgbox li {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .jxjgbox li {
        width: 100%;
    }

    .jxjgbox li a {
        margin: .1rem;
    }
}

/* 组织机构 */
.zzjgbox {}

.zzjgbox .zzjg_list {
    position: relative;
    margin-bottom: .6rem;
}

.zzjgbox .zzjg_list:before {
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.09rem;
    height: 1.55rem;
    background: url(../images/zzjgh2bg.png) top left no-repeat;
}

.zzjgbox .zzjg_list h2 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #0A58A6;
    background: #F4F9FF;
    line-height: .6rem;
    padding: 0 0 0 .8rem;
    position: relative;
    background: url(../images/zzjg_listttbg.png) center no-repeat;
    background-size: 100% 100%;
}

.zzjgbox .zzjg_list h2:after {
    content: "";
    position: absolute;
    left: .6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.23rem;
    background: #A82525;
}

.zzjgbox .zzjg_list {}

.zzjgbox .zzjg_list ul {
    display: flex;
    flex-wrap: wrap;
    border: #cfdbe6 1px solid;
    padding: 0.2rem;
    background: url(../images/zzjg_listbg.png) center no-repeat;
    background-size: 100% auto;
}

.zzjgbox .zzjg_list li {
    width: 33.33%;
}

.zzjgbox .zzjg_list li a {
    color: #2C2C2C;
    display: block;
    line-height: .4rem;
    padding: .1rem .15rem .1rem .4rem;
    margin: .05rem .25rem;
    font-size: 0.2rem;
    background: url(../images/jxjg_listico1.png) .2rem center no-repeat;
    background-size: .1rem .1rem;
    transition: all .3s;
}

.zzjgbox .zzjg_list li:hover {}

.zzjgbox .zzjg_list li:hover a {
    color: #A82525;
    font-weight: bold;
}

@media (max-width: 992px) {
    .zzjgbox .zzjg_list li {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .zzjgbox .zzjg_list li {
        width: 100%;
    }

    .zzjg_list li a {
        margin: .1rem;
    }
}

/* 校园风光 */
.show-list {
    position: relative;
    padding-bottom: .2rem
}

.picList:after {
    content: '';
    display: inline-block;
    width: 3.45rem
}

.picList li {
    width: 4.35rem;
    margin-bottom: .5rem;
}

.picList li:hover {
    box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 44, 97, 0.19);
}

.picList li .img {
    height: 2.71rem;
}

.picList li .txt {
    text-align: center;
    padding: .18rem .2rem;
    background: #fff;
    transition: .3s;
    border-bottom: #d0d0d0 1px solid;
    border-left: #d0d0d0 1px solid;
    border-right: #d0d0d0 1px solid;
}

.picList li .txt h4 {
    font-size: .2rem;
    font-weight: normal;
}

.picList li.video a {
    display: block;
    position: relative;
}

.picList li.video a:before {
    content: '';
    position: absolute;
    width: .53rem;
    height: .53rem;
    top: 42%;
    left: 50%;
    margin-left: -.27rem;
    margin-top: -.27rem;
    z-index: 5;
   
    background-size: 100% 100%
}


/* 校训 */
.jj_xximg {}

.jj_xximg .xximg_item {
    height: auto;
    overflow: hidden;
    margin-bottom: .3rem;
}

.jj_xximg .xximg_item_tit {
    background: #F4F9FF;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 42, 76, 0.05);
    text-align: center;
    line-height: .6rem;
    color: #0A58A6;
    font-size: 0.22rem;
}

.jj_xximg .xximg_item_tit h2 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #0A58A6;
    line-height: .6rem;
    display: inline;
    position: relative;
}

.jj_xximg .xximg_item_tit h2:after {
    content: "";
    position: absolute;
    right: -.15rem;
    top: 0;
    width: .1rem;
    height: .1rem;
    background: url(../images/xx_titico.png) center no-repeat;
    background-size: 100% 100%;
}

.jj_xximg .xximg_item_img {
    text-align: center;
    padding: .5rem;
}

.jj_xximg .xximg_item_img img {
    width: auto;
    /* height: .81rem; */
    max-height: .81rem;
}

/* 新闻列表 */
/**/
.txtList {
    padding-bottom: .4rem
}

.txtList li {
    border-bottom: 0.01rem dashed rgba(15, 96, 185, 0.23);
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.txtList li a {
    padding: .25rem;
    transition: .3s;
    position: relative;
}

.txtList li time {
    color: #878787;
    display: flex;
    justify-content: center;
    text-align: left;
    transition: .3s;
    position: relative;
    z-index: 3;
    width: 1rem;
    height: .9rem;
    flex-direction: column;
    border-radius: 5px;
    font-size: .2rem;
    font-family: 'geo';
    line-height: 0.4rem;
}

.txtList li time span {
    font-size: .3rem;
    display: block;
    color: #333333;
    position: relative;
    line-height: 0.4rem;
}

.txtList li time span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.05rem;
    width: 0.36rem;
    height: 0.02rem;
    background: #AAAAAA;
}

.txtList li h4 {
    flex: 1;
    overflow: hidden;
    margin-left: .25rem;
    font-size: .2rem;
    line-height: 1.4em;
    position: relative;
    z-index: 3;
    font-weight: normal;
}

@media (min-width: 993px) {
    .txtList li a:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        bottom: -1px;
        right: 0;

        background: linear-gradient(270deg, #fbfdff 0%, #f5faff 100%);
        box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 44, 97, 0.19);
        background: url(../images/txtlistbg.png);
        background-size: 100% 100%;
        z-index: 0;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: .3s;

    }

    .txtList li:hover {
        /* border-bottom: transparent; */
        /* top: -1px; */
        /* z-index: 9; */
        /* background: #fff; */
    }

    .txtList li:hover time {
        color: #0F60B9;
    }

    .txtList li:hover time span {
        color: #0F60B9;
    }

    .txtList li:hover time span:after {
        background: #A82525;
    }

    .txtList li:hover a {}

    .txtList li:hover a:after {
        opacity: 1;
        visibility: visible;
    }

    .txtList li:hover h4 {
        font-weight: bold
    }
}

@media (max-width: 992px) {
    .txtList li a {
        padding: .3rem 0;
    }

    .txtList li h4 {
        font-size: .26rem
    }

    .txtList li time {
        width: 1rem;
        height: 1rem;
        font-size: .22rem;
    }

    .txtList li:nth-child(1) a {
        padding-top: 0
    }
}

@media (max-width: 597px) {
    .txtList li time {
        width: .9rem;
        height: auto;
    }

    .txtList li a {
        align-items: flex-start;
    }

    .txtList li h4 {
        font-size: .28rem;
    }

    .txtList li time {}

    .txtList li time span {
        font-size: .32rem;
    }
}

@media (min-width: 993px) {
    .picList li:hover .txt {}

    .picList li:hover .txt h4 {
        color: #0c58ae;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .picList {
        padding: 0
    }

    .picList li {
        width: calc(50% - .2rem);
        margin-bottom: .4rem
    }

    .picList li .img {
        height: 27vw
    }

    .picList li .txt h4 {
        font-size: .26rem;
        font-weight: normal;
    }

    .picList li.video a:before {
        width: .7rem;
        height: .7rem;
        margin-left: -.35rem;
        margin-top: -.35rem;
    }
}

@media (max-width: 576px) {
    .picList li {
        width: 100%;
        margin-bottom: .3rem
    }

    .picList li .img {
        height: 55vw
    }

    .picList li .txt {
        padding: .2rem
    }

    .picList li .txt h4 {
        font-size: .3rem;
        font-weight: normal;
    }

    .picList li.video a:before {
        width: .9rem;
        height: .9rem;
        margin-left: -.45rem;
        margin-top: -.45rem;
    }
}

/* 媒体列表 */
.mt_list {
    padding-bottom: .4rem
}

.mt_list li {
    border-bottom: 0.01rem dashed rgba(15, 96, 185, 0.23);
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.mt_list li a {
    padding: .2rem;
    transition: .3s;
    position: relative;
}

.mt_list li time {
    color: #878787;
    display: flex;
    justify-content: center;
    text-align: right;
    transition: .3s;
    position: relative;
    z-index: 3;
    width: 1.2rem;
    height: .7rem;
    flex-direction: column;
    border-radius: 5px;
    font-size: .2rem;
    font-family: 'geo';
    line-height: 0.4rem;
}

.mt_list li time span {
    font-size: .3rem;
    display: block;
    color: #333333;
    position: relative;
    line-height: 0.4rem;
}

.mt_list li time span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.05rem;
    width: 0.36rem;
    height: 0.02rem;
    background: #AAAAAA;
}

.mt_list li h4 {
    flex: 1;
    overflow: hidden;
    /* margin-left: .25rem; */
    font-size: .2rem;
    line-height: 1.4em;
    position: relative;
    z-index: 3;
    font-weight: normal;
}

@media (min-width: 993px) {
    .mt_list li a:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        bottom: -1px;
        right: 0;
        background: linear-gradient(270deg, #fbfdff 0%, #f5faff 100%);
        box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 44, 97, 0.19);
        background: url(../images/txtlistbg.png);
        background-size: 100% 100%;
        z-index: 0;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .mt_list li .img {
        width: 1.15rem;
        height: .58rem;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0.1rem 0rem rgba(22, 78, 163, 0.12);
        position: relative;
        z-index: 9;
    }

    .mt_list li .txt {
        flex: 1;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mt_list li:hover time {
        color: #0F60B9;
    }

    .mt_list li:hover time span {
        color: #0F60B9;
    }

    .mt_list li:hover time span:after {
        background: #A82525;
    }

    .mt_list li:hover a {
        padding: .2rem .3rem;
    }

    .mt_list li:hover a:after {
        opacity: 1;
        visibility: visible;
    }

    .mt_list li:hover h4 {
        font-weight: bold
    }
}

@media (max-width: 992px) {

    .mt_list li a {
        padding: .3rem 0;
    }

    .mt_list li h4 {
        font-size: .26rem
    }

    .mt_list li time {
        width: 1rem;
        height: 1rem;
        font-size: .22rem;
    }

    .mt_list li:nth-child(1) a {
        padding-top: 0
    }

    .mt_list li .img {
        width: 1.15rem;
        height: .58rem;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0.1rem 0rem rgba(22, 78, 163, 0.12);
        position: relative;
        z-index: 9;
    }

    .mt_list li .txt {
        flex: 1;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media (max-width: 597px) {
    .mt_list li time {
        width: .9rem;
        height: auto;
    }

    .mt_list li a {
        align-items: flex-start;
    }

    .mt_list li h4 {
        font-size: .28rem;
    }

    .mt_list li time {
        width: 1.5rem;
    }

    .mt_list li time span {
        font-size: .32rem;
    }
}

/* 师资 */
.teacher_list * {
    transition: all 0.3s
}

.teacher_list {
    height: auto;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.teacher_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacher_list ul li {
    width: 47%;
    padding: .13rem .2rem .13rem .13rem;
    border: .01rem solid #bcd3eb;
    position: relative;
    margin-bottom: .4rem;
    overflow: hidden
}


.teacher_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.3rem;
    background: #eff7ff;
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%);
    transition: all 0.3s;
}

.teacher_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.teacher_list ul li a .modulepics {
    width: 2.2rem;
    margin-right: 0;
}

.teacher_list ul li a .modulepics .modulepic {
    padding-top: 125%;
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.teacher_list ul li a .modulepics .modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.teacher_list ul li a .moduleinfo {
    flex: 1;
    min-width: 0;
}

.teacher_list ul li a .moduleinfo .name {
    background: linear-gradient(90deg, #e7eff8 0%, rgba(247, 242, 242, 0) 100%);
    padding-left: .3rem;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 .3rem;
    border: none;
}

.teacher_list ul li a .moduleinfo .name h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #424242;
    height: 0.56rem;
    line-height: 0.56rem;
}

.teacher_list ul li a .moduleinfo .name i {
    font-size: .16rem;
    display: block;
    flex: 1;
    min-width: 0;
    padding: 0 .2rem;
}

.teacher_list ul li a .moduleinfo div {
    border-bottom: .01rem solid #D8D8D8;
    padding: .25rem 0;
    margin: 0 .3rem;
}

.teacher_list ul li a .moduleinfo div p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    height: .6rem;
    letter-spacing: 0em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block\0;
}

.teacher_list ul li a .moduleinfo span {
    display: block;
    font-size: .14rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: 0em;
    color: #424242;
    background: url(../images/xrld_morejt.png) no-repeat;
    background-position: right center;
    margin-top: .2rem;
    margin: .1rem .3rem;
}

.teacher_list ul li::before {
    background: #e7eff8;
}

.teacher_list ul li {
    border: .01rem solid #bcd3eb;
    box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 44, 97, 0.19);
}

.teacher_list ul li a .moduleinfo .name {
    background: linear-gradient(90deg, #1463bb 0%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
}

.teacher_list ul li a .moduleinfo .name h3 {
    color: #fff;
}

.teacher_list ul li a .moduleinfo .name i {
    color: #fff;
}

.teacher_list ul li:hover a .moduleinfo span {
    color: #0F60B9;
    background: url(../images/xrld_morejt.png) no-repeat;
    background-position: right center;
}

@media(max-width: 768px) {
    .teacher_list ul {
        display: block;
    }

    .teacher_list ul li {
        width: 100%;
    }
}

/* 师资详细 */
.teacherinfo {
    margin-top: 1rem;
}

.teacherinfo .fl01 {
    align-items: center;
    background: #F1F4F4;
    margin-bottom: 0.35rem;
    background: url(../images/szxx_bg.png) right center rgba(231, 240, 248, 0.2) no-repeat;
    box-sizing: border-box;
    border: 0.01rem solid rgba(15, 96, 185, 0.28);
    background-size: auto 100%;
    position: relative;
    padding: .2rem .2rem;
}

.teacherinfo .fl01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.3rem;
    background: #0F60B9;
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%);
    transition: all 0.3s;
}

.teacherinfo {}


.teacherinfo .fl01 .modulepics {
    width: 2.8rem;
    /* position: absolute; */
    z-index: 99;
    left: .2rem;
    bottom: .2rem;
    margin: -1rem 0 0 0;
}

.teacherinfo .fl01 .modulepics .modulepic {
    padding-top: 125%;
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.teacherinfo .fl01 .modulepics .modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.teacherinfo .fl01 .con {
    padding: 0;
    width: calc(100% - 3.5rem);
}

.teacherinfo .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.teacherinfo .name h3 {
    font-size: 0.42rem;
    color: #333;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0F60B9;
}

.teacherinfo .name i {
    font-size: .2rem;
    line-height: 38px;
    color: #333;
    margin: 0.25rem 0 0.2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    margin: 0 .2rem;
}

.teacherinfo .fl01 p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block\0;
    padding: .3rem 0;
    margin: 0;
}

.teacherinfo .cont p {
    text-indent: 2em;
    font-size: 0.18rem;
    line-height: 1.8;
    color: #333;
    margin-top: .3rem;
}

.teacherinfo .fl01 .imged {
    padding-bottom: 120%;
}

@media(min-width: 1200px) {}

@media(max-width: 1024px) {
    .teacherinfo {
        margin-top: 0;
    }

    .teacherinfo .fl01 .modulepics {
        margin: 0 auto;
    }

    .teacherinfo .fl01:before {
        display: none;
    }

    .teacherinfo .name {
        display: flex;
        justify-content: center;
        margin-top: .3rem;
        flex-wrap: wrap;
    }

    .teacherinfo .name h3 {
        width: 100%;
        line-height: .4rem;
    }

    .teacherinfo .name i {
        display: block;
        text-align: center;
        width: 100%;
    }

    .teacherinfo .fl01 p {
        padding: .1rem 0;
    }
}

@media(max-width: 768px) {
    .teacherinfo .fl01 {
        padding: .2rem 0 0 0;
        border: none;
        background: none;
        margin-bottom: 0;
    }

    .teacherinfo .fl01 .scale {
        width: 4.2rem;
        margin: 0 auto .25rem;
    }

    .teacherinfo .fl01 .con {
        width: 100%;
        padding: 0 0.25rem;
    }

    .teacherinfo .fl01 h3, .teacherinfo .fl01 h4 {
        text-align: center;
    }

}