@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%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #12469C;
}


.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 2rem;
    background: #12469C;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home .header {
    background: none;
    position: fixed;
}

.home .header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(18, 70, 156, 1), rgba(18, 70, 156, 0));
    z-index: -1;
    height: 150%;
}

.home .header.fixed {
    background-color: #12469C;
}

.home .header.fixed::after {
    display: none;
}

.header .head {
    height: 1.3rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding-left: .7rem;
    padding-right: .7rem;
}

.header .head .logo img {
    height: .8rem;
}

.header .head .lang {
    width: .45rem;
    height: .45rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: bold;
    color: #FFF;
    margin-left: .15rem;
}

.search {
    width: 3rem;
    height: .45rem;
    border: 1px #FFF solid;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    overflow: hidden;
}

.search input[type="text"] {
    background: none;
    color: #FFF;
    padding-left: .2rem;
    width: 100%;
}

.search input[type="text"]::placeholder {
    color: #FFF;
}

.search input[type="submit"] {
    width: .4rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .2rem;
    border: none;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    padding-left: .9rem;
    padding-right: .9rem;
}

.nav li>a {
    line-height: .7rem;
    font-size: .22rem;
    color: #FFF;
    font-weight: bold;
}

.nav li.on::after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    background-color: #FFF;
    height: 3px;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: .7rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    margin-left: -.7rem;
    font-size: .14rem;
    box-shadow: 0 .1rem .1rem rgba(18, 70, 156, .3);
    white-space: normal;
}

.nav .search {
    display: none;
}

.footer {
    /* height: 4.1rem; */
    background: url(../images/f-bg.png)no-repeat center bottom;
    background-size: cover;
    color: #FFF;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.footer .logo img {
    height: .6rem;
    width: auto;
}

.footer .info {
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding-bottom: .2rem;
}

.footer .info .item {
    margin-right: .2rem;
    border: 1px rgba(255, 255, 255, .2) dashed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 1.1rem;
    height: 1rem;
}

.footer .info .item:last-child {
    margin-right: 0;
}

.footer .info .item .icon {
    width: .4rem;
    height: .4rem;
}

.footer .info .item .icon img {
    width: 100%;
    transition: transform 0.1s;
}

.footer .info .item .tit {
    font-size: .8em;
    margin-top: .1rem;
    line-height: 1.2;
    color: #FFF;
}

.footer .con {
    align-items: center;
    margin-top: .2rem;
}

.footer .con .text {
    line-height: 2;
    margin-right: .8rem;
}

.footer .con .text:last-child {
    margin-right: 0;
}

.footer .con a {
    color: #FFF;
}

.footer .con .erwma {
    width: 1.1rem;
    margin-right: .2rem;
}

.footer .con .erwma:last-child {
    margin-right: 0;
}

.footer .con .erwma .pic {
    width: 100%;
    border: 1px rgba(255, 255, 255, .2) dashed;
    padding: .08rem;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 1.1rem;
}

.footer .con .erwma .pic img {
    width: 100%;
}

.footer .con .erwma .tit {
    font-size: .8em;
    line-height: 1.2;
    margin-top: .05rem;
}

.footer.s2 .logo img {
    /* max-width: 4.5rem; */
}
.footer.s2 .con {
    margin-top: 0;
}
.footer.s2 .con .text {
    margin: 0 .2rem;
}
.footer.s2 .con .text>* {
    font-size: .8em;
}
.footer.s2 .info .item {
    width: 1rem;
}



@keyframes shake {
    0% {
        transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
    }
    10% {
        transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
    }
    50% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    100% {
        transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
    }
}

@media (min-width:1025px) {
    .header .head .lang:hover,
    .footer .con a:hover {
        opacity: .7;
    }
    .nav li:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        width: 100%;
        background-color: #FFF;
        height: 3px;
    }
    .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);
    }
    .footer .info .item:hover .tit {
        font-weight: bold;
    }
    .footer .info .item:hover .icon img {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
        -webkit-animation: shake 0.5s;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        height: auto;
    }
    .header .head {
        height: 1.2rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header .head .lang {
        width: 30px;
        height: 30px;
        margin-left: 0;
        margin-right: 50px;
        display: none;
    }
    .header .head .search {
        display: none;
    }
    .header.active {
        background-color: #12469C;
    }
    .header.active::after {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .nav .search {
        display: flex;
        width: 100%;
        height: 34px;
        border: 1px rgba(0, 0, 0, .7) solid;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
    .search input[type="text"] {
        background: none;
    }
    .search input[type="text"],
    .search input[type="text"]::placeholder {
        color: #333;
        font-size: 14px;
    }
    .search input[type="submit"] {
        background-image: url(../images/search1.svg);
        width: 40px;
        background-size: 16px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem;
    }
    .nav ul {
        display: block;
        margin-top: .2rem;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
        box-shadow: none;
    }
    .footer .info .item .tit,
    .footer .con .erwma .tit {
        font-size: 12px;
    }
}

@media (max-width:950px) {
    .footer {
        height: auto;
        padding-bottom: .4rem;
    }
    .footer .con .erwma-con {
        width: 100%;
        justify-content: center;
    }
    .footer .con .erwma {
        width: 90px;
    }
    .footer .con .erwma .pic {
        height: 90px;
    }
.home-teaching .first .tit {
    height: auto !important;
}
}

@media (max-width:767px) {
    .header .head {
        height: 65px;
    }
    .nav {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .header .head .logo img,
    .footer .logo img {
        height: 35px;
    }
    .footer .logo {
        width: 100%;
    }
    .footer .info>div:last-child {
        width: 100%;
        margin-top: .3rem;
    }

    .footer.s2 .logo img {
        max-width: unset;
    }
    .footer.s2 .con {
        margin-top: .2rem;
    }
    .footer.s2 .con .text>* {
        font-size: 1em;
    }
    .footer.s2 .info .item {
        width: 1.6rem;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    transition: all 4s;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    opacity: .6;
}

.banner .swiper-slide img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    width: .48rem;
    height: .48rem;
    margin-right: .1rem !important;
    opacity: 1;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFF;
}

.banner .swiper-pagination-bullet-active {
    text-indent: 0;
    text-align: center;
    line-height: .46rem;
    font-family: 'arial';
    color: #FFF;
    opacity: 1;
    border: 1px #FFF dashed;
    font-size: .14rem;
}

.banner .swiper-pagination-bullet-active::after {
    display: none;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url(../fonts/SourceHanSerifCN-Heavy.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url(../fonts/SourceHanSerifCN-Medium.otf);
}

@font-face {
    font-family: 'Bebas';
    src: url(../fonts/Bebas.TTF);
}

.home-title {
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title .cn {
    font-size: .32rem;
    line-height: 1.2;
}

.home-title .en {
    font-size: .16rem;
    line-height: 1;
    color: #12469C;
    text-transform: uppercase;
    padding-left: .35rem;
    margin-top: .1rem;
}

.home-title .en::after {
    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: .25rem;
    background-color: #12469C;
}

.home-title .en::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background-color: #12469C;
}

.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%);
    padding-left: .3rem;
    background: url(../images/more.svg)no-repeat left center;
    background-size: .2rem;
    color: #12469C;
    line-height: .24rem;
}

.home-one {
    background: url(../images/bg1.png)no-repeat center bottom;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: .8rem;
}

.home-news {
    margin-top: .75rem;
}

.home-news .focus {
    margin-right: .7rem;
    width: 9.15rem;
    z-index: 9;
    margin-top: .4rem;
}

.home-news .focus::after {
    content: '';
    top: .7rem;
    bottom: .2rem;
    left: 0;
    background-color: #12469C;
    width: 6.2rem;
    position: absolute;
}

.home-news .focus .swiper-container {
    padding-left: .4rem;
    padding-bottom: .85rem;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 72.5%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .text-con {
    position: absolute;
    left: -.15rem;
    bottom: -.85rem;
    width: 7.73rem;
    height: 1.56rem;
    background: url(../images/tbg1.png)no-repeat left bottom;
    background-size: 100% 100%;
    padding: .4rem .5rem;
}

.home-news .focus .date {
    font-family: 'Bebas';
    color: #12469C;
    font-size: .16rem;
    margin-top: .2rem;
}

.home-news .focus .tit {
    font-weight: bold;
}

.home-news .focus .button {
    position: absolute;
    right: 0;
    bottom: .85rem;
    width: 1.15rem;
    height: .61rem;
    background: url(../images/tbg2.png)no-repeat left top;
    background-size: 100% 100%;
    z-index: 10;
    padding-left: .2rem;
}

.home-news .focus .swiper-button-white {
    background-size: .16rem;
    position: initial;
    top: 0;
    margin-top: auto;
    height: 100%;
}

.home-news .focus .line {
    width: 1px;
    height: .3rem;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 .15rem;
}

.home-news .text-content {
    background-color: rgba(0, 0, 0, 0.02);
    margin-top: .4rem;
    padding-top: .3rem;
}

.home-news .item {
    padding-right: .3rem;
    z-index: 9;
    height: 1.07rem;
}

.home-news .item::before {
    content: '';
    position: absolute;
    left: .3rem;
    bottom: 0;
    right: .3rem;
    height: 1px;
    border-bottom: 1px dotted rgba(18, 70, 156, .2);
}

.home-news .item .date {
    width: 1.1rem;
    font-family: 'Bebas';
    color: #12469C;
    line-height: 1;
    font-size: .16rem;
    margin-right: .2rem;
}

.home-news .item .date span {
    font-size: .24rem;
    margin-bottom: .1rem;
}

.home-news .item .tit {
    line-height: 1.5;
}

.home-news .item:last-child::before {
    display: none;
}

.home-notice {
    margin-top: .6rem;
}

.home-notice .tab-con {
    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%);
    padding-right: 1rem;
}

.home-notice .tab-con>div {
    margin-right: .2rem;
}

.home-notice .tab-con>div:last-child {
    margin-right: 0;
}

.home-notice .tab-con span {
    line-height: .35rem;
    border: 1px #12469C solid;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    background-color: #FFF;
    color: #12469C;
    padding-left: .2rem;
    padding-right: .2rem;
    font-family: 'YaHei';
    cursor: pointer;
}

.home-notice .tab-con>div .more {
    display: none;
}

.home-notice .tab-con>div.on span {
    background-color: #12469C;
    color: #FFF;
}

.home-notice .tab-con>div.on .more {
    display: block;
}

.home-notice .card {
    border: 1px rgba(18, 70, 156, 0.2) solid;
    width: 31%;
    height: 1.65rem;
    margin-top: .4rem;
    margin-right: 3.5%;
    padding: .2rem .4rem;
}

.home-notice .card:nth-of-type(3n) {
    margin-right: 0;
}

.home-notice .card .date {
    background-color: #12469C;
    color: #FFF;
    font-size: .16rem;
    line-height: .36rem;
    padding: 0 .2rem;
    font-family: 'Bebas';
}

.home-notice .card .tit {
    line-height: 1.6;
    margin-top: .15rem;
}

.home-notice .card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #12469C;
}

.home-notice .card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #12469C;
}

.home-notice .card .tit::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #12469C;
}

.home-notice .card .tit::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #12469C;
}

.home-two {
    overflow: hidden;
    padding-top: .75rem;
    background: url(../images/bg2.png)no-repeat left top;
    background-size: 17.6rem;
    padding-left: 1.6rem;
}

.home-teaching {
    width: 7.7rem;
    margin-right: .6rem;
    padding-bottom: .55rem;
}

.home-teaching .home-title,
.home-teaching .home-title .en,
.home-teaching .home-title .more {
    color: #FFF;
}

.home-teaching .home-title .en::after,
.home-teaching .home-title .en::before {
    background-color: #FFF;
}

.home-teaching .home-title .more {
    background-image: url(../images/more1.svg);
}

.home-teaching .item {
    line-height: .7rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    color: #FFF;
}

.home-teaching .item .tit {
    margin-right: .2rem;
    display: block;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-teaching .item .date {
    font-family: 'SourceHanSerifCN-Heavy';
}

.home-teaching .item::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -3px;
    border: 1px rgba(255, 255, 255, .2) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 4px;
    height: 4px;
}

.home-teaching .item:last-child {
    border-bottom: 0;
}

.home-teaching .item:last-child::before {
    display: none;
}

.home-teaching .item .text-con {
    display: flex;
    flex-direction: row-reverse;
}
.home-teaching .item .text-con .tit {
    display: -webkit-box;
    flex: 1;
}

.home-teaching .item .pic,
.home-teaching .item .text-con .des,
.home-teaching .item .text-con .more {
    display: none;
}

.home-teaching .list {
    margin-top: .3rem;
}
.home-teaching .first {
    line-height: unset;
    /* margin-top: .3rem; */
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: .1rem;
}

.home-teaching .item.first .pic,
.home-teaching .item.first .text-con,
.home-teaching .item.first .text-con .des,
.home-teaching .item.first .text-con .more {
    display: block;
}

.home-teaching .first .pic {
    width: 3.2rem;
    overflow: hidden;
    height: 2.35rem;
}

.home-teaching .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-teaching .first .text-con {
    padding: .35rem .4rem;
    color: #FFF;
}

.home-teaching .first .date {
    background: url(../images/date.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    line-height: 1.2;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: .14rem;
}

.home-teaching .first .tit {
    font-weight: bold;
    line-height: 0.2rem;
    margin-top: .15rem;
    height:0.2rem;
}

.home-teaching .first .des {
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .1rem;
    opacity: .6;
    height: .58rem;
}

.home-teaching .first .more {
    margin-top: .1rem;
    line-height: 1;
    font-size: .16rem;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    padding-top: .15rem;
}

.home-teaching .first .more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: .01rem;
    width: .18rem;
    height: .13rem;
    background: url(../images/arrow1.svg)no-repeat right center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-keyan {
    background: url(../images/bg3.png)no-repeat left top;
    background-size: cover;
    padding-right: 1.6rem;
    overflow: hidden;
    border-radius: .4rem 0 0 0;
    -webkit-border-radius: .4rem 0 0 0;
    -moz-border-radius: .4rem 0 0 0;
    -ms-border-radius: .4rem 0 0 0;
    -o-border-radius: .4rem 0 0 0;
    padding-bottom: .55rem;
    padding-left: .6rem;
    padding-top: .6rem;
}

.home-keyan .list {
    margin-top: .4rem;
}

.home-keyan .item {
    line-height: .7rem;
    border-bottom: 1px rgba(18, 70, 156, 0.2) solid;
}

.home-keyan .item .tit {
    margin-right: .2rem;
}

.home-keyan .item .date {
    font-family: 'SourceHanSerifCN-Heavy';
    color: #12469C;
}

.home-keyan .item::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -3px;
    border: 1px rgba(18, 70, 156, 0.2) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 4px;
    height: 4px;
}

.home-keyan .item:last-child {
    border-bottom: 0;
}

.home-keyan .item:last-child::before {
    display: none;
}

.home-keyan .item .pic,
.home-keyan .item .text-con .des {
    display: none;
}
.home-keyan .item .text-con {
    display: flex;
}
.home-keyan .item .tit {
    flex: 1;
}
.home-keyan .item .tit>div {
    -webkit-line-clamp: 1;
}

.home-keyan .first {
    line-height: unset;
    border: 1px rgba(18, 70, 156, 0.2) solid !important;
    /* border-bottom: 1px !important; */
    padding: .3rem .2rem;
    margin-bottom: .2rem;
    margin-top: -1px;
}

.home-keyan .item.first .pic,
.home-keyan .item.first .text-con,
.home-keyan .item.first .text-con .des {
    display: block;
}

.home-keyan .first .pic {
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-keyan .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-keyan .first .tit {
    line-height: 1.6;
    height: .62rem;
}

.home-keyan .first .des {
    color: #666;
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .05rem;
    height: .55rem;
}

.home-keyan .first .date {
    font-family: 'SourceHanSerifCN-Heavy';
    color: #12469C;
    line-height: 1;
    margin-top: .1rem;
}


.home-media {
    background: url(../images/bg4.png)no-repeat right bottom;
    background-size: 6rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
}

.home-media .swiper-container {
    margin-top: .4rem;
    padding-bottom: .6rem;
}

.home-media .swiper-slide {
    overflow: hidden;
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.home-media .swiper-slide .pic {
    overflow: hidden;
    padding-top: 66%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-media .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-media .swiper-slide .date {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: .44rem;
    background: rgba(18, 70, 156, .9) url(../images/date.svg)no-repeat .2rem center;
    color: #FFF;
    font-size: .14rem;
    padding-left: .4rem;
    padding-right: .2rem;
    background-size: .12rem;
}

.home-media .swiper-slide .tit {
    padding: 0 .2rem;
    line-height: 1.6;
    height: .7rem;
    margin-top: .3rem;
}

.home-media .swiper-slide .more {
    border-top: 1px dashed rgba(155, 13, 20, 0.2);
    margin-top: .2rem;
    padding-top: .2rem;
    color: #9E9E9E;
    font-size: .14rem;
    line-height: 1.5;
    padding-left: .2rem;
}

.home-media .swiper-slide .more::after {
    content: '';
    position: absolute;
    right: .2rem;
    bottom: 0;
    width: .18rem;
    height: .18rem;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: 100%;
}

.home-media .swiper-slide-active {
    background: #12469C url(../images/tbg3.png)no-repeat center bottom;
    background-size: 100%;
    padding-top: .35rem;
}

.home-media .swiper-slide-active .pic {
    margin-left: .3rem;
    margin-right: .3rem;
    padding-top: 60%;
}

.home-media .swiper-slide-active .tit {
    margin-top: .45rem;
    color: #FFF;
    font-weight: bold;
}

.home-media .swiper-slide-active .more {
    border-top-color: rgba(255, 255, 255, .2);
    color: #FFF;
}

.home-media .swiper-slide-active .more::after {
    background-image: url(../images/arrow1.svg);
}

.home-media .swiper-pagination {
    bottom: 0;
}

.home-media .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: #12469C 1px solid;
    opacity: 1;
    background: none;
    margin-right: .2rem !important;
}

.home-media .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.home-media .swiper-pagination-bullet-active {
    width: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    background-color: #12469C;
}

@media (min-width:1025px) {
    .home-title .more:hover,
    .home-teaching .first:hover .tit,
    .home-keyan .first:hover .tit,
    .home-media .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-teaching .first:hover .pic img,
    .home-keyan .first:hover .pic img,
    .home-media .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 .item:hover {
        background-color: #12469C;
        color: #FFF;
        margin-right: -.2rem;
        padding-right: .4rem;
    }
    .home-news .item:hover::after {
        content: '';
        position: absolute;
        top: -.2rem;
        right: 0rem;
        width: .2rem;
        height: .2rem;
        background-color: #12469C;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
    .home-news .item:hover .date {
        color: #FFF;
        border-right: 1px rgba(255, 255, 255, .2) solid;
    }
    .home-news .item:hover .tit,
    .home-keyan .first:hover .tit,
    .home-media .swiper-slide:hover .tit,
    .home-notice .card:hover .tit,
    .home-teaching .item:hover .tit,
    .home-keyan .item:hover .tit {
        font-weight: bold;
    }
    .home-teaching .first:hover .more::after {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .home-notice .card:hover::before,
    .home-notice .card:hover .tit::before {
        width: 100%;
    }
    .home-notice .card:hover::after,
    .home-notice .card:hover .tit::after {
        height: 100%;
    }
}

@media (max-width:1199px) {
    .home-title .cn {
        font-size: 24px;
    }
    .home-title .en {
        font-size: 13px;
    }
    .home-news .focus .date,
    .home-news .item .date,
    .home-notice .card .date,
    .home-teaching .first .date,
    .home-teaching .first .des,
    .home-teaching .first .more,
    .home-teaching .item .date,
    .home-keyan .item .date,
    .home-keyan .first .date,
    .home-keyan .first .des,
    .home-media .swiper-slide .date,
    .home-media .swiper-slide .more {
        font-size: 12px;
    }
    .home-news .item .date span {
        font-size: 20px;
    }
    .home-news .item .date {
        margin-right: 0;
        width: 75px;
    }
    .home-news .focus {
        margin-right: .3rem;
    }
    .home-news .focus .button {
        width: 78px;
    }
    .home-news .focus .text-con {
        width: auto;
        right: 90px;
    }
    .home-notice .card {
        width: 32%;
        margin-right: 2%;
        padding-left: .3rem;
        padding-right: .3rem;
        height: auto;
    }
    .home-notice .card .date,
    .home-notice .tab-con span {
        line-height: 26px;
    }
    .home-notice .tab-con {
        padding-right: 60px;
    }
    .home-notice .tab-con span {
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
    }
    .home-two {
        padding-left: .2rem;
        background-size: 90% 100%;
    }
    .home-teaching {
        margin-right: .4rem;
    }
    .home-keyan {
        padding-right: .2rem;
        padding-left: .4rem;
        border-radius: .3rem 0 0 0;
        -webkit-border-radius: .3rem 0 0 0;
        -moz-border-radius: .3rem 0 0 0;
        -ms-border-radius: .3rem 0 0 0;
        -o-border-radius: .3rem 0 0 0;
    }
    .home-teaching .first .des,
    .home-keyan .first .tit {
        height: 44px;
    }
    .home-keyan .first .des {
        height: 40px;
    }
    .home-teaching .item,
    .home-keyan .item {
        line-height: 48px;
    }
    .home-media .swiper-slide-active .pic {
        margin-left: .2rem;
        margin-right: .2rem;
    }
    .home-media .swiper-slide .date {
        line-height: 30px;
    }
}

@media (max-width:950px) {
    .home-news .focus {
        width: 8.6rem;
    }
    .home-news .focus::after {
        display: none;
    }
    .home-news .focus .swiper-container {
        padding-left: 0;
    }
    .home-news .focus .date {
        margin-top: .1rem;
    }
    .home-two {
        background-size: cover;
    }
    .home-teaching {
        width: 100%;
        margin-right: 0;
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .home-teaching .first .pic,
    .home-keyan .first .pic {
        width: 35%;
        padding-top: 23%;
        height: auto;
    }
    .home-teaching .first .tit,
    .home-teaching .first .des,
    .home-teaching .first .more,
    .home-keyan .first .des,
    .home-keyan .first .date {
        margin-top: .2rem;
    }
    .home-teaching .first .more {
        padding-top: .2rem;
    }
}

@media (max-width:767px) {
    .home-title {
        justify-content: flex-start;
    }
    .home-title .cn {
        font-size: 20px;
    }
    .home-news {
        margin-top: .5rem;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .text-content {
        margin-top: .3rem;
    }
    .home-news .item {
        height: auto;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .home-notice .card {
        width: 49%;
    }
    .home-notice .card:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-notice .card:nth-child(even) {
        margin-right: 0;
    }
    .home-media .swiper-slide-active {
        background: none;
        padding-top: .2rem;
    }
    .home-media .swiper-slide-active .pic {
        margin-left: 0;
        margin-right: 0;
        padding-top: 66%;
    }
    .home-media .swiper-slide-active .tit {
        margin-top: .3rem;
        color: #333;
        font-weight: normal;
        padding: 0;
    }
    .home-media .swiper-slide-active .more {
        border-top-color: rgba(155, 13, 20, 0.2);
        color: #9E9E9E;
    }
    .home-media .swiper-slide-active .more::after {
        background-image: url(../images/arrow1.svg);
    }
}

@media (max-width:540px) {
    .home-notice .card {
        width: 100%;
        margin-right: 0;
    }
    .home-teaching .first .pic,
    .home-keyan .first .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 65%;
    }
    .home-keyan .first .text-con {
        margin-top: .3rem;
    }
    .home-teaching .first .des,
    .home-keyan .first .tit,
    .home-keyan .first .des,
    .home-teaching .first .des {
        height: auto;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.warpper {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    padding-bottom: .8rem;
}

.sidebar {
    width: 3.25rem;
    background: #12469C;
    background-size: 100%;
    padding-bottom: .2rem;
    margin-right: .3rem;
    margin-top: -1.3rem;
}

.sidebar.s-detail {
    margin-top: .3rem;
}

.sidebar .title {
    height: 1rem;
    line-height: 1rem;
    color: #FFF;
    font-size: .3rem;
    font-weight: bold;
}

.sidebar>ul {
    min-height: 4rem;
    background: #F7FBFF;
    margin-left: .2rem;
    padding: .1rem .3rem 1.6rem .3rem;
}

.sidebar>ul>li {
    border-bottom: 1px dashed rgba(0, 150, 214, 0.2);
}

.sidebar ul li a {
    /* line-height: .9rem; */
    font-size: .2rem;
    color: #474747;
    /* padding-left: .25rem; */
}

.sidebar ul li .tit {
    display: flex;
    align-items: center;
    padding-left: .4em;
}
.sidebar ul li .tit a {
    flex: 1;
    padding: .8em 0;
}
.sidebar ul li .tit i {
    width: 1.5em;
    height: 1.5em;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 60%;
    cursor: pointer;
    transition: all .3s;
}

.sidebar ul li .child {
    display: none;
    padding-left: 2em;
    padding-bottom: .6em;
}
.sidebar ul li .child li a {
    display: block;
    font-size: .2rem;
    padding: .4em 0;
}
.sidebar ul li .child li a:hover,
.sidebar ul li .child li.on>a {
    font-weight: bold;
    color: #12469C;
}

.sidebar>ul>li>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .3rem;
    height: 100%;
    background: url(../images/arrow0.svg)no-repeat center;
    background-size: .18rem;
}

.sidebar>ul>li.on {
    border-bottom: 1px solid #12469C;
}
.sidebar li.on>.tit i {
    transform: rotate(90deg);
}
.sidebar>ul>li.on>.tit a,
.sidebar li.on>.tit a,
.sidebar>ul>li .tit a:hover {
    font-weight: bold;
    color: #12469C;
}

.sidebar>ul>li.on>a::after {
    background-image: url(../images/arrow.svg);
}

.sidebar>ul>li.on::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #12469C;
}

.sidebar .child .tit {
    padding-left: 0;
}
.sidebar .third {
    display: none;
    padding-left: 2em;
}
.sidebar ul li .child .tit i {
    background-size: 50%;
}
.sidebar ul li .child li .third a {
    font-size: .18rem;
}

.pub-content {
    margin-top: .4rem;
}

.pub-title .line {
    height: 1px;
    background-color: #12469C;
    margin-right: .2rem;
}

.pub-title .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color: #12469C;
}

.pub-title .title {
    font-size: .26rem;
    border-left: 5px solid #12469C;
    padding-left: .15rem;
    line-height: 1;
    font-weight: bold;
    margin-right: .3rem;
}

.pub-title .crumbs {
    background: url(../images/home.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .3rem;
    color: #414141;
    font-size: .16rem;
}

.pub-title .crumbs a {
    color: #414141;
}

.pub-title .crumbs  span {
    margin: 0 .05rem;
}

.pub-title .crumbs a::after {
  /*  content: '>';
    margin: 0 .05rem;*/
}

.img-list {
    margin-top: .3rem;
}

.img-list .item {
    padding: .35rem 0;
    border-bottom: 1px #D3DDED dashed;
}

.img-list .item .pic {
    overflow: hidden;
    width: 2.85rem;
    height: 2rem;
    margin-right: .4rem;
}

.img-list .item .tit {
    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    height: .22rem;
    margin-top: .2rem;
}

.img-list .item .date {
    font-size: .16rem;
    color: #12469C;
    line-height: 1;
    margin-top: .15rem;
    background: url(../images/date2.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
}

.img-list .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.9;
    margin-top: .15rem;
    overflow: hidden;
    height: .61rem;
}

.img-list .item .arrow {
    margin-top: .1rem;
    height: .2rem;
}

.img-list .item .arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    background: url(../images/arrow3.svg)no-repeat center;
    background-size: .18rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
    margin-bottom: .5rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)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: #12469C;
    color: #FFF;
    border-color: #12469C;
}

.txt-list .item {
    border-bottom: 1px #D1D1D1 dashed;
    line-height: .8rem;
}

.txt-list .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 5px;
    height: 5px;
    border: 1px #D1D1D1 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
}

.txt-list .item .date {
    color: #999;
}

.txt-list .item .tit {
    font-size: .2rem;
    padding-left: .25rem;
    margin-right: .2rem;
    height: 0.8rem;
}

.txt-list .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 1px #12469C solid;
    background-color: #12469C;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.txt-list .item .tit::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 1px #12469C solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.details {
    margin-top: .4rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.4;
}

.details .info {
    font-size: .16rem;
    color: #5A5A5A;
    margin-top: .15rem;
    background-color: #F5F5F5;
    line-height: .5rem;
    margin-top: .2rem;
}

.details .info span {
    margin-right: .2rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {

    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
    font-family: 'Microsoft YaHei' !important;
    word-break: break-word;
    margin-bottom: 0.1rem;
}

.details .body p span {
    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
    font-family: 'Microsoft YaHei' !important;
}

.details .body img,.details .body video {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto;
    display: block;
    border: 0 !important;
}
.details .body iframe {
    max-width: 100% !important;
    margin: 10px auto;
    display: block;
}



.details .body table {font-size:14px; max-width:98%; margin:10px auto !important;border-collapse: collapse;}
.details .body table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.details .body table td p{ text-indent:0em !important; margin-bottom:0px;}



.details .prev-next {
    margin-top: 1rem;
    padding-top: .3rem;
    border-top: 1px #BBCAE2 solid;
    line-height: 1.8;
}

.details .prev-next span {
    color: #12469C;
}

.leader .card {
    border: 1px rgba(0, 64, 152, 0.2) solid;
    padding: .15rem;
    margin-top: .4rem;
    z-index: 9;
}

.leader .card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2.45rem;
    background-color: rgba(37, 84, 216, .1);
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}

.leader .card .photo {
    width: 2.2rem;
    overflow: hidden;
    height: 2.75rem;
    margin-right: .4rem;
}

.leader .card .name {
    line-height: .56rem;
    background-image: linear-gradient(90deg, rgba(243, 244, 247, 1), rgba(243, 244, 247, 0));
    margin-left: -.4rem;
    padding-left: .4rem;
    font-size: .2rem;
    font-weight: bold;
    color: #12469C;
    width: 3.7rem;
    margin-top: .4rem;
}

.leader .card .text {
    margin-top: .2rem;
    line-height: 2.2;
}

.teacher .card {
    margin-top: .35rem;
    width: 22.75%;
    margin-right: 3%;
    z-index: 9;
}

.teacher .card:nth-of-type(4n) {
    margin-right: 0;
}

.teacher .card .photo {
    padding-top: 128%;
    overflow: hidden;
}

.teacher .card .photo img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher .card .name {
    line-height: .5rem;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px rgba(0, 0, 0, 0.08) solid;
}

@media (min-width:1025px) {
    .sidebar>ul>li:hover>a {
        font-weight: bold;
        color: #12469C;
    }
    .pub-title .crumbs a:hover,
    .img-list .item:hover .des {
        color: #12469C;
    }
    .img-list .item:hover .pic img,
    .leader .card:hover .photo img,
    .teacher .card:hover .photo 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,
    .txt-list .item:hover .tit,
    .teacher .card:hover .name {
        font-weight: bold;
    }
    .img-list .item:hover .arrow::before {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .txt-list .item:hover {
        border-bottom-color: #12469C;
    }
    .txt-list .item:hover::after,
    .teacher .card:hover .name {
        border-color: #12469C;
    }
    .leader .card:hover {
        background: #F7FBFF url(../images/tbg4.png)no-repeat 95% center;
        border: 1px #12469C solid;
        background-size: 1.78rem;
    }
    .leader .card:hover .name {
        background-image: linear-gradient(90deg, rgba(18, 70, 156, 1), rgba(18, 70, 156, .3), rgba(18, 70, 156, 0));
        color: #FFF;
    }
    .teacher .card:hover,
    .teacher .card:hover .name {
        background-color: #12469C;
    }
    .teacher .card:hover .name {
        color: #FFF;
    }
    .teacher .card:hover::after {
        content: '';
        position: absolute;
        left: -.1rem;
        top: -.1rem;
        right: -.1rem;
        bottom: 0;
        background-color: #12469C;
        z-index: -1;
    }
}

@media (max-width:1199px) {
    .warpper {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .page {
        line-height: 22px;
        margin-top: .4rem;
        margin-bottom: 0;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .img-list .item .date {
        padding-left: 20px;
        background-size: 16px;
    }
    .page,
    .pub-title .crumbs,
    .img-list .item .des,
    .txt-list .item .date,
    .details .info,
    .img-list .item .date,
    .leader .card .text {
        font-size: 12px;
    }
    .img-list .item .tit,
    .img-list .item .des {
        height: auto;
    }
    .sidebar {
        margin-right: .3rem;
    }
    .sidebar .title {
        height: 90px;
        line-height: 90px;
        font-size: 24px;
    }
    .sidebar>ul>li>a {
        line-height: 60px;
        font-size: 16px;
    }
    .pub-title .title,
    .details h1 {
        font-size: 18px;
    }
    .img-list .item .tit,
    .txt-list .item .tit {
        font-size: 14px;
    }
    .txt-list .item {
        line-height: 48px;
    }
    .txt-list .item .tit {
        padding-left: 25px;
    }
    .leader .card .name {
        line-height: 38px;
        font-size: 18px;
    }
    .teacher .card .name {
        line-height: 40px;
    }
}

@media (max-width:950px) {
    .warpper {
        flex-wrap: wrap;
    }
    .sidebar {
        /* display: none; */
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
        margin-top: .4rem;
    }
    .sidebar .title {
        display: flex;
        font-size: 20px;
        line-height: 2;
        height: auto;
        padding: .4em 1em;
        cursor: pointer;
    }
    .sidebar .title::after {
        content: "";
        width: 2em;
        height: 2em;
        margin-left: auto;
        background: url(../images/arrow-white.svg) no-repeat center;
        background-size: 60%;
        transition: all .3s;
    }
    .sidebar .title.active::after {
        transform: rotate(90deg);
    }
    .sidebar>ul {
        display: none;
        margin-left: 0;
        padding: .1rem .3rem .2rem .3rem;
        min-height: unset;
    }
    .sidebar ul li a {
        font-size: 16px;
    }
    .sidebar ul li .child li a {
        font-size: 15px;
    }
    .sidebar ul li .child li .third a {
        font-size: 14px;
    }
    .img-list .item .pic {
        width: 30%;
        height: auto;
        padding-top: 22%;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .leader .card .photo {
        width: 3.2rem;
        height: 3.75rem;
    }
.details .body p {
    font-size:16px !important;
    line-height: 32px !important;
}
.details .body p span {
    font-size:16px !important;
    line-height: 32px !important;
}
.pub-content {
    min-height: 7rem;
}


}

@media (max-width:767px) {
    .pub-bg {
        padding-bottom: 1rem;
    }
    .img-list {
        margin-top: 0;
    }
    .img-list .item {
        padding-left: 0;
        padding-right: 0;
    }
    .img-list .item .pic {
        width: 35%;
        height: auto;
        padding-top: 20%;
        margin-right: .3rem;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item .date::after {
        width: 36px;
        height: 33px;
        left: -20px;
        top: -10px;
    }
    .img-list .item .text-con {
        padding-top: 10px;
    }
    .img-list .item .tit {
        margin-top: .15rem;
    }
    .img-list .item .des {
        margin-top: .1rem;
    }
    .leader .card .photo {
        width: 3rem;
        height: 3.5rem;
    }
    .teacher .card {
        width: 31%;
        margin-right: 3.3%;
    }
    .teacher .card:nth-of-type(4n) {
        margin-right: 3.3%;
    }
    .teacher .card:nth-of-type(3n) {
        margin-right: 0;
    }
.details .body table {
    height: auto;
    width: 98% !important;
        overflow-x: scroll;
        display: block;
}

}

@media (max-width:540px) {

.pub-title {
    display: block !important;
border-bottom: 1px solid #4c547b;
        padding-bottom: 10px;
}

    .pub-title .title {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
.pub-title .line {
     height: 0;
}
.pub-title .crumbs {
    width: 100%;
font-size: 14px;
display: inline-block;
}
.pub-title .line::before {
    width: 0;
}

.footer .con .text {
margin-right: 0;
}
.footer .info .item {
    width: 1.8rem;
    height: 1.5rem;
}

    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
    .teacher .card {
        width: 48.5%;
        margin-right: 3%;
    }
    .teacher .card:nth-of-type(3n) {
        margin-right: 3%;
    }
    .teacher .card:nth-of-type(2n) {
        margin-right: 0;
    }
    .leader .card .name {
        margin-top: .2rem;
    }
    .leader .card .text {
        line-height: 2;
    }
}

@media (max-width:390px) { 
    .header .head .logo img, .footer .logo img {
        height: 32px;
    }
}


@media (max-width:350px) { 
    .header .head .logo img, .footer .logo img {
        height: 28px;
    }
}


.main_bg {
    background-image: url(../images/main-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 4.5rem;
    right: -.5rem;
    position: fixed;
    top: 50%;
    width: 4rem;
    z-index: -1;
    transition: top .1s ease;
    -webkit-transition: top .1s ease;
    -moz-transition: top .1s ease;
    -ms-transition: top .1s ease;
    -o-transition: top .1s ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


@media (min-width: 1200px) {
    .header.fixed {
        display: flex;
        /* height: auto; */
        padding-top: .2rem;
        padding-bottom: .12rem;
        padding-top: .9rem;
        top: -.7rem;
    }
    .header.fixed .head {
        position: unset;
        width: 40%;
        height: auto;
        border: 0;
        margin-right: 4%;
        margin-top: -0.1rem;
    }
    .header.fixed .head .logo img {
        width: 100%;
        height: auto;
    }
    .header.fixed .head .logo+div {
        position: absolute;
        top: 0.9rem;
        right: .7rem;
    }
    .header.fixed .search {
        height: .4rem;
    }
    .header.fixed .lang {
        width: .4rem;
        height: .4rem;
    }
    .header.fixed .nav {
        flex: 1;
        padding: 0.56rem .7rem 0 0;
    }
    .header.fixed .nav li>a {
        font-size: 1em;
        line-height: 1.4;
        padding: .1rem 0;
    }
    .header.fixed .nav .drop {
        top: 100%;
    }
}

.mask-bg {
    position: relative;
    overflow: hidden;
}
.mask-bg::after {
    /* content: ""; */
    position: fixed;
    top: 5%;
    right: -60%;
    width: 100%;
    height: 100%;
    background: url(../images/mask.png) no-repeat left;
    background-size: auto 54%;
    background-position-x: 35%;
    z-index: -1;
}

.events .item {
    line-height: 1.4;
    padding: 1em;
    border: 1px rgba(0, 64, 152, 0.2) solid;
    margin-top: .3rem;
}

.events .item:hover {
    font-weight: bold;
    color: #12469C;
    background: #F7FBFF url(../images/tbg4.png) no-repeat 95% center;
    background-size: auto 90%;
    border: 1px #12469C solid;
}


@media (min-width: 1200px) {
    html {
        font-size: 100px !important;
    }
    .container {
        padding-left: 0%;
        padding-right: 0%;
        max-width: 16rem;
        width: 94%;
    }
    .warpper {
        padding-left: 0%;
        padding-right: 0%;
        max-width: 16rem;
        width: 94%;
        margin: 0 auto;
    }
    .header.fixed .head {
        padding: 0 3.8%;
        margin-right: 0;
    }
    .header.fixed .nav {
        padding-right: 3.8%;
        max-width: 11rem;
        margin-left: auto;
    }
    .header.fixed .nav li {
        margin-left: 1em;
        white-space: nowrap;
    }
    .home-news>.content {
        align-items: flex-start;
    }
    .home-news .focus {
        width: 57%;
    }
    .home-news .focus::after {
        width: 80%;
    }
    .home-teaching {
        width: 44.2%;
    }
    .home-two {
        padding-left: 8.3%;
    }
    .home-keyan {
        padding-right: 8.3%;
    }
}