@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;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

 :focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: AlimamaFangYuanTiVF-Thin;
    font-weight: 450;
    src: url(../fonts/AlimamaFangYuanTiVF-Thin-ChyOsKBM.ttf) format("truetype")
}

@font-face {
    font-family: jbt;
    font-weight: 300;
    src: url(../fonts/DingTalk-JinBuTi-C1AWcZJq.ttf)
}

@font-face {
    font-family: wqy;
    font-weight: 400;
    src: url(../fonts/wqy-microhei-Cu-Aofhl.ttc) format("truetype")
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font-size: 15px;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}


/*块级转化*/

.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: 2;
    -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: 1450px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .3s ease;
    position: fixed;
    background-image: linear-gradient(to bottom, #045fa5, #fff0);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    padding: 15px 30px;
}

.header .logo {
    height: 50px;
    overflow: hidden;
    margin-right: 15.5%;
    z-index: 999;
}

.header .logo img {
    height: 100%;
    margin-right: 10px;
}

.header .logo img:last-child {
    margin-right: 0;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 144, 255, 0.1);
    z-index: 1;
}

.header .con {
    /* justify-content: flex-end; */
    position: relative;
    z-index: 99;
}

.header .SearchView {
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
    border-radius: 3px;
    justify-content: flex-end;    position: relative;
}

.header .SearchView_view {
    height: 30px;
    display: flex;
    align-items: center;
    transition: .3s ease;
    position: absolute;top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header .SearchView_view .qwss {
    width: 0;
    height: 100%;
    border: none;
    transition: all .3s ease;
    background: transparent
}

.header .SearchView_view .searchIcon {
    height: 26px;
    color: #fff;
    margin: 0 8px;
    cursor: pointer;
    background: transparent;
}

.header .SearchView_view input[type='submit'] {
    background: url(../images/soso-white.svg)no-repeat center;
    background-size: 100%;
    width: 22px;
    height: 26px;
    margin: 0 8px;
}

.header .email {
    padding: 4px 20px 0px 20px;
}

.header .el-icon svg {
    height: 22px;
    width: 22px;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}


/* .nav {
    margin-right: 155px;
} */

.nav li>a {
    line-height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color: #FFF;
}

.nav li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #ffffffb3;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
}

.nav li.on::after {
    width: 36px;
}

.nav .drop {
    width: 180px;
    left: 50%;
    top: 42px;
    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);
    line-height: 2;
    margin-left: -90px;
    border-radius: 10px;
    background: #ffffffe6;
    box-shadow: 0 10px 20px -18px #999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    padding: 10px 5px 5px;
    line-height: 42px;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(50, 173, 253);
}

.header .nav-con .m-logo {
    background-color: dodgerblue;
    padding: 15px 10px 10px;
    display: none;
}

.header .nav-con .m-logo img {
    height: 30px;
}

.footer {
    background-color: #045fa5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .logo {
    height: 55px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.footer .logo>img {
    height: 100%;
}

.footer .logo>img:last-child {
    height: 48px;
}

.footer .logo>img:first-child {
    margin-right: 25px;
}

.footer .info {
    justify-content: flex-end;
}

.footer .info .text {
    color: #FFF;
    font-size: 15px;
    margin-right: 30px;
    line-height: 2.4;
}

.footer .info .text i {
    font-size: 18px;
    margin-right: 5px;
}

.footer .el-icon svg {
    height: 18px;
    width: 18px;
}

.footer .erwma {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.footer .erwma img {
    width: 100%;
}

.footer .copyright {
    color: #f0f0f0;
    border-top: 1px solid rgba(170, 170, 255, .5);
    font-size: 14px;
    margin-top: 35px;
    padding-top: 6px;
}

.footer .copyright a {
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.footer .copyright a img {
    margin-right: 4px;
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont-DMO3-hfb.woff2?t=1739366817811) format("woff2"), url(../fonts/iconfont-CuOM7_Mu.woff?t=1739366817811) format("woff"), url(../fonts/iconfont-DF83iREW.ttf?t=1739366817811) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-lishiyange:before {
    content: ""
}

.icon-gengduo:before {
    content: ""
}

.icon-sanwei:before {
    content: ""
}

.icon-xianrenlingdao:before {
    content: ""
}

.icon-gufengxiangyunyunduo77:before {
    content: ""
}

.icon-weizhi:before {
    content: ""
}

.icon-zixun:before {
    content: ""
}

.icon-guanyu:before {
    content: ""
}

.icon-w_jiaoxue:before {
    content: ""
}

.icon-fuwudating:before {
    content: ""
}

.icon-yitizhengji:before {
    content: ""
}

.icon-shujixinxiang:before {
    content: ""
}

.icon-xingzhuangjiehe:before {
    content: ""
}

.icon-churujing:before {
    content: ""
}

.icon-FYFG:before {
    content: ""
}

.icon-yixueyuan:before {
    content: ""
}

.icon-jg-spaq:before {
    content: ""
}

.icon-sousuo-02:before {
    content: ""
}

.bgDiv {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}

.go-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #00bfff;
    color: #FFF;
    cursor: pointer;
    line-height: 1;
    font-size: 10px;
    border-bottom: 1px #FFF solid;
    overflow: hidden;
}

.go-top i {
    font-size: 24px;
    padding: 5px 0px;
    width: 24px;
    height: 34px;
}

@media (min-width:1025px) {
    a:hover {
        color: #007aff;
    }
    .nav li:hover::after {
        width: 36px;
    }
    .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 .drop a:hover {
        background-color: #045fa5e6;
        color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .header .SearchView_view:hover {
        background: #fff
    }
    .header .SearchView_view:hover input[type='submit'] {
        background-image: url(../images/soso.svg);
    }
    .header .SearchView_view:hover .searchIcon {
        color: #333
    }
    .header .SearchView_view:hover .qwss {
        width: 170px;
        height: 100%;
        border: none;
        padding: 0 10px
    }
}

@media (max-width:1750px) {
    .container {
        max-width: 1200px;
    }
    .header .logo {
        width: 100%;
        height: 40px;
        margin-right: 0;
    }
    .header .con {
        justify-content: center;
        padding-bottom: 10px;
    }
    .nav {
        margin-right: 50px;
    }
    .nav li>a {
        font-size: 17px;
    }
    .footer .logo {
        height: 40px;
    }
}

@media (max-width:1199px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        padding-left: 20px;
    }
    .header .email {
        display: none;
    }
    .header .logo {
        justify-content: flex-start;
        height: 35px;
        width: auto;
    }
    .header::after {
        display: none;
    }
    .header .con {
        justify-content: flex-end;
        position: unset;
        padding-bottom: 0;
    }
    .header .SearchView {
        margin-right: 30px;
    }
    .header .nav-con .m-logo {
        display: flex;
    }
    .menu-btn {
        display: block;
        z-index: 999;
    }
    .nav-con {
        width: 60%;
        max-width: 400px;
        height: 100%;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -60%;
    }
    .nav {
        width: 100%;
        overflow-y: scroll!important;
        padding: 0px 10px 10px 10px;
        margin-right: 0;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        color: #333;
        border-bottom: 1px lightblue dashed;
        font-size: 15px;
        line-height: 38px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 39px;
        width: 25px;
    }
    .nav li:first-child::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 12px;
        height: 12px;
        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%);
    }
    .nav .cur .arrow::after {
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        box-shadow: none;
        font-size: 14px;
        margin-left: 0;
        padding-left: 40px;
        line-height: 2.6;
    }
    .nav .drop a {
        color: #333;
    }
    .nav .drop::after {
        display: none;
    }
}

@media (max-width:950px) {
    .footer {
        padding-top: 0;
    }
    .footer .logo {
        display: none;
    }
    .footer .info .text {
        flex: 1;
        font-size: 12px;
    }
    .footer .copyright {
        flex-flow: column;
        padding: 10px 0;
    }
    .footer .copyright {
        font-size: 12px;
        margin-top: 20px;
    }
    .footer .erwma {
        height: 70px;
        width: 70px;
        margin-top: 15px;
    }
}

@media (max-width:540px) {
    .header {
        padding: 0 5px;
        height: 53px;
        align-items: center;
    }
    .header .logo {
        height: 33px;
    }
    .header .logo>img:last-child {
        height: 25px;
    }
    .header .SearchView {
        margin-right: 48px;
    }
    .header .el-icon svg {
        width: 23px;
        height: 23px;
    }
    .menu-btn {
        right: 13px;
        width: 23px;
        height: 23px;
    }
    .footer .copyright a {
        padding: 10px 10px 0 10px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .swiper-slide {
    overflow: hidden;
    height: 700px;
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #0000, #000000b3);
}

.banner .swiper-button-white {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 18px;
}

.banner .swiper-pagination {
    left: 0;
    width: 100%;
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #dcdcdccc;
    margin: 0 10px !important;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 40px;
    height: 40px;
    background: url(../images/logo_self.png)no-repeat center;
    background-size: 100%;
}

.banner .swiper-pagination::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/arrow-white.svg)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    animation: Sports1 2s linear infinite;
    -webkit-animation: Sports1 2s linear infinite;
}

.banner .swiper-pagination::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/arrow-white.svg)no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    animation: Sports2 2s linear infinite;
    -webkit-animation: Sports2 2s linear infinite;
}

@keyframes Sports1 {
    0% {
        transform: translate(-30px);
        opacity: 1;
        -webkit-transform: translate(-30px);
        -moz-transform: translate(-30px);
        -ms-transform: translate(-30px);
        -o-transform: translate(-30px);
    }
    to {
        transform: translate(0);
        opacity: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
}

@keyframes Sports2 {
    0% {
        transform: translate(30px) rotate(180deg);
        opacity: 1;
        -webkit-transform: translate(30px) rotate(180deg);
        -moz-transform: translate(30px) rotate(180deg);
        -ms-transform: translate(30px) rotate(180deg);
        -o-transform: translate(30px) rotate(180deg);
    }
    to {
        transform: translate(0) rotate(180deg);
        opacity: 0;
        -webkit-transform: translate(0) rotate(180deg);
        -moz-transform: translate(0) rotate(180deg);
        -ms-transform: translate(0) rotate(180deg);
        -o-transform: translate(0) rotate(180deg);
    }
}

.home-title .title>div {
    flex: 0 0 60px;
}

.home-title .title>div>b {
    font-size: 32px;
    color: #369;
    position: absolute;
    font-family: 楷体, serif !important
}

.home-title .title>div>b:first-child {
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
}

.home-title .title>div>b:last-child {
    transform: translate(100%, -30%);
    -webkit-transform: translate(100%, -30%);
    -moz-transform: translate(100%, -30%);
    -ms-transform: translate(100%, -30%);
    -o-transform: translate(100%, -30%);
}

.home-title .title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #797afb33;
    z-index: 1;
    top: -13px;
    left: -5px
}

.home-title .title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 3px;
    z-index: 1;
    top: -15px;
    left: -13px;
    background: #797afbcc
}

.home-title .title>span {
    font-size: 26px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.7;
    color: #000;
}

.home-title .title .en {
    font-size: 18px;
    font-weight: 400
}

.home-title .mores {
    position: absolute;
    right: 0;
    width: 80px;
    height: 35px;
    top: 3px;
}

.home-title .mores img {
    height: 100%;
    opacity: .5
}

.home-title .mores b {
    position: absolute;
    width: 100%;
    left: 30%;
    top: 50%;
    font-size: 14px;
    transition: all .5s ease;
    color: #000;
    font-weight: 400;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-top: 2px;
}

.home-title .mores:hover b {
    padding-left: 10%;
}

@keyframes showAfter {
    0% {
        transform: rotate(0);
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(270deg);
        width: 45px;
        height: 50px;
        border-radius: 10px 0;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
}

@keyframes showBefore {
    0% {
        width: 0;
        height: 0
    }
    to {
        width: 14px;
        height: 14px
    }
}

.home-news {
    position: relative;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
}

.home-news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bj_news.jpg)no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
    opacity: .5;
}

.home-news .home-title .mores b {
    left: 10%;
}

.home-news .content {
    margin-top: 25px;
}

.home-news .focus {
    width: 57.11%;
    margin-right: 25px;
    overflow: hidden;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 54.343%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .date {
    color: #1e90ff;
    line-height: 1.5;
    padding: 10px 0;
}

.home-news .focus .tit {
    font-size: 22px;
    font-weight: 700;
}

.home-news .focus .tit span {
    position: relative;
    display: initial;
    padding-bottom: 5px;
}

.home-news .focus .tit span::after,
.home-news .item .tit span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1e90ff;
    transition: all .3s;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.home-news .focus .des {
    line-height: 24px;
    margin: 10px 0;
    color: #333;
}

.home-news .focus .swiper-button-white {
    margin-top: 0;
    background-size: 18px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news .focus .swiper-button-prev {
    left: 15px;
}

.home-news .focus .swiper-button-next {
    right: 15px;
}

.home-news .text-con {
    display: flex;
    flex-direction: column;
    flex: 3;
}

.home-news .item {
    border-top: 1px #cccccc solid;
    padding: 15px;
    flex: 1;
    max-height: 100px;
}

.home-news .item:last-child {
    padding-bottom: 0;
}

.home-news .item .date {
    color: #1e90ff;
    line-height: 1.5;
    padding-top: 10px;
}

.home-news .item .tit {
    padding-top: 10px;
    line-height: 1.3;
    padding-bottom: 5px;
}

.home-news .item .tit span {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: initial;
    padding-bottom: 5px;
    line-height: 1.2;
}

.home-news .item:last-child {
    padding-top: 3px;
}

.home-spe {
    position: relative;
    padding-top: 37px;
    padding-bottom: 20px;
}

.home-spe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bj_ztzl.jpg)no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
    opacity: .5;
}

.home-spe .content {
    margin-top: 5px;
}

.home-spe .item {
    height: 160px;
    margin: 10px 20px;
    box-shadow: 0 10px 20px -15px #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.home-spe .item .tit {
    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%);
    color: #FFF;
    text-shadow: 1px 1px 2px #666;
    font-size: 28px;
    z-index: 10;
}

.home-notice {
    position: relative;
    padding-top: 28px;
    padding-bottom: 40px;
}

.home-notice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bj_notice.jpg)no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
    opacity: .5;
}

.home-notice .content {
    margin-top: 38px;
}

.home-notice .swiper-index-container {
    padding: 20px 0
}

.home-notice .swiper-slide {
    height: 305px;
}

.home-notice .el-image__inner {
    opacity: 1;
}

.home-notice .swiper-slide-item {
    flex: 1;
    transition: all .5s ease;
    background: #fff;
    position: relative;
    height: 250px;
    padding: 0 10px;
    box-shadow: 0 15px 20px -20px #999;
    border-radius: 5px;
    align-items: center
}

.home-notice .swiper-slide-item>div {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 15px
}

.home-notice .swiper-slide-item>div .swiper-slide-item-time {
    padding: 0 10px;
    position: relative;
    z-index: 10
}

.home-notice .swiper-slide-item>div .swiper-slide-item-time>span {
    font-size: 17px;
    color: #00bfff
}

.home-notice .swiper-slide-item>div .swiper-slide-item-time>p {
    font-size: 30px;
    color: #00bfff;
    font-weight: 700
}

.home-notice .swiper-slide-item>div .swiper-slide-item-title {
    font-size: 17px;
    line-height: 1.4;
    padding: 25px 10px
}

.home-notice .swiper-slide-item>div .swiper-slide-item-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    padding: 0 10px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666
}

.home-notice .swiper-slide-item>div .swiper-slide-item-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex
}

.home-notice .swiper-slide-item>div .swiper-slide-item-pic>div {
    position: relative;
    flex: 1
}

.home-notice .swiper-slide-item-pic>div .leftCound {
    position: absolute;
    height: 50px;
    left: -40px;
    top: 10px;
    opacity: .2;
    transition: all 1s ease .2s
}

.home-notice .swiper-slide-item-pic>div .rightCound {
    position: absolute;
    height: 50px;
    right: -40px;
    bottom: 10px;
    opacity: .2;
    transition: all 1s ease .2s
}

.home-notice .swiper-slide-item-pic>div .rightCound img,
.home-notice .swiper-slide-item-pic>div .leftCound img {
    height: 100%;
}

.home-notice .swiper-slide-active .swiper-slide-item {
    height: 100%;
    border: 1px deepskyblue solid;
    border-radius: 15px
}

.home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-content {
    -webkit-line-clamp: 6
}

.home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex
}

.home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic>div {
    position: relative;
    flex: 1
}

.home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic>div .leftCound {
    position: absolute;
    height: 40px;
    left: 5px;
    top: 10px;
    opacity: .5
}

.home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic>div .rightCound {
    position: absolute;
    height: 60px;
    right: 5px;
    bottom: 10px;
    opacity: .5
}

.home-stu {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

.home-stu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bj_zszw.jpg)no-repeat center top;
    background-size: 100% 100%;
    opacity: .5;
    z-index: -1;
}

.home-stu .content {
    margin-top: 29px;
}

.home-stu .tit {
    background: #1e90ff;
    font-size: 20px;
    color: #fff;
    padding: 16px 30px;
    border-radius: 0 20px;
    font-family: "Microsoft YaHei";
}

.home-stu .video-container {
    flex: 2;
    padding-bottom: 65px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-stu .video-container video {
    margin-top: 8px;
}

.home-stu .text-con {
    margin-left: 15px;
    padding-bottom: 13px;
}

.home-stu .text-con>a {
    padding: 10px 30px 5px 30px;
    border-bottom: 1px #ccc solid;
}

.home-stu .text-con .date {
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 0;
}

.home-stu .text-con h4 {
    font-size: 20px;
    padding: 5px 0;
    line-height: 1.3;
}

.home-xy {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), transparent);
    padding-top: 33px;
}

.home-xy::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bj_zjxy.jpg)no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
}

.home-xy .pic {
    height: 450px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 5px;
}

.home-xy .pic:after {
    content: "风采";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #1e90ff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    transform: translate(-50%, -50%)
}

@keyframes rotateShow {
    0% {
        transform: translate(-50%, -50%) scale(.9);
        opacity: 1
    }
    to {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2.2);
        -moz-transform: translate(-50%, -50%) scale(2.2);
        -ms-transform: translate(-50%, -50%) scale(2.2);
        -o-transform: translate(-50%, -50%) scale(2.2);
    }
}

.home-xy .pic:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #1e90ff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    animation: rotateShow 3s linear infinite
}

.home-xy .content {
    flex: 1.2;
}

.home-xy .content .go {
    border-bottom: 1px #ddd solid;
    line-height: 1.2;
    padding: 25px 0;
    margin-top: 25px;
    font-size: 16px;
}

.home-xy .content .go i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-left: 30px;
}

.home-xy .content .go:before {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 21px;
    width: 20px;
    height: 20px;
    background: #add8e6;
    border-radius: 2px;
    transition: all 1.5s
}

.home-xy .content .go:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #369;
    transition: all .5s
}

.home-xy .content .el-row {
    margin-top: 85px;
    margin-right: 100px;
}

.home-xy .content .el-row .el-col {
    width: 50%;
    padding: 30px 20px;
}

.home-xy .content .el-row .el-col i {
    font-size: 40px;
    transition: all .3s;
    width: 52px;
    height: 52px;
    border: 1px transparent solid;
    padding: 5px;
}

.home-xy .content .el-row .el-col span {
    padding-left: 10px;
    font-size: 18px;
    transition: all .3s;
}

.home-xy .content .el-row .el-col:hover i {
    border: 1px dodgerblue solid;
    border-radius: 50%
}

.home-xy .content .el-row .el-col:hover span {
    padding-left: 20px;
    font-weight: 700
}

.home-quick {
    background: url(../images/bj_ksdh.jpg)no-repeat center top;
    background-size: 100% 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.home-quick .title {
    line-height: 1.2;
    font-weight: bold;
    font-size: 20px;
}

.home-quick .title::before {
    content: '';
    width: 40px;
    height: 21px;
    background: url(../images/cloud_left.png)no-repeat left center;
    background-size: 100%;
    margin-right: 10px;
}

.home-quick .title::after {
    content: '';
    width: 40px;
    height: 21px;
    background: url(../images/cloud_right.png)no-repeat left center;
    background-size: 100%;
    margin-left: 10px;
}

.home-quick .content {
    margin-top: 60px;
}

.home-quick .item {
    width: 16.6666%;
    margin-bottom: 10px;
}

.home-quick .item i {
    width: 68px;
    height: 68px;
    font-size: 42px;
    color: #045fa5;
    transition: .3s ease-in-out;
    border: 1px #045fa5 dashed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.home-quick .item .tit {
    padding: 15px 0 15px 0;
    color: #000;
    font-size: 16px;
}

.home-news.active .home-title>div:after,
.home-spe.active .home-title>div:after,
.home-notice.active .home-title>div:after,
.home-stu.active .home-title>div:after,
.home-xy.active .home-title>div:after {
    animation: showAfter 1s forwards;
    -webkit-animation: showAfter 1s forwards;
}

.home-news.active .home-title>div::before,
.home-spe.active .home-title>div:before,
.home-notice.active .home-title>div:before,
.home-stu.active .home-title>div:before,
.home-xy.active .home-title>div:before {
    animation: showBefore .3s forwards .8s;
    -webkit-animation: showBefore .3s forwards .8s;
}

@media (min-width:1025px) {
    .banner .swiper-button-white:hover {
        background-color: rgba(0, 0, 0, .7);
    }
    .home-news .focus .swiper-slide:hover .tit span::after,
    .home-news .item:hover .tit span::after {
        width: 100%;
    }
    .home-news .focus .swiper-button-white:hover {
        background-color: rgba(0, 0, 0, .7);
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-spe .item:hover img,
    .home-xy .pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .home-stu .text-con>a:hover {
        border-bottom-width: 5px;
    }
    .home-xy .content .go:hover:before {
        border-radius: 50%;
        transform: rotate(360deg);
        background: #369
    }
    .home-xy .content .go:hover:after {
        width: 100%
    }
    .home-quick .item:hover i {
        background-color: #045fa5;
        color: #FFF;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@media (max-width:1750px) {
    .home-title {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }
    .home-news .focus .des {
        -webkit-line-clamp: 6
    }
    .home-notice .swiper-slide-item>div .swiper-slide-item-content,
    .home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-content {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .home-notice .swiper-slide-active .swiper-slide-item {
        height: 300px;
    }
    .home-news .item .tit span {
        font-size: 15px;
    }
    .home-xy .content .go {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header .m-search {
        display: block;
    }
    .header .m-search .searchIcon {
        color: #FFF;
        display: flex;
        align-items: center;
    }
    .header .SearchView_view {
        display: none;
    }
    .header .SearchView_view {
        display: flex;
        background: #fff;
        top: 100%;
        transform: unset;
        width: calc(100vw - 60px);
        left: 30px;
        position: fixed;
        top: 63px;
        padding: .4em 0 .4em 1em;
        display: none;
        height: auto;
    }
     .header .SearchView_view.on {
         display: flex;
     }
    .header .SearchView_view .qwss{
        flex: 1;
    }
    .header .SearchView_view input[type='submit'] {
        background-image: url(../images/soso.svg);
    }
    .banner .swiper-pagination {
        display: none;
    }
    .banner .swiper-slide::after {
        height: 30%;
        padding: 0;
    }
    .home-news .focus .des {
        -webkit-line-clamp: 8;
    }
    .home-news .item .tit span {
        font-size: 15px;
    }
    .home-spe .item:first-child {
        margin-left: 0;
    }
    .home-spe .item:last-child {
        margin-right: 0;
    }
    .home-notice .swiper-slide-active .swiper-slide-item {
        height: 350px;
    }
    .home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-content {
        -webkit-line-clamp: 2
    }
    .home-xy .content {
        flex: none;
        width: 100%;
    }
    .home-xy .content .el-row {
        display: none;
    }
    .home-xy .pic {
        width: 100%;
        margin-top: 20px;
    }
    .home-xy .content .go {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .banner .swiper-slide {
        height: 200px;
    }
    .banner .swiper-button-white {
        width: 30px;
        height: 30px;
        background-color: #00000080;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-size: 10px;
    }
    .home-news .focus .tit {
        font-size: 17px;
    }
    .home-spe .item {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .home-spe .item .tit {
        font-size: 20px;
    }
    .home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-content {
        -webkit-line-clamp: 6;
        font-size: 13px;
    }
    .home-notice .swiper-slide-item>div .swiper-slide-item-title {
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.6;
    }
    .home-notice .swiper-slide-item>div .swiper-slide-item-content {
        padding: 0;
        line-height: 1.6;
    }
    .home-stu .video-container {
        flex: none;
        padding-bottom: 0;
        min-height: 240px;
    }
    .home-stu .content {
        display: block;
    }
    .home-stu .video-container video {
        width: 100%;
    }
    .home-stu .text-con {
        flex: none;
        margin-left: 0;
    }
    .home-xy .pic {
        height: 260px;
    }
    .home-quick .item {
        width: 25%;
    }
}

@media (max-width:767px) {
.details h4{text-align: left;}
    .home-title .title>div>b {
        font-size: 24px;
    }
    .home-title .title>span {
        font-size: 20px;
        padding-left: 0;
    }
    .home-title .title .en {
        font-size: 13px;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-spe .item {
        height: 90px;
    }
    .home-stu .text-con .date {
        font-size: 14px;
    }
    .home-stu .text-con h4,
    .home-stu .tit {
        font-size: 16px;
    }
    .home-stu .tit {
        line-height: 1.2;
    }
    .home-notice .swiper-slide-active .swiper-slide-item {
        height: 300px;
    }
}

@media (max-width:540px) {
    .home-title {
        border-bottom: 0;
    }
    .home-title .mores {
        height: 30px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;font-size: 12px;
    }
    .banner {
        margin-top: 53px;
    }
    .banner img {
        width: auto;
        height: 200px;
    }
    .home-notice .swiper-slide .swiper-slide-item .swiper-slide-item-pic>div .leftCound {
        left: -20px;
        height: 15px;
    }
    .home-notice .swiper-slide .swiper-slide-item .swiper-slide-item-pic>div .rightCound {
        right: -20px;
        height: 20px;
    }
    .home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic>div .leftCound {
        left: 15px;
    }
    .home-notice .swiper-slide-active .swiper-slide-item .swiper-slide-item-pic>div .rightCound {
        right: 5px;
    }
    .home-notice .swiper-slide-item>div .swiper-slide-item-time>p {
        font-size: 22px;
    }
    .home-notice .swiper-slide-item>div {
        padding-left: 0;
        padding-right: 0;
    }
    .home-notice .swiper-slide-item>div .swiper-slide-item-time>span {
        font-size: 13px;
    }
    .home-news .focus .swiper-button-white {
        top: 25%;
        width: 30px;
        height: 30px;
        background-size: 10px;
        background-color: rgba(0, 0, 0, .7);
    }
    .home-quick .item {
        width: 50%;
    }
    .home-stu .video-container video {
        margin-top: 2px;
    }
    .home-stu .tit {
        padding: 7px 15px;
        font-size: 16px;
    }
    .home-stu .text-con {
        margin-top: 80px;
    }
    .home-stu .text-con>a {
        padding: 10px;
    }
    .home-stu .text-con h4 {
        font-size: 14px;
    }
    .home-news .focus .tit,
    .home-news .item .tit {
        color: #000;
    }
    .home-news .item {
        padding: 0 15px 10px 15px;
    }
    .home-spe .content {
        padding: 0 20px;
    }
    .home-quick {
        padding-bottom: 50px;
    }
    .home-quick .content {
        margin-top: 10px;
    }
    .home-news,
    .home-spe,
    .home-notice,
    .home-stu,
    .home-quick {
        background-size: cover;
    }
    .home-news,
    .home-spe,
    .home-notice,
    .home-stu,
    .home-xy,
    .home-quick {
        background: none !important;
        z-index: 9;
    }
    .home-news::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_news.jpg)no-repeat center top;
        background-size: 100% 100%;
        background-size: cover;
        opacity: .5;
    }
    .home-news .focus .des {
        -webkit-line-clamp: 4;
    }
    .home-spe::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_ztzl.jpg)no-repeat center top;
        background-size: 100% 100%;
        opacity: .5;
    }
    .home-notice::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_notice.jpg)no-repeat center top;
        background-size: 100% 100%;
        opacity: .5;
    }
    .home-stu::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_zszw.jpg)no-repeat center top;
        background-size: 100% 100%;
        opacity: .5;
    }
    .home-xy::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_zjxy.jpg)no-repeat center top;
        background-size: 100% 100%;
        opacity: .5;
    }
    .home-quick {
        padding-top: 130px;
    }
    .home-quick::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/bj_phone_ksdh.jpg)no-repeat center top;
        background-size: 100% 100%;
        /* opacity: .5; */
    }
}

.n-banner {
    overflow: hidden;
    height: 580px;
}

.n-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.n-banner .image_error {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #f5f7fa;
    color: #a8abb2;
}

.crumbs {
    background-color: #FFF;
    box-shadow: 0 0 20px -5px #ccc;
    padding: 15px 0;
    line-height: 1.1;
    font-size: 14px;
}

.crumbs i {
    width: 13px;
    height: 13px;
    color: inherit;
    margin-right: 5px;
}

.pub-content {
    background-color: #f0f0f0;
    padding-top: 15px;
}

.sidebar {
    width: 240px;
    margin-right: 5px;
}

.sidebar h4 {
    background: #00f9;
    padding: 20px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 400;
    overflow: hidden;
}

.sidebar h4 span {
    z-index: 9;
}

.sidebar h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/xy-DCTS7JOY.jpg);
    background-size: cover;
    opacity: .3;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar ul {
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 5px 0;
}

.sidebar ul li>a {
    padding: 0 10px;
    line-height: 1;
    transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    font-size: 15px;
    line-height: 60px;
    font-family: 'Microsoft YaHei';
}

.sidebar ul li>a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 12px;
}

.sidebar ul li.active>a {
    background-color: #1e90ff;
    color: #FFF;
}

.sidebar ul li.active>a::after {
    background-image: url(../images/arrow-white.svg);
}

.pub-wrap {
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    padding: 10px;
    min-height: 700px;
}

.pub-title {
    border-bottom: 1px #ddd solid;
    padding: 15px 0 12px 0;
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.about {
    padding: 20px 0;
}

.about h1 {
    padding: 20px 0;
    font-size: 32px;
    line-height: 1.6;
}

.about .logo {
    height: 85px;
}

.about .pic {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    margin-top: 15px;
}

.about img {
    max-width: 100%;
}

.about .text {
    font-size: 20px;
    margin-top: 25px;
    line-height: 1.7 !important;
}

.histroy {
    padding: 18px 20px 20px;
}

.histroy .item {
    margin-bottom: 20px;
    padding-left: 30px;
}

.histroy .item .date {
    line-height: 1;
    margin-bottom: 8px;
    padding-top: 4px;
    font-size: 13px;
    color: #909399;
}

.histroy .item .date::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #e4e7ed;
}

.histroy .item .con {
    border-bottom: 1px #ddd dashed;
    padding: 5px;
}

.histroy .item .pic {
    width: 190px;
    height: 120px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}

.histroy .item .tit {
    font-weight: bold;
    font-size: 17px;
    margin: 8px 0;
    color: #303133;
}

.histroy .item .des {
    font-size: 13px;
    margin-top: 13px;
    color: #666;
    line-height: 1.5;
}

.honor {
    padding: 5px 0;
}

.honor .item {
    width: calc(25% - 9px);
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 5px 5px 5px 5px;
}

.honor .item .pic {
    width: 100%;
    /* padding-top: 59%; */
    overflow: hidden;
    height: 170px;
}

.honor .item .pic img,
.video-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.honor .item .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    padding: 15px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.video-list .item {
    width: 25%;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 5px 0;
}

.honor .item:nth-of-type(4n),
.video-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.video-list {
    padding: 20px;
}

.video-list .item .pic {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.video-list .item .pic img {
    opacity: .7;
}

.video-list .item i {
    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: 40px;
    height: 40px;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #FFF;
    font-size: 40px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-list .item .tit {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
    min-height: 24px;
    color: #000;
}

.details {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.details h4 {
    font-size: 22px;
    padding: 20px 0;
    line-height: 1.6;
    color: #000;
}

.details .title-view {
    padding: 10px 0;
    font-size: 13px;
    color: #666;
    border-bottom: 1px #ddd dashed;
}

.details .title-view span {
    margin-right: 30px;
}

.details .title-view span:last-child {
    margin-right: 0;
}

.details .body {
    margin-top: 30px;
    line-height: 1.7;
}

.details .body img {
    max-width: 100% !important;
}

.details .body video {
    width: 100% !important;
    height: auto;
}

.image-txt .item {
    border-bottom: 1px dashed rgb(221, 221, 221);
    padding: 5px 0px;
}

.image-txt .item .pic {
    width: 200px;
    height: 110px;
    overflow: hidden;
    margin-right: 10px;
}

.image-txt .item .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
}

.image-txt .item .tit span {
    margin-bottom: 5px;
    display: inline-table;
}

.image-txt .item .tit span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: rgb(30, 144, 255);
}

.image-txt .item .des {
    font-size: 15px;
    margin: 10px 0 8px 0px;
    color: #666;
    line-height: 1.5;
    font-size: 13px;
}

.image-txt .item .info {
    padding: 10px 0;
    line-height: 1.2;
    color: #333;
    font-size: 13px;
}

.image-txt .item .info span {
    display: flex;
    align-items: center;
}

.image-txt .item .info span::after {
    content: '|';
    margin: 0 10px 0 20px;
}

.image-txt .item .info span:first-child {
    margin-left: 0;
}

.image-txt .item .info span:last-child {
    color: #999;
}

.image-txt .item .info span:last-child::after {
    display: none;
}

.text-list .item {
    border-bottom-style: solid;
}

.text-list .item .time {
    border-right: 1px dashed #ddd;
    padding: 10px 20px;
    margin-right: 15px;
    line-height: 1.5;
    padding-bottom: 30px;
    color: #333;
}

.text-list .item .time span {
    font-size: 26px;
    color: red;
    font-weight: bold;
    margin-bottom: 3px;
}

.text-list .item .info {
    color: #999;
    font-size: 13px;
    padding: 3px 0 4px 0;
}

.text-list .item .des {
    color: #333;
    line-height: 1.5;
    font-size: 15px;
}

.text-list .item .tit {
    font-size: 17px;
    padding-top: 3px;
}

.page {
    justify-content: end;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.page a {
    line-height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f2f5;
    margin: 0 4px;
}

.page a:last-child {
    margin-right: 0;
}

.page span {
    margin-right: 12px;
    color: #666;
}

.page .prev,
.page .next {
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    height: 32px;
}

.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: #409eff;
    color: #FFF;
    font-weight: bold;
}

.jigou {
    padding: 0 10px;
}

.jigou .item {
    width: 24.25%;
    line-height: 1.5;
    padding: 25px 10px 13px 0px;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 9px;
    color: #666;
}

.jigou .item:nth-of-type(4n) {
    margin-right: 0;
}

.jigou-details {
    padding: 40px 60px;
}

.jigou-details h1 {
    border-bottom: 1px #e4e7ed solid;
    line-height: 1.8;
    color: #000;
}

.jigou-details .body {
    line-height: 1.7;
    margin-top: 20px;
}

.jigou-details .body img {
    max-width: 100% !important;
}

.zhuanye {
    padding: 25px 20px 20px;
}

.zhuanye .item {
    width: 25%;
    border: 1px #FFF solid;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin: 10px 0 20px 0;
}

.zhuanye .item .pic {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    overflow: hidden;
    height: 180px;
}

.zhuanye .item .pic img {
    width: 100%;
}

.zhuanye .item .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 10px 0 6px 0;
}

.us {
    padding-bottom: 5px;
}

.us h2 {
    padding: 20px 0;
    color: #000;
    font-size: 24px;
}

.us .t_table {
    margin-left: 25px;
    margin-right: 28px;
}

.us .t_table table {
    margin-top: 0;
}

.t_table table {
    padding: 0;
    margin: 15px 0;
    border: 1px #ddd solid;
    border-bottom: none;
    border-right: none;
    border-spacing: 0;
    line-height: 0 !important;
    color: #666;
}

.t_table table th {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px;
    font-size: 15px;
    background: #f8f8f8;
    line-height: 22px !important
}

.t_table table th span {
    line-height: 0 !important
}

.t_table table td {
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px;
    font-size: 14px;
    line-height: 21px !important
}

.t_table table td span {
    line-height: 0 !important;
    font-size: 16px;
}

.erji .title {
    padding: 10px;
    font-size: 16px;
}

.erji .item {
    width: 50%;
    margin-bottom: 3px;
}

.erji .item>div {
    border: 1px #FFF dashed;
    margin: 10px 40px;
    border: 1px transparent solid;
    padding: 0 10px;
    transition: .3s ease-in-out;
    border-radius: 3px;
}

.erji .item .tit {
    font-size: 18px;
    margin: 5px 0 10px 10px;
}

.erji .item .des {
    padding: 0 10px;
    font-size: 13px;
    color: #999;
    line-height: 1.4;
}

.recruit .item {
    z-index: 9;
}

.recruit .item::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all .5s;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    width: 0;
    background: #f8f8f8;
    top: 5px;
    bottom: 5px;
    transition: .3s ease-in-out;
    z-index: -1;
}

.search-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 40;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search-placeholder {
    width: 100%;
    height: 180px;
}

.search-container .search-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 40px -18px #666;
    margin-top: 80px;
}

.search-box input {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 8px 10px;
    width: 400px;
    margin: 0 10px;
}

.search-box .submit {
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    background: #409eff;
}

.search-list {
    padding: 10px 0;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.search-list .item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #ddd solid;
    padding: 15px;
    margin: 18px 0;
}

.search-list .item .pic {
    width: 200px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    /* margin-bottom: 5px; */
    flex-shrink: 0;
}

.search-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-list .item .info {
    min-width: 200px;
    flex: 1;
}

.search-list .item .info:hover {
    background: #fafafa;
}

.search-list .item .tit {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 10px;
    color: #000;
}

.search-list .item:hover .tit {
    color: #000;
}

.search-list .item .tit .type {
    position: relative;
    top: -2px;
    font-size: 12px;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
    background: #2e8b57;
    margin-right: 5px;
}

.search-list .item .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.3;
    margin-bottom: 5px;
}

.leader {
    padding: 20px;
}

.leader .item {
    width: 25%;
    margin: 10px 0;
}

.leader .item .pic {
    width: 150px;
}

.leader .item .pic img {
    width: 100%;
}

.leader .item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 7px;
}

.leader .item .txt {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}

.teacher {
    padding: 20px;
}

.teacher .teacher-item {
    width: 25%;
    margin: 10px 0;
}

.teacher .teacher-item .teacher-img {
    width: 180px;
    height: 220px;
    overflow: hidden;
    margin: 5px 0;
    margin-left: auto;
    margin-right: auto;
}

.teacher .teacher-item h4 {
    font-family: 黑体, sans-serif;
    font-size: 18px;
    padding: 8px 0px;
    color: #000;
}

.teacher .teacher-item .teacher-info {
    line-height: 24px;
    font-size: 12px;
    margin-top: 3px;
}

.teacher .teacher-item .teacher-info>span {
    background-color: #ecf5ff;
    color: #409eff;
    width: 42px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.teacher .teacher-item .teacher-info>span:nth-child(2) {
    background-color: #f0f9eb;
    color: #67c23a;
}

.teacher-details {
    padding: 40px 20px;
    line-height: 30px;
    min-height: 500px;
}

.teacher-details .avatar-info {
    width: 300px;
    margin-right: 20px;
}

.teacher-details .avatar-info .avatar {
    overflow: hidden;
}

.teacher-details .avatar-info .avatar img {
    width: 100%;
}

.teacher-details .avatar-info .name {
    font-size: 22px;
    padding: 20px 0;
    background: #1e90ff;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 75px;
    bottom: -20px;
    color: #fff;
    font-weight: bold;
}

.teacher-details .content h2 {
    font-size: 24px;
    color: rgb(30, 144, 255);
    line-height: 32px;
}

.teacher-details .content hr {
    border-top: 1px solid #9A9A9A;
}

.teacher-details .content .info {
    line-height: 24px;
    font-size: 12px;
    padding: 20px;
    margin-top: 5px;
}

.teacher-details .content .info>span {
    background-color: #ecf5ff;
    color: #409eff;
    width: 42px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 20px;
    font-weight: bold;
}

.teacher-details .content .info>span:nth-child(2) {
    background-color: #f0f9eb;
    color: #67c23a;
}

.teacher-details .content .text {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.Manager {
    margin-top: 105px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px !important;
    background-color: #FFF;
}

.Manager .title {
    line-height: 40px;
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.Manager .title::before {
    content: '';
    width: 50px;
    height: 30px;
    background: url(../images/cloud_left.png)no-repeat right center;
    background-size: 100%;
    margin-right: 5px;
}

.Manager .title::after {
    content: '';
    width: 50px;
    height: 30px;
    background: url(../images/cloud_right.png)no-repeat left center;
    background-size: 100%;
    margin-left: 5px;
}

.Manager .content {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 700px;
}

.Manager .content .pic {
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.Manager .content .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 40px;
}

@media (min-width:1025px) {
    .sidebar ul li>a:hover {
        opacity: .8;
        border-left: 4px dodgerblue solid
    }
    .histroy .item:hover .pic img,
    .honor .item:hover .pic img,
    .video-list .item:hover .pic img,
    .image-txt .item:hover .pic img,
    .teacher .teacher-item:hover .teacher-img 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);
    }
    .honor .item:hover .tit {
        opacity: 1;
    }
    .image-txt .item:hover,
    .histroy .item:hover {
        background-color: #fafafa;
    }
    .image-txt .item:hover .tit span::after,
    .recruit .item:hover::after {
        width: 100%;
    }
    .page a:hover {
        background-color: #409eff;
        color: #FFF;
        font-weight: bold;
    }
    .page .prev:hover,
    .page .next:hover {
        background-image: url(../images/arrow-white.svg);
    }
    /* .zhuanye .item:hover {
        border-color: #007aff;
    } */
    .erji .item:hover>div {
        border: 1px #007aff dashed;
    }
    .recruit .item:hover {
        background: none;
    }
    .histroy .item:hover .tit {
        color: #007aff;
    }
}

@media (max-width: 1750px) {
    .n-banner {
        height: 380px;
    }
    .search-placeholder {
        height: 220px;
    }
    .search-container .search-cont {
        margin-top: 120px;
    }
    .about .pic {
        width: 100%;
    }
    .us .t_table {
        margin-left: 0;
        margin-right: 0;
    }
    .Manager {
        margin-top: 105px;
    }
}

@media (max-width:1199px) {
    .search-placeholder {
        height: 165px;
    }
    .search-container .search-cont {
        margin-top: 65px;
    }
    .n-banner {
        height: 380px;
    }
    .n-banner img {
        /* width: auto; */
        height: 100%;
    }
    .video-list .item .tit {
        font-size: 16px;
    }
    .details {
        padding-left: 0;
        padding-right: 0;
    }
    .jigou-details {
        padding: 30px 20px;
    }
    .jigou-details h1 {
        font-size: 24px;
    }
    .jigou-details .body {
        font-size: 14px !important;
    }
    .go-top {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .go-top span {
        display: none;
    }
}

@media (max-width:950px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .sidebar h4 {
        padding: 5px 0;
        background: none;
        font-size: 18px;
        color: #333;
    }
    .sidebar ul {
        overflow: hidden;
        display: flex;
        padding: 10px 5px;
        font-size: 13px;
        overflow-x: auto;
    }
    .sidebar ul::-webkit-scrollbar {
        display: none;
    }
    .sidebar ul::-webkit-scrollbar-thumb {
        display: none;
    }
    .sidebar ul li {
        flex: 0 0 auto;
    }
    .sidebar ul li>a {
        padding: 5px 15px;
        line-height: 1.7;
    }
    .sidebar ul li>a::after {
        display: none;
    }
    .honor .item {
        width: calc(50% - 2px);
        margin: 2px 2px 0 0;
    }
    .honor .item .pic {
        height: 110px;
    }
    .video-list .item {
        width: calc(50% - 8px);
    }
    .honor .item:nth-child(even),
    .video-list .item:nth-child(even) {
        margin-right: 0;
    }
    .video-list {
        padding: 20px 0;
    }
    .image-txt .item .tit {
        font-size: 16px;
        margin-bottom: 0;
      
    }
    .image-txt .item .tit span {
        display: block;
    }
    .image-txt .item .des {
        font-size: 13px;
        margin: 0;
     
    }
    .image-txt .item .info {
        font-size: 12px;
        color: #999;
        padding-bottom: 0;
    }
    .image-txt .item .pic {
        width: 130px;
        height: 80px;
    }
    .zhuanye {
        padding-left: 0;
        padding-right: 0;
    }
    .zhuanye .item .tit {
        font-size: 16px;
    }
    .leader {
        padding-left: 0;
        padding-right: 0;
    }
    .leader .item {
        width: 50%;
        padding: 7px;
        margin: 10px 0;
    }
    .pub-content>.container,
    .teacher {
        padding-left: 0;
        padding-right: 0;
    }
    .pub-wrap {
        min-height: auto;
    }
    .teacher .teacher-item {
        width: 50%;
    }
    .teacher-details .content h2 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .search-container .search-cont {
        width: 100%;
        padding: 0 10px;
    }
    .search-box {
        width: 100%;
        display: flex;
    }
    .search-box input {
        flex: 1;
        width: auto;
    }
    .n-banner {
        height: 200px;
    }
    .about .text {
        font-size: 18px;
    }
    .zhuanye .item {
        width: 33.333%;
        padding: 7px;
    }
    .zhuanye .item .tit {
        font-size: 14px;
    }
    .zhuanye .item .pic {
        height: 110px;
        width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .search-list {
        margin-top: 0;
    }
    .teacher-details {
        padding-left: 10px;
        padding-right: 10px;
    }
    .teacher-details .avatar-info {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .content {
        margin-top: 50px;
    }
}

@media (max-width:540px) {
    .search-placeholder {
        height: 153px;
    }
    .search-container .search-cont {
        margin-top: 53px;
    }
    .jigou .item {
        padding: 5px;
        font-size: 14px;
        border: 1px #ddd dashed;
        margin-top: 20px;
        width: 49%;
        margin-right: 2%;
        min-height: 52px;
        text-align: center;
    display: grid;
        align-items: center;
    }
    .histroy .item .con {
        display: block;
    }
    .jigou .item:nth-child(even) {
        margin-right: 0;
    }
    .zhuanye .item {
        width: 50%;
    }
    .erji .item {
        width: 100%;
    }
    .image-txt .item .info {
        padding-top: 5px;
    }
    .image-txt .picture .info span::after {
        display: none;
    }
    .image-txt .picture .info .num {
        position: absolute;
        left: -6px;
        bottom: 4px;
        background-color: #0006;
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin-left: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        display: inline-block;
        color: #FFF !important;
    }
    .image-txt .picture .info .num::after {
        display: none;
    }
}

@media (max-width:375px) {
    /* .page span {
        display: none;
    } */
    .teacher .teacher-item {
        width: 51%;
    }
}

@media (max-width:320px) {
    .zhuanye .item {
        width: 100%;
    }
}