    @charset "UTF-8";
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    li {
        list-style: none;
    }
    /*å…¨å±€æ ·å¼*/
    
    html,
    body {
        width: 100%;
        margin: 0 auto;
    }
    
    html {
        font-size: 5.2083333333333vw;
    }
    
    @media (max-width:1199px) {
        html {
            font-size: 6.6vw !important;
        }
    }
    
    @media (max-width:767px) {
        html {
            font-size: 13.3vw !important;
        }
    }
    /*= æ¸…é™¤æµ®åŠ¨=*/
    
    .clear {
        clear: both;
        height: 0px;
        line-height: 0px;
        font-size: 0px;
        overflow: hidden;
        display: block;
    }
    
    .clearfix:after {
        content: "";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        font-size: 0px;
    }
    
     :focus {
        outline: 0
    }
    
    a,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        cursor: pointer
    }
    /* Hides from IE-mac \*/
    
    * html .clearfix {
        height: 0%;
    }
    /* End hide from IE-mac */
    
    *+html .clearfix {
        min-height: 0%;
    }
    /* é’ˆå¯¹IE7 */
    
    *+html .clearfix {
        min-height: 0%;
    }
    
    @font-face {
        font-family: 'SourceHanSerifCN-Bold';
        src: url('../fonts/SourceHanSerifCN-Bold.otf');
    }
    
    @font-face {
        font-family: 'SourceHanSerifCN-Regular';
        src: url('../fonts/SourceHanSerifCN-Regular.otf');
    }
    
    @font-face {
        font-family: 'SourceHanSerifCN-SemiBold';
        src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
    }
    
    @font-face {
        font-family: 'SourceHanSerifCN-Medium';
        src: url('../fonts/SourceHanSerifCN-Medium.otf');
    }
    
    @font-face {
        font-family: 'SourceHanSerifCN-Heavy';
        src: url('../fonts/SourceHanSerifCN-Heavy.otf');
    }
    
    @font-face {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
    }
    
    @font-face {
        font-family: 'Barlow-ExtraBold';
        src: url('../fonts/Barlow-ExtraBold.ttf');
    }
    /*åŽŸæ–‡ä»¶é…ç½®*/
    
    body {
        color: #333;
        background: #FFF;
        font: .2rem 'SourceHanSerifCN-SemiBold', 'Microsoft YaHei', arial, sans-serif;
        min-width: 320px;
    }
    
    a {
        color: #333;
        text-decoration: none;
    }
    
    a:hover {
        color: #6ab6bd;
    }
    /*å—çº§è½¬åŒ–*/
    
    .di_in {
        display: inline-block;
    }
    
    .di_no {
        display: none;
    }
    
    .di_bl {
        display: block;
    }
    /*åŽŸæ–‡ä»¶é…ç½®  end*/
    /*æ¨ªå‘å±…ä¸­*/
    
    .te_c {
        text-align: center;
    }
    /*ç›¸å¯¹å®šä½*/
    
    .p_r {
        position: relative;
    }
    
    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .flex-v {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .flex-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    
    .flex-align-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flex-pack-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .flex-pack-justify {
        -webkit-box-pack: justify;
        -webkit-justify-content: pace-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flex-warp {
        flex-flow: wrap
    }
    
    .flex-column {
        flex-flow: column
    }
    
    .ellipsis-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .ellipsis-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .ellipsis-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .transition {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    
    img {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .container {
        max-width: 19.2rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
    
    .header {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    
    .header .head {
        width: 100%;
        height: 1.3rem;
        background: #83c7ce url(../images/head-bg.jpg)no-repeat center;
        background-size: cover;
    }
    
    .header .logo img {
        height: .86rem;
    }
    
    .header .top .home {
        font-family: 'SourceHanSerifCN-SemiBold';
        background: url(../images/home.png)no-repeat left center;
        padding-left: .25rem;
        color: #FFF;
        font-size: .18rem;
        margin-right: .3rem;
    }
    
    .header .search-con {
        width: 3.3rem;
        height: .48rem;
        border-radius: .24rem;
        -webkit-border-radius: .24rem;
        -moz-border-radius: .24rem;
        -ms-border-radius: .24rem;
        -o-border-radius: .24rem;
        background-color: rgba(0, 0, 0, .2);
        border: 1px rgba(255, 255, 255, .2) solid;
        overflow: hidden;
    }
    
    .header .search-con input[type='text'] {
        width: 100%;
        background: none;
        padding-left: 20px;
        color: #FFF;
    }
    
    .header .search-con input[type='text']::placeholder {
        color: #FFF;
    }
    
    .header .search-con input[type='submit'] {
        width: 48px;
        background: url(../images/search.png)no-repeat center;
    }
    
    .menu-btn {
        display: none;
        background: url(../images/menu.png)no-repeat center;
        width: 30px;
        height: 30px;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .menu-btn.close {
        background-image: url(../images/close.png);
    }
    
    .nav {
        background-color: #6ab6bd;
    }
    
    .nav .m-search {
        display: none;
    }
    
    .nav li>a {
        line-height: .6rem;
        color: #FFF;
        white-space: nowrap;
    }
    
    .nav .drop {
        width: 1.4rem;
        margin-left: -.7rem;
        left: 50%;
        top: .6rem;
        position: absolute;
        transition: transform 0.2s linear, opacity 0.2s linear;
        -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
        -moz-transition: transform 0.2s linear, opacity 0.2s linear;
        -ms-transition: transform 0.2s linear, opacity 0.2s linear;
        -o-transition: transform 0.2s linear, opacity 0.2s linear;
        transform-origin: top;
        z-index: 9;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        background-color: #FFF;
        line-height: 2.4;
        white-space: nowrap;
        font-size: .16rem;
    }
    
    .footer {
        background: url(../images/footer-bg.jpg)no-repeat center bottom;
        width: 100%;
        height: 3rem;
        background-size: cover;
        color: #FFF;
        padding-top: .6rem;
    }
    
    .footer .logo img {
        height: .86rem;
    }
    
    .footer .copyright {
        border-top: 1px rgba(255, 255, 255, .2) solid;
        padding-top: .2rem;
        padding-bottom: .2rem;
        margin-top: .2rem;
        font-family: 'SourceHanSerifCN-Regular';
        font-size: .16rem;
        line-height: 1.6;
    }
    
    .footer .erwma-con .item {
        margin-right: 20px;
    }
    
    .footer .erwma-con .item:last-child {
        margin-right: 0;
    }
    
    .footer .erwma-con .item .erwma {
        margin-left: auto;
        margin-right: auto;
        width: .8rem;
        height: .8rem;
        overflow: hidden;
    }
    
    .footer .erwma-con .item .erwma img {
        width: 100%;
    }
    
    .footer .erwma-con .item .txt {
        font-family: 'SourceHanSerifCN-Regular';
        line-height: 1;
        margin-top: .1rem;
        font-size: .16rem;
    }
    
    .footer .address {
        text-align: right;
        font-size: .16rem;
        line-height: 1.7;
        margin-right: .3rem;
        font-family: 'SourceHanSerifCN-Regular';
    }
    
    .footer a {
        color: #FFF;
    }
    .table-scroll {
    overflow-x: auto;
}
    @media (min-width:1025px) {
        .nav>ul>li:hover>a,
        .header .top .home:hover {
            opacity: .6;
        }
        .nav li:hover .drop {
            opacity: 1;
            transform: rotateX(0deg);
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
        }
        .nav li:hover .drop a:hover {
            background-color: rgba(96, 167, 174, .1);
        }
        .footer a:hover {
            text-decoration: underline;
        }
    }
    
    @media (max-width:1199px) {
        body {
            font-size: 14px;
        }
        .container {
    width:100%;
            padding-left: .2rem;
            padding-right: .2rem;
        }
        .menu-btn,
        .nav .m-search {
            display: block;
        }
        .header .top {
            display: none;
        }
        .header .search-con {
            width: 100%;
            border-color: rgba(96, 167, 174, 1);
            height: 38px;
            border-radius: 19px;
            -webkit-border-radius: 19px;
            -moz-border-radius: 19px;
            -ms-border-radius: 19px;
            -o-border-radius: 19px;
            background: none;
        }
        .header .search-con input[type='text'],
        .header .search-con input[type='text']::placeholder {
            color: #333;
        }
        .header .search-con input[type='submit'] {
            background-image: url(../images/search1.png);
        }
        .nav {
            position: fixed;
            width: 100%;
            left: 0;
            top: 1.3rem;
            overflow-y: scroll!important;
            display: none;
            background-color: #FFF;
            z-index: 999;
            height: calc(100vh - 1.3rem);
            padding: .2rem;
        }
        .nav li {
            width: 100%;
        }
        .nav li>a {
            line-height: 60px;
            color: #333;
            font-size: 16px;
        }
        .nav .arrow {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            width: 30px;
        }
        .nav .arrow::after {
            content: '';
            background: url(../images/arrow.png)no-repeat center;
            background-size: 100%;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }
        .nav .cur .arrow::after {
            transform: translateY(-50%) rotate(90deg);
            -webkit-transform: translateY(-50%) rotate(90deg);
            -moz-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -o-transform: translateY(-50%) rotate(90deg);
        }
        .nav .drop {
            position: static;
            left: auto;
            transform: translate(0, 0);
            opacity: 1;
            width: 100%;
            display: none;
            text-align: left;
            padding-top: 0;
            background: none;
            padding-bottom: 0;
            margin-left: 0;
            padding-left: 20px;
            font-size: 14px;
        }
        .footer {
            height: auto;
            padding-top: 20px;
        }
        .footer .copyright {
            font-size: 12px;
            margin-top: 10px;
            padding-top: 10px;
            line-height: 1.6;
        }
        .footer .erwma-con .item .txt,
        .footer .address {
            font-size: 12px;
        }
    }
    
    @media (max-width:950px) {
        .footer .erwma-con .item .erwma {
            width: 70px;
            height: 70px;
        }
    }
    
    @media (max-width:767px) {
        .header {
            height: 65px;
        }
        .nav {
            top: 65px;
            height: calc(100vh - 65px);
        }
        .header .logo img,
        .footer .logo img {
            height: 45px;
        }
        .footer .logo {
            width: 100%;
            margin-right: 0;
        }
        .footer .address {
            width: 100%;
            order: 2;
            text-align: center;
            margin-top: 20px;
            margin-right: 0;
            font-size: 12px;
        }
        .footer .address br {
            display: none;
        }
        .footer .erwma-con {
            order: 1;
            width: 100%;
            margin-top: .3rem;
            justify-content: center;
        }
    }
    
    .banner,
    .n-banner {
        margin-top: .6rem;
        overflow: hidden;
    }
    
    .banner img,
    .n-banner img {
        width: 100%;
    }
    
    .banner .swiper-slide {
        height: 5.8rem;
        width: 14.4rem;
        background-color: #000;
        overflow: hidden;
    }
    
    .banner .swiper-slide>img {
        opacity: .5;
    }
    
    .banner .swiper-slide-active>img {
        opacity: 1;
    }
    
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        width: .55rem;
        height: .55rem;
        background: url(../images/prev1.png)no-repeat center;
        background-size: .28rem;
        margin-top: -.275rem;
        border: 1px #FFF dashed;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .banner .swiper-button-prev {
        left: 1.6rem;
    }
    
    .banner .swiper-button-next {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        right: 1.6rem;
    }
    
    .pic:before {
        position: absolute;
        top: 0;
        left: -90%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        opacity: .6;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    .pub-bg {
        background: url(../images/pub-bg.png)no-repeat center top;
        background-size: 100%;
        overflow: hidden;
    }
    
    .sidebar {
        width: 3.6rem;
        margin-top: .5rem;
        z-index: 9;
        min-height: 6.9rem;
        padding-top: .2rem;
        padding-left: .17rem;
        padding-right: .17rem;
        margin-right: .6rem;
    }
    
    .sidebar::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 4.26rem;
        height: 6.9rem;
        background: url(../images/sidebar-bg.png)no-repeat center top;
        background-size: 100%;
        z-index: -1;
    }
    
    .sidebar .title {
        font-size: .36rem;
        line-height: .8rem;
        color: #FFF;
    }
    
    .sidebar>ul>li {
        margin-top: .12rem;
    }
    
    .sidebar>ul>li>.tit {
        position: relative;
        display: flex;
        align-items: center;
        /*min-height: .69rem;
         line-height: .69rem; 
        line-height: 1.4;*/
        background: url(../images/sidebar-titbg1.png)no-repeat center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        font-size: .24rem;
        color: #666;
        padding: .6em 2em;
    }
    .sidebar>ul>li>.tit>a,
    .sidebar>ul>li>.tit>span {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        flex: 1;
        text-align: center;
        cursor: pointer;
    }

    .sidebar>ul>li>.tit i {
        position: absolute;
        width: 1em;
        height: 1em;
        right: 1em;
        top:50%;
      margin-top:-0.5em;
        background: url(../images/arrow5.png) no-repeat center;
        background-size: contain;
        transform: rotate(-90deg);
        cursor: pointer;
        transition: all .3s;
    }

    .sidebar>ul>li.on>.tit i {
        background-image: url(../images/arrow6.png);
        transform: rotate(90deg);
    }

    .sidebar>ul>li:hover>.tit i {
        background-image: url(../images/arrow6.png);
    }
    
    .sidebar>ul>li.on>.tit {
        background-image: url(../images/sidebar-titbg2.png);
        color: #FFF;
    }
    
    .sidebar .submenu {
        background: #d9f0f2;
        margin-left: .15rem;
        margin-right: .15rem;
        line-height: .7rem;
        font-size: .22rem;
    }
    
    .sidebar .submenu a {
        border-bottom: 1px #b4dade solid;
    }
    
    .sidebar .submenu a:last-child {
        border-bottom: 0;
    }
    
    .sidebar .submenu a.on {
        color: #61a7af;
    }
    
    .sidebar .submenu a.on::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background-color: #61a7af;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        margin-right: .3rem;
    }
    
    .sidebar .submenu a.on::after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background-color: #61a7af;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        margin-left: .3rem;
    }

    /* .sidebar>ul>li.on .submenu {
        display: block;
    } */
    
    .pub-content {
        margin-top: .5rem;
      overflow: hidden;
    }
    
    .page {
        margin-top: .7rem;
        line-height: .3rem;
        font-size: .16rem;
        margin-bottom: .6rem;
    }
    
    .page a {
        border: 1px #83C6CD solid;
        width: .3rem;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        height: .3rem;
        margin: 0 .05rem;
    }
    
    .page .idx,
    .page .last {
        width: .48rem;
    }
    
    .page .prev,
    .page .next {
        background: url(../images/arrow.png)no-repeat center;
        background-size: .1rem;
    }
    
    .page .prev {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    .page .on {
        background-color: #6ab6bd;
        color: #FFF;
        border-color: #6ab6bd;
    }
    
    .pub-title {
        line-height: .76rem;
        background: url(../images/line1.png)no-repeat right bottom;
        background-size: auto .24rem;
        margin-bottom: .25rem;
    }
    
    .pub-title .title {
        font-size: .32rem;
        color: #79b6bd;
    }
    
    .crumbs {
        font-size: .16rem;
        color: #79b6bd;
        background: url(../images/home1.png)no-repeat left center;
        background-size: .17rem;
        padding-left: .25rem;
    }
    
    .crumbs a {
        color: #000;
        margin-right: .1rem;
    }
    
    .crumbs a::after {
        content: '-';
        margin-left: .1rem;
    }
    .crumbs a:nth-last-of-type(1):after{
        display: none;
    }
    .crumbs.nry a:nth-last-of-type(1):after{
        display:inline;
    }
    .txt-list .item {
        border-bottom: 1px #d0d2d2 solid;
        padding-bottom: .28rem;
        margin-bottom: .25rem;
    }
    
    .txt-list .item .date {
        width: 1.25rem;
        height: 1.09rem;
        background: url(../images/date1.png)no-repeat center;
        background-size: 100% 100%;
        font-size: .14rem;
        color: #FFF;
        line-height: 1;
        margin-right: .1rem;
        text-indent: -.6em;
    }
    
    .txt-list .item .date span {
        font-size: .3rem;
        font-family: 'SourceHanSerifCN-Bold';
        margin-bottom: .05rem;
        margin-top: -.2em;
    }
    
    .txt-list .item .tit {
        font-size: .22rem;
        line-height: 1;
       
    }
    
    .txt-list .item .des {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        margin-top: .15rem;
        line-height: 1.6;
        font-size: .16rem;
    }
    
    .img-list .item {
        margin-bottom: .25rem;
        background-color: rgba(255, 255, 255, .5);
        padding: .2rem;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .05);
    }
    
    .img-list .item::after {
        content: '';
        position: absolute;
        right: 2px;
        top: 2px;
        width: .6rem;
        height: .6rem;
        background: url(../images/tbg1.png)no-repeat center;
        background-size: 100%;
        z-index: 2;
    }
    
    .img-list .item .pic {
        width: 2rem;
        padding-top: 12%;
        margin-right: .35rem;
        overflow: hidden;
    }
    
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .img-list .item .tit {
        font-size: .22rem;
        line-height: 1;
    }
    
    .img-list .item .date {
        color: #79b6bd;
        font-size: .12rem;
        line-height: 1.4;
        margin-top: .1rem;
    }
    
    .img-list .item .des {
        font-size: .16rem;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        line-height: 1.7;
        margin-top: .05rem;
        color: #666;
    }
    
    .details {
        margin-top: .3rem;
        margin-bottom: .6rem;
      overflow: hidden;
    }
    
    .details h1 {
        font-size: .24rem;
        line-height: 1.3;
        color: #79b6bd;
    }
    
    .details .info {
        background-color: rgba(255, 255, 255, .7);
        width: 100%;
        line-height: .45rem;
        margin-top: .3rem;
        font-size: .14rem;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
    }
    
    .details .info span {
        margin-right: .2rem;
        color: #666666;
    }
    
    .details .info span:last-child {
        margin-right: 0;
    }
    .txt-list,
.teacher-list,
.img-list,
.details .body{
 min-height:4.5rem;
}
    .details .body {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        line-height: 2;
        margin-top: .4rem;
        font-size: .16rem;
    }
    
   .details .body p {
    font-family: 'AlibabaPuHuiTi-2-55-Regular'!important;
    line-height: 2!important;
    font-size: 18px!important;
    text-indent: 0.36rem;
}

.details .body p span {
    font-family: 'AlibabaPuHuiTi-2-55-Regular'!important;
    line-height: 2!important;
    font-size: 18px!important;
    word-break: break-all;
}

.details .body img {
    max-width: 100%;
    height: auto!important;
}
.details .body p.vsbcontent_img{
      text-align: center;
    text-indent: 0rem;
}


.details .body table{
   margin:auto;
  border-spacing:1px;background:#e6e6e6;
}
.details .body table td{
   box-sizing:border-box;padding:5px;background:#fff;
}
.details .body table td p{
    margin-bottom: 0;
    text-indent: 0rem;
}

.details .body iframe{
     margin: auto;
    display: block;
    max-width: 100%;
}


    .details .prev {
        margin-top: .4rem;
    }
    
    .details .prev a {
        background-color: #f4f9f9;
        width: 1.8rem;
        height: .5rem;
        color: #6ab6bd;
        font-size: .16rem;
    }
    
    .details .prev a.first::before {
        content: '';
        width: .16rem;
        height: .12rem;
        background: url(../images/arrow2.png)no-repeat center;
        background-size: 100%;
        margin-right: .1rem;
    }
    
    .details .prev a.last::after {
        content: '';
        width: .16rem;
        height: .12rem;
        background: url(../images/arrow2.png)no-repeat center;
        background-size: 100%;
        margin-left: .1rem;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    .teacher-list .item {
        width: 48.5%;
        margin-top: .3rem;
        background-color: rgba(255, 255, 255, .5);
        padding: .25rem .3rem;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .05);
    }
    
    .teacher-list .item .pic {
        width: 1.38rem;
        overflow: hidden;
        margin-right: .25rem;
        height: 1.38rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
.teacher-list .item .pic img{
  max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%);
}


     .teacher-list .item .flex-1{
  float: right;
    width: calc(100% - 1.63rem);
    overflow: hidden;
} 
    .teacher-list .item .name {
        font-size: .16rem;
           overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
    .teacher-list .item .name span {
        font-size: .22rem;
        margin-right: .1rem;
     line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
    .teacher-list .item .des {
        font-size: .16rem;
        line-height: 1.6;
        margin-top: .15rem;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        opacity: .7;
    }
    
    .teacher-list .item::after {
        content: '';
        position: absolute;
        right: 2px;
        top: 2px;
        width: .6rem;
        height: .6rem;
        background: url(../images/tbg1.png)no-repeat center;
        background-size: 100%;
        z-index: 2;
    }
    
    .teacher-list .item::before {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 2px;
        width: .6rem;
        height: .6rem;
        background: url(../images/tbg1.png)no-repeat center;
        background-size: 100%;
        z-index: 2;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    

 .mb-show {
        display: none;
    }




    @media (min-width: 1025px) {
        .sidebar>ul>li:hover>.tit {
            background-image: url(../images/sidebar-titbg2.png);
            color: #FFF;
        }
        .crumbs a:hover {
            color: #6ab6bd;
        }
        .img-list .item:hover .pic:before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }
        .img-list .item:hover .pic img,
        .teacher-list .item:hover .pic img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }
        .txt-list .item:hover {
            border-bottom-color: #61a7af;
        }
        .txt-list .item:hover,
        .txt-list .item:hover .des {
            color: #61a7af;
        }
        .txt-list .item:hover .date {
            background-image: url(../images/date2.png);
        }
        .img-list .item:hover {
            background-color: #95c6cb;
        }
        .img-list .item:hover .tit,
        .img-list .item:hover .date,
        .img-list .item:hover .des,
        .teacher-list .item:hover {
            color: #FFF;
        }
        .img-list .item:hover::after,
        .teacher-list .item:hover::after,
        .teacher-list .item:hover::before {
            background-image: url(../images/tbg2.png);
        }
        .teacher-list .item:hover {
            background-color: #95c6cb;
        }
    }
    
    @media (max-width:1199px) {
       .mb-show {
    display: block;
}
        .banner {
            margin-top: 0;
        }
        .banner .swiper-button-next,
        .banner .swiper-button-prev {
            width: 40px;
            height: 40px;
            background-size: 18px;
        }
        .banner .swiper-button-next {
            right: .2rem;
        }
        .banner .swiper-button-prev {
            left: .2rem;
        }
        .banner .swiper-slide {
            height: auto;
        }
        .page {
            line-height: 22px;
        }
        .page a {
            width: 24px;
            height: 24px;
        }
        .page .idx,
        .page .last {
            width: 50px;
        }
        .page,
        .crumbs,
        .txt-list .item .date,
        .txt-list .item .des,
        .img-list .item .date,
        .img-list .item .des,
        .details .info,
        .teacher-list .item .name,
        .teacher-list .item .des {
            font-size: 12px;
        }
        .n-banner {
            margin-top: .3rem;
        }
        .sidebar .title {
            font-size: 24px;
        }
    .pub-title{
   background-size: 100% .24rem;
}
        .pub-title .title {
            font-size: 20px;
        }
        .sidebar>ul>li>.tit,
        .teacher-list .item .name span {
            font-size: 16px;
        }
        .sidebar .submenu,
        .txt-list .item .tit,
        .img-list .item .tit,
        .details .body,
        .details .prev a {
            font-size: 14px;
        }
        .sidebar .submenu {
            line-height: 40px;
        }
        .sidebar>ul>li>.tit {
            /* line-height: 46px; */
            min-height: 46px;
        }
        .txt-list .item .date span,
        .details h1 {
            font-size: 18px;
        }
        .txt-list .item .date {
            width: 85px;
            height: 74px;
        }
        .img-list .item .pic {
            width: 30%;
            padding-top: 18%;
        }
        .img-list .item .date {
            margin-top: 15px;
        }
        .img-list .item .des {
            margin-top: 10px;
        }
        .details .info {
            line-height: 24px;
        }
        .details .prev a {
            width: 110px;
            height: 30px;
        }
        .details .prev a.last::after,
        .details .prev a.first::before {
            width: 16px;
            height: 12px;
        }
        .teacher-list .item .pic {
            /*width: 30%;
            height: auto;
            padding-top: 30%;*/
        }
         /*.teacher-list .item .pic img {
            position: absolute;
            left: 0;
            top: 0;
        }*/
        .sidebar>ul>li.on>.tit {
            background: #80b9c0;
        }
    }
    
    @media (max-width:950px) {
        .sidebar {
            width: 100%;
            background-color: #edfbfc;
            padding: 0;
            margin-top: .3rem;
            min-height: 0;
            margin-right: 0;
        }
        .sidebar::after {
            display: none;
        }
        .sidebar .title {
            background-color: #80b9c0;
            line-height: 48px;
            text-align: left;
            padding-left: .2rem;
        }
        .sidebar .title::after {
            content: '';
            position: absolute;
            right: .2rem;
            top: 50%;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            background: url(../images/arrow1.png)no-repeat center;
            background-size: 100%;
        }
        .sidebar .title {
            font-size: 20px;
        }
        .sidebar>ul {
            display: none;
        }
        .sidebar>ul>li>.tit {
            min-height: 40px;
            /* line-height: 40px; */
            background: none;
            border-bottom: 1px #c4e0e0 solid;
            padding-left: 3em;
            padding-right: 3em;
        }
        .sidebar>ul>li>.tit i {
            width: 1.5em;
            height: 1.5em;
        }
        .sidebar>ul>li:hover>.tit {
            color: #fff;
            background: #80b9c0;
        }
        .sidebar>ul>li>.tit:last-child {
            border-bottom: 0;
        }
        .pub-title .title {
            font-size: 18px;
        }

.pub-content{
     width: 100%;
    overflow: initial;
}
    }
    
    @media (max-width:767px) {
        .crumbs {
            display: none;
        }
        .pub-content {
            margin-top: .2rem;
        }
.teacher-list .item{
  width: 100%;
}
    }
    
    @media (max-width:540px) {
        .img-list .item {
            display: block;
        }
        .img-list .item .pic {
            width: 100%;
            margin-right: 0;
            padding-top: 60%;
            margin-bottom: .3rem;
        }
        .img-list .item::after {
            display: none;
        }
        .teacher-list .item {
            width: 100%;
        }
    }
    
    .home-pageone {
        background: url(../images/bg1.png)no-repeat left bottom;
        background-size: 4.8rem;
        padding-top: .8rem;
        padding-bottom: .55rem;
    }
    
    .home-title {
        z-index: 9;
        padding-left: .28rem;
    }
    
    .home-title::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: .65rem;
        height: .65rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-image: linear-gradient(130deg, #e4c59a, rgba(228, 197, 154, 0));
        z-index: -1;
    }
    
    .home-title .more {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: .18rem;
        font-family: 'SourceHanSerifCN-Bold';
        line-height: 1;
        color: #6ab6bd;
        background: url(../images/more.png)no-repeat left center;
        background-size: .24rem;
        padding-left: .3rem;
        line-height: .3rem;
    }
    
    .home-title .en {
        text-transform: uppercase;
        font-family: 'Barlow-ExtraBold';
        font-size: .48rem;
        line-height: 1;
        background: -webkit-linear-gradient( #6ab6bd, rgba(106, 182, 189, 0));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: .5rem;
        height: 1.2em;
    }
    
    .home-title .cn {
        font-size: .36rem;
        font-family: 'SourceHanSerifCN-Bold';
        z-index: 2;
        margin-top: -.35rem;
        line-height: 1;
    }
    
    .home-title .cn span {
        font-size: .53rem;
    }
    
    .home-title .cn::after {
        content: '';
        position: absolute;
        right: -.35rem;
        bottom: 0;
        width: .47rem;
        height: .12rem;
        background: url(../images/line2.png)no-repeat right center;
        background-size: 100%;
    }
    
    .home-news .home-title {
        position: absolute;
        left: 8.2rem;
        top: -.1rem;
        right: 0;
    }
    
    .home-news .focus {
        width: 7.8rem;
        z-index: 1;
    }
     .home-news{
   margin-bottom:0.45rem;
}
    .home-news .focus .swiper-container {
        padding-bottom: .2rem;
    }
    
    .home-news .focus .pic {
        overflow: hidden;
        padding-top: 56.45%;
    }
    
    .home-news .focus .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-news .focus .text-con {
        margin-left: .6rem;
        background-color: #FFF;
        height: 1.6rem;
        box-shadow: 0 .05rem .2rem rgba(106, 182, 189, .3);
        padding-left: .9rem;
        padding-right: .5rem;
    }
    
    .home-news .focus .date {
        position: absolute;
        left: -.6rem;
        top: -.5rem;
        width: .95rem;
        height: .95rem;
        background: url(../images/date3.png)no-repeat center;
        background-size: 100%;
        color: #FFF;
        font-size: .14rem;
        font-family: 'SourceHanSerifCN-Bold';
        line-height: 1.3;
    }
    
    .home-news .focus .date span {
        font-size: .34rem;
    }
    
    .home-news .focus .tit {
        font-size: .24rem;
        line-height: 1.7;
        color: #6ab6bd;
    }
    
    .home-news .focus .swiper-pagination {
        width: auto;
        bottom: .4rem;
        width: 7px;
        left: .8rem;
    }
    
    .home-news .focus .swiper-pagination-bullet {
        height: 7px;
        display: block;
        background-color: #6ab6bd;
        margin: .05rem 0 !important;
    }
    
    .home-news .con {
        margin-top: .9rem;
        z-index: 10;
        background-color: #FFF;
        padding-left: .6rem;
        margin-bottom: .2rem;
        padding-right: .5rem;
        padding-top: .2rem;
    }
    
    .home-news .shadow {
        position: absolute;
        width: .4rem;
        height: 1.4rem;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
        left: 7.8rem;
        bottom: .35rem;
        box-shadow: -.05rem 0 .2rem rgba(0, 0, 0, .2);
        z-index: 2;
    }
    
    .home-news .con .item {
        border-bottom: 1px #e4e4e4 solid;
        margin-top: .3rem;
        padding-bottom: .25rem;
    }
    
    .home-news .con .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .home-news .con .item .date {
        font-size: .14rem;
        color: #6ab6bd;
        line-height: 1.2;
        font-family: 'SourceHanSerifCN-Bold';
        z-index: 10;
        margin-right: .4rem;
    }
    
    .home-news .con .item .date span {
        font-size: .34rem;
    }
    
    .home-news .con .item .date::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 10px;
        background-color: #f5e8d8;
        z-index: -1;
    }
    
    .home-party,
    .home-teach {
        margin-top: .45rem;
    }
    
    .home-party {
        width: 6.8rem;
    }
    
    .home-party .content {
        margin-top: .55rem;
    }
    
    .home-party .item {
        border-bottom: 1px #e0e0e0 solid;
        padding-bottom: .35rem;
        margin-bottom: .35rem;
    }
    
    .home-party .item .date {
        font-size: .16rem;
        font-family: 'SourceHanSerifCN-Bold';
        z-index: 9;
        color: #83c7ce;
        line-height: 1;
        padding: 0 .05rem;
        margin-right: .2rem;
    }
    
    .home-party .item .tit {
        line-height: 1;
    }
    
    .home-party .item .date::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 10px;
        background-color: #f5e8d8;
        z-index: -1;
    }
    
    .home-party .first .pic {
        margin-right: .2rem;
        width: 2.8rem;
        overflow: hidden;
        padding-top: 23.5%;
    }
    
    .home-party .first .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-party .first .date span {
        font-size: .3rem;
        margin-right: .1rem;
    }
    
    .home-party .first .tit {
        line-height: 1.5;
        margin-top: .2rem;
    }
    
    .home-party .first .arrow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: .4rem;
        height: .16rem;
        background: url(../images/arrow3.png)no-repeat right center;
        background-size: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-teach {
        width: 6.7rem;
    }
    
    .home-teach .content {
        margin-top: .65rem;
    }
    
    .home-teach .card {
        width: 48.5%;
        padding: .4rem .2rem .7rem .2rem;
        background-image: linear-gradient(130deg, #fffeef, #e4f6f7);
        margin-top: .2rem;
    }
    
    .home-teach .card .pic {
        overflow: hidden;
        padding-top: 56%;
        margin-top: -.7rem;
        margin-bottom: .2rem;
    }
    
    .home-teach .card .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-teach .card .date {
        font-size: .16rem;
        color: #6ab6bd;
        line-height: 1;
        font-family: 'SourceHanSerifCN-Bold';
    }
    
    .home-teach .card .tit {
        line-height: 1.5;
        margin-top: .15rem;
        height: .6rem;
    }
    
    .home-teach .card .arrow {
        position: absolute;
        left: .2rem;
        bottom: .3rem;
        width: .4rem;
        height: .16rem;
        background: url(../images/arrow3.png)no-repeat left center;
        background-size: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-pagetwo {
        background: url(../images/bg2.png)no-repeat center top;
        background-size: 100%;
        padding-top: .85rem;
    }
    
    .home-team {
        width: 6.8rem;
    }
    
    .home-team .first {
        margin-top: .5rem;
        overflow: hidden;
        padding-top: 56%;
    }
    
    .home-team .first img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-team .first .date {
        position: absolute;
        left: 0;
        top: .2rem;
        font-size: .18rem;
        font-family: 'SourceHanSerifCN-Bold';
        line-height: .32rem;
        padding: 0 .1rem;
        color: #FFF;
        background-color: #6ab6bd;
    }
    
    .home-team .first::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-image: linear-gradient(rgba(106, 182, 189, 0), rgba(106, 182, 189, .6), rgba(106, 182, 189, 1));
        z-index: 1;
    }
    
    .home-team .first .tit {
        position: absolute;
        left: 0;
        bottom: .2rem;
        width: 100%;
        z-index: 2;
        color: #FFF;
        line-height: 1.5;
        font-size: .22rem;
        padding: 0 .2rem;
    }
    
    .home-team .content {
        margin-top: .4rem;
    }
    
    .home-team .item {
        padding-bottom: .38rem;
    }
    
    .home-team .item:last-child {
        margin-bottom: 0;
    }
    
    .home-team .item .date {
        font-size: .18rem;
        font-family: 'SourceHanSerifCN-Bold';
        z-index: 9;
        color: #83c7ce;
        line-height: 1;
        padding: 0 .05rem;
    }
    
    .home-team .item .tit {
        line-height: 1;
        margin-right: .2rem;
    }
    
    .home-team .item .date::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 10px;
        background-color: #f5e8d8;
        z-index: -1;
    }
    
    .home-research {
        width: 6.8rem;
    }
    
    .home-research .content {
        margin-top: .5rem;
    }
    
    .home-research .first {
        margin-bottom: .25rem;
    }
    
    .home-research .first .date {
        font-size: .16rem;
        font-family: 'SourceHanSerifCN-Bold';
        z-index: 9;
        color: #83c7ce;
        line-height: 1;
        padding: 0 .05rem;
        margin-right: .2rem;
    }
    
    .home-research .first .tit {
        line-height: 1;
    }
    
    .home-research .first .date::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 10px;
        background-color: #f5e8d8;
        z-index: -1;
    }
    
    .home-research .first .pic {
        margin-right: .2rem;
        width: 2.8rem;
        overflow: hidden;
        padding-top: 23.5%;
    }
    
    .home-research .first .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-research .first .date span {
        font-size: .3rem;
        margin-right: .1rem;
    }
    
    .home-research .first .tit {
        line-height: 1.5;
        margin-top: .2rem;
    }
    
    .home-research .first .arrow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: .4rem;
        height: .16rem;
        background: url(../images/arrow3.png)no-repeat right center;
        background-size: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-research .item {
        margin-bottom: .35rem;
    }
    
    .home-research .item:last-child {
        margin-bottom: 0;
    }
    
    .home-research .item .date {
        width: .8rem;
        height: .8rem;
        background-color: #bdd7cd;
        color: #FFF;
        font-family: 'SourceHanSerifCN-Bold';
        line-height: 1;
        font-size: .14rem;
        margin-right: .2rem;
    }
    
    .home-research .item .date span {
        font-size: .34rem;
        margin-bottom: .1rem;
    }
    
    .home-research .item .tit {
        border-bottom: 1px #b3bec0 solid;
    }
    
    .home-assessment {
        margin-top: .5rem;
    }
    
    .home-assessment .content {
        margin-left: -.2rem;
        margin-right: -.2rem;
    }
    
    .home-assessment .swiper-container {
        padding-top: .45rem;
        padding-bottom: .7rem;
        margin-top: .1rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    
    .home-assessment .swiper-slide>div {
        background-color: #FFF;
        padding: .38rem .35rem;
        height: 2rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        box-shadow: 0 0 .15rem rgba(106, 182, 189, .2);
    }
    
    .home-assessment .date {
        font-size: .16rem;
        color: #6ab6bd;
        line-height: 1;
    }
    
    .home-assessment .tit {
        line-height: 1.5;
        margin-top: .15rem;
    }
    
    .home-assessment .arrow {
        position: absolute;
        left: .35rem;
        bottom: .38rem;
        width: .4rem;
        height: .16rem;
        background: url(../images/arrow3.png)no-repeat left center;
        background-size: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-assessment .swiper-pagination {
        bottom: 0;
    }
    
    .home-assessment .swiper-pagination-bullet {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        opacity: 1;
        border: 1px #95c6cb solid;
        background: none;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        margin: 0 .08rem !important;
        width: 12px;
        height: 12px;
    }
    
    .home-assessment .swiper-pagination-bullet-active {
        background-color: #95c6cb;
    }
    
    .home-style {
        margin-top: .3rem;
    }
    
    .home-style .swiper-container {
        padding-top: .8rem;
        padding-bottom: 1.2rem;
    }
    
    .home-style .swiper-slide {
        transform-style: preserve-3d;
        perspective: 3.6rem;
    }
    
    .home-style .swiper-slide>div {
        background-color: #FFF;
        box-shadow: 0 0 .2rem rgba(106, 182, 189, .3);
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-style .swiper-slide-active,
    .home-style .swiper-slide-next,
    .home-style .swiper-slide-prev {
        padding-top: .3rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-style .swiper-slide-next,
    .home-style .swiper-slide-prev {
        transform-style: preserve-3d;
        /* perspective: 3.3rem; */
    }
    
    .home-style .swiper-slide>div {
        transform: rotateY(10deg);
        -webkit-transform: rotateY(10deg);
        -moz-transform: rotateY(10deg);
        -ms-transform: rotateY(10deg);
        -o-transform: rotateY(10deg);
    }
    
    .home-style .swiper-slide-prev>div {
        transform: rotateY(10deg);
        -webkit-transform: rotateY(10deg);
        -moz-transform: rotateY(10deg);
        -ms-transform: rotateY(10deg);
        -o-transform: rotateY(10deg);
    }
    
    .home-style .swiper-slide-next>div {
        transform: rotateY(-10deg);
        -webkit-transform: rotateY(-10deg);
        -moz-transform: rotateY(-10deg);
        -ms-transform: rotateY(-10deg);
        -o-transform: rotateY(-10deg);
    }
    
    .home-style .swiper-slide-next+.swiper-slide>div {
        transform: rotateY(-10deg);
        -webkit-transform: rotateY(-10deg);
        -moz-transform: rotateY(-10deg);
        -ms-transform: rotateY(-10deg);
        -o-transform: rotateY(-10deg);
    }
    
    .home-style .swiper-slide-active>div {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    
    .home-style .tit {
        line-height: .75rem;
        padding: 0 .15rem;
    }
    
    .home-style .pic {
        overflow: hidden;
        width: 100%;
        padding-top: 100%;
    }
    
    .home-style .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-style .button {
        height: .64rem;
        width: 10.12rem;
        background: url(../images/line3.png)no-repeat center top;
        background-size: 100%;
        margin-top: .3rem;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: 11;
    }
    
    .home-style .swiper-button-next,
    .home-style .swiper-button-prev {
        width: .64rem;
        height: .64rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: #83c7ce url(../images/next1.png)no-repeat center;
        background-size: .28rem;
        position: initial;
        margin-top: 0;
    }
    
    .home-style .swiper-button-prev {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        margin-right: .4rem;
    }
    
    .link {
        padding-top: 1.45rem;
        overflow: hidden;
        padding-bottom: .9rem;
        z-index: 10;
        margin-top: .9rem;
    }
    
    .link::after {
        content: '';
        position: absolute;
        left: -3rem;
        right: -3rem;
        bottom: -1rem;
        top: 0;
        border-radius: 40% 40% 0 0;
        -webkit-border-radius: 40% 40% 0 0;
        -moz-border-radius: 40% 40% 0 0;
        -ms-border-radius: 40% 40% 0 0;
        -o-border-radius: 40% 40% 0 0;
        background-color: #edf6f7;
    }
    
    .link .swiper-slide {
        height: 1.1rem;
        overflow: hidden;
    }
    
    .link .swiper-button-next,
    .link .swiper-button-prev {
        background: url(../images/next2.png)no-repeat center;
        background-size: 100%;
        width: .28rem;
        height: .25rem;
        margin-top: -.125rem;
    }
    
    .link .swiper-button-next {
        right: -.5rem;
    }
    
    .link .swiper-button-prev {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        left: -.5rem;
    }
    
    @media (min-width: 1025px) {
        .home-title .more:hover {
            text-decoration: underline;
        }
        .home-news .focus .swiper-slide:hover .pic:before,
        .home-party .first:hover .pic:before,
        .home-teach .card:hover .pic:before,
        .home-team .first:hover::before,
        .home-research .first:hover .pic:before,
        .home-style .swiper-slide:hover .pic:before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }
        .home-news .focus .swiper-slide:hover .pic img,
        .home-party .first:hover .pic img,
        .home-teach .card:hover .pic img,
        .home-team .first:hover img,
        .home-research .first:hover .pic img,
        .home-style .swiper-slide:hover .pic img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }
        .home-news .focus .swiper-slide:hover .tit {
            color: #333;
        }
        .home-teach .card:hover .arrow,
        .home-party .first:hover .arrow,
        .home-research .first:hover .arrow {
            transform: translateX(.2rem);
            -webkit-transform: translateX(.2rem);
            -moz-transform: translateX(.2rem);
            -ms-transform: translateX(.2rem);
            -o-transform: translateX(.2rem);
        }
        .home-research .item:hover .date {
            background-color: #83c7ce;
        }
        .home-research .item:hover .tit {
            color: #83c7ce;
            border-bottom-color: #83c7ce;
        }
        .home-assessment .swiper-slide:hover>div {
            background: url(../images/tbg3.jpg)no-repeat right bottom;
            background-size: 100% 100%;
            transform: translateY(-.3rem);
            -webkit-transform: translateY(-.3rem);
            -moz-transform: translateY(-.3rem);
            -ms-transform: translateY(-.3rem);
            -o-transform: translateY(-.3rem);
            color: #FFF;
        }
        .home-assessment .swiper-slide:hover .date {
            color: #FFF;
        }
        .home-assessment .swiper-slide:hover .arrow {
            background-image: url(../images/arrow4.png);
            transform: translateX(.2rem);
            -webkit-transform: translateX(.2rem);
            -moz-transform: translateX(.2rem);
            -ms-transform: translateX(.2rem);
            -o-transform: translateX(.2rem);
        }
    }
    
    @media (max-width:1199px) {
        .home-news .focus .date {
            width: 64px;
            height: 64px;
        }
        .home-news .focus .date,
        .home-news .con .item .date,
        .home-title .more,
        .home-party .item .date,
        .home-party .item .date,
        .home-teach .card .date,
        .home-team .first .date,
        .home-team .item .date,
        .home-research .first .date,
        .home-research .item .date,
        .home-assessment .date {
            font-size: 12px;
        }
        .home-news .focus .tit,
        .home-team .first .tit {
            font-size: 14px;
        }
        .home-news .focus .date span,
        .home-news .con .item .date span,
        .home-party .item .date span,
        .home-research .first .date span,
        .home-research .item .date span {
            font-size: 18px;
        }
        .home-title .en {
            font-size: 28px;
        }
        .home-title .cn {
            font-size: 22px;
        }
        .home-title .cn span {
            font-size: 32px;
        }
        .home-teach .card .tit {
            height: 42px;
        }
        .home-team .first .date {
            line-height: 24px;
        }
        .home-research .item .date {
            width: 56px;
            height: 56px;
        }
        .home-assessment .swiper-container {
            margin-top: 0;
            padding-bottom: 40px;
        }
        .home-assessment .swiper-slide>div {
            padding: .25rem;
            height: 135px;
        }
        .home-assessment .arrow {
            bottom: .2rem;
            left: .25rem;
        }
        .link .swiper-button-next {
            right: .2rem;
        }
        .link .swiper-button-prev {
            left: .2rem;
        }
        .link {
            margin-top: .6rem;
            padding-top: 1rem;
            padding-bottom: .7rem;
        }
        .link::after {
            border-radius: 60% 60% 0 0;
            -webkit-border-radius: 60% 60% 0 0;
            -moz-border-radius: 60% 60% 0 0;
            -ms-border-radius: 60% 60% 0 0;
            -o-border-radius: 60% 60% 0 0;
        }

    .link .swiper-button-next,
    .link .swiper-button-prev {
        margin-top: 0;
       top:auto;
    bottom:-30px;
    }
    
    .link .swiper-button-next {
           right: 50%;
    margin-right: -0.4rem;
    }
    
    .link .swiper-button-prev {
       left: 50%;
    margin-left: -0.4rem;
    }




        .home-style .swiper-slide>div {
            transform: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
        }
        .home-style .swiper-slide-active,
        .home-style .swiper-slide-next,
        .home-style .swiper-slide-prev {
            padding-top: 0;
        }
        .home-style .tit {
            line-height: 50px;
        }
        .home-style .swiper-button-next,
        .home-style .swiper-button-prev {
            width: 40px;
            height: 40px;
        }
    }
    
    @media (max-width:950px) {
        .home-news .home-title {
            position: inherit;
            left: auto;
        }
        .home-news .focus {
            width: 100%;
            margin-top: .2rem;
        }
        .home-news .focus .text-con {
            height: 90px;
        }
        .home-news .con {
            padding-left: .3rem;
            padding-right: .3rem;
            margin-top: 0rem;
        }
        .home-party,
        .home-teach,
        .home-team,
        .home-research {
            width: 100%;
        }
        .home-party .first .pic,
        .home-research .first .pic {
            width: 38%;
        }
        .home-research {
            margin-top: .3rem;
        }

   .sidebar .title.cur::after {
    transform: translateY(-50%) rotate(90deg);
}
    }
    
    @media (max-width:767px) {
        .home-news .con {
            margin-top: 0;
        }
        .home-pagetwo {
            padding-top: .5rem;
        }
        .home-style .swiper-container,
        .home-pageone {
            padding-top: .4rem;
        }
    }
    
    @media(max-width:540px) {
        .home-party .first .pic,
        .home-research .first .pic {
            width: 100%;
            padding-top: 55%;
            margin-right: 0;
            margin-bottom: .2rem;
        }
        .home-teach .card {
            width: 100%;
        }
        .home-teach .card .pic {
            margin-top: 0;
        }
        .home-party .content,
        .home-teach .content {
            margin-top: .3rem;
        }
        .home-teach .card:first-child {
            margin-top: 0;
        }
    }


.teacher-list .item:hover .pic img{
 transform: translate(-50%, -50%) scale(1.05);
}


.pb_sys_common .p_t{
  margin-bottom:5px!important;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #6ab6bd!important;
    background-color: #6ab6bd!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a,
.pb_sys_common .p_goto input, .pb_sys_common .p_search input,
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #6ab6bd!important;
  margin-bottom:5px!important;
}


.ie-tip{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  z-index:999998;
  display: none;
}
.ie-tip .i-cont{
  width:600px;
  height:300px;
  position:fixed;
  top:50%;
  left:50%;
  margin:-150px 0 0 -300px;
  line-height: 1.8;
  color:#000;
  z-index:999999;
  text-align:center;
}
.ie-tip p{
  padding-top:10px;
  color:#000;
  width: 420px;
  margin:10px auto;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .home-party .item .tit,
  .home-team .item .tit,
  .img-list .item .tit {
    max-height: 1em;
    overflow: hidden;
  }
  .home-party .first .tit,
  .home-team .first .tit {
    max-height: 3em;
  }
  .home-assessment .tit {
    max-height: 3em;
    overflow: hidden;
  }
  .home-style .tit {
    max-height: .75rem;
    overflow: hidden;
  }
.teacher-list .item .name{
   max-height: .31rem;
    overflow: hidden;
}
.teacher-list .item .des{
     max-height: .75rem;
    overflow: hidden;
}
  .home-news .focus .pic img,
.home-research .first .pic img,
.home-style .pic img,
  .home-edu .focus .pic img,
  .home-rec .pic img,
  .img-list .item .pic img{
    font-family: 'object-fit: cover;';
  }
}