<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
    }
}

@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%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #103259;
}

 .kgsj {
        opacity: 1;
    line-height: 1.8;
    margin-top: 0.2rem;font-size: 0.18rem;}
    .kgsj img {
        width: 20px;
        margin-right: 10px;}



/*块级转化*/

.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 {
    min-height: .24rem;
    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 {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .3rem;
    z-index: 9999;    background: #1E63AE;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2rem;

    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.fixed.header::after {
    height: 100%;
}

.header .logo {
    height: .6rem;
}

.header .logo img {
    height: .64rem;
}

.header .my {
    color: #FFF;
    margin-right: .35rem;
}

.header .my .icon {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(243, 243, 243, .1) url(../images/book.png)no-repeat center;
    background-size: .2rem;
    margin-right: .1rem;
}

.header .time {
    color: #FFF;
    margin-right: .2rem;
}

.header .search-btn {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(243, 243, 243, .1) url(../images/search.png)no-repeat center;
    background-size: .2rem;
    cursor: pointer;
}

.header .time .icon {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(243, 243, 243, .1) url(../images/time.png)no-repeat center;
    background-size: .2rem;
    margin-right: .1rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-right: .3rem;
}

.nav li&gt;a {
    line-height: 2;
    padding: 0 .3rem;
    color: #FFF;
    font-size: .18rem;
}

.nav .drop {
    left: -.2rem;
    right: -.2rem;
    top: .45rem;
    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;
    border-top: 3px #0135A3 solid;
    font-size: .16rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #0135A3 solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.search-content {
    background: #103259;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .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: 8rem;
    height: .8rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .3rem;
}

.banner {
    overflow: hidden;
    z-index: 2;
}

.banner img {
    width: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 1;
}

.banner .mark {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: .67rem;
    background: url(../images/banner-mark.png)no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
}

.banner .swiper-slide {
    overflow: hidden;
}

.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 .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 11;
    bottom: .5rem;
}

.banner .swiper-pagination {
    position: sticky;
}

.banner .swiper-button-next {
    position: sticky;
    top: auto;
    margin-top: 0;
    background: url(../images/next.png)no-repeat right center;
    width: .2rem;
    height: .1rem;
    background-size: 100%;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #FFF;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    margin-right: .15rem;
    font-size: .14rem;
}

.banner .swiper-pagination-bullet-active {
    font-size: .18rem;
    padding-right: .7rem;
    position: relative;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .6rem;
    height: 1px;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search-book {
    position: absolute;
    z-index: 10;
    left: 2.6rem; left: 5.6rem;
    top: 50%;top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 8rem;
    background-color: rgba(255, 255, 255, .9);
    padding: .4rem .7rem;
}

.search-book .tabs {
    color: #666;
}

.search-book .tabs .tit {
    margin-right: .6rem;
    cursor: pointer;
}

.search-book .tabs .tit:last-child {
    margin-right: 0;
}

.search-book .tabs .tit.active {
    color: #111e56;
    text-decoration: underline;
}

.search-book select {
    display: none;
}

.search-book .select_box {
    font-size: .16rem;
    min-width: 1rem;
    line-height: .45rem;
    position: relative;
}

.search-book .select_showbox {
    text-align: center;
    position: relative;
    padding-right: .15rem;
    font-size: .16rem;
}

.search-book .select_showbox::after {
    content: '';
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-top: 5px #054D99 solid;
}

.search-book .select_showbox::before {
    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: .2rem;
    border-right: 1px dashed #dcdcdc;
}

.search-book .select_option {
    border: 1px solid #dcdcdc;
    border-top: none;
    display: none;
    left: -1px;
    top: .44rem;
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100%;
}

.search-book .select_option li {
    cursor: pointer;
    text-align: center;
}

.search-book .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search-book .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search-book .search {
    width: 100%;
    border: 1px #dcdcdc solid;
    margin-top: .15rem;
}

.search-book .search input[type='text'] {
    padding: 0 .2rem;
    font-size: .16rem;
    height: .45rem;
    background: none;
}

.search-book .search input[type='submit'] {
    background: #054D99 url(../images/search.png)no-repeat .2rem center;
    width: 1rem;
    background-size: .16rem;
    color: #FFF;
    padding-left: .2rem;
    font-size: .16rem;
}

.search-book .text {
    margin-top: .15rem;
}

.footer {
    background-color: #1E63AE;
    padding-top: .75rem;
    padding-bottom: .5rem;
    color: #FFF;
}

.footer .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/f-mark.png)no-repeat center top;
    background-size: 100%;
    height: .67rem;
    z-index: 9;
}

.footer a {
    color: #FFF;
}

.footer .info {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: .15rem;
}

.footer .logo img {
    height: .44rem;
}

.footer .copyright {
    opacity: .6;
    line-height: 1.8;
    margin-top: .2rem;
}

.footer .copyright a {
    color: #FFF;
}

.footer .sns a {
    margin-right: .55rem;
}

.footer .sns a:last-child {
    margin-right: 0;
}

.footer .sns .tit {
    opacity: .6;
    margin-top: .05rem;
}

.footer .sns .erwma {
    position: absolute;
    left: 50%;
    top: .6rem;
    background-color: #FFF;
    width: .9rem;
    height: .9rem;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer .sns .erwma::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #FFF solid;
}

.footer .sns .erwma img {
    width: 100%;
}

.footer .link {
    width: 5.6rem;
    margin-top: .1rem;
}

.footer .link a {
    width: 33.333%;
    border-bottom: 1px #FFF solid;
    opacity: .6;
    line-height: .5rem;
    padding-left: 15px;
}

.footer .link a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-bg1 {
    background: url(../images/bg1.jpg)no-repeat center top;
    background-size: 100%;
    overflow: hidden;
}

.tool {
    margin-top: .6rem;
    padding-left: .8rem;
    padding-right: .8rem;
    z-index: 9;
}

.tool::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #dcdcdc;
}

.tool .swiper-button-next,
.tool .swiper-button-prev {
    background-size: .12rem;
}

.tool .swiper-button-next {
    right: -.1rem;
}

.tool .swiper-button-prev {
    left: -.1rem;
}

.tool .icon {
    padding-bottom: .15rem;
}

.tool .icon img {
    height: .3rem;
}

.tool .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: .02rem;
    width: .3rem;
    height: 2px;
    background-color: #102159;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.tool .tit {
    margin-top: .1rem;
    padding-bottom: .1rem;
}

.tool .swiper-slide {
    padding: .35rem 0;
}

.tool .swiper-slide::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 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%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    display: none;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

.home-title .cn {
    font-size: .34rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #3d4147;
}

.home-title .en {
    font-size: .24rem;
    /*background: -webkit-linear-gradient(30deg, #95bcff, #5d89ff);
    background: linear-gradient(30deg, #95bcff, #5d89ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: transparent;
    padding-left: .4rem;
    font-family: 'SourceHanSerifCN-Bold';
    text-transform: capitalize;
}

.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: .3rem;
    background-color: #5f8aff;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: .2rem;
    font-weight: bold;
    color: #103259;
    padding-right: .3rem;
    background: url(../images/arrow1.png)no-repeat right center;
    background-size: .2rem;
    border-bottom: 2px #103259 solid;
}

.home-news {
    margin-top: .4rem;
}

.home-news .home-title {
    position: absolute;
    left: 8.2rem;
    right: 0;
    top: .2rem;
    z-index: 10;
}

.home-news .swiper-slide {
    padding-top: .2rem;
    align-items: flex-end;
    overflow: hidden;
}

.home-news .pic {
    margin-left: .2rem;
    z-index: 2;
    width: 7rem;
    height: 4.1rem;
    margin-right: 1rem;
}

.home-news .pic::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: -1;
}

.home-news .text-con {
    padding-bottom: .4rem;
}

.home-news .tit {
    font-size: .24rem;
}

.home-news .des {
    margin-top: .3rem;
    color: #868686;
    line-height: 1.8;
}

.home-news .date {
    color: #999;
    margin-top: .4rem;
}

.home-news .swiper-pagination {
    right: 7rem;
    width: auto;
    bottom: .35rem;
    text-align: right;
}

.home-news .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
}

.home-news .swiper-pagination-bullet-active {
    background-color: #e1b658;
    position: relative;
}

.home-news .swiper-pagination-bullet-active::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%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #e1b658 dashed;
    width: 12px;
    height: 12px;
}

.home-notice {
    margin-top: .9rem;
    height: 3.1rem;
}

.home-notice .home-title {
    position: absolute;
    right: .2rem;
    top: .35rem;
    z-index: 11;
}

.home-notice .content {
    z-index: 10;
}

.home-notice .content::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 16.23rem;
    background: url(../images/tbg1.png)no-repeat left top;
    z-index: -1;
    left: -.95rem;
    background-size: 100% 100%;
}

.home-notice .item {
    height: 1.46rem;
    padding-left: .2rem;
    margin-right: 3.15rem;
    padding-right: 1.5rem;
}

.home-notice .item .date {
    width: 1.4rem;
    height: 1.4rem;
    font-size: .18rem;
    color: #999;
    margin-right: .85rem;
}

.home-notice .item .date span {
    color: #103259;
    font-weight: bold;
    font-size: .4rem;
}

.home-notice .item .tit {
    font-size: .2rem;
    color: #103259;
}

.home-notice .item .des {
    color: #868686;
    margin-top: .1rem;
}

.home-notice .item .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.14rem;
    height: .39rem;
    background: url(../images/more1.png)no-repeat right center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .item:last-child {
    margin-top: .1rem;
}

.home-cultural {
    margin-top: .5rem;
}

.home-cultural .content {
    margin-top: .55rem;
    height: 2.2rem;
}

.home-cultural .item {
    width: 25%;
    padding: .3rem .3rem;
    border-bottom: 2px #102159 solid;
    border-left: 1px #ebebeb solid;
    border-top: 1px #ebebeb solid;
    height: 1.95rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-cultural .item:last-child {
    border-right: 1px #ebebeb solid;
}

.home-cultural .item .tit {
    font-size: .2rem;
}

.home-cultural .item .text {
    color: #868686;
    margin-top: .1rem;
    line-height: 1.6;
}

.home-cultural .item .info {
    margin-top: .15rem;
}

.home-cultural .item .info span {
    background-color: #103259;
    color: #FFF;
    line-height: .3rem;
    padding: 0 .2rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.home-cultural .item .date {
    color: #868686;
    font-size: .14rem;
}

.home-read {
    margin-top: .85rem;
}

.home-read .content {
    margin-top: .25rem;
    background: url(../images/bg2.jpg)no-repeat left top;
    background-size: 100%;
    height: 7.5rem;
    padding-top: 1.56rem;
}

.home-read .pic {
    height: 3rem;
    width: 2.2rem;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home-read .tit {
    font-weight: bold;
    margin-top: .2rem;
}

.home-read .info {
    color: #999;
    line-height: 1.8;
    margin-top: .2rem;
}

.home-read .swiper-slide:nth-child(even) {
    margin-top: .33rem;
}

.home-read .swiper-button-next {
    width: 1.22rem;
    height: .28rem;
    background: url(../images/next1.png)no-repeat left center;
    background-size: 100%;
    right: 1.3rem;
    margin-top: .2rem;
}

.home-read .swiper-button-prev {
    width: 1.22rem;
    height: .28rem;
    background: url(../images/next1.png)no-repeat left center;
    background-size: 100%;
    left: 1.3rem;
    margin-top: .2rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-read .swiper-button-disabled {
    display: none;
}

.home-layout {
    margin-top: 1.05rem;
    padding-right: 1.3rem;
}

.home-layout .floor {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    margin-right: 1.05rem;
}

.home-layout .floor .item {
    height: .45rem;
    text-transform: uppercase;
    margin-top: .25rem;
    color: #666;
    line-height: .9;
    cursor: pointer;
}

.home-layout .floor .item::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(90deg, #f4f5f6, #FFF);
    width: 6.1rem;
    bottom: 0;
    left: -.4rem;
    z-index: -1;
    transform: skew(-70deg);
    -webkit-transform: skew(-70deg);
    -moz-transform: skew(-70deg);
    -ms-transform: skew(-70deg);
    -o-transform: skew(-70deg);
}

.home-layout .floor .f1::after {
    height: .45rem;
}

.home-layout .floor .f2::after {
    height: .4rem;
}

.home-layout .floor .f3::after {
    height: .35rem;
}

.home-layout .floor .f4::after {
    height: .3rem;
}

.home-layout .floor .f5::after {
    height: .25rem;
}

.home-layout .floor .f6::after {
    height: .2rem;
}

.home-layout .floor .f7::after {
    height: .15rem;
}

.home-layout .floor .item.on {
    color: #103259;
    font-size: .4rem;
}

.home-layout .floor .active {
    color: #103259;
    font-size: .4rem;
    z-index: 10;
}

.home-layout .floor .active::after {
    background-image: linear-gradient(90deg, #e6edf4, #FFF);
    left: -.5rem;
    transform: skew(-75deg);
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    -ms-transform: skew(-75deg);
    -o-transform: skew(-75deg);
    height: .45rem;
}

.home-layout .floor-info {
    z-index: 10;
    margin-right: 1.2rem;
}

.home-layout .floor-info .di_no {
    width: 100%;
    padding: .5rem 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    filter: drop-shadow(0px 0px .1rem rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0px 0px .1rem rgba(0, 0, 0, .1));
}

.home-layout .floor-info .di_no::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0, 100% 90%, 0% 100%);
}

.home-layout .floor-info .di_no::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: .2rem;
    height: 1px;
    width: 100%;
    background-color: #103259;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
}

.home-layout .floor-info .di_no&gt;div {
    line-height: .65rem;
    font-weight: normal;
    font-size: .2rem;
    padding-left: .6rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.home-layout .floor-info .di_no&gt;div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #103259;
    z-index: -1;
}

.home-layout .floor-info .di_no&gt;div.active {
    font-weight: bold;
    color: #FFF;
}

.home-layout .floor-info .di_no&gt;div.active::before {
    right: -.3rem;
}

.home-layout .floor-info .di_no&gt;div.active::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: .2rem;
    background: url(../images/next.png)no-repeat center;
    margin-left: .2rem;
    background-size: 100%;
}

.home-layout .pic-con {
    width: 9.5rem;
    height: 5.7rem;
    z-index: 11;
    margin-top: -.7rem;
}

.home-layout .pic-con .pic {
    width: 100%;
    height: 5.7rem;
    overflow: hidden;
}

.home-layout .floor-info .info1 {
    bottom: .15rem;
    top: auto;
}

.home-layout .floor-info .info2 {
    bottom: .3rem;
    top: auto;
}

.home-layout .floor-info .active {
    font-weight: bold;
}

.home-layout .floor .active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: .05rem;
    height: 1px;
    background-color: #103259;
    width: 1.55rem;
}

.home-layout .floor span {
    position: absolute;
    right: -1.05rem;
    width: 1px;
    background-color: #103259;
    display: none;
    z-index: 2;
}

.home-layout .floor .f1 span {
    display: none !important;
}

.home-layout .floor .f2 span {
    height: .55rem;
    bottom: -.5rem;
}

.home-layout .floor .f3 span {
    height: .8rem;
    bottom: -.75rem;
}

.home-layout .floor .f4 span {
    height: 1.5rem;
    bottom: -1.45rem;
}

.home-layout .floor .f5 span {
    height: 2.2rem;
    bottom: -2.15rem;
}

.home-layout .floor .f6 span {
    height: 2.9rem;
    bottom: -2.85rem;
}

.home-layout .floor .f7 span {
    height: 3.6rem;
    bottom: -3.55rem;
}

.home-layout .floor .active span {
    display: block;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav&gt;li&gt;a:hover,
    .header .my:hover,
    .home-read .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .footer .sns a:hover .erwma {
        display: block;
    }
    .footer .sns a:hover .tit,
    .footer .link a:hover {
        opacity: 1;
    }
    .tool .swiper-slide:hover .icon::after {
        background-color: #e1b658;
    }
    .tool .swiper-slide:hover::after {
        display: block;
    }
    .home-news .swiper-slide:hover .tit {
        font-weight: bold;
        color: #103259;
        text-decoration: underline;
    }
    .home-notice .item:hover .date {
        background: url(../images/q.png)no-repeat center;
        background-size: 100%;
    }
    .home-notice .item:hover .arrow {
        background-image: url(../images/more1-on.png);
    }
    .home-cultural .item:hover {
        background-color: #103259;
        height: 2.2rem;
        transform: translateY(-.25rem);
        -webkit-transform: translateY(-.25rem);
        -moz-transform: translateY(-.25rem);
        -ms-transform: translateY(-.25rem);
        -o-transform: translateY(-.25rem);
    }
    .home-cultural .item:hover .tit,
    .home-cultural .item:hover .text,
    .home-cultural .item:hover .date {
        color: #FFF;
    }
    .home-cultural .item:hover .text {
        opacity: .6;
    }
    .home-cultural .item:hover .info span {
        background-color: #e1b658;
    }
    .home-read .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:1199px) {
    .header .search-btn {
        margin-right: .2rem;
    }
    .header.on {
        background-color: #103259;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #103259;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li&gt;a {
        line-height: 1.1rem;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 1.1rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        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;
        padding-bottom: 0;
        border-top: 0;
        padding-left: .4rem;
    }
    .nav .drop a {
        color: #FFF;
    }
    .nav .drop::after {
        display: none;
    }
    .search-book {
        left: .2rem;
    }
    .search-book .select_box {
        width: 1.4rem;
    }
    .search-book .select_showbox,
    .search-book .search input[type='text'],
    .search-book .search input[type='submit'],
    .search-book .select_box,
    .home-news .tit,
    .home-notice .item .tit,
    .home-cultural .item .tit,
    .nav li&gt;a,
    .search-content .content input[type='text'],
    .nav .drop a {
        font-size: 14px;
    }
    .tool .icon img {
        height: .35rem;
    }
    .tool .swiper-button-next,
    .tool .swiper-button-prev {
        background-size: .16rem;
    }
    .home-news .des,
    .home-news .date,
    .home-notice .item .des,
    .home-notice .item .date,
    .home-cultural .item .text,
    .home-cultural .item .date,
    .home-cultural .item .info span,
    .home-read .info {
        font-size: 12px;
    }
    .home-news .swiper-pagination {
        right: 8rem;
    }
    .home-cultural .item {
        height: auto;
    }
    .home-read .content {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        background-size: cover;
    }
    .home-read .swiper-button-next {
        right: .2rem;
    }
    .home-read .swiper-button-prev {
        left: .2rem;
    }
    .home-read .swiper-slide:nth-child(even) {
        margin-top: 0;
    }
    .home-layout {
        padding-right: .2rem;
    }
    .home-layout .floor-info {
        margin-right: .6rem;
    }
    .home-layout .floor-info .di_no&gt;div {
        padding-left: .3rem;
    }
    .home-cultural .content {
        height: auto;
    }
}

@media (max-width:950px) {
    .search-book .search input[type='submit'] {
        width: 1.4rem;
    }
    .search-book .search input[type='text'] {
        height: .6rem;
    }
    .search-book .select_box {
        line-height: .6rem;
    }
    .search-book .select_option {
        top: .6rem;
    }
    .footer .copyright,
    .footer .link {
        width: 100%;
    }
    .footer .link a {
        line-height: .7rem;
    }
    .footer .logo img {
        height: .6rem;
    }
    .tool .icon {
        padding-bottom: .2rem;
    }
    .tool .icon img {
        height: .4rem;
    }
    .tool .swiper-button-next,
    .tool .swiper-button-prev {
        background-size: .2rem;
    }
    .home-title .cn {
        font-size: 20px;
    }
    .home-title .en {
        font-size: 16px;
    }
    .home-news .text-con {
        padding-bottom: .2rem;
    }
    .home-news .date {
        margin-top: .3rem;
    }
    .home-news .des {
        margin-top: .2rem;
    }
    .home-notice .item .date span {
        font-size: 20px;
    }
    .home-cultural .item .info span {
        line-height: .5rem;
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        -ms-border-radius: .25rem;
        -o-border-radius: .25rem;
    }
}

@media (max-width:767px) {
    .search-content .content {
        width: 90%;
    }
    .header .time,
    .banner .mark,
    .footer .mark {
        display: none;
    }
    .footer {
        padding-top: .4rem;
    }
    .footer .logo {
        width: 100%;
    }
    .footer .sns {
        margin-top: .3rem;
        width: 100%;
    }
    .footer .sns a:last-child {
        /*display: none;*/
    }
    .footer .sns a {
        flex: 1;
        margin-right: 0;
    }
    .search-book {
        position: sticky;
        width: 100%;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding: .3rem .2rem;
    }
    .search-book .search {
        margin-top: .2rem;
    }
    .tool {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .home-news .home-title,
    .home-notice .home-title {
        position: sticky;
        left: auto;
    }
    .home-news .pic {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .home-news .pic::after {
        display: none;
    }
    .home-news .text-con {
        margin-top: .3rem;
    }
    .home-news .swiper-pagination {
        right: 0;
        bottom: auto;
        top: 3.8rem;
    }
    .home-notice {
        height: auto;
        margin-top: .6rem;
    }
    .home-notice .home-title {
        right: auto;
        top: auto;
    }
    .home-notice .content {
        margin-top: .3rem;
    }
    .home-notice .content::after {
        left: -1.8rem;
    }
    .home-notice .item {
        margin-right: 0;
        padding-left: 0;
    }
    .home-notice .item .date {
        width: 1.2rem;
        margin-right: .4rem;
    }
    .home-cultural .item {
        width: 50%;
    }
    .home-cultural .item:nth-child(even) {
        border-right: 1px #ebebeb solid;
    }
    .home-read .content {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .home-read .swiper-button-next {
        right: .2rem;
    }
    .home-read .swiper-button-prev {
        left: .2rem;
    }
    .home-layout .pic-con {
        width: 100%;
        margin-top: .4rem;
    }
    .home-layout .floor-info {
        margin-right: .3rem;
    }
    .home-layout .floor-info .di_no&gt;div {
        font-size: 14px;
    }
    .home-layout .floor-info .info1 {
        bottom: .05rem;
    }
    .home-layout .floor-info .di_no::before {
        transform: rotate(-4.6deg);
        -webkit-transform: rotate(-4.6deg);
        -moz-transform: rotate(-4.6deg);
        -ms-transform: rotate(-4.6deg);
        -o-transform: rotate(-4.6deg);
    }
    .home-layout .floor .f2 span {
        height: .45rem;
        bottom: -.4rem;
    }
}

@font-face {
    font-family: 'sySong';
    src: url('../fonts/sySong.woff') format('woff');
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    /*height: 5rem;*/  width:100%;
}

.pub-wrap {
    padding-bottom: .7rem;
}

.leftNav {
    width: 2.8rem;
    margin-top: .3rem;
    margin-right: .4rem;
}

.leftNav h2 {
    line-height: 0.8rem;
    color: #fff;
    background: #1E63AE;
    font-family: 'sySong';
    font-size: 0.26rem;
    font-weight: bold;
    overflow: hidden;
    padding-left: 0.4rem;
}

.leftNav&gt;ul {
    background: #fff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.leftNav ul li a {
    display: block;
    line-height: 0.66rem;
    padding-left: 0.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav&gt;ul&gt;li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 0.03rem solid #103259;
    transform: scaleY(0);
    z-index: 1;
    transition: all 0.3s;
}

.leftNav&gt;ul&gt;li&gt;a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    background: url(../images/left-sj.png) no-repeat;
    background-size: cover;
    width: 0.16rem;
    height: 0.16rem;
    display: none;
}

.leftNav&gt;ul&gt;li:first-child {
    border-top: none;
}

.leftNav&gt;ul&gt;li&gt;a {
    position: relative;
}

.leftNav&gt;ul&gt;li.on&gt;a {
    color: #103259;
    font-weight: 600;
}

.leftNav&gt;ul&gt;li.on&gt;a::after,
.leftNav&gt;ul&gt;li:hover&gt;a::after {
    display: block;
}

.leftNav&gt;ul&gt;li:hover&gt;a {
    color: #103259;
    font-weight: 600;
}

.leftNav&gt;ul&gt;li.on::before,
.leftNav&gt;ul&gt;li:hover::before {
    transform: none;
}

.leftNav ul li a:hover {
    background-position: 0.31rem center;
    color: #103259;
}

.leftNav&gt;ul&gt;li&gt;ul {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    font-size: 0.15rem;
    line-height: 0.46rem;
    padding-left: 0.6rem;
    color: #666666;
    border-bottom: none;
}

.pub-content {
    padding: .2rem .4rem .4rem .4rem;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
    margin-top: .3rem;
    border-top: 2px #009169 solid;min-height:700px;
}

.pub-title {
    line-height: 0.66rem;
    border-bottom: 1px solid #d2d2d2;
}

.pub-title h3 {
    font-size: 0.26rem;
    font-weight: bold;
}

.position {
    font-size: 14px;
    color: #888;
}

.position a {
    color: #888;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.page {
    margin-top: .4rem;
}

.page a {
    line-height: .3rem;
    border: 1px #c5b7b7 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem;
}

.page a:last-child {
    margin-right: 0;
}

.page a.on {
    background-color: #103259;
    color: #FFF;
    border-color: #103259;
}

.text-list .item {
    padding: .3rem 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.text-list .item:first-child {
    margin-top: 0;
}

.text-list .item .date {
    width: 1.2rem;
    height: .8rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #103259;
    font-size: .36rem;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #103259;
}

.text-list .item .tit {
    font-size: .20rem;
    padding-left: 0;
}

.text-list .item .des {
    color: #666;
    margin-top: .15rem;
    font-size: .16rem;
}

.news-list .item {
    padding: .3rem 0;
    border-bottom: 1px #c5c5c5 dashed;
}

.news-list .item .pic {
    width: 2.6rem;
    height: 1.8rem;
    overflow: hidden;
    margin-right: .3rem;
}

.news-list .item .tit {
    font-size: .22rem;
    line-height: 1.8;
}

.news-list .item .des {
    color: #666;
    line-height: 1.8;
    margin-top: .1rem;
    font-size: .16rem;
}

.news-list .item .date {
    position: absolute;
    left: 0;
    bottom: .1rem;
    font-size: .18rem;
    color: #9E9E9E;
    font-family: Arial, Helvetica, sans-serif;
}

.details {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.details h1 {
    font-weight: normal;
    font-size: .26rem;
}

.details .info {
    color: #A8A8A8;
    font-size: .14rem;
    line-height: 2;
    border-bottom: 1px rgba(141, 141, 141, .3) solid;
    margin-top: .2rem;
    padding-bottom: .1rem;
}

.details .body {
    line-height: 2;
    font-size: .16rem;
    color: #2C2C2C;
}

.details .body p {
    margin-top: .3rem;
    text-indent: .32rem;
}

.details .body img {
    max-width: 80%;
    margin-top: .3rem;
    height: auto !important;
}

.details .prev-next {
    line-height: 2;
    margin-top: .6rem;
    font-size: .16rem;
}

.details .prev-next span {
    color: #103259;
}

.about {
    margin-top: .4rem;
}

.about .con {
    align-items: flex-end;
}

.about .pic {
    width: 5.3rem;
    height: 3.4rem;
    overflow: hidden;
}

.about .con .text-con {
    background-color: #103259;
    color: #FFF;
    padding: .6rem .3rem;
    font-size: .16rem;
    line-height: 1.8;
    text-indent: .28rem;
    clip-path: polygon(95% 0%, 100% 20px, 100% 100%, 0% 100%, 0% 0%);
}

.about .body {
    font-size: .16rem;
    line-height: 1.8;
}

.about .body p {
    margin-top: .3rem;
    text-indent: .28rem;
}

.teacher .item {
    margin-top: .6rem;
    width: 23%;
    margin-right: 2.5%;
}

.teacher .item:nth-of-type(4n) {
    margin-right: 0;
}

.teacher .item .pic {
    width: 100%;
    overflow: hidden;
    height: 3.4rem;
}

.teacher .item .name {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .2rem;
}

.teacher .item .des {
    margin-top: .15rem;
    color: #666;
    line-height: 1.6;
}

.teacher-details .content {
    margin-top: 50px;
}

.teacher-details .pic-con {
    width: 2.8rem;
    margin-left: .2rem;
    margin-top: .2rem;
    z-index: 2;
    margin-right: .6rem;
}

.teacher-details .pic img {
    width: 100%;
}

.teacher-details .pic::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 2.3rem;
    height: 3rem;
    z-index: -1;
    background-color: #103259;
}

.teacher-details .name {
    font-size: .24rem;
    font-weight: bold;
    color: #103259;
    margin-top: .3rem;
}

.teacher-details .des {
    margin-top: .2rem;
    color: #666;
}

.teacher-details .body {
    border-left: 1px #dcdcdc solid;
    padding-left: .3rem;
    padding-top: .2rem;
}

.teacher-details .body .item {
    margin-bottom: .6rem;
}

.teacher-details .body .item:last-child {
    margin-bottom: 0;
}

.teacher-details .body .title {
    line-height: .6rem;
    font-size: .26rem;
    color: #103259;
    font-family: 'sySong';
}

.teacher-details .body .title::after {
    content: '';
    position: absolute;
    left: -.45rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/sz-dot.png)no-repeat center;
    background-size: 100%;
}

.teacher-details .body .text {
    margin-top: .1rem;
    line-height: 1.8;
    opacity: .8;
}

@media (min-width:1025px) {
    .page a:hover {
        background-color: #103259;
        color: #FFF;
        border-color: #103259;
    }
    .news-list .item:hover {
        border-color: #103259;
    }
    .news-list .item:hover .pic img,
    .teacher .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .leftNav {
        width: 3.2rem;
    }
    .leftNav&gt;ul&gt;li&gt;a,
    .text-list .item .tit,
    .news-list .item .tit,
    .about .body,
    .about .con .text-con {
        font-size: 14px;
    }
    .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        font-size: 13px;
    }
    .leftNav&gt;h2 {
        font-size: 16px;
        line-height: .9rem;
        height: .9rem;
    }
    .leftNav ul li a {
        line-height: .8rem;
    }
    .text-list .item .date span {
        font-size: 20px;
    }
    .text-list .item .des,
    .news-list .item .date,
    .news-list .item .des,
    .details .info,
    .details .body,
    .details .prev-next,
    .page a {
        font-size: 12px;
    }
    .pub-title h3,
    .details h1,
    .teacher .item .name,
    .teacher-details .body .title,
    .teacher-details .name {
        font-size: 18px;
    }
    .position {
        display: none;
    }
    .about {
        padding: 0 .2rem;
    }
    .about .con .text-con {
        padding: .2rem;
    }
    .page a {
        line-height: .6rem;
        padding: 0 .2rem;
    }
}

@media (max-width:950px) {
    .news-list .item .pic {
        width: 3.4rem;
        height: 2.2rem;
    }
    .about {
        padding: 0;
    }
    .about .pic {
        width: 6.5rem;
        height: auto;
    }
    .about .pic {
        width: 100%;
        margin-right: 0;
    }
    .about .con .text-con {
        clip-path: none;
        padding: .2rem;
        line-height: 2;
    }
}

@media (max-width:767px) {.footer .logo img{height: 0.5rem;}
    .leftNav {
        width: 100%;
        margin-right: 0;
    }
    .leftNav&gt;ul {
        display: none;
    }
    .leftNav&gt;h2 {
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
    }
    .leftNav&gt;h2::before,
    .leftNav&gt;h2::after {
        display: none;
    }
    .leftNav&gt;h2 span {
        width: 0.7rem;
        height: 0.7rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: .2rem;
        cursor: pointer;
        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%);
    }
    .pub-content {
        padding: .2rem;
    }
    .news-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: 3.8rem;
    }
    .news-list .item .tit {
        margin-top: .2rem;
    }
    .news-list .item .date {
        position: inherit;
        left: auto;
        bottom: auto;
        margin-top: .15rem;
        background-size: .24rem;
    }
    .about .body {
        line-height: 2;
    }
    .teacher .item {
        width: 49%;
        margin-right: 2%;
    }
    .teacher .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .teacher-details {
        display: block;
        margin-top: .6rem;
    }
    .teacher-details .pic-con {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}</pre></body></html>