

header{
    z-index: 999;
    background: #fff;
}

.headerTemp{
    height: 106px;
    display: none;
}

header a{
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

header .logo{
    padding: 23px 0;
}
header .logo img{
    height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header .logo{
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header .logo .theme_blue{
    display: block;
}
header .logo .theme_white{
    display: none;
}
@media screen and (max-width: 991px) {
    header .logo{
        padding: 15px 0;
    }
    header .logo img{
        height: 50px;
    }
}
.header{
    height: 106px;
}
/*header-top*/
.header-top{
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0 8px;
    position: absolute;
    right: 15px;
    top: 0;
}
.header-top .more-btn{
    padding: 0 20px;
    line-height: 38px;
    margin-left: 10px;
    cursor: pointer;
}
.news-list{
    background-color: white;
    padding:20px;
}

/* 搜索图标按钮样式 */
.search-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    color: #333;
    font-size: 18px;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 50%;
}

.search-icon-btn:hover {
    color: #409eff;
    background-color: #f0f9ff;
}

/* 调整用户菜单样式 */
.user-menu {
    display: flex;
    align-items: center;
}

/* 发布捷径按钮样式 */
.publish-shortcut-btn {
    display: inline-block;
    margin-left: 12px;  /* 添加左边距12像素 */
    padding: 6px 12px;  /* 减小内边距 */
    background-color: #074F98;
    color: white !important;
    border-radius: 4px;
    font-size: 12px;  /* 减小字体大小 */
    transition: background-color 0.3s, transform 0.2s;
}

.publish-shortcut-btn:hover {
    background-color: #053a75;
    transform: translateY(-1px);
}

/* 响应式调整 */
@media screen and (max-width: 991px) {
    .search-icon-btn {
        display: none; /* 在移动端隐藏图标，使用导航内的搜索框 */
    }
}
.header-top a.en{
    display: inline-block;
    border: 1px solid rgba(7,79,152,1);
    color: #074F98;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
    line-height: 38px;
}
.search-container {
    flex: 1;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.search-form {
    width: 100%;
    max-width: 400px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-input {
    flex: 1;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-right: none;
    outline: none;
    font-size: 14px;
}

.search-button {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-button:hover {
    background-color: #e9e9e9;
}

/* 移动端搜索框样式 */
.mobile-search-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.mobile-search-form {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.mobile-search-input {
    flex: 1;
    padding: 8px 10px;
    border: none;
    outline: none;
    font-size: 14px;
}

.mobile-search-button {
    background-color: #f8f8f8;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

.clearfix{
    clear: both;
}
.header-top .isLogin{
    margin: 0 10px;
}
.header-top .isLogin>*{
    color: #888;
}
.header-top .isLogin .logout{
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .header,.headerTemp{
        height: 80px;
    }
    .header-top{
        right: 64px;
        top: 21px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .header-top{
        right: 54px;
    }
    .header-top a.en{
        background: none;
        margin-left: 0;
    }
    .search-form .form-text,
    .header-top .more-btn{
        display: none;
    }
    .search-form .form-submit{
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .search-form .form-submit{
        position: static;
    }
}
/*header-top END*/
@media screen and (min-width: 992px) {
    header .layui-container{
        position: relative;
    }
    .main-nav {
        position: relative;
        background: none;
        text-align: right;
        padding: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .nav-links {
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .nav-item{
        display: table-cell;
        text-align: right;
        position: relative;
    }
    .nav-item>a{
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0 5px;
        color: #333;
    }
    .nav-item a:hover, .nav-item.active a{
        color: #074F98;
        opacity: 1;
    }

    .sub-menu{
        top: 100%;
        left: 0;
        margin-top: 0;
        background-color: #074F98;
        border: none;
        position: absolute;
        z-index: 100;
        display: none;
    }
    .sub-menu:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #074F98;
    }
    .sub-menu li{
        display: block;
        text-align: left;
    }
    .sub-menu a{
        line-height: 40px;
        height: 40px;
        font-size: 13px;
        color: #eee;
        text-align: left;
        padding: 0 15px;
        display: block;
    }
    .sub-menu a:hover{
        background-color: #D93E2E;
        color: #fff;
    }
    .nav-item:hover .sub-menu{
        display: block;
    }
    .layui-nav-more, .layui-nav-mored{
        content: none;
        border: none;
        position: relative;
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-left: 5px;
    }
    .layui-nav-more:after{
        content: '\e625';
        font-family: "iconfont";
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -6px; /* 调整为 -6px 以对齐文本 */
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        line-height: 1;
        color: #333;
    }
    .layui-nav-mored:after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #074F98;
    }
    header.header-fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
    }
    header.header-fixed .header-top{
        display: none;
    }
    header.header-fixed .header{
        height: 80px;
    }
    header.header-fixed .logo{
        padding: 15px 0;
    }
    header.header-fixed .logo img{
        height: 50px;
    }
    header.header-fixed .main-nav{
        bottom: 15px;
    }
}
@media screen and (min-width: 1400px) {
    .layui-nav .layui-nav-item{
        margin: 0 12px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item{
        margin: 0 5px;
    }
}
.header-mobile{
    display: none;
}

.site-mobile .layui-nav.layui-nav-tree{
    display: block;
    width: auto;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover,
.layui-nav-tree .layui-nav-bar{
    background-color: rgba(255,255,255,.05);
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: rgba(255,255,255,.15);
}
@media screen and (max-width: 991px) {
    .layui-nav{
        background: #074F98;
    }
    header {
        z-index: 999;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .headerTemp{
        display: none!important;
    }
    header .layui-nav{
        border-radius: 0;
        margin-top: -7px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(161,137,102,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,.05);
        position: relative;
        height: auto;
        line-height: 1;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    .layui-nav .layui-nav-child{
        box-shadow: none;
        border: none;
        background: none!important;
        position: static;
    }
    .layui-nav .layui-nav-child a{
        color: rgba(255,255,255,.7);
        font-size: 12px;
        padding: 12px 15px;
    }
    /*.layui-nav-tree .layui-nav-more{*/
    /*    display: none!important;*/
    /*}*/
    .layui-nav-tree .layui-nav-more {
        right: 3px;
    }
    .header-mobile{
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 80px;
        display: block;
    }

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0;
        padding: 31px 15px;
        line-height: 1;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #074F98;
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }


    .site-mobile header{
        background: #074F98;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
        background: #fff;
    }
    .site-mobile .search-form .form-text{
        background: rgba(2552,255,255,.25);
    }
    .site-mobile .header-top a.en,
    .site-mobile .search-form .form-submit{
        color: #fff
    }
    .site-mobile .logo .theme_blue{
        display: none;
    }
    .site-mobile .logo .theme_white{
        display: block;
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        margin-top: 10px;
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(3){
        margin-top: -4px;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(2){
        opacity: 0;
    }
    .site-mobile .site-mobile-shade{
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        background: rgba(0,0,0,.75);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    /* 调整移动端头部布局 */
    .site-mobile .header-top {
        position: relative;
        height: 80px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 60px; /* 为汉堡菜单留出空间 */
    }

    /* 在移动端隐藏搜索框 */
    .site-mobile .search {
        display: none;
    }

    /* 用户菜单移动端样式优化 */
    .site-mobile .isLogin {
        position: absolute;
        right: 60px; /* 位于汉堡菜单左侧 */
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .site-mobile .isLogin .layui-nav {
        display: block !important;
        position: absolute !important;
        right: 0;
        top: 40px; /* 调整下拉菜单位置 */
        width: 180px;
        background: #074F98;
        box-shadow: 0 2px 10px rgba(0,0,0,.1);
    }

    .site-mobile .isLogin .layui-nav .layui-nav-item > a {
        color: #fff;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px) {
     header .layui-nav{
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*swiper-pagination-bullet*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #074F98;
    vertical-align: middle;
    text-align: right;
    border-radius: 5px;
    opacity: .8;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-pagination-bullet,
.swiper-button-prev,.swiper-button-next{
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.swiper-pagination-bullet-active {
    background: #074F98;
    opacity: 1;
}
@media screen and (max-width: 991px) {

    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 5px;
    }
}
/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: rgba(0,0,0,.35);
    border-radius: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: rgba(255,255,255,.5);
    font-size: 24px;
    font-weight: lighter;
}
.swiper-button-next:after{
    content: "\e607";
    font-family: "iconfont";
}
.swiper-button-prev:after{
    content: "\e608";
    font-family: "iconfont";
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgba(0,0,0,.65);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: rgba(255,255,255,1);
}
.swiper-button-prev{
    left: -25px;
}
.swiper-button-next{
    right: -25px;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next{
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
        background: none;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover{
        background: none;
    }
}
/*swiper-button END*/

/*banner*/
.banner{
    position: relative;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width: 991px){
    .banner {
        height: 50vw;
        margin-top: 80px;
    }
}
.banner .swiper-container {
    background-color: #d0d7f2;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    position: relative;
    background-size: contain;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .swiper-pagination-bullet{
    border-color: #fff;
}
.banner .swiper-pagination-bullet-active{
   background-color: #fff;
}

.banner .swiper-button-prev{
    left: 20px;
}
.banner .swiper-button-next{
    right: 20px;
}
.banner img{
    width: 100%;
}
.banner-absolute{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*banner-text*/
.banner .layui-container,
.banner .layui-container .layui-row,
.banner .layui-container .layui-row [class^='layui-col']{
    height: 100%;
    position: relative;
}
.banner-text{
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
}

.banner-text .box{
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.banner-text .box .title{
    position: relative;
    line-height: 150%;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    color: #d44646;
    /*margin-bottom: 20px;*/
}
.banner-text .box .sub-title{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 150%;
}
.banner-text .box .small{
    font-size: 16px;
    opacity: .9;
}
.banner-text .box .more{
    float: right;
    margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
    .banner-text .box .title{
        font-size: 25px
    }
    .banner-text .box .sub-title{
        font-size: 28px;
    }
    .banner-text .box .small{
        font-size: 18px;
    }
    .banner-text .more{
        margin-top: 10px;
    }
    .banner-text .more-btn{
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px) {
    .banner-text .box .title{
        font-size: 25px;
    }
    .banner-text .box .sub-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .banner-text .box .small{
        font-size: 16px;
    }
    .banner-text .more-btn{
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .banner-text .box .title{
        font-size: .14rem;
        margin-bottom: .1rem;
    }
    .banner-text .box .sub-title{
        font-size: .08rem;
        margin-bottom: .1rem;
    }
    .banner-text .box .small{
        font-size: .06rem;
    }
}
@media screen and (max-width: 767px) {
    .banner-text .box .title{
        font-size: .16rem;
    }
    .banner-text .box .sub-title{
        font-size: .09rem;
    }
    .banner-text .box .small{
        font-size: .08rem;
        display: none;
    }
    .banner-text .more-btn{
        font-size: .06rem;
        padding: .05rem .2rem;
        margin-top: .1rem;
    }
}
/*banner-text END*/

/*banner END*/


/*menu-bottom*/
.menu-bottom{
    position: relative;
    z-index: 2;
    height: 50px;
}
.menu-bottom .layui-container{
    position: relative;
    top: -35px;
}
.menu-bottom .menu-item{
    display: block;
    padding: 0 15px;
    background: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all .3s;
    position: relative;
    top: 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
}
.menu-bottom .menu-item:hover{
    background: #074F98;
    color: #fff;
    top: -3px;
}
@media screen and (max-width: 767px) {
    .menu-bottom{
        height: auto;
        padding: 40px 0;
        background: #fff;
    }
    .menu-bottom .layui-container{
        top: 0px;
    }
    .menu-bottom .menu-item{
        background: #074F98;
        color: #fff;
        height: 60px;
        line-height: 60px;
    }
}
/*menu-bottom END*/
.theme-grey{
    background: #F4F5F8;
}
.main{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    overflow: hidden;
}

/*block*/
.block{
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.white{
    background-color: #fff;
}
.block.grey{
    background-color: #F4F5F8;
}
.block.black{
    background-color: #074F98;
}
.block.bg .layui-container,.block.color_white .layui-container{
    z-index: 2;
    position: relative;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .block{
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .block{
        padding: 15px 0;
    }
}

.block.small-block{
    padding: 15px 0;
}
/*block END*/


/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    /*color: #333;*/
}
.index_title.text-left{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
}
.index_title.text-left .title{
    text-align: left;
}
.index_title .title{
    letter-spacing: 3px;
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
}
.index_title .more-btn{
    margin-top: 0;
}
.index_title .title div{
    position: relative;
    z-index: 2;
}
.index_title .title .en{
    font-size: 1.7em;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: rgba(0,0,0,.1);
    font-family: PingFangSC-Regular,PingFang SC;
    z-index: 1;
    line-height: 1.4;
    opacity: .5;
    white-space: nowrap;
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.index_title.text-left .title .en{
    left: 0;
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.block.grey .index_title .title .en{
    color: #E1E8EA;
}
.index-about .index_title .title .en{
    color: rgba(255,255,255,.15);
}
.index-about .index_title,
.block.bg .index_title{
    color: #fff;
}
.index_title a{
    font-size: 13px;
    color: #074F98;
}
.index_title .desc{
    color: #4d4d4f;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 15px;
}
.block.bg .index_title .desc{
    color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .index_title .title{
        font-size: 24px;
    }
}
/*index_title END*/


/*footer*/
footer{
    background: #074F98;
    border-top: 8px solid #D93E2E;
    font-size: 13px;
}
.theme-grey footer{
    margin-top: 40px;
}
footer,footer a,footer a:visited{
    color: rgba(255,255,255,.85);
}
footer a:hover,
footer a:focus{
    color: #fff;
}
.footer-top{
    padding: 30px 0;
}
.footer-top .footer-logo img{
    max-width: 100%;
    max-height: 60px;
    margin-bottom: 10px;
}

footer .title{
    margin-bottom: 10px;
    font-size: 1.2em;
    color: rgba(255,255,255,.95);
    margin-top: 15px;
}
.footer-top p{
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-top .footer-link li+li{
    margin-left: 10px;
}
.footer-top .footer-link li a{
    display: block;
}
.footer-copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer-top .footer-media{
    font-size: 0px;
    margin-left: -5px;
    margin-right: -5px;
}
.footer-top .footer-media li{
    display: inline-block;
    margin: 0 5px;
}
.footer-top .footer-media li a{
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}
#wechat{
    text-align: center;
    font-size: 12px;
}
#wechat .img-box{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
    width: 140px;
    height: 140px;
    overflow: hidden;
}
#wechat p{
    margin-bottom: 0;
}
.wechat-skin.layui-layer{
    background: #074F98;
    color: #fff;
    padding: 24px 0 5px;
}
.addr-tab{
    background: rgba(255,255,255,.09);
    width: 100%;
}
.addr-tab .layui-tab-title{
    background: rgba(255,255,255,.17);
    border-bottom: 0;
}
.addr-tab .layui-tab-title li{
    padding: 0 5px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1);
    min-width: 72px;
}
.addr-tab .layui-tab-title li:last-child{
    border-right: 0;
}
.addr-tab .layui-tab-title li:hover,
.addr-tab .layui-tab-title li.layui-this{
    background: rgba(255,255,255,.8);
    color: #D93E2E;
}
.addr-tab .layui-tab-title .layui-this:after{
    border: 0;
}
.addr-tab .layui-tab-bar{
    color: #D93E2E;
}
.addr-tab .layui-tab-content{
    padding: 24px;
}
.addr-tab .addr-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.addr-tab .addr-box .addr-left{
    width: 80px;
}
.addr-tab .addr-box .addr-right{
    flex: 1;
    margin-left: 15px;
}
.addr-tab .addr-box .addr-right .addr-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.addr-tab .addr-box .addr-right .addr-desc p{
    color: rgba(255,255,255,.8);
    font-size: 13px;
    margin-bottom: 3px;
}
@media screen and (min-width: 767px) {
    .addr-tab .layui-tab-title{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .addr-tab .layui-tab-title li{
        flex: auto;
        min-width: 0;
    }
    .addr-tab .addr-box .addr-left{
        width: 100px;
    }
    .addr-tab .addr-box .addr-right .addr-title{
        font-size: 1.2em;
    }
}


/*footer END*/
.row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.layui-row.row-flex:after, .layui-row.row-flex:before{
    content: none;
}


#button-to-top {
    background: #D93E2E;
    position: absolute;
    top: -52px;
    right: 15px;
    z-index: 997;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

/*footer END*/
.anchor {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}


/*slide*/
.slide{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 0;
    background: #F4F5F8;
    border-radius: 5px;
    overflow: hidden;
}
.row-flex .slide{
    height: 100%;
}
.slide a{
    text-decoration: none;
    color: #333;
}
.slide:hover {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -3px;
}
.slide:hover a{
    color: #074F98;
}
.slide .img-box{
    height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
/*.slide .img-box .img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7,79,152,.5);
}*/
.slide .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.slide .img-box img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.slide .text{
    padding: 20px;
    position: relative;
}
.slide .text.noDesc{
    padding: 15px 0;
    background: none!important;
}
.slide .text h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    height: 27px;
    font-size: 16px;
}
.slide .text .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    height: 44px;
    margin-top: 0;
}
.slide .text.noDesc .title{
    margin-bottom: 10px;
}
.slide .text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 13px;
    max-height: 68px;
    color: #888;
}
.slide .text .time{
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}
.slide .text .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.slide .text .other .category{
    background: rgba(7,79,152,.1);
    color: rgba(7,79,152,.75);
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 30px;
}
.slide .text.noDesc .time{
    margin-top: 0;
}
.block.grey .slide,.block.bg .slide,
.theme-grey .slide{
    background: #fff;
}
.block.white .slide{
    background: #F4F5F8;
}

.slide .text.has-date{
    padding-top: 45px;
}
.slide .date{
    position: absolute;
    left: 20px;
    background: #074F98;
    color: #fff;
    padding: 8px;
    text-align: center;
    line-height: 1.3;
    top: 0;
    margin-top: -30px;
    font-size: 13px;
}
.slide .date .day{
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .slide .text{
        padding: 15px;
    }
    .slide .text.has-date{
        padding-top: 40px;
    }
    .slide .date{
        left: 15px;
    }
}

.slide.has-btn{
    padding-bottom: 30px;
}
.slide.has-btn .more{
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
}
.slide.has-btn:hover .more,
.slide.has-btn .more:hover{
    color: #074F98;
}
/*slide-END*/

/*side-nav*/
.side-nav{
    /*background: #fff;*/
    /*box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);*/
}
.side-nav a{
    display: block;
    padding: 15px 20px;
    transition: background .3s;
    background: #fff;
}
.side-nav a.active,
.side-nav a:hover{
    background: #074F98;
    color: #fff;
}
/*@media screen and (max-width: 991px) {
    .side-nav ul{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flex;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin: -5px;
    }
    .side-nav ul li{
        width: 25%;
        padding: 5px;
    }
    .side-nav ul li a{
        border-radius: 4px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .side-nav ul li{
        width: 33.333333%;
    }
}*/
/*side-nav END*/


/*slide-grid*/
.row-flex .slide-grid{
    height: 100%;
}
.slide-grid{
    padding: 60px 20px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 100%;
    top: 0;
    text-align: center;
    border-radius: 5px;
    display: block;
}
.slide-grid:hover{
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -3px;
}
.slide-grid .img-box{
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #074F98;
    border-radius: 50px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slide-grid .img-box img{
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}
.slide-grid .text-box{
    text-align: center;
}
.slide-grid .text-box .title{
    font-size: 18px;
    position: relative;
    margin: 15px 0;
    color: #333;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-height: 28px;*/
}
.slide-grid .text-box .title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    background: #074F98;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slide-grid:hover .img-box,
.slide-grid:hover .text-box .title:after{
    background: #D93E2E;
}
.slide-grid .text-box .sub-title{
    margin-bottom: 15px;
}
.slide-grid .text-box .desc {
    color: #4d4d4f;
}
@media screen and (max-width: 1199px) {
    .slide-grid{
        padding: 40px 15px;
    }
}
/*slide-grid END*/




/*playback-item*/
.playback-item{
    background: #fff;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
}
.playback-item .playback-left .img-box{
    width: 292.5px;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}
/*.playback-item .playback-left .img-box .img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7,79,152,.5);
}*/
.playback-item .playback-left .img-box .length{
    line-height: 1.5;
    background: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 10px;
    padding: 2px 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
}
.playback-item .playback-left .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.playback-item .playback-left img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.playback-item .playback-body{
    padding: 15px;
    padding-bottom: 50px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    position: relative;
}
.playback-item .playback-title,
.playback-item .playback-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: 24px;
}
.playback-item .playback-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.playback-item .playback-desc{
    color: #717070;
    -webkit-line-clamp: 3;
    max-height: 58px;
    font-size: 13px;
}
.playback-item .playback-info{
    font-size: 12px;
    color: #919191;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
}
.playback-item .playback-info .fee{
    color: #DA2121;
}
.playback-item .playback-info .more{
    text-align: right;
}
.playback-item .playback-info .more-btn{
    margin-top: 0;
}
@media screen and (min-width: 992px) {
    .playback.layui-col-space20{
        margin: 0;
    }
    .playback.layui-col-space20>*{
        padding: 0;
    }
}
@media screen and (max-width: 1400px) {
    .playback-item .playback-left .img-box{
        width: 270px
    }
    .playback-item .playback-desc{
        -webkit-line-clamp: 2;
        max-height: 39px;
    }
}
@media screen and (max-width: 1199px) {
    .playback-item .playback-left .img-box{
        width: 220px;
    }
    .playback-item .playback-desc{
        -webkit-line-clamp: 2;
        max-height: 44px;
    }
    .playback-item .playback-title{
        margin-bottom: 5px;
    }
    .playback-item .playback-body{
        padding: 12px;
        padding-bottom: 36px;
    }
    .playback-item .playback-info{
        padding: 12px;
    }
}
@media screen and (max-width: 991px) {
    .coming-swiper{
        margin-bottom: 40px;
    }

    .playback-item{
        margin-bottom: 0px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 100%;
        background: #fff;
    }
    .playback-item .playback-left .img-box{
        width: 100%;
    }
    .playback-item .playback-title{
        font-size: 15px;
        -webkit-line-clamp: 2;
        max-height: 44px;
        margin-bottom: 8px;
    }
    .playback-item .playback-desc{
        -webkit-line-clamp: 2;
        max-height: 44px;
        font-size: 13px;
    }
    .playback-item .playback-body{
        padding: 10px 15px;
        padding-bottom:50px;
    }
    .playback-item .playback-info{
        padding: 15px;
    }
}
@media screen and (max-width: 567px) {
    .playback-item .playback-title{
        font-size: 14px;
        -webkit-line-clamp: 2;
        max-height: 44px;
    }
}
/*playback-item END*/

/*coming-item*/
.coming-item{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.coming-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
    position: relative;
}
.coming-item .img-box .img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/*.coming-item .img-box .img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7,79,152,.5);
}*/
.coming-item .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coming-item .text-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px 15px;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
}
.coming-item .text-box .title{
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coming-item .text-box .desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #eee;
}
/*coming-item END*/

/*index-about*/
.index-about {
    font-size: 14px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.index-about .about-box{
    background-color: #074F98;
    padding: 80px 30px;
}
.index-about .index-about-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-about .about-con .desc{
    color: #eee;
}
@media screen and (max-width: 991px) {
    .index-about .about-box{
        padding: 50px 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .about-box{
        background: none;
        padding: 30px 15px;
    }
    .index-about .index-about-img{
        left: 0;
        z-index: 0;
        bottom: 200px;
        background-position: center;
    }
    .index-about .layui-container{
        position: relative;
        z-index: 1;
    }
    .index-about{
        padding-top: 240px;
        padding-bottom: 30px;
        background: none!important;
        background-color: rgba(7,79,152,1)!important;
    }
    .index-about:after{
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 200px;
        background: -webkit-linear-gradient(top,rgba(7,79,152,0),rgba(7,79,152,1));
        background: -o-linear-gradient(top,rgba(7,79,152,0),rgba(7,79,152,1));
        background: linear-gradient(top,rgba(7,79,152,0),rgba(7,79,152,1));
    }
}
/*index-about END*/

/*index-service*/
.index-service .swiper-container{
    padding: 15px 0;
}
.index-service .swiper-slide{
    height: auto;
}
.index-service .slide-grid{
    padding-bottom: 134px;
}
.index-service .slide-grid .more{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

@media screen and (max-width: 1199px) {
    .index-service .slide-grid{
        padding-bottom: 114px;
    }
    .index-service .slide-grid .more{
        bottom: 40px;
    }
}
.index-service .swiper-container-horizontal>.swiper-pagination-bullets{
    display: none;
}
@media screen and (max-width: 767px){
    .index-service .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
        display: block;
    }
    .index-service .swiper-button-prev,.index-service .swiper-button-prev{
        display: none;
    }
    .index-service .swiper-container{
        padding-bottom: 40px;
    }
    .index-service .swiper-slide{
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .75;
    }
    .index-service .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*index-service END*/

/*offer-list*/
.offer-list .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
}
.offer-list .offer-left{
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.offer-list .offer-left .offer-img{
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    position: relative;
}
.offer-list .offer-left .offer-img .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.offer-list .offer-left .offer-img .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-right{
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .offer-list .offer-left{
        background: none;
    }
    .offer-right{
        height: 360px;
    }
}
.offer-right .offer-box{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 10px;
    bottom: 20px;
    padding-right: 15px;
}
.nicescroll-rails.nicescroll-rails-vr{
    border-radius: 5px;
    cursor: pointer!important;
}
.offer-right .offer-item{
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 23px;
    padding: 0 103px 0 23px;
    position: relative;
    display: block;
}
.offer-right .offer-item:hover{
    color: #074F98;
}
.offer-right .offer-item:last-child{
    margin-bottom: 0;
}
.offer-right .offer-item span.time{
    width: 80px;
    text-align: center;
    position: absolute;
    right: 23px;
    top: 0;
    color: #e0e0e0;
}
.offer-right .offer-item span.title{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .offer-right{
        padding: 20px 15px;
        font-size: 12px;
    }
    .offer-right .offer-box{
        left: 15px;
        right: 5px;
        top: 20px;
        bottom: 20px;
    }
}
/*offer-list END*/


.swiper .swiper-button-prev, .swiper .swiper-button-next{
    width: 30px;
    height: 40px;
    background: none;
    border-radius: 0;
}
.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after{
    font-size: 20px;
    color: #074F98;
}
.swiper .swiper-button-prev{
    left: auto;
    right: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.swiper .swiper-button-next{
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.swiper .swiper-button-next.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper .swiper-button-next.swiper-button-disabled:after, .swiper .swiper-button-prev.swiper-button-disabled:after{
    opacity: .35;
}


/*logo-box*/

.logo-box .swiper-container{
    padding: 10px 0;
    margin-top: -10px;
}
.logo-box .logo-item{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 41.38%;
    overflow: hidden;
    border-radius: 5px;
}
.logo-box .logo-item:hover{
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}
@media screen and (min-width: 992px){
    .logo-box .layui-col-md2{
        width: 20%;
    }
    .logo-box .layui-col-md2:last-child{
        display: none;
    }
}
/*logo-box END*/


/*fixed-right*/
.fixed-right{
    position: fixed;
    right: 5px;
    z-index: 999;
    bottom: 15%;
}
.fixed-right ul li{
    display: block;
    margin: 5px 0;
    position: relative;
}
.fixed-right ul li>a{
    display: block;
    background: rgba(7,79,152,1);
    color: #fff;
    width: 80px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fixed-right ul li>a:hover{
    background: #fff;
    color: rgba(7,79,152,1);
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
}
.fixed-right ul li>a .iconfont,
.fixed-right ul li>a span{
    display: block;
    text-align: center;
    line-height: 1.6;
}
.fixed-right ul li>a .iconfont{
    font-size: 24px;
}

.fixed-right .code-box{
    background: rgba(7,79,152,1);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 90px;
    padding: 15px;
    width: 140px;
    border-radius: 5px;
    display: none;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.fixed-right .code-box a{
    color: #333;
}
.fixed-right .code-box img{
    width: 100%;
}
.fixed-right .code-box:after{
    content: "";
    position: absolute;
    right: -14px;
    border: 7px solid transparent;
    border-left: 7px solid rgba(7,79,152,1);
    top: 50%;
    margin-top: -7px;
}

.fixed-right ul li:hover .code-box{
    display: block;
}
/* 二维码相关样式 */
.qrcode-box {
    position: relative;
    text-align: right;
}

/* 二维码默认隐藏 */
.qrcode {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 100;
}
/* 鼠标悬停时显示二维码 */
.qrcode-box:hover .qrcode {
    display: block;
}
.qrcode-box:hover a{
    color: #fff9ec;
}
/* 二维码图片样式 */
.qrcode img {
    width: 150px;
    height: 150px;
    display: block;
}
/* 添加三角形指示器 */
.qrcode::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}

.qrcode::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
    /* body{
         padding-bottom: 58px;
     }*/
    .fixed-right{
        display: none;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .fixed-right ul{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: stretch;
        align-items: stretch;
        width: 100%;
    }
    .fixed-right ul li{
        width: 33.33333%;
        text-align: center;
        margin: 0;
        position: relative;
    }
    .fixed-right ul li:not(:last-child):after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-right: 1px solid rgba(255,255,255,.3);
    }
    .fixed-right ul li a{
        width: 100%;
        border-radius: 0;
        font-size: 12px;
        padding: 5px 8px;
    }
    .fixed-right ul li a .iconfont{
        font-size: 18px;
    }
}

/*fixed-right END*/



/***********************inner page**********************************/
.inner-page{
    /*background: #F1F8FA;*/
}
.inner-page .block{
    padding: 40px 0;
}
@media screen and (max-width: 991px) {
    .inner-page{
        background: #fff;
    }
}


/*inner-banner*/
.inner-banner{
    position: relative;
    /*height: 300px;*/
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #074F98;
}
.inner-banner .banner-title {
    padding: 70px 0 90px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #2F2F2F;
    z-index: 98;
}
.inner-banner .banner-title .box{
    width: 50%;
}
.inner-banner .banner-title .title {
    line-height: 1.3;
    font-size: 36px;
}
.inner-banner .banner-title .title-en{
    font-size: 20px;
    line-height: 1.3;
}
.inner-banner .banner-title .line{
    width: 60px;
    height: 3px;
    background: #074F98;
    margin-top: 10px;
}
.inner-banner .banner-title .desc{
    font-size: 16px;
    margin-top: 15px;
    color: #393939;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 47px;
}
.inner-banner .banner-title .more .more-btn+.more-btn{
    margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .inner-banner .banner-title .title{
        font-size: 32px;
    }
    .inner-banner .banner-title .title-en{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .inner-banner .banner-title{
        padding: 50px 0 70px;
        display: none;
        text-align: center;
    }
    .inner-banner .banner-title .box{
        width: 100%;
    }
    .inner-banner .banner-title .title{
        font-size: 28px;
    }
    .inner-banner .banner-title .title-en{
        font-size: 18px;
        display: none;
    }
    .inner-banner .banner-title .line{
        position: relative;
        left: 50%;
        margin-left: -25px;
        height: 3px;
        width: 50px
    }
    .inner-banner .banner-title .desc{
        font-size: 14px;
        -webkit-line-clamp: 1;
        max-height: 21px;
        display: none;
    }
    .inner-banner .banner-title .more .more-btn{
        padding: 8px 24px;
    }
}


.inner-banner.color-white .banner-title{
    color: #fff;

}
.inner-banner.color-white .banner-title .desc{
    color: #eee;
}
.inner-banner.color-white .banner-title .line{
    background: #D93E2E;
}


/*inner-banner END*/

/*breadCrumb*/
.breadCrumb{
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
.breadCrumb .iconfont{
    font-size: 12px;
    opacity: .85;
}
.breadCrumb ul,.breadCrumb li{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    color: #393939;
}
.breadCrumb li{
    display: inline-block;
    position: relative;
    font-size: 13px;
    opacity: .85;
}
.breadCrumb li a{
    color: #393939;
}
.breadCrumb li a,.breadCrumb li.last{
    padding: 0 5px;
}
.breadCrumb li:hover,
.breadCrumb li.last{
    opacity: 1;
}

.inner-banner.color-white .breadCrumb ul,
.inner-banner.color-white .breadCrumb li,
.inner-banner.color-white .breadCrumb li a{
    color: #fff;
}
/*breadCrumb END*/

/*icon-list*/
.icon-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.icon-list .icon-item{
    width: 20%;
    text-align: center;
    padding: 15px 0;
}
.icon-list .icon-item .icon-box{
    width: 120px;
    height: 120px;
    background: #074F98;
    border-radius: 75px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all .3s
}
.icon-list .icon-item:hover .icon-box{
    background: #D93E2E;
}
.icon-list .icon-item .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.icon-list .icon-item .text-box{
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .icon-list .icon-item .icon-box{
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
}
@media screen and (max-width: 767px) {
    .icon-list .icon-item{
        width: 33.33333%;
    }
    .icon-list .icon-item .icon-box{
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .icon-list .icon-item .text-box{
        font-size: 14px;
    }
}
/*icon-list END*/

/*college-swiper*/
.college-swiper .slide-grid{
    padding: 40px 15px;
}
.college-swiper .slide-grid .text-box .title{
    margin: 0;
    padding: 0;
}
.college-swiper .slide-grid .text-box .title-en{
    color: #ACACAC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 22px;
}
.college-swiper .slide-grid .text-box .title:after{
    content: none;
}
.college-swiper .slide-grid .img-box{
    border-radius: 5px;
    margin: 15px 0;
}
.college-swiper .slide-grid .other-info{
    font-size: 13px;
    color: #888;
}
.college-swiper .slide-grid .other-info span{
    display: inline-block;
}
.college-swiper .slide-grid .other-info span:first-child{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ACACAC;
    line-height: 1;
}
.college-swiper .swiper-container{
    padding: 15px 0;
}
.college-swiper .swiper-slide{
    height: auto;
}
@media screen and (max-width: 1199px) {
    .college-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
}
.college-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    display: none;
}
@media screen and (max-width: 767px){
    .college-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
        display: block;
    }
    .college-swiper .swiper-button-prev,.index-service .swiper-button-prev{
        display: none;
    }
    .college-swiper .swiper-container{
        padding-bottom: 40px;
    }
    .college-swiper .swiper-slide{
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .75;
    }
    .college-swiper .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*college-swiper END*/

/*college-list*/
.college-filter{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.college-filter .filter-item{
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
}
.college-filter .filter-item:last-child{
    border-bottom: 0;
}
.college-filter .filter-item .label{
    color: #ACACAC;
    position: absolute;
    height: 24px;
    line-height: 24px;
}
.college-filter .filter-item .option{
    margin-left: 80px;
    padding-left: 15px;
    border-left: 1px solid #EFEFEF;
}
.college-filter .filter-item .option ul li{
    display: inline-block;
    margin: 0 5px;
    height: 24px;
    line-height: 24px;
}
.college-filter .filter-item .option ul li a{
    display: block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
}
.college-filter .filter-item .option ul li a:hover{
    color: #074F98;
}
.college-filter .filter-item .option ul li a.active{
    background: #074F98;
    color: #fff;
}

.filter-chosen .item{
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #074F98;
    display: inline-block;
    color: #074F98;
}
.filter-chosen .item .close{
    cursor: pointer;
    font-size: 12px;
    color: #074F98;
}
.filter-chosen .item .close:hover{
    color: #D93E2E;
}

.college .search-result{
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
.college .search-result .num{
    color: #D93E2E;
}
.college .search-result .text{
    position: relative;
    z-index: 2;
    display: inline-block;
}

.college-tab{
    margin: 0;
    margin-top: -52px;
}
.college-tab .layui-tab-title{
    border-bottom: 0;
    position: relative;
    height: 52px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 10px;
}
.college-tab .layui-tab-title li{
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    padding: 0;
    width: 40px;
    min-width: 0;
    color: #ACACAC;
    text-align: center;
}
.college-tab .layui-tab-title li.layui-this{
    color: #074F98;
}
.college-tab .layui-tab-title li.layui-this:after{
    content: none;
}
.college-tab .layui-tab-content{
    padding: 0;
    padding-top: 20px;
}

.college-list .college-item{
    background: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    top: 0;
    transition: all .3s
}
.college-list .college-item:hover{
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -3px;
}
.college-list .college-right{
    width: 120px;
    text-align: center;
}
.college-list .college-right .more-btn{
    margin: 5px 0;
    margin-top: 10px;
}
.college-list .college-left .img-box{
    width: 120px;
    height: 120px;
    background-color: #EFF0F6;
}
.college-list .college-left .img-box img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.college-list .college-body{
    flex: 1;
    margin: 0 20px;
    position: relative;
}
.college-list .college-body .college-title{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.college-list .college-body .college-title-en{
    color: #ACACAC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.college-list .college-item .other-info {
    font-size: 13px;
    color: #888;
    position: absolute;
    left: 0;
    bottom: 0;
}
.college-list .college-item .other-info span{
    display: inline-block;
}
.college-list .college-item .other-info span:first-child{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ACACAC;
    line-height: 1;
}
.college-list .college-item .other-info em{
    font-style: normal;
    color: #333;
}
@media screen and (max-width: 767px) {
    .college-list .college-item{
        padding: 15px;
    }
    .college-list .college-left .img-box{
        width: 80px;
        height: 80px;
    }
    .college-list .college-body .college-title{
        font-size: 16px;
    }
    .college-list .college-body{
        margin: 0 10px;
    }
    .college-list .college-right{
        display: none;
    }
}
/*.college-list*/
/*college-list END*/


/*college-view*/
.banner-college-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    padding: 70px 0 90px;
    align-items: center;
}
.banner-college-box .college-right{
    text-align: right;
}
.banner-college-box .college-right .ranking-item{
    width: 90px;
    border: 1px solid #fff;
    display: inline-block;
}
.banner-college-box .college-right .ranking-item+.ranking-item{
    margin-left: 15px;
}
.banner-college-box .college-right .ranking-item>span{
    display: block;
    color: #fff;
    text-align: center;
}
.banner-college-box .college-right .ranking-item .num{
    background: #fff;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
}
.banner-college-box .college-right .ranking-item .title{
    font-size: 15px;
    padding: 12px 5px;
    font-weight: lighter;
}

.banner-college-box .college-left{
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.banner-college-box .college-left .college-logo{
    width: 200px;
    height: 200px;
    background-color: #EFF0F6;
}
.banner-college-box .college-left .college-logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.banner-college-box .college-left .college-text{
    padding-left: 30px;
    flex: 1;
}
.banner-college-box .college-left .college-text .college-title{
    font-size: 28px;
}
.banner-college-box .college-left .college-text .college-title-en{
    font-size: 18px;
    font-weight: lighter;
}
.banner-college-box .college-left .college-text .college-info{
    margin: 25px 0 15px;
    font-size: 13px;
}
.banner-college-box .college-left .college-text .college-info p{
    margin-bottom: 3px;
}
.banner-college-box .college-left .college-text .more-btn{
    margin-top: 0;
}
.banner-college-box .college-left .college-text .more-btn+.more-btn{
    margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .banner-college-box .college-left .college-logo{
        width: 150px;
        height: 150px;
        margin-top: 10px;
    }
    .banner-college-box .college-left .college-text .college-title{
        font-size: 24px;
    }
    .banner-college-box .college-left .college-text .college-title-en{
        font-size: 16px;
    }
    .banner-college-box .college-left .college-text .college-info{
        margin: 10px 0 10px;
    }
    .banner-college-box .college-right .ranking-item{
        width: 80px;
    }
    .banner-college-box .college-right .ranking-item .title{
        font-size: 14px;
        padding: 10px 3px;
    }
    .banner-college-box .college-right .ranking-item .num{
        font-size: 28px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .banner-college-box{
        padding: 50px 0 70px;
        display: block;
        text-align: center;
    }
    .banner-college-box .college-left{
        display: block;
    }
    .banner-college-box .college-left .college-logo{
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border-radius: 60px;
        overflow: hidden;
    }
    .banner-college-box .college-left .college-text{
        padding-left: 0;
        padding: 15px 0 25px;
    }
    .banner-college-box .college-left .college-text .college-title{
        font-size: 20px;
    }
    .banner-college-box .college-left .college-text .college-title-en{
        font-size: 16px;
    }
    .banner-college-box .college-right{
        text-align: center;
    }
    .banner-college-box .college-left .college-text .college-info{
        margin: 10px 0;
    }
}

/*college-view END*/

/*college-sig*/
.college-sig .sig-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.college-sig .sig-item .img-box{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #074F98;
    margin-right: 10px;
}
.college-sig .sig-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.college-sig .sig-item .text-box{
    flex: 1;
}
.college-sig .text-box .title{
    font-size: 20px;
    margin-bottom: 10px;
}
.college-sig .text-box .desc{
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}
.college-sig .text-box .price{
    color: red;
    font-size: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .college-sig .sig-item{
        display: block;
        text-align: center;
    }
    .college-sig .sig-item .img-box{
        margin: 0 auto 10px;
    }
}
/*college-sig*/

/*photo-list*/
.photo-list .photo-item{
    width: 100%;
    height: 0;
    padding-bottom: 66.666666%;
    position: relative;
    background: #EFF0F6;
}
.photo-list .photo-item img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.photo-list .photo-item img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .photo-list .swiper-container{
        padding-bottom: 40px;
    }
    .photo-list .swiper-slide{
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .75;
    }
    .photo-list .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*photo-list END*/


/*nav-filter*/
.program-filter{
    text-align: center;
    background: #F4F5F8;
    height: 60px;
    overflow: hidden;
}

.program-filter .filter-item .swiper-container{
    width: 100%;
}
.program-filter .filter-item .swiper-slide {
    width: auto!important;
    position: relative;
    padding: 0!important;
}
.program-filter .filter-item .swiper-slide a{
    display: block;
    padding: 0 20px;
    height: 60px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    min-width: 25%;
}
.program-filter .filter-item .swiper-slide a:before{
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 22px;
    bottom: 22px;
    border-right: 1px dashed #ccc;
}
.program-filter .filter-item .swiper-slide:last-child a:before{
    border-right: 0;
}
.program-filter .filter-item .swiper-slide a.active{
    color: #074F98;
}
.program-filter .filter-item .swiper-slide a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #074F98;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.program-filter .filter-item .swiper-slide a.active:after,.program-filter .filter-item .swiper-slide a:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


.program-filter .filter-item ul{
    height: 61px;
    margin: 0 auto;
}
/*nav-filter END*/


/*side-right*/
.side-right .teacher-block{
    padding: 30px 15px;
    background-color: #F4F5F6;
    border-top: 4px solid #074F98;
    text-align: center;
}
.side-right .teacher-block .teacher-thumb{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #EFF0F6;
    margin: 0 auto 10px;
}
.side-right .teacher-block .teacher-thumb img{
    width: 100%;
    height: 100%;
    /*object-fit: */
}
.side-right .teacher-block .teacher-name{
    font-size: 18px;
    margin-bottom: 5px;
}
.side-right .teacher-block .teacher-title,
.side-right .teacher-block .teacher-desc{
    color: #9b9b9b;
}
.side-right .teacher-block .teacher-title{
    font-size: 15px;
    margin-bottom: 5px;
}
.side-right .teacher-block .more-btn{
    margin-top: 15px;
}
/*side-right END*/

.article-content {
    /*min-height: 600px;*/
    background: #fff;
    padding: 30px;
}
@media screen and (max-width: 991px) {
    .article-content {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .article-content {
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*team*/
.team-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}
.team-item .left{
    width: 150px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.team-item .right{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin-left: 15px;
    position: relative;
}
.team-item .left .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    overflow: hidden;
}
.team-item .left .img-box img{
    width: 100%;
}
.team-item .name{
    font-size: 18px;
    margin-bottom: 10px;
}
.team-item .desc{
    color: #4d4d4f;
    margin-bottom: 15px;
}
.team-item .other-info{
    color: #4d4d4f;
    font-size: 13px;
}
.team-item .other-info>div{
    margin-top: 2px;
}
.team-item .other-info .iconfont{
    color: #074F98;
    margin-right: 8px;
}

@media screen and (max-width: 767px){
    .team-item{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .team-item:not(:last-child){
        margin-bottom: 20px;
    }
    .team-item .left{
        width: 150px;
        margin: 0 auto 15px;
    }
    .team-item .right{
        margin-left: 0;
    }
    .team-item .name{
        text-align: center;
    }
}

.team-list .team-item{
    background: #fff;
    margin-bottom: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.team-list .team-item:hover{
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -3px;
}
.team-list .team-item .name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 28px;
}
.team-list .team-item .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
}
.team-list .other-info{
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 991px) {
    .team-list .team-item{
        padding: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
}
@media screen and (max-width: 767px) {
    .team-list .team-item{
        padding-bottom: 20px;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .team-list .team-item .left{
        width: 80px;
        margin-bottom: 0;
    }
    .team-list .team-item .right{
        margin-left: 15px;
    }
    .team-list .team-item .desc{
        display: none;
    }
    .team-list .team-item .name{
        font-size: 16px;
        text-align: left;
    }
    .team-list .team-item .other-info{
        position: static;
    }
    .team-list .team-item .other-info>div{
        margin-top: 1px;
    }
}
/*team END*/




/*sidebar*/
.sidebar .side-item{
    background: #fff;
}
.sidebar .side-item + .side-item{
    margin-top: 20px;
}
.sidebar .side-item .side-title{
    font-size: 16px;
    padding: 12px 15px;
    border-bottom: 1px solid #EEEEEE;
    /*background: #074F98;
    color: #fff;*/
}
.sidebar .side-item .side-con{
    padding: 15px;
}
.sidebar p,.sidebar li{
    margin-bottom: 10px;
}
.sidebar ul,.sidebar ol{
    padding-left: 16px;
}
.sidebar ul,.sidebar ul li{
    list-style: disc outside;
}
.sidebar ol,.sidebar ol li{
    list-style: decimal outside;
}
.sidebar .no-style{
    padding-left: 0;
}
.sidebar .no-style li{
    list-style: none;
}
.sidebar .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
}
.sidebar .time{
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}
.sidebar .time .iconfont{
    margin-right: 5px;
}
.sidebar .icon-ul{
    padding-left: 24px;
}
.sidebar .icon-ul li{
    list-style: none;
    position: relative;
}
.sidebar .icon-ul li .iconfont{
    position: absolute;
    left: -24px;
    top: 0px;
    color: #074F98;
}
@media screen and (max-width: 991px) {
    .sidebar{
        display: none;
    }
}
/*@media screen and (max-width: 767px) {
    .sidebar .side-item{
        margin-left: -15px;
        margin: -15px;
        border-top: 8px solid #F1F8FA;
    }
}*/
/*sidebar END*/

/*side-menu*/
.side-menu li a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.side-menu li:last-child a{
    border-bottom: 0;
}
.side-menu li.active a,
.side-menu li:hover a{
    background: #D93E2E;
    color: #fff;
}
.side-menu li{
    margin-bottom: 0;
}
/*side-menu END


/*pages*/
.pages{
    text-align: center;
    padding-top: 40px;
}
.layui-laypage a:hover{
    color: #074F98;
}
.layui-laypage a, .layui-laypage span{
    height: 36px;
    line-height: 36px;
}
/*pages END*/


/*news-list*/
.news-list .list-item{
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    top: 0;
    transition: all .3s
}

.news-list .list-item:hover {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -3px;
}
.news-list .list-item .list-left{
    margin-right: 20px;
}
.news-list .list-item .list-left .img-box{
    width: 220px;
    position: relative;
    height: 0;
    padding-bottom: 66.66666%;
}
.news-list .list-item .list-left .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.news-list .list-item .list-left .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .list-item .list-right{
    flex: 1;
    position: relative;
}
.news-list .list-item .list-right .title{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 32px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
}
.news-list .list-item .list-right .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 13px;
    max-height: 68px;
    color: #888;
}
.news-list .list-item .list-right .time {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.news-list .list-item .list-right .event-info span{
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}
.news-list .list-item .list-right .event-info .iconfont{
    margin-right: 5px;
}
.news-list .list-item .list-right .more .more-btn{
    margin-top: 23px;
}
@media screen and (max-width: 767px) {
    .news-list{
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
    }
    .news-list .list-item{
        padding: 15px 0;
        margin: 0 15px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
    }
    .news-list .list-item:last-child{
        border-bottom: 0;
    }
    .news-list .list-item .list-left .img-box{
        width: 100px;
    }
    .news-list .list-item .list-right .title{
        font-size: 14px;
        -webkit-line-clamp: 2;
        max-height: 50px;
    }
    .news-list .list-item .list-right .desc{
        display: none;
    }
    .news-list .list-item .list-left{
        margin-right: 10px;
    }
    .news-list .list-item .list-right .time{
        font-size: 12px;
    }

    .news-list .list-item .list-right .event-info span{
        display: block;
        font-size: 12px;
        color: #888;
        margin-top: 0px;
    }
    .news-list .list-item .list-right .more{
        display: none;
    }
}
/*news-list END*/

/*news-title*/
.news-title h3{
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.article-other{
    padding: 0px 0px 10px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 13px;
    border-bottom: 1px solid #e2e2e2;
    color: #888;
}
.article-other em{
    font-style: normal;
}
.article-other span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.article-other span:first-child{
    padding-left: 0;
}
.article-other span:last-child:after{
    border-right: 0;
}
.article-other span:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 991px) {
    .news-title h3{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .news-title h3{
        font-size: 20px;
    }
}
/*news-title END*/

/*events-title*/
.events-title{
    padding: 30px;
    background: #fff;
    margin-bottom: 10px;
}
.events-title .title{
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.events-title  .event-info span{
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}
.events-title  .event-info .iconfont{
    margin-right: 5px;
}
.events-title  .more .more-btn{
    margin-top: 23px;
}
@media screen and (max-width: 991px) {
    .events-title{
        padding: 20px;
    }
    .events-title .title{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .events-title{
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .events-title .title{
        font-size: 20px;
    }
}
/*events-title END*/



/*card-list*/
.card-list .card-item{
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*margin-bottom: 15px;*/
}
.card-list .card-item.open{
    margin-bottom: 10px;
}
.card-list .card-item+.card-item{
    margin-top: -1px;
}
.card-list .card-item .card-header{
    cursor: pointer;
}
.card-list .card-item .card-header,
.card-list .card-item .card-detail{
    padding: 20px 30px;
    background: #fff;
}
.card-list .card-item .card-title{
    font-size: 16px;
    margin-bottom: 10px;
    /*font-weight: bold;*/
    line-height: 1.5;
    color: #4d4d4f;
}
.card-list .card-item:hover .card-title{
    color: #074F98;
}
.card-list .card-item .card-other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    color: #888;
    font-size: 13px;
}
.card-list .card-item .card-other a{
    color: inherit;
}
.card-list .card-item .card-other a:hover{
    color: #1C5DB7;
}
.card-list .card-item .card-detail{
    color: #888;
    border-top: 1px dashed #eee;
    text-align: justify;
    font-size: 13px;
}
.card-list .card-item .card-detail .row-flex{
    justify-content: space-between;
}
.card-list .card-item .card-detail p{
    margin-bottom: 10px;
}
.card-list .card-item .card-detail .t-c{
    color: #333;
}
.card-list .card-item .card-detail .d-table{
    display: table;
}
.card-list .card-item .card-detail .d-table .t-c{
    display: table-cell;
    vertical-align: top;
    width: 72px;
}
@media screen and (max-width: 991px) {
    .card-list .card-item .card-header,
    .card-list .card-item .card-detail{
        padding: 15px 20px;
    }
}
@media screen and (max-width: 767px) {
    .card-list .card-item .card-title{
        font-size: 14px;
    }
    .card-list .card-item .card-other{
        display: block;
    }
    .card-list .card-item .card-header,
    .card-list .card-item .card-detail{
        padding: 15px;
    }
    .card-list .card-item .card-other .card-info{
        margin-top: 5px;
    }
}

/*card-list END*/




/*search-page*/
.search-header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 80px 10px;
}
.search-header .form-text {
    width: 100%;
    border: none;
    border: 1px solid #eee;
    height: 50px;
    font-size: 16px;
    padding: 0 100px 0 15px;
}
.search-header .form-text:focus{
    border-color: #ccc;
}

.search-header .form-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    background: #074F98;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-header .form-submit:hover{
    background: #074F98;
    color: #fff;
}

/*search-result*/
.search-results{
    padding-bottom: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}
.search-results .layui-tab{
    margin: 0;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this{
    color: #074F98;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #074F98;
}
.search-results .layui-tab-title{
    padding-left: 0;
    border-bottom: 0;
}
.search-results .layui-tab-content{
    padding: 20px 0;
}

.search-results .search-result-item{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
}
.search-results .search-result-item .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.search-results .search-result-item .desc{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 68px;
}
.search-results .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.search-results .link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.search-results .link,
.search-results .link a{
    color: #9B907B;
}
.search-results a:hover{
    text-decoration: underline;
}
.search-results .time{
    color: #888;
}
.anchor{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: -1; */
}

/*search-result END*/
/*search-page END


/*develop-item*/
.develop-swiper{
    position: relative;
    padding: 0 40px;
}
.develop-swiper .swiper-button-prev,
.develop-swiper .swiper-button-next{
    top: 51px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #D93E2E;
    opacity: 1;
}
.develop-swiper .swiper-button-next:after,
.develop-swiper .swiper-button-prev:after{
    color: #fff;
}
.develop-swiper .swiper-button-next.swiper-button-disabled,
.develop-swiper .swiper-button-prev.swiper-button-disabled{
    background: #eee;
}
.develop-swiper .swiper-button-prev{
    left: 0;
}
.develop-swiper .swiper-button-next{
    right: 0;
}
.develop-item{
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 30px 0;
}
.develop-item .develop-year{
    font: 20px/1 "AvenirLTStd";
    color: #074F98;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.develop-item .develop-year:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F9F9F9;
    border: 2px solid #074F98;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.develop-item .develop-year:before{
    content: "";
    position: absolute;
    left: 0px;
    right: -30px;
    bottom: 7px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.develop .swiper-button-next,.develop .swiper-button-prev{
    top: 150px;
    margin-top: 0;
}
.develop .develop-item .develop-text{
    color: grey;
    line-height: 1.8;
}
.develop .develop-item .develop-text p:last-child{
    margin-bottom: 0;
}
.develop .develop-item.active .develop-text{
    height: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.develop-item .icon-circle{
    position: absolute;
    left: 3px;
    bottom: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #b2b2b2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.develop-item .toggle{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: grey;
    font-size: 20px;
}
.develop-item.active .toggle{
    bottom: -10px;
}
.develop-item.active .toggle .icon-plus:before {
    content: "\e8c3";
}
/*develop-item END*/


/*keywords*/
.keywords{
    background: #fff;
    margin: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.keywords .keyword-item{
    flex:  1;
    position: relative;
    padding: 0 5px;
}
.keywords .keyword-item .line{
    display: inline-block;
    width: 42px;
    height: 4px;
    background: #074F98;
}
.keywords .keyword-item .keyword-num{
    font-size: 50px;
    line-height: 1.5;
    color: #D93E2E;
}
.keywords .keyword-item .keyword-num .more{
    font-size: .75em;
}
.keywords .keyword-item .keyword-text{
    color: #4d4d4f;
}
@media screen and (max-width: 767px) {
    .keywords{
        /*background: none;*/
        padding: 10px 30px;
        display: block;
    }
    .keywords .keyword-item {
        text-align: center;
        margin: 30px 0;
    }
    .keywords .keyword-item .line{
        display: none;
    }
    .keywords .keyword-item .keyword-num{
        font-size: 32px;
        /*color: #fff;*/
    }
    .keywords .keyword-item .keyword-text{
        /*color: #eee;*/
    }
}
@media screen and (max-width: 991px){
    .search-header {

        padding-top: 160px;
    }
}

/*keywords EDN*/



.why-choose {
    padding: 15px 0;
    position: relative;
}
.why-choose .sig-item{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.row-flex .sig-item{
    height: 100%;
    align-items: flex-start;
}
.college-sig.why-choose  .sig-item .img-box{
    background: none;
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 1199px) {
    .why-choose .sig-item{
        padding: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose .sig-item{
        display: block;
        text-align: center;
    }
    .college-sig.why-choose .sig-item .img-box{
        margin: 0 auto 10px;
    }
}

/*kebo-faq*/
.kebo-faq{
    font-size: 14px;
    margin-top: 50px;
}
.kebo-faq .left .kebo-faq-item{
    text-align: left;
    justify-content: flex-end;
}
.kebo-faq .right .kebo-faq-item{
    text-align: right;
    justify-content: flex-start;
}
.kebo-faq .kebo-faq-item{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
}
.kebo-faq .kebo-faq-item .text{
    /*flex: 1;*/
}
.kebo-faq .kebo-faq-item span+span{
    margin-left: 10px;
}
.kebo-faq .kebo-faq-item span.num{
    font-size: 50px;
    color: #074F98;
}
.kebo-faq .row-flex{
    align-items: center;
}
@media screen and (min-width: 768px) {
    .kebo-faq .left .kebo-faq-item:nth-of-type(1),
    .kebo-faq .right .kebo-faq-item:nth-of-type(1){
        margin-top: 60px;
    }
    .kebo-faq .left .kebo-faq-item:nth-of-type(1),
    .kebo-faq .left .kebo-faq-item:nth-of-type(3){
        /*right: -9%;*/
    }
    .kebo-faq .right .kebo-faq-item:nth-of-type(1),
    .kebo-faq .right .kebo-faq-item:nth-of-type(3){
        /*left: -9%;*/
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .kebo-faq .layui-col-space20{
        margin: -5px;
    }
    .kebo-faq .layui-col-space20>*{
        padding: 5px;
    }
    .kebo-faq .kebo-faq-item .text{
        font-size: 13px;
    }
    .kebo-faq .kebo-faq-item span.num{
        font-size: 40px;
    }
    .kebo-faq .left .kebo-faq-item:nth-of-type(1), .kebo-faq .right .kebo-faq-item:nth-of-type(1){
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .kebo-faq{
        margin-top: 0;
    }
    .kebo-faq .kebo-faq-item .text{
        flex: 1;
    }
    .kebo-faq .kebo-faq-item{
        margin-top: 0;
    }
    .kebo-faq .kebo-faq-item span.num{
        font-size: 40px;
    }
    .kebo-faq .right .kebo-faq-item{
        flex-direction: row-reverse;
        text-align: left;
    }

    .kebo-faq .kebo-faq-item span+span{
        margin-left: 20px;
    }
    .kebo-faq .right .kebo-faq-item span.num{
        margin-left: 0;
        margin-right: 20px;
    }
    .kebo-faq .layui-col-space20{
        margin: 0px;
    }
    .kebo-faq .layui-col-space20>*{
        padding: 0px;
    }
}
/*kebo-faq END*/

/*tc-skin*/
.tc-skin.layui-layer-page{
    max-width: 95vw;
}
.tc-skin.layui-layer-page .layui-layer-content{
    padding: 30px;
}
.tc-skin.layui-layer-page .layui-input-block{
    margin-left: 65px;
}
.tc-skin.layui-layer-page .layui-form-label{
    padding-left: 0;
    width: 65px;
}
/*tc-skin END*/

/*file-list*/
.file-list .file-item{
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    transition: all .3s;
}
.file-list .file-item:hover{
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    top: -1px;
}
.file-list .file-item .title{
    padding: 18px 15px;
    padding-right: 210px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.file-list .file-item .other-info{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
}
.file-list .file-item .more-btn{
    margin-top: 0;
}
.file-list .file-item .more-btn+.more-btn{
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .file-list .file-item .title{
        padding-right: 0;
    }
    .file-list .file-item .other-info{
        position: static;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}
/*file-list END*/

/*other-study-list*/
.study-list .offer-right{
    height: 100%;
}
.study-list .college-item{
    position: relative;
    color: #fff;
    display: block;
    margin-bottom: 18px;
}
.study-list .college-item:last-child{
    margin-bottom: 0;
}
.study-list .college-item .title{
    display: block;
    padding: 0px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.study-list .college-item .orderId{
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}
.study-list .college-item:nth-of-type(1) .orderId{
    background: #FF3333;
    border-color: #FF3333;
}
.study-list .college-item:nth-of-type(2) .orderId{
    background: #FF8800;
    border-color: #FF8800;
}
.study-list .college-item:nth-of-type(3) .orderId{
    background: #FFCC00;
    border-color: #FFCC00;
}
.study-list .college-item .ranking{
    display: block;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}
@media screen and (max-width: 991px) {
    .study-list .offer-right{
        height: 240px;
    }
}
/*other-study-list END*/
.list-items{
    height: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.list-items ul{
    padding-left: 18px;
}
.list-items li{
    list-style:  disc outside;
}
.list-items li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}
.list-items li .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.list-items li .time{
    color: #888;
    font-size: 13px;
    margin-left: 15px;
}
@media screen and (max-width: 1400px) {
    .list-items li a{
        padding: 8px 0;
    }
}
@media screen and (max-width: 1200px) {
    .list-items li a{
        padding: 5px 0;
    }
}
@media screen and (max-width: 991px) {
    .list-items li a{
        padding: 8px 0;
    }
}
.color-white{
    color: white;
}
a.qrcode-btn {
    display: inline-block;
    line-height: 1.5;
    padding: 10px 50px;
    color: #fff;
    background: #074F98;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}
/* comment-title */
.comment-title{
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
/* comment-title END */

/* comment-item */
.comment-list .comment-item{
    display: flex;
    padding-top: 28px;
}
.comment-list .comment-item .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.comment-list .comment-item .comment-body{
    flex: 1;
}
.comment-list .comment-item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-list .comment-item .name{
    font-weight: bold;
}
.comment-list .comment-item .comment-content{
    margin-top: 6px;
}
.comment-list .comment-item .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #939EB7;
    font-size: 13px;
}
.comment-list .comment-item .bottom .el-button--text{
    color: inherit;
    font-size: 13px;
}
.comment-list .comment-item .bottom .el-button--text.is-like{
    color: #0092AA;
}
.replay-list .comment-item .avatar{
    width: 42px;
    height: 42px;
}
.comment-list .el-tag--small{
    background-color: #0092AA;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 5px;
}
/* comment-item END */


/*user-container*/
.user-container {
    background: #f4f4f4;
    overflow-y: visible;
    font-size: 16px;
}

.user-container .user-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.user-container .user-content {
    flex: 1;
    margin-left: 15px;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

.user-container .side-left {
    width: 180px;
}

.user-container .side-left .user-box {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    text-align: center;
}

.user-container .side-left .user-box .layui-btn {
    margin-top: 15px;
    padding: 0 16px;
}

.user-container .side-left .user-box .img-box,
.user-container .side-left .user-box .img-box .avatar,
.user-container .side-left .user-box .img-box img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #f0f0f0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.user-container .side-left .user-box .img-box {
    border-radius: 0;
    background: none;
}

.identity-icon {
    position: absolute;
    bottom: 0;
    right: 3px;
    line-height: 1;
    color: #FEAF65;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 11px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.identity-icon.checking {
    color: #888;
}

.user-container .side-left .user-box .user-name {
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}

.user-container .side-left .user-box .user-sig {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}

.user-container .side-left .user-box .user-sig span {
    display: block;
    margin-top: 5px;
}


.user-container .side-left .side-menu {
    background: #fff;
    border-radius: 3px;
}

.user-container .side-left .side-menu .layui-nav {
    width: 100%;
    background: none;
    color: #333;
    padding: 10px 0;
}

.user-container .side-left .side-menu .layui-nav .layui-nav-item a {
    color: #666;
    position: relative;
    background: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layui-nav-tree .layui-nav-item {
    display: block;
    width: 100%;
    line-height: 45px;
}

.layui-nav-tree .layui-nav-item + .layui-nav-item {
    margin-top: unset;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
    background-color: inherit !important;
}

.user-container .side-left .side-menu .layui-nav-tree .layui-nav-child dd.layui-this,
.user-container .side-left .side-menu .layui-nav-tree .layui-nav-child dd.layui-this a,
.user-container .side-left .side-menu .layui-nav-tree .layui-this,
.user-container .side-left .side-menu .layui-nav-tree .layui-this > a,
.user-container .side-left .side-menu .layui-nav-tree .layui-this > a,
.user-container .side-left .side-menu .layui-nav-tree .layui-nav-item:hover > a {
    color: #000;
}

.user-container .side-left .side-menu .layui-nav-tree .layui-nav-item.layui-this a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: -webkit-linear-gradient(left top, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
    background: -o-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
    background: -moz-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
    background: linear-gradient(to bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
}

.user-container .side-left .side-menu .layui-nav-bar {
    display: none;
}

/*user-container END*/
.user-container .user-content .layui-form {
    font-size: 14px;
}

.user-container .user-content .layui-form .layui-form-item {
    margin-bottom: 20px;
}

.user-container .wrapper-title {
    margin-top: 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-container .wrapper-title span {
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    display: inline-block;
}

.user-container .wrapper-title span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: -webkit-linear-gradient(left top, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1)) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1)) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1)) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1)) !important; /* 标准的语法 */
}

.user-container .user-content > *:first-child {
    margin-top: 0;
}

.user-container .wrapper-title .layui-btn {
    font-size: 14px;
    line-height: 1;
    height: auto;
    padding: 8px 15px;
    border-color: #333;
    color: #000;
}

.user-container .wrapper-title .layui-btn i {
    font-size: inherit !important;
}

.user-container .wrapper-title .layui-btn:hover {
    border-color: #333;
    color: #000;
}

.user-container .layui-form-label {
    padding-left: 0;
    width: 130px;
    color: #999;
}

.user-container .layui-input-block {
    margin-left: 130px;
}

.user-container .layui-form-label span {
    font-size: 12px;
    color: rgba(255, 0, 0, 1);
}

.user-container .layui-form-item .layui-input-inline {
    width: 240px;
    margin-right: 0;
}

.user-container .layui-form-item .operate-btn {
    margin-left: 10px;
}

.user-container .layui-form-item .operate-btn > span {
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    color: grey;
    cursor: pointer;
    width: 30px;
    float: left;
    text-align: center;
}

.user-container .layui-form-item .operate-btn > span:hover {
    color: #000;
}

.user-container .layui-form-item .layui-input-block.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.user-container .layui-form-item .layui-input-block.flex > .layui-input-inline + .layui-input-inline {
    margin-left: 10px;
}

@media screen and (max-width: 1199px) {
    .user-container .layui-form-item .layui-inline {
        margin-bottom: 0px;
        margin-right: 0;
    }

    .user-container .layui-form-item .layui-inline + .layui-inline {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .user-container {
        /*margin-top: 80px;*/
        /*background: #fff;*/
        padding: 20px 0;
        font-size: 16px;
    }


    .user-container .user-wrapper {
        display: block;
    }

    .user-container .user-content {
        margin-left: 0;
        padding: 30px 5px;
        background-color: #fff;
    }

    .user-container .layui-form-label {
        width: 100%;
        text-align: left;
        float: none;
    }

    .user-container .layui-form-item .layui-inline,
    .user-container .layui-form-item .layui-input-inline {
        width: 100%;
        margin-right: 0;
    }

    .user-container .layui-form .layui-input-block {
        margin-left: 0;
    }

    .user-container .side-left .user-box {
        display: none;
    }

    .user-container .side-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .user-container .side-left .side-menu .layui-nav {
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .user-container .layui-nav .layui-this:after {
        left: 15px;
        right: 15px;
        width: auto;
        height: 3px;
        background: -webkit-linear-gradient(left top, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
        background: -o-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
        background: -moz-linear-gradient(bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
        background: linear-gradient(to bottom right, rgba(255, 209, 63, 1), rgba(67, 0, 152, 1));
    }

    .user-container .layui-form-item .layui-input-block.flex .layui-input-inline {
        flex: 1;
    }

    .user-container .layui-form-item .layui-input-block.flex > .layui-input-inline + .layui-input-inline {
        margin-left: 5px;
    }

    .user-container .layui-form-item .layui-input-block.flex .operate-btn {
        width: 40px;
    }

    .user-container .layui-form-item .operate-btn > span {
        width: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .user-container .layui-form-item .layui-input-inline,
    .layui-form-item .layui-input-inline + .layui-form-mid {
        margin: 0;
        left: 0;
        top: 0;
    }

    .layui-form-item .layui-input-inline + .layui-form-mid {
        margin: 0 5px;
    }
}

.account-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.donate-list .donate-item {
    border: 1px solid #ebeef5;
}

.donate-list .donate-item .donate-head {
    background-color: #f5f5f5;
    padding: 15px 24px;
    color: #696974;
    font-size: 14px;
}

.ala-flex.is-between {
    justify-content: space-between;
}

.ala-flex.is-center {
    align-items: center;
}

.ala-flex {
    display: flex;
}

.donate-list .donate-item .donate-body {
    padding: 30px;
}

.donate-body {
    display: flex;
}

.donate-body .img-box img {
    width: 200px;
}

.donate-body .text-box {
    padding-left: 20px;
    flex: 1;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .donate-body .text-box .title-wrap {
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.donate-body .text-box .title-wrap .title {
    font-size: 20px;
}

.donate-body .text-box .info .item {
    display: flex;
    font-size: 14px;
}

.ala-tip {
    color: #989898;
    font-size: 15px;
}

.donate-body .text-box .info .item .value {
    flex: 1;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .donate-body {
        display: block;
    }

    .donate-body .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 66.66666%;
        overflow: hidden;
        position: relative;
    }

    .donate-body .img-box .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .donate-body .img-box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .donate-body .text-box {
        padding-left: 0;
        padding-top: 15px;
    }

    .donate-body .text-box .title-wrap {
        margin-bottom: 10px;
    }

    .donate-body .text-box .title-wrap .title {
        font-size: 18px;
        flex: 1;
    }

    .donate-body .text-box .download {
        position: static;
        margin-top: 15px;
    }

    .donate-list .donate-item .donate-head {
        padding: 15px;
        display: block;
    }

    .donate-list .donate-item .donate-body {
        padding: 15px 15px 20px;
    }
}

.donate-body .text-box .download {
    position: absolute;
    right: 0;
    top: 0;
}

.donate-body .text-box .title-wrap {
    margin-bottom: 20px;
    padding-right: 220px;
}

@media screen and (max-width: 1200px) {
    .donate-body .text-box .title-wrap {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .donate-body .text-box .download {
        position: static;
        margin-top: 20px;
    }
}

.el-button {
    font-weight: 400;
}

.el-button--mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
}


.donate-body .text-box .info .item + .item {
    margin-top: 8px;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.donate-list .donate-item + .donate-item {
    margin-top: 20px;
}

.donate-body .text-box .info .item .color_primary {
    color: #c9151e;
    font-weight: 700;
    font-size: 15px;
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}

.el-button--info.is-disabled, .el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
    cursor: not-allowed;
}
.notice-warning {    padding: 8px 16px;    background-color: #fff6f7;    border-radius: 4px;    border-left: 5px solid #fe6c6f;    margin: 20px 0;}.notice-warning p {    font-size: 14px;    color: #5e6d82;    line-height: 1.5em;    display: block;    margin-block-start: 1em;    margin-block-end: 1em;    margin-inline-start: 0px;    margin-inline-end: 0px;}


.site-mobile .layui-nav-tree .layui-nav-child {
    display: none;
    position: static;
    margin-left: 20px;
}

.site-mobile .layui-nav-tree .layui-nav-itemed .layui-nav-child {
    display: block;
}

/* 确保三级菜单也能正常显示 */
.site-mobile .layui-nav-tree .layui-nav-child .layui-nav-child {
    padding-left: 20px;
}

/* 修复移动端导航链接点击区域问题 */
.site-mobile .layui-nav-item > a {
    position: relative;
    z-index: 10;
}

/* 确保移动端导航项激活状态显示正确 */
.site-mobile .layui-nav-itemed > a {
    background-color: rgba(0, 0, 0, 0.1);
}
/* 重置和基础样式 */
.new-header {
    position: fixed; /* 固定在顶部 */
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

/* Logo 样式 */
.logo span {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #074F98;
}

.logo a {
    text-decoration: none;
}

/* 桌面端导航样式 */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
    margin: 0 15px;
}
/* 针对浅色背景卡片的文本颜色 */
.shortcut-card.light-bg .card-title,
.shortcut-card.light-bg .card-tag,
.shortcut-card.light-bg .card-tag i {
    color: #333 !important;
}

.shortcut-card.light-bg .card-date,
.shortcut-card.light-bg .card-summary {
    color: rgba(0, 0, 0, 0.7);
}/* 针对浅色背景卡片的文本颜色 */
.shortcut-card.light-bg .card-title,
.shortcut-card.light-bg .card-tag,
.shortcut-card.light-bg .card-tag i {
    color: #333 !important;
}

.shortcut-card.light-bg .card-date,
.shortcut-card.light-bg .card-summary {
    color: rgba(0, 0, 0, 0.7);
}

.nav-item a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-item a:hover, .nav-item.active a {
    color: #074F98;
}

/* 下拉菜单样式 */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
    min-width: 150px;
    display: none;
    z-index: 1000;
}

.nav-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    margin: 0;
}

.sub-menu a {
    padding: 8px 20px;
    font-size: 14px;
    white-space: nowrap;
}

.sub-menu a:hover {
    background-color: #f5f7fa;
}

/* 用户菜单样式 */
.user-menu {
    display: flex;
    align-items: center;
}

.login-btn {
    color: #074F98;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #074F98;
    border-radius: 4px;
    transition: all 0.3s;
}

.login-btn:hover {
    background-color: #074F98;
    color: #fff;
}

.user-dropdown {
    position: relative;
}

.user-btn {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 0;
}

.dropdown-icon {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.3s;
}

.user-dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
    min-width: 150px;
    display: none;
    z-index: 1000;
}

.user-dropdown:hover .user-dropdown-menu {
    display: block;
}

.user-dropdown-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.user-dropdown-menu a:hover {
    background-color: #f5f7fa;
}

/* 移动端菜单按钮样式 */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: all 0.3s ease;
}

/* 菜单图标动画类 */
.rotate-45 {
    transform: rotate(45deg) translate(4px, 4px);
}

.opacity-0 {
    opacity: 0;
}

.-rotate-45 {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* 移动端导航样式 */
.mobile-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 998;
    padding: 20px;
    overflow-y: auto;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-links {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.mobile-nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
}

.mobile-nav-item:last-child {
    border-bottom: none;
}

.mobile-nav-item a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
}

.mobile-nav-item.active a {
    color: #074F98;
}

.mobile-submenu-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.mobile-submenu-toggle::after {
    content: "+";
    color: #333;
    font-size: 16px;
}

.mobile-submenu-toggle.active::after {
    content: "-";
}

.mobile-submenu {
    display: none;
    padding-left: 20px;
}

.mobile-submenu.active {
    display: block;
}

.mobile-submenu li a {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
}

.mobile-user-menu {
    padding: 10px 0;
}

.mobile-user-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-user-submenu {
    display: none;
    padding-left: 20px;
}

.mobile-user-submenu.active {
    display: block;
}

.mobile-user-submenu li a {
    padding: 12px 20px 12px 40px;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: block;
    }

    .main-nav, .user-menu {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}

/* 卡片链接包装器样式 */
.card-link-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* 确保卡片内部链接样式不受影响 */
.card-link-wrapper .card-more {
    position: relative;
    z-index: 1;
}

/* 移动端遮罩样式 */
.site-mobile-shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
}

.site-mobile-shade.active {
    display: block;
}

/* 移动端发布捷径按钮 */
.mobile-publish-shortcut-btn {
    display: inline-block;
    margin: 6px 0;  /* 减小外边距 */
    padding: 6px 12px;  /* 减小内边距 */
    background-color: #D93E2E;
    color: white !important;
    border-radius: 4px;
    font-size: 12px;  /* 减小字体大小 */
    text-align: center;
    transition: background-color 0.3s;
}

/* 在移动端显示按钮 */
@media screen and (max-width: 991px) {
    .mobile-publish-shortcut-btn {
        display: block;
    }
}
