    @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-Bold.woff');
    }
    

    
    @font-face {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
    }
    /*åŽŸæ–‡ä»¶é…ç½®*/
    
    body {
        color: #111;
        background: #FFFFFF;
        font: .2rem 'SourceHanSerifCN-SemiBold', 'Microsoft YaHei', arial, sans-serif;
        min-width: 320px;
    }
    
    a {
        color: #111;
        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: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    
    .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: space-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: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.2rem;
        z-index: 999;
        padding-left: .4rem;
        border-bottom: 1px rgba(255, 255, 255, .4) solid;
    }
    
    .header::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 180%;
        background-image: linear-gradient(#60a7ae 40%, rgba(96, 167, 174, 0));
        z-index: -1;
    }
    
    .header .logo img {
        height: .75rem;
    }
    
    .header .top {
        justify-content: flex-end;
        font-family: 'SourceHanSerifCN-Regular';
        margin-left: auto;
    }
    
    .header .home {
        background: url(../images/home.png)no-repeat left center;
        padding-left: .25rem;
        color: #FFF;
        margin-right: .3rem;
    }
    
    .header .email {
        background: url(../images/email.png)no-repeat left center;
        padding-left: .25rem;
        color: #FFF;
        margin-right: .3rem;
    }
    
    .search-con {
        width: 3.3rem;
        height: .48rem;
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        -ms-border-radius: .25rem;
        -o-border-radius: .25rem;
        background-color: rgba(0, 0, 0, .2);
        overflow: hidden;
        margin-right: .3rem;
    }
    
    .search-con input[type='text'] {
        width: 100%;
        background: none;
        padding-left: 20px;
        color: #FFF;
    }
    
    .search-con input[type='submit'] {
        width: .6rem;
        background: url(../images/search.png)no-repeat center;
        background-size: .23rem;
    }
    
    .header.fixed,
    .header.on {
        background-color: #60a7ae;
    }
    
    .header.fixed::after,
    .header.on::after {
        display: none;
    }
    
    .menu-btn {
        background: url(../images/menu.png)no-repeat center;
        width: 1.15rem;
        height: 1.2rem;
        background-size: .43rem;
        border-left: 1px rgba(255, 255, 255, .4) solid;
        transition: all .5rem;
        -webkit-transition: all .5rem;
        -moz-transition: all .5rem;
        -ms-transition: all .5rem;
        -o-transition: all .5rem;
    }
    
    .menu-btn.close {
        background-image: url(../images/close.png);
    }
    
    .m-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: #60a7ae;
        z-index: 101;
        padding: 1.4rem .8rem .6rem .8rem;
    }
    
    .m-nav .logo img {
        height: .73rem;
    }
    
    .m-nav .close {
        width: .35rem;
        height: .35rem;
        position: absolute;
        right: .6rem;
        top: .5rem;
        background: url(../images/close.png)no-repeat center;
        background-size: 100%;
    }
    
    .m-nav .search-con {
        width: 100%;
        display: none;
    }
    
    .m-nav ul {
        margin-top: .6rem;
    }
    
    .m-nav li {
        white-space: nowrap;
    }
    
    .m-nav li>a {
        color: #FFF;
         text-align: center;
    }
    
    .m-nav .drop {
        margin-top: .3rem;
        line-height: 2.4;
    }
    
    .m-nav .drop>a {
        line-height: 2.4;
        color: #FFF;
        font-size: .16rem;
    }
    
    .nav {
        position: absolute;
        left: .75rem;
        right: .75rem;
        bottom: .4rem;
        z-index: 9;
        height: 1.22rem;
        background: url(../images/nav-bg.png)no-repeat center top;
        background-size: 100% 100%;
        padding-top: .4rem;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    
    .nav .icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: .35rem;
        height: .22rem;
        background: url(../images/arrow1.png)no-repeat center;
        background-size: 100%;
        top: .2rem;
    }
    
    .nav li>a {
        line-height: .8rem;
        color: #0d324e;
    }
    /* .nav .drop {
    width: 100%;
    left: 0;
    top: 60px;
    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: rgba(117, 116, 116, .5);
    padding: 20px;
    line-height: 2;
} */
    
    .footer {
        background: url(../images/footer-bg.jpg)no-repeat center;
        background-size: cover;
        padding-top: .7rem;
        font-family: 'SourceHanSerifCN-Regular';
    }
    
    .footer .copyright {
        font-size: .16rem;
        line-height: 1.5;
        padding: .3rem 0;
        margin-top: .5rem;
        border-top: 1px #97abac solid;
    }
    
    .footer .copyright a {
        margin-left: .2rem;
    }
    
    .footer .text {
        font-size: .18rem;
        text-align: right;
        line-height: 1.7;
        margin-right: .6rem;
    }
    
    .footer .erwma {
        width: .83rem;
    }
    
    .footer .erwma .pic {
        overflow: hidden;
        height: .83rem;
    }
    
    .footer .erwma .pic img {
        width: 100%;
    }
    
    .footer .erwma .tit {
        line-height: 1;
        font-size: .16rem;
        margin-top: .1rem;
    }
    
    .footer .logo img {
        height: .75rem;
    }
    
    @media (min-width:1025px) {
        .header .home:hover,
        .header .email:hover {
            color: rgba(255, 255, 255, .7);
        }
        .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);
        }
        .m-nav li:hover>a,
        .m-nav .drop>a:hover,
        .nav li:hover>a {
            opacity: .7;
        }
    }
    
    @media (max-width:1199px) {
        .container {
            padding-left: .2rem;
            padding-right: .2rem;
        }
        .header {
            padding-left: .2rem;
        }
        .header::after {
            height: 120%;
        }
        .menu-btn {
            width: 75px;
            background-size: 28px;
        }
        .nav,
        .header .email,
        .header .home,
        .header .search-con {
            display: none;
        }
        .m-nav {
            width: 100%;
            left: 0;
            overflow-y: scroll!important;
            z-index: 999;
            padding: .2rem .3rem;
            top: 1.2rem;
            height: calc(100vh - 1.2rem);
            /* background-color: #FFF; */
        }
        .m-nav .search-con {
            display: flex;
            height: 40px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
        }
        .search-con input[type='submit'] {
            width: 60px;
            background-size: 20px;
        }
        .m-nav ul {
            margin-top: 0;
        }
        .m-nav li {
            width: 100%;
        }
        .m-nav li>a {
            line-height: 60px;
            font-size: 16px;
              text-align:left;
        }
        .m-nav .arrow {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            width: 20px;
        }
        .m-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%);
        }
        .m-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);
        }
        .m-nav .drop {
            position: static;
            left: auto;
            transform: translate(0, 0);
            opacity: 1;
            width: 100%;
            display: none;
            text-align: left;
            background: none;
            margin-top: 0;
        }
        .m-nav .drop>a {
            padding-left: 20px;
        }
        .m-nav .drop>a {
            font-size: 14px;
        }
        .footer .copyright,
        .footer .erwma .tit,
        .footer .text {
            font-size: 12px;
        }
        .footer .erwma {
            width: 75px;
        }
        .footer .erwma .pic {
            height: 75px;
        }
    }
    
    @media (max-width:767px) {
        .header,
        .menu-btn {
            height: 65px;
        }
        .m-nav {
            top: 65px;
            height: calc(100vh - 65px);
        }
        .header .logo img,
        .footer .logo img {
            height: 38px;
        }
        .footer {
            padding-top: .3rem;
        }
        .footer .copyright {
            margin-top: .3rem;
        }
        .footer .text {
            margin-right: 0;
        }
        .footer .erwma {
            /* display: none; */
            margin-left: 2em;
        }
    }
    
    @media (max-width:540px) {
        .footer .logo {
            width: 100%;
            justify-content: center;
        }
        .footer .info {
            margin-top: .2rem;
        }
        .footer .info,
        .footer .text {
            width: 100%;
            text-align: center;
        }
        .footer .info {
            flex-direction: column;
        }
        .footer .erwma {
            margin-left: 0;
            margin-top: 1em;
        }
    }
    
    .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%;
        }
    }
    
    .banner,
    .n-banner {
        overflow: hidden;
    }
    
    .banner img,
    .n-banner img {
        width: 100%;
    }
    
    .pub-bg {
        background: url(../images/pub-bg.jpg)no-repeat center top;
        background-size: 100%;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    
    .sidebar {
        width: 3.6rem;
        margin-right: .6rem;
        min-height: 8rem;
        background: #98d5de url(../images/s-bg.jpg)no-repeat left bottom;
        border-top: 4px #e4ba83 solid;
        background-size: 100%;
    }
    
    .sidebar .title {
        line-height: .9rem;
        background: url(../images/titbg1.jpg)no-repeat left center;
        background-size: cover;
        padding-left: .5rem;
        font-size: .36rem;
        color: #FFF;
        font-family: 'SourceHanSerifCN-Bold';
    }
    
    .sidebar>ul {
        padding-left: 1px;
        padding-right: 1px;
    }
    
    .sidebar li>a {
        line-height: .95rem;
        color: #FFF;
        padding-left: .5rem;
        font-size: .28rem;
        border-bottom: 1px rgba(255, 255, 255, .4) solid;
    }
    
    .sidebar li .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: .6rem;
        height: .95rem;
        z-index: 9;
        cursor: pointer;
    }
    
    .sidebar li .arrow::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: .2rem;
        height: .2rem;
        background: url(../images/arrow.png)no-repeat center;
        background-size: 100%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    
    .sidebar li.on .arrow::after {
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
    }
    
    .sidebar .submenu {
        background-color: #c3e3e8;
        font-size: .24rem;
        line-height: .75rem;
    }
    
    .sidebar .submenu a {
        padding-left: .8rem;
        border-bottom: 1px #accfd3 solid;
        color: #6ab6bd;
    }
    
    .sidebar .submenu a.on {
        color: #000;
    }
    
    .sidebar .submenu a.on::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: .3rem;
        width: .4rem;
        height: .16rem;
        background: url(../images/arrow2.png)no-repeat center;
        background-size: 100%;
    }
    
    .pub-title {
        margin-top: .32rem;
        border-bottom: 1px #cfd3d4 solid;
        line-height: 1.2;
    }
    
    .pub-title .title {
        font-size: .32rem;
        color: #6ab6bd;
        padding-bottom: .25rem;
    }
    
    .pub-title .title::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #98d5de;
    }
    
    .crumbs {
        font-size: .16rem;
        margin-top: .1rem;
        padding-left: .25rem;
        background: url(../images/home1.png)no-repeat left center;
        background-size: .17rem;
    }
    
    .crumbs a {
        margin-right: .05rem;
    }
    
    .crumbs a::after {
        content: '-';
        margin-left: .05rem;
    }
     .crumbs a:nth-last-of-type(1):after{
        display: none;
    }
 .crumbs.nry a:nth-last-of-type(1):after{
  display: inline;
}
    .crumbs span {
        color: #6ab6bd;
    }
    
    .page {
        margin-top: .5rem;
        line-height: .3rem;
        font-size: .16rem;
    }
    
    .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/arrow0.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;
    }
    
    .img-list .item {
        padding-bottom: .4rem;
        margin-top: .4rem;
        border-bottom: 1px #d2d3d3 solid;
    }
    
    .img-list .item .date {
        width: .68rem;
        height: .68rem;
        color: #FFF;
        background-color: #98d5de;
        font-size: .14rem;
        line-height: 1;
        margin-right: .2rem;
    }
    
    .img-list .item .date span {
        font-size: .3rem;
        margin-bottom: .05rem;
        font-family: 'SourceHanSerifCN-Bold';
    }
    
    .img-list .item .pic {
        overflow: hidden;
        margin-right: .25rem;
        width: 1.75rem;
        padding-top: 10%;
    }
    
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .img-list .item .tit {
        font-size: .22rem;
        line-height: 1.5;
    }
    
    .img-list .item .des {
        font-size: .16rem;
        color: #666;
        line-height: 1.6;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        margin-top: .1rem;
    }
    
    .txt-list .item {
        padding-bottom: .4rem;
        margin-top: .4rem;
        border-bottom: 1px #d2d3d3 solid;
    }
    
    .txt-list .item .date {
        width: .68rem;
        height: .68rem;
        color: #FFF;
        background-color: #98d5de;
        font-size: .14rem;
        line-height: 1;
        margin-right: .2rem;
    }
    
    .txt-list .item .date span {
        font-size: .3rem;
        margin-bottom: .05rem;
        font-family: 'SourceHanSerifCN-Bold';
    }
    
    .txt-list .item .tit {
        font-size: .22rem;
        line-height: 1.5;
    }
    
    .txt-list .item .des {
        font-size: .16rem;
        color: #666;
        line-height: 1.6;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        margin-top: .1rem;
    }
    
    .details {
        margin-top: .3rem;
        margin-bottom: .6rem;
    }
    
    .details h1 {
        font-size: .24rem;
        line-height: 1.3;
        color: #6ab6bd;
    }
    
    .details .info {
        background-color: #e7f3f4;
        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;
    }
    
    .details .body {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        line-height: 2;
        margin-top: .4rem;
        font-size: .16rem;
     min-height:4.5rem;
    }
    .details .body p{
 text-indent: 0.36rem;
}
.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 p.vsbcontent_img{
      text-align: center;
    text-indent: 0rem;
}

    .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/arrow3.png)no-repeat center;
        background-size: 100%;
        margin-right: .1rem;
    }
    
.details .prev a.last::after {
        content: '';
        width: .16rem;
        height: .12rem;
        background: url(../images/arrow3.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 {
        padding-left: .1rem;
    }
    
    .teacher-list .item {
        width: calc(48% - .3rem);
        margin-top: .7rem;
        background: #FFF;
        box-shadow: 0 0 .2rem rgba(196, 219, 223, .5);
        margin-left: .3rem;
        height: 1.8rem;
        padding-top: .25rem;
        padding-right: .4rem;
    }
    
    .teacher-list .item::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 4px;
        background-color: #6ab6bd;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        height: 0;
    }
    
    .teacher-list .item .pic-con {
        transform: translate(-.3rem, -.45rem);
        -webkit-transform: translate(-.3rem, -.45rem);
        -moz-transform: translate(-.3rem, -.45rem);
        -ms-transform: translate(-.3rem, -.45rem);
        -o-transform: translate(-.3rem, -.45rem);
        width: 1.4rem;
        z-index: 10;
    }
    
    .teacher-list .item .pic-con::after {
        content: '';
        position: absolute;
        left: -.1rem;
        top: -.1rem;
        width: 1.2rem;
        height: 1.3rem;
        background-image: linear-gradient(135deg, rgba(152, 213, 222, .7), rgba(152, 213, 222, 0));
        z-index: -1;
    }
    
    .teacher-list .item .pic-con .pic {
        width: 100%;
        overflow: hidden;
        padding-top: 136%;
        z-index: 9;
    }
    
    .teacher-list .item .pic-con .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .teacher-list .item .name {
        font-size: .16rem;
    }
    
    .teacher-list .item .name span {
        font-size: .22rem;
        margin-right: .1rem;
        font-family: 'SourceHanSerifCN-Bold';
    }
    
    .teacher-list .item .des {
        font-size: .16rem;
        line-height: 1.6;
        margin-top: .1rem;
        opacity: .7;
    }

.txt-list,
.img-list,
.teacher-list,
.details .body{
  min-height:4.5rem;
}
    @media (min-width:1025px) {
        .sidebar .submenu a:hover {
            color: #000;
        }
        .sidebar .submenu a:hover::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            right: .3rem;
            width: .4rem;
            height: .16rem;
            background: url(../images/arrow2.png)no-repeat center;
            background-size: 100%;
        }
        .sidebar li>a:hover {
            color: #000;
        }
        .img-list .item:hover {
            border-bottom-color: #5ca4ac;
        }
        .img-list .item:hover .date {
            background-color: #5ca4ac;
        }
        .img-list .item:hover .date::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #e4ba83;
        }
        .img-list .item:hover .pic::before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }
        .img-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);
        }
        .img-list .item:hover .tit,
        .img-list .item:hover .des,
        .txt-list .item:hover .tit,
        .txt-list .item:hover .des {
            color: #65a9b1;
        }
        .details .prev a:hover {
            background-color: #65a9b1;
            color: #FFF;
        }
        .details .prev a:hover::before,
        .details .prev a:hover::after {
            background-image: url(../images/arrow4.png);
        }
        .teacher-list .item:hover::after {
            height: 100%;
        }
    }
    
    @media (max-width:1199px) {
        .page,
        .crumbs,
        .img-list .item .date,
        .img-list .item .des,
        .txt-list .item .date,
        .txt-list .item .des,
        .details .info,
        .teacher-list .item .des,
        .teacher-list .item .name {
            font-size: 12px;
        }
        .page {
            line-height: 22px;
        }
        .page a {
            width: 24px;
            height: 24px;
        }
        .page .idx,
        .page .last {
            width: 50px;
        }
        .img-list .item .date,
        .txt-list .item .date {
            width: 50px;
            height: 50px;
        }
        .img-list .item .date span,
        .txt-list .item .date span,
        .details h1 {
            font-size: 18px;
        }
        .img-list .item .tit,
        .sidebar .submenu,
        .txt-list .item .tit,
        .details .body,
        .details .prev a {
            font-size: 14px;
        }
        .img-list .item .pic {
            width: 20%;
            padding-top: 12%;
        }
        .sidebar .title {
            font-size: 24px;
            line-height: 60px;
        }
        .sidebar li>a {
            font-size: 16px;
            line-height: 60px;
        }
        .sidebar .submenu {
            line-height: 40px;
        }
        .pub-title .title {
            font-size: 20px;
        }
        .details .info {
            line-height: 28px;
        }
        .details .prev a:last-child::after,
        .details .prev a:first-child::before {
            width: 11px;
            height: 9px;
        }
        .details .prev a {
            width: 122px;
            height: 34px;
        }
        .teacher-list .item .name span {
            font-size: 16px;
        }
        .teacher-list .item {
            height: 130px;
        }
    }
    
    @media (max-width:950px) {
        .pub-bg {
            padding-top: .3rem;
        }
        .sidebar {
            width: 100%;
            margin-top: 0;
            background: #98d5de;
            min-height: 0;
            margin-right: 0;
        }
        .sidebar .title {
            padding-left: .2rem;
        }
        .sidebar .title::after {
            content: '';
            position: absolute;
            right: .2rem;
            top: 50%;
            width: 20px;
            height: 20px;
            background: url(../images/arrow.png)no-repeat center;
            background-size: 100%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }
        .sidebar>ul {
            display: none;
        }
        .teacher-list .item .pic-con {
            width: 30%;
        }
        .teacher-list .item .pic-con::after {
            width: 65px;
            height: 70px;
        }

   .sidebar .title.cur::after{
   transform: translateY(-50%)  rotate(90deg);
}


    }
    
    @media (max-width:767px) {
        .teacher-list {
            padding-left: 0;
        }
        .teacher-list .item {
            margin-top: .5rem;
            padding-top: .2rem;
            padding-right: .2rem;
            width: calc(48% - .2rem);
        }
        .teacher-list .item .pic-con {
            transform: translate(-.15rem, -.3rem);
            -webkit-transform: translate(-.15rem, -.3rem);
            -moz-transform: translate(-.15rem, -.3rem);
            -ms-transform: translate(-.15rem, -.3rem);
            -o-transform: translate(-.15rem, -.3rem);
        }
        .teacher-list .item .pic-con {
            width: 35%;
        }
        .teacher-list .item .des {
            margin-top: 5px;
        }
    }
    
    @media (max-width:540px) {
        .img-list .item .pic {
            width: calc(100% - 50px - .2rem);
            margin-right: 0;
            padding-top: 50%;
        }
        .img-list .item .text-con {
            padding-left: 60px;
            margin-top: .2rem;
        }
        .details h1 {
            font-size: 16px;
        }
        .crumbs {
            display: none;
        }
        .teacher-list .item {
            width: 100%;
            height: auto;
            padding-right: .3rem;
        }
        .teacher-list .item .pic-con {
            width: 30%;
            margin-right: .2rem;
        }
    }
    
    .banner .swiper-button-white {
        background-size: .24rem;
    }
    
    .home-title .title {
        font-family: 'SourceHanSerifCN-Bold';
        line-height: 1;
    }
    
    .home-title .en {
        color: #e3b77f;
        font-size: .18rem;
        text-transform: uppercase;
    }
    
    .home-title .cn {
        font-size: .38rem;
        line-height: 1.2;
    }
    
    .home-title .title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -.2rem;
        width: 2.91rem;
        height: .52rem;
        background: url(../images/tbg2.png)no-repeat left bottom;
        background-size: 100%;
    }
    
    .home-title .more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        text-transform: uppercase;
        font-size: .18rem;
        color: #98d5de;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
    }
    
    @keyframes ani_turn2 {
        0% {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
        }
    }
    
    .home-title .more .arrow {
        width: .43rem;
        height: .43rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-left: .1rem;
    }
    
    .home-title .more .arrow::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px dashed #98d5de;
        animation: 10s linear infinite ani_turn2;
        -webkit-animation: 10s linear infinite ani_turn2;
    }
    
    .home-title .more .arrow::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: .22rem;
        height: .11rem;
        background: url(../images/arrow5.png)no-repeat center;
        background-size: 100%;
        margin-top: -.055rem;
        margin-left: -.11rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-news {
        padding-top: .85rem;
        overflow: hidden;
        z-index: 11;
        overflow: hidden;
    }
    
    .home-news::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -4.6rem;
        z-index: -1;
        width: 6.58rem;
        height: 6.58rem;
        background: url(../images/bg1.png)no-repeat left bottom;
        background-size: 100%;
        animation: 40s linear infinite ani_turn2;
        -webkit-animation: 40s linear infinite ani_turn2;
    }
    
    .home-news .content {
        margin-top: .8rem;
        padding-right: .2rem;
    }
    
    .home-news .text-con {
        margin-right: .7rem;
    }
    
    .home-news .text-con .item {
        padding-bottom: .26rem;
        margin-bottom: .25rem;
        border-bottom: 1px #ebecee solid;
    }
    
    .home-news .text-con .item:last-child {
        margin-bottom: 0;
    }
    
    .home-news .text-con .item .date {
        color: #999999;
        font-size: .16rem;
        font-family: 'SourceHanSerifCN-Regular';
    }
    
    .home-news .text-con .item .date span {
        font-size: .28rem;
        color: #98d5de;
        font-family: 'SourceHanSerifCN-Bold';
        margin-right: .1rem;
    }
    
    .home-news .text-con .item .tit {
        font-size: .18rem;
        line-height: 1.5;
        margin-top: .15rem;
    }
    
    .home-news .text-con .item .tit span {
        text-transform: uppercase;
        background-color: #e3b77f;
        font-size: .14rem;
        padding: 0 .1rem;
        border-radius: .2rem;
        -webkit-border-radius: .2rem;
        -moz-border-radius: .2rem;
        -ms-border-radius: .2rem;
        -o-border-radius: .2rem;
        color: #FFF;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        line-height: 18px;
    }
    
    .home-news .text-con .item .des {
        color: #888;
        font-size: .16rem;
        margin-top: .15rem;
        line-height: 1.6;
        display: none;
    }
    
    .home-news .text-con .item.on .des {
        display: block;
    }
    
    .home-news .focus {
        width: 7.33rem;
        margin-top: .12rem;
        z-index: 10;
    }
    
    .home-news .focus::after {
        content: '';
        position: absolute;
        top: -.4rem;
        right: -.2rem;
        background-color: #e3b77f;
        width: .92rem;
        height: .92rem;
        z-index: -1;
    }
    
    .home-news .focus::before {
        content: '';
        position: absolute;
        right: -2.6rem;
        bottom: 0rem;
        z-index: -1;
        height: 5.12rem;
        width: 8.94rem;
        background: url(../images/tbg1.jpg)no-repeat center;
        background-size: cover;
    }
    
    .home-news .focus .pic {
        overflow: hidden;
        z-index: 10;
        padding-top: 56.21%;
    }
    
    .home-news .focus .pic img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
    }
    
    .home-news .focus .date {
        width: .99rem;
        height: .99rem;
        background-color: #e3b77f;
        color: rgba(255, 255, 255, .6);
        font-size: .16rem;
        font-family: 'SourceHanSerifCN-Regular';
        line-height: 1;
        margin-right: .3rem;
    }
    
    .home-news .focus .date span {
        color: #FFF;
        font-size: .3rem;
        font-family: 'SourceHanSerifCN-Bold';
        margin-bottom: .25rem;
    }
    
    .home-news .focus .date span::after {
        content: '/';
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
        color: rgba(255, 255, 255, .6);
        bottom: -.2rem;
        font-size: .2rem;
    }
    
    .home-news .focus .tit {
        font-size: .22rem;
        line-height: 1;
        margin-top: .3rem;
        color: #0d324e;
    }
    
    .home-news .focus .des {
        font-size: .16rem;
        line-height: 1.7;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        margin-top: .15rem;
    }
    
    .home-party {
        padding-top: .9rem;
        background: url(../images/bg2.jpg)no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 2.4rem;
    }
    
    .home-party .home-title .title::after {
        width: 4.22rem;
        background-image: url(../images/tbg3.png);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    
    .home-party .content {
        margin-top: .5rem;
    }
    
    .home-party .swiper-container {
        padding-bottom: 1.3rem;
        padding-top: .2rem;
    }
    
    .home-party .swiper-slide {
        min-width: 2.85rem;
        max-width: 7.15rem;
        width: 2.85rem;
    }
    
    .home-party .swiper-slide .item {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .home-party .swiper-slide-active {
        width: 7.15rem;
    }
    
    .home-party .item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(rgba(13, 50, 78, 0), rgba(13, 50, 78, 1));
        opacity: 0;
    }
    
    .home-party .item .date {
        position: absolute;
        left: .2rem;
        top: .2rem;
        background: url(../images/date1.png)no-repeat center;
        background-size: 100% 100%;
        z-index: 2;
        color: #019390;
        font-size: .14rem;
        font-family: 'SourceHanSerifCN-Regular';
        width: .74rem;
        height: .83rem;
        opacity: 0;
    }
    
    .home-party .item .date span {
        font-size: .3rem;
        font-family: 'SourceHanSerifCN-Bold';
        margin-bottom: .08rem;
    }
    
    .home-party .item .date span::after {
        content: '/';
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
        bottom: -.12rem;
        font-size: .16rem;
    }
    
    .home-party .item .tit {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: .2rem;
        color: #FFF;
        font-size: .18rem;
        line-height: 1;
        padding-left: .5rem;
        padding-right: .2rem;
        z-index: 9;
        opacity: 0;
    }
    
    .home-party .item .tit::before {
        content: '';
        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%);
        height: 1px;
        width: .3rem;
        background-color: #FFF;
        z-index: 4;
    }
    
    .home-party .item .tit::after {
        content: '';
        position: absolute;
        left: .3rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        height: 4px;
        width: 4px;
        border: 1px solid #FFF;
        z-index: 4;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .home-party .swiper-slide-prev .item {
        transform: translateY(1.3rem);
        -webkit-transform: translateY(1.3rem);
        -moz-transform: translateY(1.3rem);
        -ms-transform: translateY(1.3rem);
        -o-transform: translateY(1.3rem);
    }
    
    .home-party .swiper-slide-active .item {
        transform: translateY(.7rem);
        -webkit-transform: translateY(.7rem);
        -moz-transform: translateY(.7rem);
        -ms-transform: translateY(.7rem);
        -o-transform: translateY(.7rem);
    }
    
    .home-party .swiper-slide-next .item {
        transform: translateY(.2rem);
        -webkit-transform: translateY(.2rem);
        -moz-transform: translateY(.2rem);
        -ms-transform: translateY(.2rem);
        -o-transform: translateY(.2rem);
    }
    
    .home-party .swiper-slide-next+.swiper-slide .item {
        transform: translateY(1.3rem);
        -webkit-transform: translateY(1.3rem);
        -moz-transform: translateY(1.3rem);
        -ms-transform: translateY(1.3rem);
        -o-transform: translateY(1.3rem);
    }
    
    .home-party .swiper-slide-next+.swiper-slide+.swiper-slide .item {
        transform: translateY(.5rem);
        -webkit-transform: translateY(.5rem);
        -moz-transform: translateY(.5rem);
        -ms-transform: translateY(.5rem);
        -o-transform: translateY(.5rem);
    }
    
    .home-party .button {
        width: 1.16rem;
        height: 1.16rem;
        position: absolute;
        right: 6.2rem;
        bottom: .6rem;
        z-index: 10;
        background: url(../images/q2.png)no-repeat center;
        background-size: 100%;
        font-size: .14rem;
        font-family: 'SourceHanSerifCN-Regular';
    }
    
    .home-party .button::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.43rem;
        height: 1.43rem;
        margin-top: -.735rem;
        margin-left: -.735rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: url(../images/q1.png)no-repeat center;
        background-size: 100%;
        z-index: -1;
        animation: 15s linear infinite ani_turn2;
        -webkit-animation: 15s linear infinite ani_turn2;
    }
    
    .home-party .swiper-button-next,
    .home-party .swiper-button-prev {
        width: .13rem;
        height: .2rem;
        margin-top: -.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .home-party .swiper-button-prev {
        background-image: url(../images/prev1.png);
        left: .2rem;
    }
    
    .home-party .swiper-button-next {
        background-image: url(../images/next1.png);
        right: .2rem;
    }
    
    .home-party .swiper-slide-active .item .tit,
    .home-party .swiper-slide-active .item .date,
    .home-party .swiper-slide-active .item::after {
        opacity: 1;
    }
    
    .home-box {
        background: url(../images/bg4.jpg)no-repeat center top;
        background-size: 100%;
        width: 100%;
        display: inline-block;
        z-index: 10;
    }
    
    .home-edu {
        background: url(../images/bg3.png)no-repeat center top;
        background-size: 100%;
        padding-top: .95rem;
        margin-top: -.8rem;
        padding-left: 6rem;
        padding-right: 1.6rem;
    }
    
    .home-edu .content {
        background-color: #FFF;
        border-top: 8px #98d5de solid;
        padding-top: .9rem;
        margin-top: -.55rem;
        padding-left: 1.2rem;
        padding-right: .85rem;
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    }
    
    .home-edu .title-con>a {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        background: url(../images/tbg4.jpg)no-repeat center;
        background-size: 100% 100%;
        left: -2.5rem;
        bottom: 2.5rem;
        z-index: 10;
    }
    
    .home-edu .title-con>a:last-child {
        left: 0;
        bottom: -.7rem;
    }
    
    .home-edu .title-con>a.on {
        background-image: url(../images/tbg5.jpg);
    }
    
    .home-edu .title-con .icon {
        width: .9rem;
    }
    
    .home-edu .title-con .icon img {
        width: 100%;
    }
    
    .home-edu .title-con .tit {
        color: #FFF;
        font-size: .36rem;
        font-family: 'SourceHanSerifCN-Bold';
        margin-top: .1rem;
    }
    
    .home-edu .item {
        border-bottom: 1px #d1d1d1 solid;
        padding-bottom: .35rem;
        margin-bottom: .3rem;
        width: 48.5%;
    }
    
    .home-edu .item .tit {
        font-size: .18rem;
        line-height: 1.6;
    }
    
    .home-edu .item .date {
        color: #95c9cb;
        font-size: .14rem;
        font-family: 'SourceHanSerifCN-Bold';
        line-height: 1.2;
        margin-right: .25rem;
    }
    
    .home-edu .item .date span {
        font-size: .28rem;
        margin-bottom: .05rem;
    }
    
    .home-edu .item::after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 1px;
        bottom: -1px;
        z-index: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background-color: #83C6CD;
    }
    
    .home-edu .focus {
        margin-top: .4rem;
    }
    
    .home-edu .swiper-slide {
        background-color: #FFF;
        width: 8.6rem;
        opacity: 0;
    }
    
    .home-edu .swiper-slide-next {
        opacity: .7;
    }
    
    .home-edu .swiper-slide-next .txt-con {
        opacity: 0;
    }
    
    .home-edu .swiper-slide-active {
        opacity: 1;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
    
    .home-edu .focus .date {
        width: 1.3rem;
        height: 1.3rem;
        background-color: #3e5e73;
        color: rgba(255, 255, 255, .6);
        font-size: .16rem;
        line-height: 1;
    }
    
    .home-edu .focus .date span {
        color: #FFF;
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    
    .home-edu .focus .date span::after {
        content: '/';
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
        bottom: -.2rem;
        font-size: .18rem;
        opacity: .6;
    }
    
    .home-edu .focus .txt-con {
        padding-left: .7rem;
        padding-bottom: .4rem;
        padding-top: .35rem;
    }
    
    .home-edu .focus .tit {
        color: #5ca1a8;
        font-size: .22rem;
        line-height: 1;
    }
    
    .home-edu .focus .des {
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        font-size: .16rem;
        line-height: 1.7;
        color: #787775;
        margin-top: .2rem;
    }
    
    .home-edu .focus .swiper-button-next,
    .home-edu .focus .swiper-button-prev {
        width: .45rem;
        height: .45rem;
        background-color: #FFF;
        border: 1px #95c9cb solid;
        top: auto;
        margin-top: 0;
        left: auto;
        right: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        bottom: .4rem;
        background: url(../images/prev2.png)no-repeat center;
    }
    
    .home-edu .focus .swiper-button-next {
        transform: rotate(180deg);
        -webkit-transform: rotate();
        -moz-transform: rotate();
        -ms-transform: rotate();
        -o-transform: rotate();
    }
    
    .home-edu .focus .swiper-button-prev {
        bottom: 1rem;
    }
    
    .home-edu .focus .pic {
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }
    
    .home-edu .focus .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-rec {
        padding-top: 1.7rem;
        padding-bottom: 1.15rem;
    }
    
    .home-rec .swiper-container {
        padding-bottom: .85rem;
        padding-top: 1rem;
    }
    
    .home-rec .swiper-slide {
        width: 3.75rem;
        margin-right: .6rem;
    }
    
    .home-rec .swiper-slide>div {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background-color: #FFF;
    }
    
    .home-rec .date {
        color: #FFF;
        background-color: #95c9cb;
        width: .62rem;
        height: .72rem;
        border-bottom: 2px #e6ba82 solid;
        font-size: .14rem;
        position: absolute;
        right: .2rem;
        top: -.1rem;
        z-index: 2;
        line-height: 1;
    }
    
    .home-rec .date span {
        font-size: .26rem;
        font-family: 'SourceHanSerifCN-Bold';
        margin-bottom: .05rem;
    }
    
    .home-rec .pic {
        overflow: hidden;
        width: 100%;
        padding-top: 60%;
    }
    
    .home-rec .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .home-rec .text-con {
        padding: .2rem .3rem .4rem .3rem;
    }
    
    .home-rec .tit {
        font-size: .18rem;
        line-height: 1.5;
    }
    
    .home-rec .des {
        font-size: .16rem;
        color: #666;
        font-family: 'AlibabaPuHuiTi-2-55-Regular';
        line-height: 1.7;
        margin-top: .15rem;
    }
    
    .home-rec .mores {
        border: 1px #95c9cb solid;
        width: 1.25rem;
        height: .35rem;
        border-radius: .2rem;
        -webkit-border-radius: .2rem;
        -moz-border-radius: .2rem;
        -ms-border-radius: .2rem;
        -o-border-radius: .2rem;
        background-color: #fff;
        font-size: .14rem;
        color: #95c9cb;
        margin-top: .3rem;
    }
    
    .home-rec .mores::after {
        content: '';
        display: block;
        width: 16px;
        height: 6px;
        background: url(../images/arrow6.png)no-repeat center;
        margin-left: .1rem;
    }
    
    .home-rec .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border: 1px #95c9cb solid;
        margin: 0 .08rem !important;
        background-color: #FFF;
    }
    
    .home-rec .swiper-pagination-bullet-active {
        background-color: #95c9cb;
    }
    .table-scroll {
        overflow-x: auto;
    }

    .mb-show {
        display: none;
    }

    @media (min-width:1025px) {
        .home-title .more:hover {
            text-decoration: none;
            color: #0d324e;
        }
        .home-title .more:hover .arrow::before {
            transform: translateX(.05rem);
            -webkit-transform: translateX(.05rem);
            -moz-transform: translateX(.05rem);
            -ms-transform: translateX(.05rem);
            -o-transform: translateX(.05rem);
        }
        .home-news .text-con .item:hover .tit,
        .home-news .text-con .item:hover .date,
        .home-news .text-con .item:hover .date span,
        .home-news .focus:hover .tit,
        .home-news .focus:hover .des,
        .home-edu .focus .swiper-slide:hover .tit {
            color: #bb915c;
        }
        .home-news .focus:hover .pic::before,
        .home-edu .focus .swiper-slide:hover .pic::before,
        .home-rec .swiper-slide:hover .pic::before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }
        .home-news .focus:hover .pic img,
        .home-party .swiper-slide:hover .item img,
        .home-edu .focus .swiper-slide:hover .pic img,
        .home-rec .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:hover .date {
            background-color: #83C6CD;
        }
        .home-edu .title-con>a:hover .tit {
            text-decoration: underline;
        }
        .home-edu .item:hover::after {
            width: 100%;
        }
        .home-edu .focus .swiper-button-next:hover,
        .home-edu .focus .swiper-button-prev:hover {
            background-color: #83C6CD;
            background-image: url(../images/prev-white.png);
        }
        .home-rec .swiper-slide:hover>div {
            transform: translateY(-.2rem);
            -webkit-transform: translateY(-.2rem);
            -moz-transform: translateY(-.2rem);
            -ms-transform: translateY(-.2rem);
            -o-transform: translateY(-.2rem);
        }
        .home-rec .swiper-slide:hover .des {
            color: #83C6CD;
        }
        .home-rec .swiper-slide:hover .date {
            background-color: #e6ba82;
        }
        .home-rec .swiper-slide:hover .mores {
            background-color: #95c9cb;
            color: #FFF;
        }
        .home-rec .swiper-slide:hover .mores::after {
            background-image: url(../images/arrow7.png);
        }
    }
    
    @media (max-width:1199px) {
        .mb-show {
            display: block;
        }
        .m-nav li .mb-show a{
       display: inline;
    margin-right: 0.2rem;
}
        .home-title .en,
        .home-title .more,
        .home-news .text-con .item .date,
        .home-news .text-con .item .des,
        .home-news .focus .des,
        .home-news .focus .date,
        .home-party .item .date,
        .home-edu .focus .des,
        .home-edu .focus .date,
        .home-edu .item .date,
        .home-rec .date,
        .home-rec .des,
        .home-rec .mores {
            font-size: 12px;
        }
        .home-title .cn {
            font-size: 24px;
        }
        .home-title .more .arrow {
            width: 30px;
            height: 30px;
        }
        .home-news .text-con .item .date span,
        .home-news .focus .date span,
        .home-party .item .date span,
        .home-edu .focus .date span,
        .home-edu .item .date span,
        .home-rec .date span {
            font-size: 18px;
        }
        .home-news .text-con .item .tit,
        .home-news .focus .tit,
        .home-party .item .tit,
        .home-edu .focus .tit,
        .home-edu .item .tit,
        .home-rec .tit {
            font-size: 14px;
        }
        .home-news .text-con .item .tit span {
            font-size: 10px;
        }
        .home-party {
            padding-bottom: 1.4rem;
        }
        .home-party .button {
            right: .6rem;
        }
        .home-party .button {
            font-size: 10px;
            width: 80px;
            height: 80px;
        }
        .home-party .swiper-button-next,
        .home-party .swiper-button-prev {
            width: 10px;
            height: 20px;
            margin-top: -10px;
        }
        .home-party .swiper-button-prev {
            left: 15px;
        }
        .home-party .swiper-button-next {
            right: 15px;
        }
        .home-party .button::after {
            width: 100px;
            height: 100px;
            margin-left: -50px;
            margin-top: -50px;
        }
        .home-party .item .date {
            width: 54px;
            height: 60px;
        }
        .home-edu {
            padding-right: .2rem;
            padding-left: 2.8rem;
        }
        .home-edu .focus .swiper-button-next,
        .home-edu .focus .swiper-button-prev {
            width: 32px;
            height: 32px;
        }
        .home-edu .focus .date {
            width: 86px;
            height: 86px;
        }
        .home-edu .content {
            padding-top: .6rem;
            padding-right: .3rem;
        }
        .home-rec {
            padding-bottom: .7rem;
        }
        .home-rec .date {
            width: 50px;
            height: 50px;
        }
        .home-rec .mores {
            width: 90px;
            height: 28px;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }
        .home-rec .swiper-container {
            padding-top: .6rem;
            padding-bottom: 40px;
        }
        .home-edu .swiper-slide {
            opacity: 1;
        }
    }
    
    @media (max-width:950px) {
        .home-news .focus {
            width: 100%;
            order: 1;
            padding-bottom: .2rem;
        }
        .home-news .text-con {
            margin-right: 0;
            order: 2;
            margin-top: .3rem;
        }
        .home-news .focus .date {
            width: 60px;
            height: 60px;
        }
        .home-news .focus::before {
            left: 60px;
            width: auto;
            right: -.4rem;
            top: 28px;
            height: auto;
        }
        .home-news .focus::after {
            width: 48px;
            height: 48px;
        }
        .home-edu .title-con .tit {
            font-size: 18px;
        }
        .home-rec {
            padding-top: 1rem;
        }
    }
    
    @media (max-width:767px) {
        .cursor {
            display: none;
        }
        .home-news {
            padding-top: .5rem;
        }
        .home-title .title::after {
            width: 200px;
            height: 36px;
        }
        .home-news .content {
            margin-top: .6rem;
        }
        .home-party {
            padding-top: .5rem;
        }
        .home-party .swiper-slide {
            max-width: none !important;
            min-width: none !important;
        }
        .home-party .swiper-slide .item {
            transform: translateY(0) !important;
            -webkit-transform: translateY(0) !important;
            -moz-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
            -o-transform: translateY(0) !important;
            width: 100% !important;
        }
        .home-party .swiper-container {
            padding-bottom: 0;
            padding-top: 0;
        }
        .home-party .button {
            bottom: .4rem;
        }
        .home-party .home-title {
            justify-content: flex-start;
        }
        .home-edu {
            padding-left: 140px;
        }
        .home-edu .title-con>a {
            width: 126px;
            height: 126px;
            left: -126px;
            top: 0;
            bottom: auto !important;
        }
        .home-edu .title-con>a:last-child {
            left: -126px;
            top: 140px;
        }
        .home-edu .title-con .icon {
            width: 46px;
        }
        .home-edu .content {
            padding-left: .2rem;
            padding-top: .3rem;
            padding-right: .2rem;
        }
        .home-edu .focus {
            margin-top: 0;
        }
        .home-edu .focus .swiper-button-prev {
            bottom: 60px;
            right: auto;
            left: 0;
        }
        .home-edu .focus .swiper-button-next {
            right: auto;
            bottom: 20px;
            left: 0;
        }
    }
    
    @media (max-width:540px) {
        .home-edu {
            padding-left: .2rem;
        }
        .home-edu .title-con {
            display: flex;
            margin-bottom: 30px;
        }
        .home-edu .title-con>a {
            width: 110px;
            height: 110px;
            margin-right: .2rem;
        }
        .home-edu .item {
            width: 100%;
        }
        .home-edu .title-con>a {
            position: initial;
        }
        .home-edu .focus .date {
            width: 60px;
            height: 60px;
        }
    }
    /* <!-- æ–°å¢ž2025-8-14 --> */
    
    .cursor {
        z-index: 10001;
        background: url(../images/part4_img_zz.png) no-repeat center;
        background-size: 100%;
        transition: 0.1s;
        opacity: 0 !important;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
    }
    
    .cursor.on {
        opacity: 1 !important;
    }
    
    @media (any-pointer: fine) {
        .cursor {
            position: fixed;
            top: 0;
            left: 0;
            display: block;
            pointer-events: none;
        }
    }



.pb_sys_style1 .p_no_d {
    border: 1px solid #6ab6bd!important;
    background-color: #6ab6bd!important;
}
.pb_sys_common .p_t{
    margin-bottom:5px!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{
  margin-bottom:5px!important;
  border: 1px solid #6ab6bd!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) {
  .cursor {
    display: none;
  }
  .home-rec .tit {
    max-height: .54rem;
    overflow: hidden;
  }
  .home-rec .des {
    max-height: 0.544rem;
    overflow: hidden;
  }
  .teacher-list .item .des {
    max-height: 0.768rem;
    overflow: hidden;
  }
  .home-news .focus .pic img,
  .home-edu .focus .pic img,
  .home-rec .pic img,
  .img-list .item .pic img,
  .teacher-list .item .pic-con .pic img {
    font-family: 'object-fit: cover;';
  }
}