    * {
        -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;
        }
    }
    
    @media (max-width:950px) {
        html {
            font-size: 8.2vw;
        }
    }
    
    @media (max-width:767px) {
        html {
            font-size: 13.3vw;
        }
    }
    /*= æ¸…é™¤æµ®åŠ¨=*/
    
    .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%;
    }
    
    .w100 {
        width: 100%;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    /*åŽŸæ–‡ä»¶é…ç½®*/
    
    body {
        color: #333;
        background: #ffffff;
        font: .16rem 'Microsoft YaHei', arial, sans-serif;
        min-width: 3.2rem;
    }
    
    a {
        color: #333;
        text-decoration: none;
    }
    
    a:hover {
        color: #125fb8;
    }
    /*å—çº§è½¬åŒ–*/
    
    .di_in {
        display: inline-block;
    }
    
    .di_no {
        display: none;
    }
    
    .di_bl {
        display: block;
    }
    /*åŽŸæ–‡ä»¶é…ç½®  end*/
    /*çºµå‘å±…ä¸­*/
    
    .v_middle {
        vertical-align: middle;
    }
    /*æ¨ªå‘å±…ä¸­*/
    
    .te_c {
        text-align: center;
    }
    /*ç›¸å¯¹å®šä½*/
    
    .p_r {
        position: relative;
    }
    /* ç™½è‰²èƒŒæ™¯ */
    
    .bgfff {
        background: #fff;
    }
    
    .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-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flex-align-start {
        align-items: flex-start;
    }
    
    .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 {
        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;
    }
    
    img {
        transition: all .3s;
    }
    
    .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    
    @media (max-width:1199px) {
        .container {
            padding-left: .2rem;
            padding-right: .2rem;
        }
    }
    
    .header {
        z-index: 9999;
        width: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background-color: #0C529D;
        position: relative;
    }
    
    .header .logo {
        overflow: hidden;
        height: 1rem;
    }
    
    .header .logo img {
        height: .77rem;
    }
    
    .header .top {
        flex-direction: row;
        justify-content: flex-end;
        margin-top: .5rem;
        color: #FFF;
        font-size: .14rem;
        position: absolute;
        right: 2rem;
        top: -1.2rem;
    }
    
    .header .top .search {
        height: .36rem;
        border: 1px #FFF solid;
        overflow: hidden;
        border-radius: .18rem;
        -webkit-border-radius: .18rem;
        -moz-border-radius: .18rem;
        -ms-border-radius: .18rem;
        -o-border-radius: .18rem;
        width: 2rem;
        margin-left: .15rem;
    }
    
    .header .top .search input[type='text'] {
        background: none;
        width: calc(100% - .3rem);
        padding-left: .2rem;
        color: #fff;
    }
     .header input::placeholder{
color:#fff;
}
    .header .top .search input[type='text']::-webkit-input-placeholder {
        color: #FFF;
        font-size: .14rem;
    }
    
    .header .top .search input[type='submit'] {
        width: .3rem;
        background: url(../images/search.svg)no-repeat center;
        background-size: .2rem;
    }
    
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
    }
.hd-con {
    position: relative;
}
 .nav {}
       .nav ul{    display: flex;
    justify-content: space-between;}
    .nav li {
        padding: 0 .3rem;
    }
    .nav li:hover{background:#488ad1}
    
    .nav li:last-child {
        /* padding-right: 0; */
    }
    
    .nav li>a {
        font-size: .18rem;
        color: #FFF;
        line-height: .6rem;
        font-weight: 600;
    }
    
    .nav .drop {
        background-color: #FFF;
        width: 100%;
        position: absolute;
        top: .58rem;
        left: 0;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform-origin: top;
        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;
    }
    
    .nav .drop a {
        padding: .05rem .2rem;
        text-align: center;
    }
    
    .menu-btn {
        position: absolute;
        right: .2rem;
        top: 0;
        width: .5rem;
        height: 100%;
        background: url(../images/m-btn.svg)no-repeat center;
        background-size: 100%;
        display: none;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .menu-btn.close {
        background-image: url(../images/close.svg);
    }
    
    .footer {
        background: url(../images/f-bg.jpg)no-repeat center;
        background-size: cover;
        padding-top: .35rem;
        color: #FFF;
    }
    
    .footer .link {
        padding: 0 .3rem;
    }
    
    .footer .link .icon {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }
    
    .footer .link .icon img {
        height: .7rem;
    }
    
    .footer .swiper-slide .text {
        color: #FFF;
        font-size: .18rem;
        margin-top: .15rem;
    }
    
    .footer .swiper-button-prev {
        background: url(../images/banner-r.svg)no-repeat center;
        background-size: .16rem;
        margin-top: -.3rem;
        left: 0;
    }
    
    .footer .swiper-button-next {
        background: url(../images/banner-r.svg)no-repeat center;
        background-size: .16rem;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        margin-top: -.3rem;
        right: 0;
    }
    
    .copyright {
        color: #FFF;
        border-top: 1px rgba(216, 216, 216, .3) solid;
        padding-top: .3rem;
        padding-bottom: .5rem;
        margin-top: .4rem;
    }
    
    .copyright .text {
        line-height: 1.8;
    }
    
    .copyright .logo img {
        height: .73rem;
    }
    
    .copyright .erwma {
        width: 1.28rem;
        overflow: hidden;
    }
    
    .copyright .erwma img {
        width: 100%;
    }
    
    @keyframes spin {
        from {
            transform: rotateY(0deg);
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
        }
        to {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }
    }
    
    @media (min-width:1025px) {
        .nav li:hover .drop {
            opacity: 1;
            transform: rotateX(0deg);
        }
        .nav .drop a:hover {
            background-color: #0C529D;
            color: #FFF;
        }
        .footer .link .swiper-slide:hover .icon {
            /* animation-name: spin;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: forwards; */
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }
    }
    
    @media (max-width:1199px) {
        .header .logo {
            height: 1rem;
        }
        .header .top .search {
            width: 100%;
            background-color: #0C529D;
            height: .7rem;
            border-radius: .4rem;
            -webkit-border-radius: .4rem;
            -moz-border-radius: .4rem;
            -ms-border-radius: .4rem;
            -o-border-radius: .4rem;
        }
        .header .top .search input[type='submit'] {
            width: .6rem;
            margin-right: .2rem;
            background-size: 70%;
        }
        .hd-con {
            position: fixed;
            width: 100%;
            left: 0;
            top: 1rem;
            margin-top: 0;
            bottom: 0;
            overflow-y: scroll!important;
            display: none;
            background-color: #FFF;
        }
        .menu-btn {
            display: block;
        }
        .header .top{
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
}
          .nav{background:#fff}
        .nav ul {
            flex-flow: column;
            padding: .2rem;
        }
        .nav li {
            border-bottom: 1px #f6f6f6 solid;
        }
        .nav li:hover{background:#f3f2f2}
        .nav li>a {
            color: #333;
            font-size: 14px;
            line-height: .8rem;
        }
        .nav li .arrow {
            position: absolute;
            right: .2rem;
            top: .3rem;
            width: .3rem;
            height: 0.3rem;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            background: url(../images/arrow.svg)no-repeat center;
            background-size: .24rem;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
        }
        .nav li .arrow.this {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
        }
        .nav .drop {
            position: static;
            width: 100%;
            transform: translate(0, 0);
            box-shadow: none;
            padding-left: 0.2rem;
            opacity: 1;
            visibility: inherit;
            border: none;
            display: none;
            background-color: transparent;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
        }
        .nav .drop a {
            font-size: 14px;
            padding: .05rem 0;
            text-align: left;
        }
    }
    
    @media (max-width:767px) {
        .header .top .search input[type='submit'] {
            width: .5rem;
        }
        .menu-btn {
            width: .4rem;
        }
        .copyright .erwma {
            display: none;
        }
        .copyright .text {
            width: 100%;
            order: 2;
            margin-top: .3rem;
            text-align: center;
        }
        .copyright .logo {
            width: 100%;
            order: 1;
        }
        .footer .swiper-slide .text {
            font-size: 14px;
        }
        .footer .link .icon img {
            height: .9rem;
        }
        .footer .swiper-button-next,
        .footer .swiper-button-prev {
            background-size: .2rem;
        }
    }
    
    .pub-banner {
        overflow: hidden;
    }
    
    .pub-banner img {
        width: 100%;
    }
    
    @media (max-width:1199px) {
        .pub-banner img {
            height: 5.1rem;
            width: auto;
        }
    }
    /* ä¾§è¾¹æ  */
    
    .sidebar {
        width: 3.2rem;
        z-index: 2;
        margin-top: .7rem;
        margin-right: .7rem;
    }
    
    .sidebar::after {
        content: '';
        position: absolute;
        left: 0;
        right: .2rem;
        top: 0;
        bottom: .2rem;
        background-color: #0551A5;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 90%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 90%);
        z-index: -1;
    }
    
    .sidebar .title {
        font-size: .26rem;
        color: #FFF;
        font-weight: bold;
        line-height: 2;
        margin: .15rem 0;
        margin-right: .2rem;
    }
    
    .sidebar .title::before {
        content: '';
        position: absolute;
        height: 1px;
        width: .4rem;
        background-color: #FFF;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 1;
        left: .35rem;
    }
    
    .sidebar .title::after {
        content: '';
        position: absolute;
        height: 1px;
        width: .4rem;
        background-color: #FFF;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 1;
        right: .35rem;
    }
    
    .sidebar .title span::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 50%;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        background-color: #FFF;
    }
    
    .sidebar .title span::after {
        content: '';
        position: absolute;
        right: -15px;
        top: 50%;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        background-color: #FFF;
    }
    
    .sidebar ul {
        background-color: #EFF6FF;
        margin-left: .2rem;
        z-index: 2;
        padding: .3rem .35rem;
    }
    
    .sidebar .tit {
        border-bottom: 1px #ACBFD4 dotted;
        line-height: .5rem;
        font-size: .2rem;
    }
    
    .sidebar .arrow {
        position: absolute;
        top: 50%;
        right: .2rem;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-top: 2px #BBBBBB solid;
        border-right: 2px #BBBBBB solid;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .sidebar .on .arrow {
        display: block;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    
    .sidebar li.on .tit {
        border-bottom-color: #0551A5;
        font-weight: bold;
    }
    
    .sidebar li.on .tit {
        color: #0551A5;
        background: url(../images/arrow1.svg)no-repeat left center;
        background-size: .23rem;
    }
    
    .sidebar li:last-child {
        border-bottom: 0;
    }
    
    .sidebar .menu {
        display: none;
        line-height: 2;
        border-bottom: 1px #ACBFD4 dotted;
        padding: .1rem 0;
    }
    
    .pub-content {
        margin-top: .7rem;
        margin-bottom: .7rem;
        min-width: 0;
    }
    
    .pub-title {
        border-bottom: 1px #0551A5 solid;
        padding-bottom: .1rem;
        line-height: .5rem;
    }
    
    .pub-title span {
        font-size: .22rem;
        font-weight: bold;
        color: #0551A5;
        padding-left: .3rem;
    }
    
    .pub-title span::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%);
        width: 8px;
        height: 8px;
        background-color: #FCA034;
    }
    /* é¢åŒ…å±‘ */
    
    .crumb {
        background: url(../images/home.svg)no-repeat left center;
        color: #9E9E9E;
        padding-left: .4rem;
        background-size: .27rem;
    }
    
    .crumb a {
        color: #9E9E9E;
    }
    /* æ–‡å­—åˆ—è¡¨ */
    
    .text-list li {
        border-bottom: 1px #C4D1E5 dashed;
        height: .75rem;
        line-height: .75rem;
        padding-left: .3rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        z-index: 1;
    }
    
    .text-list li::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: .08rem;
        height: .08rem;
        border-top: 1px #0551A5 solid;
        border-right: 1px #0551A5 solid;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .text-list li .tit {
        font-size: .18rem;
        min-width: 0;
        margin-right: .6rem;
    }
    
    .text-list li .date {
        color: #9E9E9E;
    }
    /* åˆ†é¡µ */
    
    .page {
        margin-top: .5rem;
        font-size: .14rem;
        line-height: .3rem;
    }
    
    .page a {
        border: 1px #d5d5d5 solid;
        padding: 0 .1rem;
        margin: 0 .05rem;
    }
    
    .page a.on {
        background-color: #0551A5;
        color: #FFF;
        border-color: #0551A5;
    }
    
    @media (min-width:1025px) {
        .text-list li:hover {
            box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
            transform: translateY(-1px);
            -webkit-transform: translateY(-1px);
            -moz-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            -o-transform: translateY(-1px);
            padding-right: .2rem;
            padding-left: .5rem;
            border-bottom: 0;
            z-index: 2;
        }
        .text-list li:hover::after {
            left: .2rem;
            border-top-color: #C3222A;
            border-right-color: #C3222A;
        }
    }
    
    @media (max-width:767px) {
        .sidebar {
            margin-right: 0;
            width: 100%;
            margin-top: -.95rem;
        }
        .sidebar .title {
            font-size: 18px;
        }
        .sidebar .title::before,
        .sidebar .title::after {
            width: 25%;
        }
        .sidebar li {
            font-size: 14px;
            line-height: .8rem;
        }
        .pub-content {
            min-width: 100%;
        }
        .pub-title span {
            font-size: 16px;
        }
        .crumb,
        .text-list li .date {
            font-size: 12px;
        }
        .text-list li .tit,
        .page {
            font-size: 14px;
        }
        .text-list li {
            height: .9rem;
            line-height: .9rem;
        }
        .page {
            line-height: .5rem;
        }
        .page a {
            padding: 0 .2rem;
        }
    }
    /* å›¾æ–‡åˆ—è¡¨ */
    
    .image-list li {
        margin-top: .2rem;
        padding: .2rem;
        background-color: #F2F5F9;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .image-list li .pic {
        width: 2.45rem;
        height: 1.65rem;
        overflow: hidden;
        margin-right: .25rem;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .image-list li .text-con {
        min-width: 0;
    }
    
    .image-list li .tit {
        font-size: .2rem;
        line-height: .7rem;
    }
    
    .image-list li .tit::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 40px;
        background-color: #0551A5;
    }
    
    .image-list li .text {
        color: #898989;
        margin-top: .25rem;
        line-height: 1.8;
    }
    
    @media (min-width:1025px) {
        .image-list li:hover {
            background-color: #FFF;
            box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
        }
        .image-list li:hover .pic {
            margin-right: .5rem;
        }
        .image-list li: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);
        }
        .image-list li:hover .tit {
            font-weight: bold;
            color: #0551A5;
        }
    }
    
    @media (max-width:767px) {
        .image-list li .tit {
            font-size: 14px;
        }
        .image-list li .text {
            font-size: 12px;
            margin-top: .2rem;
        }
    }
    /* è¯¦æƒ… */
    
    .dateils {
        margin-top: .5rem;
    }
    
    .dateils h1 {
        font-size: .28rem;
    }
    
    .dateils .info {
        border-bottom: dotted 1px #cccccc;
        color: #959595;
        line-height: .7rem;
    }
    
    .dateils .info span {
        margin-right: .3rem;
    }
    
    .dateils .body {
        line-height: 2;
        font-size: .18rem;
        color: #535353;
    }
    
    .dateils .body p {
        margin-top: .3rem;
        text-indent: .32rem;
    }
    
    .dateils .body img {
        max-width: 100%;
        margin-top: .3rem;
    }
    
    .dateils .prev-next {
        padding-top: .2rem;
        margin-top: .3rem;
        border-top: 1px #d4d4d4 dotted;
        line-height: 2;
    }
    
    @media (max-width:767px) {
        .dateils h1 {
            font-size: 16px;
        }
        .dateils .info {
            font-size: 12px;
        }
        .dateils .body,
        .dateils .prev-next {
            font-size: 14px;
        }
    }
    /* é¢†å¯¼ */
    
    .leader li {
        margin-top: .6rem;
        width: 23.5%;
        margin-right: 2%;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
        padding: .27rem;
    }
    
    .leader li::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #0551A5;
    }
    
    .leader li:last-child {
        margin-right: 0;
    }
    
    .leader li .pic {
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
    }
    
    .leader li .name {
        font-weight: bold;
        font-size: .22rem;
        border-bottom: 1px #969696 dashed;
        line-height: .6rem;
        height: .6rem;
    }
    
    .leader li .text {
        font-size: .18rem;
        color: #7C7F83;
        margin-top: .2rem;
    }
    
    @media (min-width:1025px) {
        .leader li: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);
        }
    }
    
    @media (max-width:950px) {
        .leader li {
            width: 32%;
        }
        .leader li:nth-of-type(3n) {
            margin-right: 0;
        }
    }
    
    @media (max-width:767px) {
        .leader li {
            width: 49%;
        }
        .leader li:nth-of-type(3n) {
            margin-right: 2%;
        }
        .leader li:nth-of-type(2n) {
            margin-right: 0;
        }
        .leader li .pic {
            height: 2.8rem;
        }
        .leader li .name {
            font-size: 16px;
            height: .8rem;
            line-height: .8rem;
        }
        .leader li .text {
            font-size: 12px;
        }
    }
    /* é¦–é¡µ */
    
    .banner {
        overflow: hidden;
        z-index: 1;
    }
    
    .banner img {
        width: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: rgba(10, 31, 86, .5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: .16rem;
    }
    
    .banner .swiper-button-prev {
        background-image: url(../images/banner-r.svg);
        left: .2rem;
    }
    
    .banner .swiper-button-next {
        background-image: url(../images/banner-r.svg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        right: .2rem;
    }
    
    @media (max-width:767px) {
        .banner .swiper-button-next,
        .banner .swiper-button-prev {
            width: .8rem;
            height: .8rem;
        }
        .banner .pic {
            overflow: hidden;
        }
        .banner img {
            height: 3rem;
            width: 100%;
        }
    }
    
    .submenu {
        z-index: 2;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
        background-color: #FFF;
        height: 1rem;
        z-index: 2;
        margin-top: -.5rem;
        line-height: 1rem;
    }
    
    .submenu a {
        height: 1rem;
        font-size: .25rem;
        z-index: 2;
    }
    
    .submenu a::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: 1px;
        height: 30px;
        background-color: #A8C3E0;
    }
    
    .submenu a:last-child::after {
        display: none;
    }
    
    .submenu a:hover {
        color: #FFF;
        z-index: 3;
        height: 1.1rem;
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
        background: url(../images/tbg.jpg)no-repeat;
        background-size: cover;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
        padding-top: .1rem;
    }
    
    @media (max-width:767px) {
        .submenu {
            height: auto;
        }
        .submenu a {
            font-size: 14px;
            flex: none;
            width: 25%;
        }
        .submenu a.on {
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
        }
    }
    
    .home-title {
        border-bottom: 1px #D8D8D8 solid;
        padding-left: .5rem;
        background-position: left center;
        background-repeat: no-repeat;
    }
    
    .home-title strong {
        font-size: .3rem;
        height: .7rem;
        line-height: .7rem;
        margin-right: .1rem;
    }
    
    .home-title strong::after {
        content: '';
        position: absolute;
        left: -.5rem;
        bottom: -1px;
        right: 0;
        height: 3px;
        background-color: #0C529D;
    }
    
    .home-title .en {
        color: #FCA034;
    }
    
    .home-title .more {
        font-size: .14rem;
        color: #0C529D;
        background: url(../images/more.svg)no-repeat left center;
        padding-left: .2rem;
        background-size: .14rem;
    }
    
    .home-news .card {
        width: 47.3%;
        margin-top: .5rem;
    }
    
    .home-news .z-news .home-title {
        background-size: .32rem;
    }
    
    .home-news .z-news .first {
        margin-top: .3rem;
    }
    
    .home-news .z-news .first .pic {
        width: 2.25rem;
        height: 1.5rem;
        overflow: hidden;
        margin-right: .3rem;
    }
    
    .home-news .z-news .first .tit {
        font-size: .2rem;
        font-weight: bold;
        margin-top: .2rem;
    }
    
    .home-news .z-news .first .date {
        margin-top: .3rem;
        color: #0C529D;
        font-size: .18rem;
        padding-left: .3rem;
        background: url(../images/time.svg)no-repeat left center;
        background-size: .22rem;
    }
    
    .home-news .z-news .first .arrow {
        width: .24rem;
        background: url(../images/arrow2.svg)center no-repeat;
        background-size: 100%;
        height: .3rem;
    }
    
    .home-list {
        margin-top: .1rem;
    }
    
    .home-list li {
        border-bottom: 1px dashed #BCBCBC;
        padding-left: .2rem;
        line-height: .6rem;
        height: .6rem;
    }
    
    .home-list li:last-child {
        /* border-bottom: 0; */
    }
    
    .home-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 5px transparent solid;
        border-bottom: 5px transparent solid;
        border-left: 6px #0551A5 solid;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .home-list li .tit {
        min-width: 0;
        margin-right: .4rem;
        font-size: .18rem;
    }
    
    .home-list li .date {
        color: #737373;
    }
    
    .notice .home-title {
        background-size: .4rem;
    }
    
    .notice ul {
        margin-top: .25rem;
    }
    
    .notice li {
        height: .65rem;
        line-height: .65rem;
        border-bottom: 1px #D8D8D8 solid;
        z-index: 2;
    }
    
    .notice li:last-child {
        border-bottom: 0;
    }
    
   .notice li::before {
        content: '';
        position: absolute;
        left: -.2rem;
        top: 0;
        width: 0;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background-color: #0C529D;
        z-index: -1;
    }
    
    .notice .date {
        font-size: .2rem;
        font-weight: bold;
        margin-right: .2rem;
        padding-right: .2rem;
        color: #0C529D;
    }
    
    .notice .date::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: .2rem;
        background-color: #AFAFAF;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .notice .tit {
        font-size: .18rem;
    }
    
    @media (min-width:1025px) {
        .home-news .z-news .first: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);
        }
        .notice li:hover::before {
            right: 0;
            width: calc(100% + .2rem);
        }
        .notice li:hover .date,
       .notice li:hover .tit {
            color: #FFF;
        }
    }
    
    @media (max-width: 767px) {
        .home-title strong {
            font-size: 18px;
        }
        .home-title .en, .home-list li .tit, .notice .date, .notice .tit,.home-listpic li a .info p {
            font-size: 14px !important;
        }
        .home-title .more,
        .home-news .z-news .first .date,
        .home-list li .date {
            font-size: 12px;
        }
        .home-news .card {
            width: 100%;
        }
        .home-news .z-news .first .pic {
            width: 3.2rem;
            height: 1.8rem;
        }
        .home-news .z-news .first .tit {
            font-size: 15px;
        }
        .home-list li {
            line-height: .7rem;
            height: .7rem;
        }
    }
    
    .home-content {
        background-color: #F4F9FF;
        padding-bottom: .7rem;
        margin-top: .4rem;
        overflow: hidden;
    }
    
    .home-content .card {
        width: 30%;
        margin-top: .3rem;
    }
    
   .lectures .home-title {
        background-size: .43rem;
    }
    
  .lectures .info {
        margin-top: .3rem;
    }
    
    .lectures .info .pic {
        width: 2.25rem;
        height: 1.55rem;
        overflow: hidden;
        margin-right: .2rem;
    }
    
    .lectures .info .tit {
        font-size: 0.18rem;
        font-weight: bold;
        margin-top: .15rem;
    }
    
   .lectures .info .txt {
        padding-left: .3rem;
        line-height: 2;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: .2rem;
    }
    
    .lectures .info .time {
        background-image: url(../images/time.svg);
        margin-top: .1rem;
    }
    
   .lectures .info .name {
        background-image: url(../images/user.svg);
    }
    
    .lectures .info .address {
        background-image: url(../images/address.svg);
    }
    
   .lectures li {
        border-bottom: 0;
    }
    
    .lectures li .date {
        color: #636363;
    }
    
    .home-content .tongzhi .home-title {
        background-size: .4rem;
    }
    
    .home-content .tongzhi .home-title strong {
        font-weight: normal;
        font-size: .26rem;
        margin-right: .5rem;
        cursor: pointer;
    }
    
    .home-content .tongzhi .home-title strong:last-child {
        margin-right: 0;
    }
    
    .home-content .tongzhi .home-title strong::after {
        display: none;
    }
    
    .home-content .tongzhi .home-title strong.on {
        font-size: .3rem;
        font-weight: bold;
    }
    
    .home-content .tongzhi .home-title strong:last-child.on::after {
        left: 0;
    }
    
    .home-content .tongzhi .home-title strong.on::after {
        display: block;
    }
    
    .home-content .tongzhi ul {
        padding-left: .3rem;
        margin-top: .2rem;
        z-index: 2;
    }
    
    .home-content .tongzhi ul::before {
        content: '';
        position: absolute;
        left: .08rem;
        top: .4rem;
        bottom: .4rem;
        width: 1px;
        background-color: #AAC8E5;
        z-index: -1;
    }
    
    .home-content .tongzhi li {
        height: .65rem;
        line-height: .65rem;
        border-bottom: 1px dotted #9AA19E;
        font-size: .18rem;
    }
    
    .home-content .tongzhi li::after {
        content: '';
        position: absolute;
        left: -.33rem;
        top: 50%;
        width: .22rem;
        height: .22rem;
        background: url(../images/date.svg)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%);
    }
    
    .home-content .tongzhi li:last-child {
        border-bottom: 0;
    }
    
    .home-content .tongzhi li .date {
        color: #717A84;
        margin-right: .5rem;
    }
    
    .home-content .tongzhi li .tit {
        min-width: 0;
    }
    
    .home-content .roll {
        margin-top: .5rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }
    
    .home-content .roll .item {
        height: 1.2rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .home-content .roll .txt {
        font-size: .2rem;
        font-weight: bold;
        color: #FFF;
    }
    
    .home-content .roll .icon {
        width: .49rem;
        height: .49rem;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: .1rem;
        background-size: .49rem;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        overflow: hidden;
    }
    
    .home-content .roll .swiper-button-white {
        width: .56rem;
        height: .56rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #0C529D;
        background-size: .16rem;
    }
    
    .home-content .roll .swiper-button-prev {
        left: -.15rem;
    }
    
    .home-content .roll .swiper-button-next {
        right: -.15rem;
    }
    
    @media (min-width:1025px) {
        .lectures .info: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-content .tongzhi li:hover {
            font-weight: bold;
        }
        .home-content .tongzhi li:hover .date,
        .home-content .tongzhi li:hover .tit {
            color: #0C529D;
        }
        .home-content .tongzhi li:hover::after {
            background-image: url(../images/date-on.svg);
        }
        .home-content .roll .swiper-slide:hover .icon {
            /*animation-name: spin;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: forwards;
            */
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }
    }
    
    @media (max-width:767px) {
        .home-content .card {
            width: 100%;
        }
        .home-content .tongzhi .home-title strong.on,
        .home-content .tongzhi .home-title strong {
            font-size: 18px;
        }
        .home-content .tongzhi ul {
            padding-left: .4rem;
        }
        .home-content .tongzhi li {
            font-size: 14px;
            height: .7rem;
            line-height: .7rem;
        }
        .home-content .tongzhi li::after {
            width: .32rem;
            height: .32rem;
            left: -.46rem;
        }
        .home-content .tongzhi li .date {
            margin-right: .3rem;
        }
        .home-content .roll .txt {
            font-size: 16px;
        }
    }
    
    .home-professor {
        background: url(../images/bg.jpg)no-repeat center;
        background-size: cover;
        padding-bottom: .8rem;
    }
    
    .home-professor .card {
        width: 47.3%;
        margin-top: .4rem;
    }
    
    .home-professor .research .home-title {
        background-size: .35rem;
    }
    
    .home-professor .research li {
    }
    
    .home-professor .research li .date {
        color: #737373;
    }
    
    .home-professor .professor .home-title,.home-professor .student .home-title {
        background-size: .39rem;
    }
    
    .home-professor .professor .swiper-container {
        margin: .3rem .4rem 0 .4rem;
    }
    
    .home-professor .professor .pic {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        width: 1.3rem;
        height: 1.3rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-professor .professor .swiper-slide a {
        /* width: 1.56rem; */
    }
    
    .home-professor .swiper-button-prev {
        left: 0;
        background-size: .29rem;
        background: url(../images/r.svg)no-repeat center;
        width: .29rem;
        height: .29rem;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        margin-top: -.85rem;
    }
    
    .home-professor .swiper-button-next {
        right: 0;
        background-size: .29rem;
        background: url(../images/r.svg)no-repeat center;
        width: .29rem;
        height: .29rem;
        margin-top: -.85rem;
    }
    
    .home-professor .professor .name {
        font-size: .2rem;
        font-weight: bold;
        margin-top: .2rem;
        padding-bottom: .2rem;
    }
    
    .home-professor .professor .name::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: .44rem;
        height: 4px;
        background-color: #0C529D;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    
    .home-professor .professor .text {
        color: #6D6D6D;
        line-height: 2;
        margin-top: .1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    @media (min-width:1025px) {
        .home-professor .professor .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);
        }
    }
    
    @media (max-width:950px) {
        .home-professor .professor .swiper-slide a {
            /* width: 2.2rem; */
        }
    }
    
    @media (max-width:767px) {
        .home-professor .card {
            width: 100%;
        }
        .home-professor .professor .swiper-slide a {
            width: 100%;
        }
        .home-professor .professor .name {
            font-size: 16px;
        }
        .home-professor .professor .text {
            font-size: 14px;
        }
    }
    
    .home-image {
        width: 100%;
        height: 6.9rem;
        overflow: hidden;
    }
    
    .home-image .view {
        width: 100%;
        height: 6.9rem;
    }
    
    .home-image .view .swiper-container {
        height: 100%;
    }
    
    .home-image .view span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: .9rem;
        height: .9rem;
        background: url(../images/play.svg)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%);
    }
    
    .home-image .preview {
        position: absolute;
        bottom: .3rem;
        left: 50%;
        z-index: 2;
        width: 7.8rem;
        overflow: hidden;
        height: 1.1rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    
    .home-image .preview .swiper-slide {
        width: 1.77rem;
        height: 1.1rem;
        margin-right: .23rem;
    }
    
    .home-image .preview .swiper-slide.active-nav::after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 3px #FFF solid;
        content: '';
    }
    
    @media (min-width:1025px) {
        .home-image .view .swiper-slide:hover 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);
        }
    }
    
    @media (max-width:767px) {
        .home-image .preview {
            width: 90%;
        }
    }
    
    .quick {
        position: fixed;
        right: .2rem;
        bottom: 30%;
        z-index: 2;
        cursor: pointer;
    }
    
    .quick span {
        width: 1.15rem;
        height: 1.15rem;
        background: url(../images/icon.png)no-repeat center;
        background-size: 100%;
    }
    
    .quick .drop {
        opacity: ;
        position: absolute;
        width: 1.7rem;
        background-color: #0551A5;
        padding: 0 .1rem;
        top: 0;
        right: 1rem;
        opacity: 0;
        z-index: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        visibility: hidden;
    }
    
    .quick .drop a {
        color: #FFF;
        border-bottom: 1px dashed #FFF;
        line-height: .5rem;
    }
    
    .quick:hover .drop {
        opacity: 1;
        right: 1.15rem;
        visibility: initial;
    }
    
    @media (max-width:1199px) {
        .quick {
            display: none;
        }
    }



.teacher_box {}

.teacher_tit {
    text-align: center;
    font-size: 26px;
    color: #111;
    font-weight: bold;
    line-height: 70px;
}

.teacher_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.teacher_tab h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    letter-spacing: 0em;
    color: #0C529D;
    background: #E9F0F7;
    padding: 0 0 0 37px;
    position: relative;
}

.teacher_tab h2:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    width: 3px;
    height: 20px;
    background: #0C529D;
}

.teacher_tab ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: #E9F0F7 2px solid;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(12, 82, 157, 0.2);
    padding: 30px 0 30px 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.teacher_tab li {
    width: 14.25%;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    transition: all 0.3s;
}

.teacher_tab li a {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    transition: all 0.6s;
}

.teacher_tab li:hover a {
    color: #0c529d;
    font-weight: bold;
}

.teacher_tab li:hover a:before {
    left: 3px;
}

.teacher_tab li a:before {
    content: "";
    position: absolute;
    background: url(../images/ico_ld.png) left center no-repeat;
    width: 7px;
    height: 8px;
    left: 0;
    top: 9px;
    background-size: cover;
    transition: all 0.3s;
}

.ld_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ld_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0em;
    color: #2E2E2E;
    text-align: center;
    margin: 25px auto;
}

.ld_tit span {}

.ld_about {}

.ld_about {
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 0em;
    color: #4A4A4A;
}

.ld_about p {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0em;
    color: #4A4A4A;
}

.ld_about p a {
    color: #4A4A4A;
    font-size: 16px;
}

.ld_more {
    border-top: 1px solid #D8D8D8;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0.5%;
}

.ld_more ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ld_more li {
    margin-top: 50px;
    width: 48%;
    /* margin-right: 3%; */
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    padding: 15px;
    background: url(../images/ld_sybg.png) right bottom no-repeat;
    background-size: 27%;
}

.ld_more li .pic {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 180px;
    height: 240px;
    overflow: hidden;
}

.ld_more li .ld_txt {
    font-size: 18px;
    line-height: 37px;
    padding-top: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ld_more li .ld_txt span {
    display: block;
}

.ld_amoe {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    border: 1px solid #0C529D;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0em;
    color: #0C529D;
    padding: 0px 40px 0 10px;
    text-align: left;
    background: url(../images/leader_mico.svg) 82px center no-repeat;
    background-size: 25px;
    transition: all 0.3s;
}

.ld_amoe:hover {
    background: url(../images/leader_micoh.svg) 82px center no-repeat #0c529d;
    color: #fff
}

.ld_more li: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);
}
/*  */
.ld_more2 {
    /* border-top: 1px solid #D8D8D8; */
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0.5%;
}

.ld_more2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ld_more2 li {
    margin-top: 50px;
  width:32%; 

  
    padding: 15px;
    /* background: url(../images/ld_sybg.png) right bottom no-repeat; */
    background-size: 27%;
}

.ld_more2 li .pic {
    position: relative;
    /* float: left; */
    /* margin-right: 30px; */
    width: 180px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
}
.ld_more2 li p{  font-size: 18px;
    line-height: 37px;}

.ld_more2 li .ld_txt {
    font-size: 18px;
    line-height: 37px;
    padding-top: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ld_more2 li .ld_txt span {
    display: block;
}

.ld_more2 .ld_amoe {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    border: 1px solid #0C529D;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0em;
    color: #0C529D;
    padding: 0px 40px 0 10px;
    text-align: left;
    background: url(../images/leader_mico.svg) 82px center no-repeat;
    background-size: 25px;
    transition: all 0.3s;
}

.ld_more2 .ld_amoe:hover {
    background: url(../images/leader_micoh.svg) 82px center no-repeat #0c529d;
    color: #fff
}

.ld_more2 .ld_more li: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);
}

@media (max-width:1300px) {
    .teacher_tab li {
        width: 20%;
    }

    .ld_more li .ld_txt {
        font-size: 16px;
        padding-top: 0;
        line-height: 27px;
    }

    .ld_more li .pic {
        margin-right: 20px;
        width: 160px;
        height: 210px;
    }

    .ld_amoe {
        font-size: 14px;
        bottom: 0;
        padding: 0px 40px 0 10px;
        line-height: 30px;
        background: url(../images/leader_mico.svg) 71px center no-repeat;
    }
}

@media (max-width:970px) {
    .teacher_tab li {
        width: 33.3%;
    }

    .teacher_tit {
        font-size: 23px;
        color: #111;
        font-weight: bold;
        line-height: 60px;
    }

    .teacher_tab h2 {
        font-size: 20px;
    }

    .ld_tit span {
        display: block;
    }

    .ld_more li {
        width: 100%;
        margin-top: 30px;
    }

    .ld_more li .ld_txt span {
        font-size: 18px;
        line-height: 36px;
    }
}








.home-content>.home-title{justify-content:center;padding-left:0;background-image: none !important;border-bottom: none;padding-top: .35rem;}
.home-content>.home-title::before{content:"";flex: 1;min-width: 0;background: url(../images/tit-line.png) repeat-x;background-position: left center;height: .3rem;}
.home-content>.home-title::after{content:"";flex: 1;min-width: 0;background: url(../images/tit-line.png) repeat-x;background-position: left center;height: .3rem;}
.home-content>.home-title>div{background-image: url(../images/icon2.svg);padding-left: .5rem;background-position: left center;background-repeat: no-repeat;margin: 0 .3rem;background-size: .4rem;}
.home-content>.home-title strong::after{display:none;}


.home-tit2{display: flex;justify-content: space-between;align-items: center;position: relative;padding: 0 .3rem 0 0;border-left: .06rem solid #2F85E1;overflow: hidden;}
.home-tit2::before{content: "";position:absolute;left: 0;right: 0;bottom: 0;top: 0;background: #DBE9F7;transform: skewX(15deg);transform-origin: left bottom;}
.home-tit2 h3{padding: 0 .4rem 0 .3rem;position: relative;z-index: 9;overflow: hidden;}
.home-tit2 h3::before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;transform: skewX(15deg);transform-origin: left bottom;background: #0C529D;}
.home-tit2 h3 b{display: block;position: relative;z-index: 9;font-size: 0.26rem;font-weight: bold;line-height: 0.55rem;color: #FFFFFF;}
.home-tit2 a{font-size: 0.16rem;font-weight: normal;line-height: normal;color: #0C529D;position: relative;z-index: 9;}

.bksnotice .home-tit2 h3::before{background:#1A82A4;}
.bksnotice .home-tit2 a{color:#1A82A4}
.yjsnotice .home-tit2 h3::before{background:#0B91C2;}
.yjsnotice .home-tit2 a{color:#0B91C2}

.notice.bksnotice .date{color:#1A82A4}
.notice.yjsnotice .date{color:#0B91C2}
.research{margin-top:.3rem;}


.home-listpic {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: .3rem;}
.home-listpic li {width: 48%;}
.home-listpic li:nth-child(-n+2) {
    margin-bottom: .3rem;
}
.home-listpic li a {display: block;position: relative;}
.home-listpic li a .pic {padding-top: 69%;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.home-listpic li a .info {position: absolute;left: 0;right: 0;bottom: 0;height: 0.56rem;background: rgba(0, 0, 0, .6);display: flex;align-items: center;}
.home-listpic li a .info p {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 .1rem;font-size: 0.18rem;line-height: 0.28rem;color: #FFFFFF;width: 100%;}
.home-listpic li a .info p i {background-image: linear-gradient(#fff, #fff);display: inline;font-style: normal;position: relative;background-image: linear-gradient(#fff, #fff);background-position: right bottom;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.home-listpic li a:hover .info p i{
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

@media screen and (min-width:1024px){
    .notice.bksnotice li::before{background:#1A82A4;}
    .notice.yjsnotice li::before{background:#0B91C2;}
}

@media screen and (max-width:767px){
    .home-tit2 a{font-size: 12px;}
}