@media only screen and (min-width: 1200px) {
    .contains {
        width:1200px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

em,i {
    font-style: normal
}

li,ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

html {
    width: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}


body {
    margin: 0;
    font-size: 16px;
    font-family: Microsoft YaHei,PingFangSC-Regular,PingFang SC;
    box-sizing: border-box;
    background: #f9fafb
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wrap_ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #999
}
.contains {
    margin:0 auto
}
.flex {
    display: -ms-flexbox;
    display: flex
}

.flex1 {
    -ms-flex: 1;
    flex: 1
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column
}
.align-center {
    -ms-flex-align: center;
    align-items: center
}
.justify-bettween {
    -ms-flex-pack: justify;
    justify-content: space-between
}
.justify-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}
.el-breadcrumb {
    font-size: 14px;
    line-height: 1;
}
.headerContent {
    width: 100%;
    position: relative;
    height: 60px
}

.headerContent .fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0
}

.headerContent .contains {
    position: relative
}

.headerContent .login-content {
    position: absolute;
    right: 0;
    top: 20px
}

.headerContent .login-content .top {
    font-size: 16px;
    color: hsla(0,0%,100%,.3)
}

.headerContent .login-content .top a,.headerContent .login-content .top span {
    font-size: 14px;
    color: #96d1fa;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    display: inline-block
}

.headerContent .login-content .top a:last-child {
    margin-right: 0
}

.headerContent .login-content .top a.down {
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.headerContent .login-content .top a.down i {
    display: inline-block;
    width: 14px;
    height:14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAW5JREFUSEvtlktKBDEURc/zMxGnbsFluAUFv60g4gbEuSiKc3Eu4sBPays4cAXuQjfhzImfK5FUU12driRSPZGuYfLyTt7NzUsZCZ+keeASmB4Q/gZsmtlTLJ3FAty8pDawGoltm1krli8VeAcsR5J1zGxlBBxJ+usBSf/ENJKmgMmAtS+AhYjlH4GtQMyHmb0X413TSNoBToAkI8XuW2lewK6ZnbqxMnAfOMxIlBN6YGZHVeA4cJXQwnJALvYW2DCzrx6gd2PT0B5YH7AEvQaifTFSqrtK60VlfaYpL5Y04eX9K9TBnIyf1U0NdKSHukpjr0Q1Z8dX1gcLShqoNAdaC4sC/Zk6eW+ApciZ3QOtkIzldUmX3MtbB02CJVVY7K4GmgzLApbkdf83i34jD8BaTMZsSQNG2vNjxzmw7Apze1ooPsk0TYC6nUbSDDAHjDWZOJDrG3g2SS/A7JBhRfpXBzwDtofw8FZrcA/x+Q88QJCeRrn8QwAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 100%;
    margin-right: 3px;
    vertical-align: middle
}

.headerContent .login-content .top span.login {
    padding: 0!important
}

.headerContent .login-content .top span.login .isline {
    content: "";
    width: 1px;
    height: 12px;
    background: hsla(0,0%,100%,.3);
    position: absolute;
    right: 0;
    top: 5px
}
.headerContent .phoneNav .phone-top .login-content .top span .isline {
    background: #ccc;
}
.headerContent .nav-container {
    height: 60px;
    background: #014c90
}

.headerContent .nav-container .contains {
    height: 60px
}

.headerContent .nav-container .logobox img {
    display: block;
    height: 34px
}

.headerContent .nav-container .logobox .logo1 {
    width: 109px;
    margin-right: 15px
}

.headerContent .nav-container .logobox .logo2 {
    width: 87px
}

.headerContent .nav-container .nav {
    margin-left: 50px;
    position: relative
}

.headerContent .nav-container .nav li {
    float: left;
    margin: 0 15px
}

.headerContent .nav-container .nav li a {
    text-align: center;
    width: 72px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px 4px 0 0;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: relative
}

.headerContent .nav-container .nav li a.active:after,.headerContent .nav-container .nav li a:hover:after {
    content: "";
    width: 27px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px
}

.headerContent .phoneNav {
    display: none
}

.headerContent .phone-header {
    height: 44px;
    background: #1b2639;
    color: #fff;
    font-size: 14px;
    padding: 0 20px
}

.headerContent .phone-header .logo {
    width: 65px;
    height:auto
}

.headerContent .phone-header .icon-search {
    width: 18px;
    height: 16px;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAAAXNSR0IArs4c6QAAAHhJREFUWEftlrENgDAQA/2DMBCTMBPrkUEeCUSFiLvkkS6ti1iXk5zIzFXSLmnR3NMkbZGZR4EyD4pWslCtJ5urzfv2oJAhACGnCIQg5Ai4vJ5DrH3/zVj7Hp/7g+asH51TyBGHEIQcAZfj0P8IsfasvbP2O7/W/gRmPTz/BOJyiQAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover;
    margin-left: 8px
}

.headerContent .menuWrap {
    position: fixed;
    width: 100%;
    left: 100%;
    top: 74px;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    transition: left .5s
}

.headerContent .menuWrap.active {
    left: 0
}

.headerContent .menuWrap .menuContent {
    position: absolute;
    height: 100%;
    right: 0;
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff
}

.headerContent .menuWrap .menuContent li a {
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid #d8d8d8;
    line-height: 20px
}

.headerContent .menuWrap .menuContent li em {
    color: #111f2c;
    font-size: 14px;
    font-style: normal
}

.headerContent .menuWrap .menuContent li.active em,.headerContent .menuWrap .menuContent li .menuActive em,.headerContent .menuWrap .menuContent li:hover em {
    font-weight: 500;
    color: #0092fa
}

.headerContent .menuWrap .menuContent li ul li {
    padding: 12px 17px;
    background: #f6fbff;
    border-radius: 4px;
    font-size: 14px;
    color: #111f2c;
    margin: 4px 0
}

.headerContent .menuWrap .menuContent li ul li.active {
    background-color: #0092fa;
    color: #fff
}

.headerContent .menuWrap .menuContent .menuActive em {
    font-weight: 500;
    color: #0092fa
}

.headerContent .menuWrap .menuContent .nav-name .el-icon-arrow-down {
    color: #7a8189;
    font-size: 16px;
    font-weight: 900
}

.headerContent .menuWrap .menuContent  .active .nav-name .el-icon-arrow-down {
    transform: rotate(-180deg)!important
}

.headerContent .el-menu-item {
    height: 46px!important;
    line-height: 46px!important;
    font-size: 14px;
    border-bottom: 1px solid #e5e5ea
}

.headerContent .el-menu-item a {
    color: #111f2c!important
}

.headerContent .el-menu-item:hover {
    background-color: #fff!important
}

.headerContent .el-menu-item:hover a:hover,.headerContent .el-menu .is-active a {
    color: #0092fa!important;
    font-weight: 500
}

.headerContent .phoneNav .phone-top .login-content {
    position: static;
    padding: 5px 10px;
    background: #fff
}

.headerContent .phoneNav .phone-top .login-content .top a {
    color: #333
}

.headerContent .phoneNav .phone-top .login-content .top a :after {
    background: #ccc
}

.headerContent .phoneNav .phone-top .login-content .top .down i {
    display: none
}
.border-shadow .bg {
    position: absolute;
    overflow: hidden;
    width: calc(100% + 8px);
    height: 8px;
    background: #cce9fd;
    border-radius: 7px;
    left: -4px;
    bottom: 3px;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .headerContent {
        height:74px
    }

    .nav-container {
        display: none
    }

    .phoneNav {
        display: block!important
    }
}
.breadContent {
    padding: 14px 0;
    color: #3c4752
}

.breadContent .el-breadcrumb {
    color: #3c4752
}

.breadContent .el-breadcrumb>span {
    font-size: 14px;
    margin-right: 2px;
    color: #3c4752
}

.breadContent .el-breadcrumb>span a,.breadContent .el-breadcrumb>span em {
    color: #3c4752;
    font-style: normal;
    margin-right: 5px
}

.breadContent .el-breadcrumb span:last-child {
    color: #0092fa
}

@media only screen and (max-width: 768px) {
    .breadContent {
        padding:14px 16px
    }

    .breadContent .el-breadcrumb span {
        font-size: 12px
    }
    
}
.base-style{
    font-weight: 500;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-top:-4px;
    margin-bottom:7px!important
}
.share-icon{
    font-size: 14px;
    color: #606972;
    position: relative
}
.share-icon a img{
    display: inline-block;
    width:22px;
    margin-left:10px
}
.share-icon .share-popper{
    display: none;
    position: absolute;
    top:120%;
    left:0;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
}
.share-icon .shareTitle{
    margin-bottom:10px;
    font-size: 12px;
}
.closed {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-size: 16px;
}
.newInfoContent .news-box {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 10px 20px
}

.newInfoContent .news-box .newsInfo {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.newInfoContent .news-box .newsInfo .title {
    font-size: 30px;
    font-weight: 600;
    color: #0b1926;
    line-height: 42px;
    text-align: center;
    padding: 30px 0 20px;
    margin:0
}

.newInfoContent .news-box .newsInfo .times span {
    color: #606972;
    font-size: 14px
}

.newInfoContent .news-box .newsInfo img {
    max-width: 600px;
    display: block
}
.newInfoContent .new-info-con{
    color: #0b1926;
    line-height: 30px;
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto
}
.new-info-con a {
    color: #0b1926
}

.new-info-con a:hover {
    color: #0092fa
}
.pageFooter {
    padding: 14px 0;
    background: #30323c;
    font-size: 14px;
    
    line-height: 32px
}

.pageFooter .item {
    display: inline
}

.pageFooter a {
    margin-right: 30px;
    color: #fff;
}

.pageFooter .mr {
    margin-right: 70px
}

.pageFooter .cr {
    cursor: pointer
}


.unischool {
    position: fixed;
    z-index: 100;
    padding: 8px;
    bottom: 100px;
    left: calc((50% + 590px));
    text-align: center;
    background: #fff;
}
.unischool img {
    display: block;
    width: 74px;
    height: 74px;
    margin-bottom: 4px;
}
.unischool .text {
    font-size: 14px;
    color: #3C4752;
    line-height: 20px;
}
@media only screen and (max-width: 768px) {
    .pageFooter {
        padding:0 15px;
        text-align: center
    }

    .pageFooter .item {
        display: block
    }

    .pageFooter a {
        margin-right: 20px
    }

    .pageFooter .mr {
        margin-right: 0
    }
    .mainContent {
        padding: 0 16px;
    }
    .newInfoContent .news-box .newsInfo .title {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0;
    }
    .base-style{
        font-size: 16px!important;
        color: rgb(17, 31, 44);
        margin-bottom: 10px;
        font-weight: 500;
        margin-top:10px
    }
    .bread{display: none;}
    .share-icon .share-popper{
        left:initial;
        right:0
    }
    .unischool {
        left: auto;
        right: 5px;
    }
}