body {
    margin: 0 auto;
    font-family: "微软雅黑";
    background: #f5f5f5;
    color: #333333;
}

ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: "微软雅黑"
}

a {
    blr: expression(this.onFocus=this.blur());
    color: #333333;
}

a {
    text-decoration: none
}

    a:focus {
        -moz-outline-style: none;
    }

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

blockquote {
    text-align: left;
}

.wrappe {
    width: 1600px;
    margin: 0 auto;
}

.head_bg {
    background: #ffffff;
}

.head {
    width: 1600px;
    margin: 0 auto;
    height: 110px
}

.head_logo {
    width: 340px;
    float: left;
    height: 110px;
}







.mouse_item {
    display: flex;
}


.head_search {
    margin-top: 32.5px;
    padding: 10px 22px;
    width: 462px;
    float: left;
    margin-left: 245px;
    height: 43px;
    border: 1px solid #f2f2f2;
    background: #f8f8f8;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    line-height: 43px;
}



.thesis_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.thesis_popup_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.thesis_popup_con {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 60px;
    border-radius: 6px;
    min-width: 520px;
}

    .thesis_popup_con a {
        background: #3a9fad;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 18px;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 0 10px;
        text-align: center;
    }

        .thesis_popup_con a:last-child {
            margin-bottom: 0;
        }

        .thesis_popup_con a:hover {
            color: #ffffff;
        }

.thesis_popup_tit {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0;
}

.thesis_popup_con a.author_btn {
    background: #f26e22;
}




.search-input {
    width: 390px;
    border: 0;
    float: left;
    line-height: 24px;
    background: #f8f8f8;
}

    .search-input:focus {
        outline: none;
    }

.search-but {
    width: 24px;
    height: 24px;
    border: 0;
    float: right;
    vertical-align: middle;
}

    .search-but img {
        vertical-align: middle;
    }

.head_right {
    width: 350px;
    float: right;
    height: 20px;
    margin-top: 45px;
    font-size: 16px;
    line-height: 20px;
}

    .head_right img {
        float: left;
        margin-right: 12px;
    }

.head_right_login {
    float: left;
}

    .head_right_login span {
        margin: 0 12px;
    }

    .head_right_login span,
    .head_right_login a {
        color: #333;
    }

.head_right_language {
    float: right;
}

    .head_right_language span {
        margin: 0 5px;
    }

    .head_right_language span,
    .head_right_language a {
        color: #333;
    }

        .head_right_language a:hover,
        .head_right_language a.cur {
            color: #f57523
        }

.nav {
    height: 70px;
    padding: 15px 0;
    background: #62c3d0;
    width: 100%;
    font-size: 18px;
    color: #62c3d0;
}

.head_right_languagef {
    float: right;
}

    .head_right_languagef span {
        margin: 0 5px;
    }

    .head_right_languagef span,
    .head_right_languagef a {
        color: #FFFFFF;
    }

        .head_right_languagef a:hover,
        .head_right_languagef a.cur {
            color: #f57523
        }



.nav ul {
    width: 1600px;
    margin: 0 auto;
}

    .nav ul li {
        float: left;
        margin-right: 15px;
        padding: 0 24px;
        line-height: 40px;
        height: 40px;
        color: #fff;
        position: relative;
    }

        .nav ul li:hover,
        .nav ul li.hover {
            background: #4e9ca6;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            display: block;
            color: #FFFFFF;
        }

.nav img {
    margin-left: 10px;
}

.nav_first {
    width: 120px;
    float: left;
    text-align: center;
    padding: 0;
}

.nav a {
    color: #FFFFFF;
}

    .nav a:hover {
        color: #FFFFFF;
    }

/* .nav a{float: left;margin-right: 15px;padding: 0 24px;line-height: 40px;height: 40px;color: #fff;position: relative;} 
.nav_first{width: 150px;float: left;text-align: center;padding: 0;}
.nav  a:hover,.nav  a.hover{background: #c2581b;border-radius:20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;display: block;color: #FFFFFF;}
.nav img{margin-left: 10px;}
 */

.nav ul li ul {
    display: none;
    position: absolute;
    z-index: 100;
    background: #3a9fad;
    width: 250px;
    top: 40px;
    /*	border-top: 15px solid #62c3d0;*/
    left: -20px;
    font-size: 14px;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul li ul li {
    height: 50px;
    line-height: 50px;
    width: 250px;
}

/* style the background and foreground color of the submenu links */
.nav ul li:hover ul li:hover {
    background: #62c3d0;
    border-radius: 0;
    display: block;
}


.nav_right {
    float: right;
    width: 180px;
    height: 38px;
    border: 1px solid #FFFFFF;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
}

    .nav_right span {
        margin: 0 10px;
    }

    .nav_right img {
        margin: 0;
        margin-top: -1px;
    }

    .nav_right a {
        padding: 0;
        text-align: center;
        width: 180px
    }

        .nav_right a:hover {
            background: none;
        }

.baner {
    background: #111111;
    height: 450px;
}

.baner_left {
    background: #111111;
    width: 600px;
    float: left;
    height: 450px;
    padding: 58px;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
}

.baner_tit {
    /* height: 100px; */
    line-height: 45px;
    font-size: 30px;
    line-height: 42px;
}

.baner_bottom {
    position: absolute;
    bottom: 58px;
    left: 58px;
}

    .baner_bottom a {
        width: 24px;
        height: 4px;
        margin-right: 6px;
        float: left;
        background: #595959;
    }

        .baner_bottom a:hover,
        .baner_bottom a.hover {
            background: #FFFFFF;
        }

.baner_right {
    width: 1000px;
    float: left;
}

.hot_tit {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

    .hot_tit img {
        margin-left: 30px;
    }

.hot_left {
    width: 300px;
    float: left;
    margin-right: 30px;
    height: 480px;
    position: relative;
}

    .hot_left img {
        width: 300px;
        height: 390px;
        ;
        margin-bottom: 10px
    }

.hot_left_but {
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
}

.hot_left_bg1 {
    border: 1px solid #62c3d0;
    float: left;
    color: #62c3d0;
}

.hot_left_bg2 {
    border: 1px solid #62c3d0;
    float: right;
    color: #FFFFFF;
    background: #62c3d0;
}

.hot_left_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #333333;
}

.hot_right {
    width: 1270px;
    float: left;
    background: #FFFFFF;
    height: 480px;
    padding: 30px 15px;
}

.hot_right_con {
    width: 280px;
    float: left;
    margin: 0 15px;
    position: relative;
    height: 480px;
    cursor: pointer;
}

    .hot_right_con img {
        width: 280px;
        height: 200px;
    }

.hot_right_con_tit {
    height: 90px;
    padding: 25px 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}

.hot_right_con_txt {
    font-size: 14px;
    line-height: 24px;
}

.hot_link {
    position: absolute;
    bottom: 60px;
    left: 0;
    font-size: 14px;
}

    .hot_link a {
        color: #62c3d0;
    }

.subject_con {
    height: 480px;
    background: #FFFFFF;
    float: left;
    padding: 30px;
}

.subject_con_list {
    height: 480px;
    background: #FFFFFF;
    float: left;
    padding: 10px 30px;
}

.subject_450 {
    width: 450px;
    float: left
}

.subject_450_con {
    height: 200px;
    margin-bottom: 20px;
}

    .subject_450_con img {
        width: 152px;
        height: 200px;
        margin-right: 28px;
        float: left;
    }

.subject_450_con_txt {
    float: left;
    width: 210px;
    border-bottom: 1px solid #f9f9f9;
    line-height: 24px;
    color: #666666;
    height: 200px;
}

    .subject_450_con_txt h2 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

.subject_550 {
    width: 550px;
    margin: 0 30px;
    float: left
}

.subject_540 {
    width: 540px;
    float: left
}

.subject_box {
    height: 70px;
    border-bottom: 1px solid #f9f9f9;
    width: 100%;
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .subject_box h2 {
        font-size: 16px;
        line-height: 32px;
        color: #333333;
    }

.activity_con {
    height: 370px;
    background: #FFFFFF;
    float: left;
}

.activity_left {
    width: 1030px;
    float: left;
    margin-right: 30px
}

.act_l {
    padding: 35px
}

.activity_left_con {
    width: 100%;
    margin-bottom: 30px;
}

    .activity_left_con img {
        width: 210px;
        height: 140px;
        float: left;
        margin-right: 30px;
    }

.activity_left_txt {
    height: 140px;
    border-bottom: 1px solid #f9f9f9;
    line-height: 24px;
    font-size: 14px;
}

.activity_left_summary a {
    color: #666
}

.activity_left_txt h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.activity_left_txt h3 {
    font-size: 14px;
    color: #999999;
}

.activity_right {
    width: 540px;
    float: left;
    font-size: 16px;
}

.act_r {
    padding: 30px 20px;
}

.activity_right_con {
    margin: 0 20px;
    width: 210px;
    float: left;
    text-align: center;
}

    .activity_right_con img {
        width: 210px;
        height: 275px;
        margin-bottom: 20px;
    }


.footer {
    background: #62c3d0;
    margin-top: 60px;
    color: #FFFFFF;
}

.footer_con {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    padding-bottom: 20px
}

.footer_con_txt {
    width: 320px;
    float: left;
    font-size: 12px;
    line-height: 24px;
}

.footer_con ul:after {
    content: "";
    clear: both;
    display: block
}

.footer_con_txt a {
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.footer_con ul li {
    width: 400px;
    float: left;
    font-size: 14px;
    line-height: 32px;
}

    .footer_con ul li a {
        color: #FFFFFF;
        white-space: nowrap;
    }

.footer_tit {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.copyright {
    height: 70px;
    border-top: 1px solid #f37831;
    line-height: 70px;
}

    .copyright span {
        margin-left: 40px;
    }

    .copyright img {
        margin-right: 20px;
    }

.login_bg {
    width: 900px;
    height: 720px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 130px;
}

.login_bg_con {
    width: 560px;
    margin-left: 170px;
}

.login_bg_tit {
    height: 170px;
    line-height: 170px;
    color: #333333;
    font-size: 30px;
    text-align: center;
}

.login_box_con {
    width: 560px;
    height: 60px;
    margin-bottom: 20px;
    line-height: 60px;
    font-size: 16px;
}

.login_box {
    border: 1px solid #f4f4f4;
    width: 558px;
    height: 58px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
}

.login_box_input {
    width: 500px;
    float: left;
    border: 0;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

.login_box_con span {
    margin-left: 10px;
}

.login_box_yzm {
    border: 1px solid #f4f4f4;
    width: 398px;
    height: 58px;
    padding: 0 15px;
    position: relative;
    float: left;
}

.login_box_yzm_input {
    width: 360px;
    float: left;
    border: 0;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

    .login_box_input:focus,
    .login_box_yzm_input:focus {
        outline: none;
    }

.login_box_icon,
.login_box_icon_2 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

/* .login_box_icon img{width: 30px;height: 30px;} */
.login_box_icon_bg {
    background: url(../images/icon/yc.png) no-repeat center;
}

.login_box_icon_bg_hover {
    background: url(../images/icon/xs.png) no-repeat center;
}

.login_but {
    width: 560px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #62c3d0;
    font-size: 18px;
    color: #FFFFFF;
}

.login_but_get {
    width: 140px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #3a9fad;
    font-size: 16px;
    color: #FFFFFF;
}

.log_forget {
    color: #3a9fad;
}

.login_next {
    margin-top: 60px;
    width: 560px;
    text-align: center;
    font-size: 18px;
}

.login_footer {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
}


.about_editor_left {
    width: 1120px;
    float: left;
    margin-right: 30px;
}

.about_editor_tit {
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 0 30px;
    line-height: 56px;
    font-size: 18px;
}

    .about_editor_tit a {
        float: left;
        margin-right: 45px;
        color: #333333;
        border-bottom: 4px solid #FFFFFF;
    }

        .about_editor_tit a:hover,
        .about_editor_tit a.hover {
            color: #62c3d0;
            font-weight: bold;
            border-bottom: 4px solid #62c3d0;
        }

.about_editor_left_about {
    width: 1120px;
    background: #FFFFFF;
    padding: 15px 30px;
    min-height: 600px;
    height: auto;
    overflow: hidden;
    float: left;
}

.about_editor_left_about_con {
    min-height: 470px;
    margin: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.about_editor_left_about_con_img {
    width: 150px;
    float: left;
    margin-right: 60px;
}

.about_editor_left_about_con_txt {
    width: 850px;
    float: left;
    font-size: 14px;
    color: #444444;
    line-height: 28px;
}

    .about_editor_left_about_con_txt h2 {
        height: 30px;
        vertical-align: top;
        font-size: 24px;
        color: #62c3d0;
    }

    .about_editor_left_about_con_txt h3 {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #333333;
    }

.about_editor_left_about_publishers,
.about_editorial,
.news_list {
    width: 1060px;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}

    .about_editor_left_about_publishers h2 {
        font-size: 24px;
        color: #62c3d0;
        margin-bottom: 20px;
    }

.about_editor_left_about_publishers_bd {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.about_editorial h2 {
    height: 60px;
    line-height: 60px;
    color: #62c3d0;
    font-size: 20px;
    font-weight: bold;
}

.about_editorial_con {
    width: 265px;
    float: left;
    float: left;
    line-height: 24px;
    margin-bottom: 20px;
}

    .about_editorial_con img {
        width: 120px;
        height: 160px;
    }

    .about_editorial_con h3 {
        padding-top: 5px;
        font-weight: bold;
        color: #3a9fad;
    }

.news_list_con {
    width: 1060px;
    border-bottom: 1px solid #eeeeee;
    height: 180px;
    margin-bottom: 20px;
}

.news_list_img {
    width: 240px;
    height: 160px;
    margin-right: 30px;
    float: left;
}

.news_list_txt {
    width: 790px;
    float: left;
    line-height: 24px;
    color:;
    position: relative;
    height: 160px;
}

.news_list_summary a {
    color: #666
}

.news_list_txt h2 {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.news_list_txt h3 {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}

.news_list_txt_author {
    position: absolute;
    bottom: 10px;
}


.news_tit {
    width: 1060px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}

    .news_tit h2 {
        line-height: 60px;
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

.news_back {
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #3a9fad;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.about_editor_right {
    width: 450px;
    float: left
}

.about_editor_right_top {
    width: 450px;
    height: 220px;
    background: #FFFFFF;
    padding: 10px;
}

.about_editor_right_con {
    width: 195px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    margin: 10px;
    font-size: 18px;
    color: #FFFFFF;
    background: #62c3d0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .about_editor_right_con img {
        margin-right: 14px;
    }

.about_editor_right_txt {
    width: 450px;
    background: #FFFFFF;
    padding: 0 20px;
    overflow: hidden;
}

.about_editor_right_tit {
    height: 60px;
    line-height: 58px;
    width: 410px;
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
}

    .about_editor_right_tit span {
        border-bottom: 3px solid #62c3d0;
        display: inline-block
    }

.about_editor_right_other {
    width: 410px;
    height: 255px;
    padding: 20px 0;
}

.about_editor_right_other_img {
    width: 140px;
    float: left;
    margin-right: 60px;
}

.about_editor_right_other_txt {
    width: 210px;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 180px;
    position: relative;
}

    .about_editor_right_other_txt h2 {
        font-size: 18px;
        color: #62c3d0;
        font-weight: bold;
        height: 34px;
        vertical-align: top;
    }

.about_editor_right_other_but {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 30px;
    background: #3a9fad;
    color: #FFFFFF;
    ;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
    line-height: 30px;
}

.am-slider-default {
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0px rgba(0, 0, 0, .15);
}

.am-nav-prev {
    display: none;
}

.am-nav-next {
    display: none;
}

.am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: -25px;
    text-align: center;
}

    .am-slider-default .am-control-nav li a.am-active {
        background-color: #000;
        background-color: #62c3d0;
        cursor: default;
    }

.about_nbd {
    border: 0;
}

.about_editor_ewm {
    padding: 15px 30px;
}

    .about_editor_ewm img {
        margin-right: 20px;
    }

/*float: left;*/
.about_editor_ewm_con {
    padding-top: 50px;
    line-height: 40px;
}

/*float: left;*/

.content {
    width: 1600px;
    height: 800px;
    background: #FFFFFF;
    padding: 0 60px;
}

    .content h2 {
        line-height: 115px;
        font-size: 30px;
        font-weight: bold;
        color: #62c3d0;
    }

.content_left {
    width: 480px;
    float: left;
    /*background: #3a9fad;*/
    height: 600px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
}


.content_left_txt {
    padding: 0 60px;
    color:black;
}

.content_left h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 120px;
}

.content_footer {
    width: 480px;
    text-align: center;
    margin-top: 40px;
}

    .content_footer h4 {
        line-height: 60px;
        font-size: 16px;
    }

.content_right {
    width: 1000px;
    float: left;
    /*height: 600px;*/
}

.swiper {
    width: 870px;
    height: 580px;
    margin: 0 auto;
    overflow: hidden;
}


.swiper-container {
    width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: #62c3d0;
    }


.swiper-slide {
    width: 420px;
    padding: 20px;
    height: 576px;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
}

    .swiper-slide:hover {
        border: 4px solid #f36e22
    }

    .swiper-slide img {
        display: block;
        width: 380px;
        height: 490px;
        object-fit: cover;
    }

    .swiper-slide p {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
    }

        .swiper-slide p img {
            width: 28px;
            height: 22px;
            float: right;
            display: none;
        }

    .swiper-slide:hover p img {
        display: block;
    }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 1px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none
}

.first_tit {
    height: 120px;
    width: 1600px;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.journal {
    width: 1120px;
    background: #FFFFFF;
    padding: 15px 30px;
    height: auto;
    overflow: hidden;
    float: left;
}

.journal_img {
    width: 155px;
    float: left;
    margin-right: 50px;
}

.journal_left {
    width: 500px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

    .journal_left h2 {
        line-height: 60px;
        font-size: 24px;
        color: #62c3d0;
    }

.journal_right {
    width: 140px;
    float: right
}

.journal_right_but {
    border-radius: 5px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eeeeee;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
}

    .journal_right_but a {
        color: #333333;
    }

.journal_tit {
    width: 1060px;
    height: 50px;
    border-bottom: 2px solid #62c3d0;
    color: #62c3d0;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px
}

.journal_txt {
    border-bottom: 1px solid #eeeeee;
    width: 1060px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
}

    .journal_txt h2 {
        line-height: 30px;
        font-size: 20px;
        padding-top: 16px;
        padding-bottom: 20px;
    }

.journal_txt_middle {
    color: #666666;
}

.journal_txt_icon {
    width: 1060px;
    padding-top: 10px;
    display: inline-block;
}

    .journal_txt_icon a {
        display: inline-block;
        border: 1px solid #3a9fad;
        color: #3a9fad;
        padding: 0 12px;
        line-height: 23px;
        margin-right: 10px;
        float: left;
        margin-bottom: 10px
    }

        .journal_txt_icon a.hover {
            background: #3a9fad;
            color: #FFFFFF;
        }

.journal_txt_icon_key {
    max-width: 650px;
    overflow: hidden;
}

    .journal_txt_icon_key a:hover {
        background: #3a9fad;
        color: #FFFFFF;
    }

.journal_txt_icon_right {
    float: right;
    text-align: right;
    line-height: 25px
}

    .journal_txt_icon_right img {
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -1px;
    }

    .journal_txt_icon_right a {
        color: #333333;
        border: 0;
        padding: 0;
        margin-left: 30px;
    }

.journal_txt_bottom {
    width: 1060px;
    padding-top: 10px;
    height: auto;
}

.journal_more {
    width: 360px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    border: 1px solid #62c3d0;
    color: #62c3d0;
    font-size: 16px;
}

.glance_top {
    width: 1060px;
    background: url(../images/t1.jpg) repeat-x;
    height: 70px;
}

.glance_top_con {
    width: 900px;
    float: left;
}

    .glance_top_con ul li {
        cursor: pointer;
        float: left;
        width: 100px;
        background: url(../images/t0.jpg) center no-repeat;
        height: 70px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #666666;
    }

        .glance_top_con ul li:hover,
        .glance_top_con ul li.hover {
            background: url(../images/t.jpg) center no-repeat;
            font-weight: bold;
            color: #62c3d0;
        }

.glance_top_left {
    cursor: pointer;
    width: 40px;
    float: left;
    text-align: left;
    background: url(../images/prev.jpg) no-repeat;
    margin-right: 40px;
    height: 40px;
}

    .glance_top_left:hover,
    .glance_top_left.hover {
        background: url(../images/prevh.jpg)
    }

.glance_top_right {
    cursor: pointer;
    width: 40px;
    float: right;
    text-align: right;
    background: url(../images/next.jpg) no-repeat;
    margin-left: 40px;
    height: 40px;
}

    .glance_top_right:hover,
    .glance_top_right.hover {
        background: url(../images/nexth.jpg)
    }

.glance_list {
    width: 1120px;
    background: #FFFFFF;
    padding: 15px 30px;
    height: auto;
    overflow: hidden;
    float: left;
}

.glance_list_txt {
    width: 235px;
    margin: 0 15px;
    margin-bottom: 20px;
    float: left;
}

    .glance_list_txt h2 {
        line-height: 50px;
        font-size: 16px;
    }

.glance_year {
    width: 1120px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

    .glance_year a {
        float: left;
        width: 85px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        color: #666666;
    }

        .glance_year a:hover,
        .glance_year a.hover {
            color: #62c3d0;
            font-weight: bold;
        }

.journal_first {
    padding: 0 30px;
    width: 1120px;
    background: #FFFFFF;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}



.articles_tips {
    background: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #333333;
}

    .articles_tips a {
        color: #333333;
    }

    .articles_tips span {
        color: #999999;
    }

.articles_left {
    background: #ffffff;
    width: 1120px;
    float: left;
    margin-right: 30px;
    padding: 30px;
    min-height: 1210px;
    height: auto;
    overflow: hidden;
}

.articles_top {
    border-bottom: 1px;
    width: 1060px;
    float: left;
    line-height: 65px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #dedede
}

    .articles_top h2 {
        line-height: 50px;
        font-size: 32px;
    }

    .articles_top span {
        margin-left: 40px;
    }

.articles_left dl {
    width: 1060px;
    float: left;
    line-height: 50px;
}

    .articles_left dl dt {
        width: 90px;
        float: left;
        text-align: left;
        font-size: 16px;
        color: #666666;
        line-height: 50px;
        font-weight: normal;
    }

    .articles_left dl dd {
        width: 970px;
        float: left;
        text-align: left;
        color: #3a9fad;
        font-size: 16px;
        line-height: 50px;
        margin: 0;
    }

.articles_box {
    position: relative;
    height: 50px;
    float: left;
    font-size: 16px;
    margin-right: 5px;
    display: flex
}

    .articles_box span {
        margin-left: 0;
    }

        .articles_box span:last-child {
            margin-right: 15px;
        }

.articles_em {
    font-size: 12px;
    color: #9a9a9a;
    top: -5px;
    right: 5px;
    line-height: 35px
}

.articles_mar20 {
    margin-left: 20px;
}

.articles_left dl dd span {
    float: left;
}

.dl-Com dd {
    font-size: 14px !important
}

.articles_nav {
    width: 1060px;
    float: left;
}

    .articles_nav ul li {
        width: 118px;
        height: 38px;
        border: 1px solid #bdbdbd;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        float: left;
        margin-right: 20px;
        position: relative
    }

        .articles_nav ul li img {
            width: 16px;
            height: 16px;
            margin-right: 8px;
            vertical-align: middle;
            margin-top: -2px;
            display: inline-block;
        }

        .articles_nav ul li a {
            color: #333333;
        }

        .articles_nav ul li:hover,
        .articles_nav ul li.hover {
            border: 1px solid #eeeeee;
            background: #eeeeee;
        }

.articles_img {
    width: 130px;
    height: 180px;
    margin-left: -5px;
    margin-top: -300px;
}

.articles_tit {
    width: 1060px;
    height: 60px;
    background: #FFFFFF;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid #DEDEDE;
}

.am-nav-tabs > li {
    float: left;
    margin-bottom: -0px;
    ;
    border-bottom: 0px solid #ddd;
}

    .am-nav-tabs > li > a {
        line-height: 56px;
        font-size: 18px;
        border: 1px solid transparent;
        border-radius: 0;
        border-bottom: 3px solid #ffffff;
        border-radius: 0;
        margin-right: 45px;
        color: #333333;
        padding: 0;
    }

        .am-nav-tabs > li > a:hover {
            color: #62c3d0;
            border-radius: 0;
            background-color: #fff;
            border: 1px solid transparent;
            border-bottom: 3px solid #62c3d0;
        }

    .am-nav-tabs > li.am-active > a,
    .am-nav-tabs > li.am-active > a:focus,
    .am-nav-tabs > li.am-active > a:hover {
        color: #62c3d0;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid transparent;
        border-bottom: 3px solid #62c3d0;
    }

.am-tabs-bd {
    border: 0;
}

.articles_con {
    line-height: 26px;
    font-size: 16px;
    color: #333333
}

.am-tabs-bd .am-tab-panel {
    padding: 0;
}

.articles_imglist {
    border: 1px solid #dedede;
    padding: 20px 0;
    width: 1060px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

    .articles_imglist img {
        float: left;
        margin: 0 20px;
    }

.articles_list {
    background: url(../images/articles/line.jpg) bottom repeat-x;
    padding: 20px 0;
    width: 1060px;
    font-size: 16px;
    color: #333333;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    opacity: .5;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.mask_show {
    color: #333333;
    width: 480px;
    height: 380px;
    position: fixed;
    top: 180px;
    left: 50%;
    z-index: 9999;
    margin-left: -240px;
    background: #FFFFFF;
    padding: 0 30px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}

.mask_tit {
    height: 70px;
    border-bottom: 1px solid #dedede;
    font-size: 24px;
    color: #333333;
    float: left;
    line-height: 70px;
    width: 100%;
    text-align: left;
}

.mask_show h2 {
    line-height: 50px;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: left;
    width: 100%;
}

.mask_show p {
    padding: 0 20px 0 30px;
    text-align: left;
}



/*新增*/

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 58px;
    left: 0px;
    width: 600px;
    z-index: 99999;
}

.swiper_addd {
    width: 1600px;
    height: 450px;
    background: #000000;
    padding: 0;
}

    .swiper_addd img {
        width: 1000px;
        height: 450px;
        float: right
    }

    .swiper_addd p {
        width: 600px;
        float: left;
        height: 450px;
        padding: 58px;
        font-size: 16px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .swiper_addd h2 {
        height: 100px;
        line-height: 45px;
        font-size: 30px;
        line-height: 42px;
    }


.baner_bottom {
    position: absolute;
    bottom: 58px;
    left: 58px;
}

.swiper-slide.baner_left {
    width: 600px;
    float: left;
    height: 450px;
    padding: 58px;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
}

.swiper-slide.baner_tit {
    /* height: 100px; */
    line-height: 45px;
    font-size: 30px;
    line-height: 42px;
}

.swiper-slide.baner_bottom {
    position: absolute;
    bottom: 58px;
    left: 58px;
}

    .swiper-slide.baner_bottom a {
        width: 24px;
        height: 4px;
        margin-right: 6px;
        float: left;
        background: #595959;
    }

        .swiper-slide.baner_bottom a:hover,
        .baner_bottom a.hover {
            background: #FFFFFF;
        }

.swiper-slide.baner_right {
    width: 1000px;
    float: left;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #595959);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    display: inline-block;
    width: 24px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFFFFF
}


.am-slider-default .am-control-nav {
    width: 600px;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

    .am-slider-default .am-control-nav li a {
        width: 24px;
        height: 4px;
        display: block;
        background-color: #595959;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
        box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
    }

        .am-slider-default .am-control-nav li a:hover,
        .am-slider-default .am-control-nav li a.am-active {
            background-color: #000;
            background-color: #ffffff;
            cursor: default;
        }


.about_editor_right_txt.am-sticky {
    position: static !important;
}

@media screen and (max-width: 767px) {

    /* .mobile_css div {
		display: none;
	}

	.mobile_css .paper_fav,
	.mobile_css .paper_ref {
		display: none;
	}

	.mobile_css .am-modal {
		display: block;
	}

	.mobile_css .am-modal div {
		display: block;
	}

	.mobile_css div.wrappe,
	.mobile_css div.articles_left,
	.mobile_css div.articles_left div {
		display: block;
	}

	.mobile_css .head_bg {
		display: block;
		height: 45px;
	}

	.mobile_css .head {
		display: block;
		height: 45px;
		padding: 0 15px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 999;
	}

	.mobile_css .head .head_logo {
		display: block;
		height: 45px;
		width: auto;
	}

	.mobile_css .head .head_logo a {
		display: block;
	}

	.mobile_css .head .head_logo img {
		height: 45px;
		width: auto;
	}

	.mobile_css .wrappe {
		width: 100%;
	}

	.mobile_css .articles_left {
		width: 100%;
		float: inherit;
		padding: 0 15px 15px;
	}

	.mobile_css .articles_box {
		font-size: 14px;
		height: auto;
	}

	.mobile_css .articles_left dl {
		width: 100%;
	}

	.mobile_css .articles_top {
		width: 100%;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.articles_left dl dd {
		line-height: 30px;
		width: 100%;
		font-size: 14px;
	}

	.mobile_css .articles_top h2 {
		font-size: 24px;
	}

	.mobile_css .articles_con {
		line-height: 25px;
		font-size: 14px;
	}

	.mobile_css .am-nav-tabs>li>a {
		font-size: 15px;
		line-height: 40px;
		margin-right: 15px;
	}

	.mobile_css .articles_left dl dd span {
		margin-right: 15px;
	}

	.mobile_css .articles_left dl dt {
		width: 100%;
		line-height: 30px;
		font-size: 14px;
	}

	.mobile_css .articles_nav {
		width: 100%;
	}

	.mobile_css .articles_nav ul li {
		width: 90px;
		height: 30px;
		line-height: 30px;
		margin-right: 15px;

	}

	.mobile_css .hot_left_but {
		height: 36px;
		font-size: 15px;
		line-height: 36px;
	}

	.mobile_css .articles_list {
		width: 100%;
		font-size: 14px;
		padding: 10px 0;
	} */
}






.copyright a {
    color: #fff
}

.baner_left {
    background: #000
}

.mouse {
    cursor: pointer;
}

.hide {
    display: none
}

a:hover {
    color: #62c3d0
}



.mobile_copyright,
.search_mobile_btn,
.mobile_menu,
.back_btn,
.mobile_nav .about_editor_tit {
    display: none;
}

.articles_catalogue,
.articles_catalogue_blank {
    display: none;
}

.articles_left_dl_dt {
    width: unset !important;
}

.articles_left_dl_dd {
    width: 10rem !important;
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }

    .blank20,
    .blank40,
    .blank30,
    .blank10 {
        height: 0 !important;
    }

    .head_nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    .head {
        height: 50px;
        padding: 0 15px;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head_right {
        width: 100%;
        position: absolute;
        top: calc(100vh - 85px);
        margin-top: 0;
        height: auto;
        left: 0;
        display: none;
        transition: all .5s;
    }

        .wrappe::after,
        .head_right::after {
            content: '';
            clear: both;
            display: block;
        }

    .head_logo {
        height: 50px;
        width: auto;
    }

        .head_logo img {
            height: 50px;
            width: auto;
        }

    .head_search {
        position: absolute;
        left: 0;
        top: 100%;
        background: #eeeeee;
        margin: 0;
        height: 85px;
        padding: 0 15px;
        border-radius: 0;
        z-index: 999;
        width: 100%;
        display: none;
    }

    .thesis_popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .thesis_popup_mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }


    .thesis_popup_con {
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 30px;
        border-radius: 3px;
        width: 260px;
    }

        .thesis_popup_con a {
            background: #3a9fad;
            height: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            font-size: 12px;
            border-radius: 3px;
        }

    .thesis_popup_tit {
        color: #ffffff;
        font-size: 14px;
    }

    .thesis_popup_con a.author_btn {
        background: #f26e22;
        margin-bottom: 10px;
    }


    .search_mobile {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 3px;
        padding-left: 14px;
        margin-top: 20px;
    }

        .search_mobile input {
            background: #fff;
            font-size: 13px;
        }

        .search_mobile > img {
            display: none;
        }

    .search_mobile_btn {
        width: 60px;
        height: 45px;
        background: url('../img/search2.png') no-repeat center center #3a9fad;
        background-size: 20px 20px;
        display: block;
        border-radius: 3px;
    }

    .search-input {
        width: calc(100% - 60px);
    }

    .wrappe {
        width: 100%;
    }

    .baner {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .mouse_item {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .baner_left {
        width: 100%;
        padding: 20px 25px 42px;
        height: auto;
        background-color: #f26e22;
    }

    .baner_bottom {
        bottom: 20px;
        left: 50%;
        transform: trabanernslateX(-50%);
    }

    .baner_left span {
        display: none !important;
    }

    .baner_tit {
        font-size: 18px;
        line-height: 30px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* height: 60px; */
    }

    .baner_right {
        width: 100%;
    }

        .baner_right img {
            width: 100%;
        }



    .activity_left {
        width: 100%;
    }

    .activity_con {
        padding: 5px 15px;
        height: auto;
    }

    .activity_left .activity_left_con:last-child {
        border-bottom: 0;
    }

    .activity_left_con {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 0;
    }

        .activity_left_con > a {
            width: calc(50% - 8px);
            margin-right: 16px;
        }

        .activity_left_con img {
            width: 100%;
            height: auto;
            margin-right: 0;
        }

    .activity_left_txt {
        height: auto;
        border-bottom: 0;
        padding: 2px 0;
        width: 50%;
    }

        .activity_left_txt h2 {
            color: #222222;
            font-size: 14px;
            font-weight: 400;
            line-height: 23px;
        }

        .activity_left_txt h3 {
            line-height: 33px;
            font-size: 12px;
        }

    .activity_left_summary {
        display: none !important;
    }

    .activity_right {
        width: 100%;
    }

    .subject_550 {
        width: 100%;
        margin: 0;
    }

    .subject_540 {
        width: 100%;
    }

    .subject_450 {
        width: 100%;
    }


    .mobile_menu {
        display: flex;
    }

    .menu_seach {
        object-fit: 50px;
        display: flex;
        align-items: center;
        width: 50px;
        justify-content: center;
        margin-right: 20px;
    }

    .menu_more {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .menu_seach img {
        width: 20px;
        height: 20px;
    }

    .menu_more img {
        width: auto;
        height: 20px;
        display: none;
    }

        .menu_more img:last-child {
            display: block;
        }

    .menu_more.more_open img:last-child {
        display: none;
    }

    .menu_more.more_open img:first-child {
        display: block;
    }

    .nav {
        height: calc(100vh - 50px);
        overflow: hidden;
        transition: all .5s;
        height: 0;
        padding: 0;
        background: #fff;
    }

        .nav.open {
            height: 100vh !important;
        }

        .nav > v-serv > ul {
            width: 100%;
            padding: 0 30px;
            display: flex;
            flex-direction: column;
            height: calc(100vh - 170px);
            overflow-y: auto;
        }

    .nav_first {
        text-align: left;
    }

    .nav > v-serv > ul > li {
        font-size: 15px;
        color: #333333;
        height: auto;
        background: url('../img/nav_ico2.png') no-repeat right center;
        background-size: 12px auto;
        margin: 0 2px;
        padding: 0;
        border-bottom: 1px solid #eee;
    }

        .nav > v-serv > ul > li > a img {
            display: none;
        }

        .nav > v-serv > ul > li.act {
            background: url('../img/nav_ico1.png') no-repeat right 14px !important;
            background-size: 12px auto !important;
        }

    .nav a {
        color: #333333;
    }

    .nav > v-serv > ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .nav ul li ul {
        position: unset;
        border: 0;
        width: 100%;
    }

    .nav ul > li:hover {
        background: none;
        font-size: 15px;
        color: #333333;
        height: auto;
        background: url('../img/nav_ico2.png') no-repeat right center;
        background-size: 12px auto;
        margin: 0 2px;
        padding: 0;
        border-radius: 0;
    }

    .nav a:hover {
        color: #333333;
    }

    .nav ul li:hover ul {
        display: none;
    }

    .nav ul li.act > a {
        color: #62c3d0;
        font-weight: bold;
    }

    .nav ul li.act ul {
        display: block;
    }

    .nav ul li ul li {
        width: auto;
        margin: 0;
        width: 100%;
        background: #fff;
        color: #333333;
        font-size: 14px;
    }

        .nav ul li ul li::before {
            content: '-';
            color: #333333;
            font-size: 14px;
            margin-right: 5px;
        }

    .nav ul li:hover ul li:hover {
        background: #fff;
        color: #333333;
        font-weight: 400;
        padding: 0 24px;
        font-size: 14px;
    }

    .head_right_login {
        display: flex;
        background: #3a9fad;
        font-size: 15px;
        width: 140px;
        height: 40px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }

        .head_right_language img,
        .head_right_login img {
            display: none;
        }

        .head_right_language span,
        .head_right_login span {
            display: none;
        }


        .head_right_login a {
            color: #ffffff;
        }

            .head_right_login a:last-child::before {
                content: '/';
                margin: 0 5px;
            }

    .head_right_language {
        background: #62c3d0;
        font-size: 15px;
        width: 140px;
        height: 40px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
    }

        .head_right_language a {
            display: block;
            color: #fff;
        }

            .head_right_language a:hover {
                color: #fff !important;
            }

            .head_right_language a.cur {
                color: #fff;
                display: none;
            }

    .hot_tit {
        color: #222222;
        font-size: 18px;
        height: 53px;
        display: flex;
        align-items: center;
        padding: 13px 15px 0;
    }

    .hot_left {
        background: #fff;
        width: 100%;
        padding: 15px 15px 15px calc(50% + 22px);
        display: flex;
        flex-direction: column-reverse;
        height: calc((50vw - 15px) * 13 / 10 + 30px);
        position: relative;
        justify-content: space-between;
    }

        .hot_left::after {
            content: '';
            width: calc(100% - 30px);
            height: 1px;
            position: absolute;
            left: 15px;
            bottom: 0;
            background: #eeeeee;
        }

        .hot_left img {
            position: absolute;
            top: 15px;
            left: 15px;
            width: calc(50% - 15px);
            height: auto;
        }

    .hot_left_bottom {
        position: unset;
        display: flex;
        flex-direction: column;
        line-height: 30px;
        padding-bottom: 5px;
        font-size: 14px;
        color: #333333;
    }

        .hot_left_bottom lan:first-child {
            color: #333333;
            font-size: 15px;
            font-weight: bold;
            line-height: 32px;
        }

    .hot_left_but {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .hot_right {
        width: 100%;
        height: auto;
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .hot_link,
    .hot_right_con_txt {
        display: none;
    }

    .hot_right_con {
        height: auto;
        width: 280px;
        margin-left: 0;
    }

    .hot_right_con_tit {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        height: auto;
        line-height: 36px;
        color: #333333;
        font-size: 14px;
    }

    .hot_tit img {
        height: 17px;
        width: auto;
        margin-left: 20px;
    }

    .subject_con {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        height: auto;
    }

    .subject_450_con {
        width: calc(50% - 8px);
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
    }

    .subject_450_con_txt {
        width: 100%;
        height: auto;
        border: 0;
        color: #666666;
        font-size: 14px;
        line-height: 23px;
    }

    .subject_450_con img {
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .subject_450_con_txt h2 {
        color: #222222;
        font-size: 15px;
        line-height: 35px;
    }

    .subject_con_list {
        padding: 5px 15px 10px;
        height: auto;
    }

    .subject_box {
        font-size: 12px;
        line-height: 21px;
        height: auto;
        padding: 6px 0 5px;
    }

        .subject_box h2 {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #222222;
            font-size: 14px;
            line-height: 23px;
        }

    .activity_right_con {
        margin: 10px 0 0;
        width: calc(50% - 8px);
        color: #222222;
        font-size: 14px;
        padding-bottom: 12px;
    }

        .activity_right_con img {
            width: 100%;
            height: auto;
            margin-bottom: 12px;
        }

    .activity_right .activity_right_con:last-child {
        float: right;
    }

    .footer {
        margin-top: 10px;
    }

    .footer_con {
        padding: 0 15px;
    }

        .footer_con ul {
            display: flex;
            flex-wrap: wrap;
        }

            .footer_con ul li {
                width: 50%;
                color: #ffffff;
                font-size: 12px;
                padding: 5px 0;
                line-height: 20px;
            }

    .copyright {
        /* display: none; */
        display: flex;
        height: auto;
    }

    .copyright_pc {
        display: none;
    }

    .mobile_copyright {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;
        padding-top: 40px;
    }

    .copyright img {
        margin-right: 0;
    }


    .wxewm img {
        width: 140px;
        height: 140px;
    }

    .mobile_copyright_txt {
        color: #ffffff;
        font-size: 12px;
        line-height: 35px;
    }

        .mobile_copyright_txt a {
            color: #ffffff;
        }

    .footer_tit {
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        line-height: 36px;
        padding: 8px 15px 0;
        height: auto;
    }

    .about_editor_left {
        width: 100%;
        position: relative;
        margin-right: 0;
    }

    .about_editor_left_about_publishers {
        width: 100%;
    }

    .about_editor_tit {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        background: #62c3d0;
        width: calc(100% - 45px);
        position: relative;
        height: 50px;
        padding-left: 15px;
    }


    .about_editor_left::after {
        content: '';
        width: 45px;
        height: 50px;
        background: url('../img/more.png') no-repeat center center #62c3d0;
        position: absolute;
        right: 0;
        top: 0;
        background-size: 16px auto;
    }

    .about_editor_tit a {
        flex-shrink: 0;
        color: #ffffff;
        font-size: 15px;
        border: 0 !important;
        margin-right: 23px;
        line-height: 50px;
        display: flex;
        align-items: center;
    }

        .about_editor_tit a:hover {
            color: #ffffff !important;
            font-weight: 400 !important;
        }

        .about_editor_tit a.hover {
            color: #ffffff !important;
            font-weight: 400 !important;
            position: relative;
        }

            .about_editor_tit a.hover::after {
                content: '';
                position: absolute;
                background: #3a9fad;
                width: 100%;
                height: 3px;
                bottom: 0;
                left: 0;
            }

    .about_editor_left_about {
        width: 100%;
        padding: 15px;
        min-height: auto;
    }

    .about_editor_right {
        width: 100%;
        margin-top: 10px;
    }

    .about_editor_right_top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
    }

        .about_editor_right_top a {
            width: calc(50% - 8px);
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .about_editor_right_con {
        margin: 8px 0;
        color: #ffffff;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .about_editor_right_con img {
            width: 20px;
            height: auto;
            margin-right: 12px;
        }

    .about_editor_right_txt {
        width: 100%;
        padding: 0 15px;
        margin-top: 10px;
    }

    .about_editor_left_about_publishers h2 {
        color: #62c3d0;
        font-size: 20px;
        margin-bottom: 7px;
        line-height: 45px;
        font-weight: bold;
    }

    .about_editor_left_about_publishers {
        color: #333333;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .about_editor_left_about_publishers_bd {
        font-size: 14px;
    }

    .about_editor_right_other {
        width: 100%;
    }

    .about_editor_right_other_img {
        width: calc(50% - 18px);
        margin-right: 18px;
    }

    .about_editor_right_other_txt {
        width: 50%;
        height: auto;
        font-size: 12px;
        color: #666666;
        line-height: 25px;
    }

    .am-slider-default .am-control-nav {
        width: 100%;
    }

    .about_editor_right_other .am-slider-default .am-control-nav {
        width: 100%;
        bottom: -24px;
    }

        .about_editor_right_other .am-slider-default .am-control-nav li {
            margin: 0 3px;
        }

            .about_editor_right_other .am-slider-default .am-control-nav li a {
                background: #cccccc;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                margin: 0;
            }

                .about_editor_right_other .am-slider-default .am-control-nav li a.am-active {
                    background: #62c3d0;
                }

    .about_editor_right_other_txt h2 {
        font-size: 14px;
        line-height: 35px;
        height: auto;
    }

    .about_editor_right_other_but {
        position: unset;
        width: 100%;
        border-radius: 0;
        height: auto;
        line-height: 40px;
        margin-top: 24px;
    }

    .about_editor_right_other {
        padding: 15px 0;
        height: auto;
    }

    .about_editor_right_tit {
        width: 100%;
        color: #222222;
        font-size: 18px;
        font-weight: bold;
        height: auto;
        line-height: 38px;
    }

    .about_editor_ewm {
        padding: 0;
    }

        .about_editor_ewm img {
            margin-top: 13px;
        }

    .ke-pagebreak {
        margin-bottom: 0;
    }

    .about_editor_ewm br {
        display: none;
    }


    .about_editor_left_about_publishers,
    .about_editorial,
    .news_list {
        width: 100%;
    }

    .about_editorial {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .about_editorial_con {
        width: calc(50% - 8px);
        margin-bottom: 15px;
        color: #333333;
        font-size: 12px;
        line-height: 18px;
    }

        .about_editorial_con img {
            width: 100%;
            height: auto;
        }

    .about_editorial h2 {
        width: 100%;
        color: #62c3d0;
        font-size: 18px;
        line-height: 20px;
        height: auto;
        margin-bottom: 15px;
    }

    .about_editorial h3 {
        color: #62c3d0;
        font-size: 14px;
        line-height: 24px;
    }

    .not_hide {
        display: none;
    }

    .about_editor_ewm span {
        display: none;
    }

    .about_editor_left_about_con_txt {
        width: 100%;
    }

    .back_btn {
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0;
    }

        .back_btn a {
            margin: 0 auto;
            color: #ffffff;
            font-size: 14px;
            background: #3a9fad;
            display: block;
            line-height: 40px;
            width: 140px;
            text-align: center;
            border-radius: 3px;
        }

    .about_editor_left_about_con_txt h2 {
        color: #62c3d0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 42px;
        height: auto;
    }

    .about_editor_left_about_con_img {
        width: 100%;
    }

        .about_editor_left_about_con_img img {
            width: 165px;
            height: auto;
            margin: 0 auto;
            display: block;
        }

    .content_left {
        height: auto !important;
    }

        .content_left .content_left_txt {
            padding: 20px 35px 0;
            line-height: 28px;
        }

    .content_footer {
        position: unset !important;
        width: 100%;
        margin-top: 20px;
    }

    .content_right {
        width: 100%;
        height: auto !important;
    }

        .content_right img {
            width: 100%;
            height: 430px;
            object-fit: cover;
        }

    .content_footer h4 {
        font-size: 14px;
        line-height: 38px;
        padding-bottom: 15px;
    }

    .content_left h3 {
        font-size: 15px;
        line-height: 43px;
    }

    .journal_first {
        width: 100%;
        color: #333333;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .journal_tit {
        width: 100%;
        font-size: 15px;
        line-height: 38px;
        height: auto;
    }

        .journal_tit:first-child {
            margin-top: -10px;
        }

    .journal_txt {
        width: 100%;
        padding: 10px 0 15px;
    }

    .journal_txt_icon {
        width: 100%;
    }

    .journal_txt h2 {
        color: #222222;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .journal_txt_middle {
        display: flex;
        flex-direction: column-reverse;
        color: #666666;
        font-size: 13px;
        line-height: 24px;
    }

    .journal_txt_icon {
        display: flex;
        flex-direction: column-reverse;
    }

    .journal_txt_icon_right {
        background: #f5f5f5;
        color: #333333;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
        align-items: center;
        margin-top: 10px;
    }

        .journal_txt_icon_right img {
            width: 15px;
            height: auto;
            margin-right: 6px;
        }

        .journal_txt_icon_right a {
            margin: 0;
        }

    .journal_txt_icon_key {
        display: flex;
        flex-wrap: wrap;
    }

        .journal_txt_icon_key a {
            color: #3a9fad;
            font-size: 13px;
            margin-right: 5px;
            margin-bottom: 5px;
            padding: 0 5px;
        }

    .journal_more {
        width: 100%;
        line-height: 40px;
        height: auto;
        font-size: 14px;
    }

    .login_bg_con {
        width: 100%;
        margin: 0;
        padding: 15px 20px 26px;
        font-size: 14px;
    }

    .login_bg {
        width: 100%;
        margin-top: 0;
        height: auto;
    }

    .login_box {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }

    .login_box_input {
        width: 100%;
        font-size: 13px;
        height: 43px;
    }

    .login_box_con {
        width: 100%;
        height: auto;
        line-height: normal;
        display: flex;
        justify-content: space-between;
    }

    .login_box_yzm_input {
        width: 100%;
        height: 43px;
        font-size: 13px;
    }

    .login_box_yzm {
        width: calc(100% - 115px);
        height: 45px;
    }

    .login_but {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .login_footer {
        display: none;
    }

    .login_tab {
        padding: 0 0 20px !important;
        line-height: 55px !important;
    }

    .login_tab_item {
        color: #999999;
        font-size: 20px;
    }

    .login_box_con .am-fr {
        width: 105px;
        display: flex;
    }

        .login_box_con .am-fr img {
            width: 105px !important;
            height: auto !important;
        }

    .login_box_icon {
        display: none;
    }

    .login_bg_con .login_war {
        font-size: 14px;
        margin-top: 20px;
    }

    .login_next {
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        margin-top: 20px;
    }

    .login_bg_tit {
        height: auto;
        line-height: 50px;
        color: #222222;
        font-size: 20px;
        font-weight: bold;
    }

    .log_forget {
        color: #3a9fad;
        font-size: 14px;
        line-height: 30px;
    }

    .login_tab_item.act a {
        color: #222222;
        font-size: 20px !important;
        font-weight: bold;
    }

        .login_tab_item.act a p {
            font-weight: bold;
        }

    .login_tab_item img {
        width: 100% !important;
        bottom: -7px !important;
    }

    .login_but_get {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .news_list_summary {
        display: none !important;
    }

    .news_list_con {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
        height: auto;
        display: flex;
    }

        .news_list_con > a {
            width: 50%;
            padding-right: 8px;
        }

    .news_list_img {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

        .news_list_img img {
            width: 100%;
            height: auto;
        }

    .news_list_txt {
        width: 50%;
        padding-left: 8px;
        height: auto;
    }

        .news_list_txt h2 {
            color: #222222;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
        }

        .news_list_txt h3 {
            color: #999999;
            font-size: 12px;
        }

    .news_list_txt_author {
        display: none;
    }

    .news_back {
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 14px;
        margin-top: 20px;
    }

    .mobile_nav::after {
        display: none;
    }

    .mobile_nav .about_editor_tit {
        display: block;
        width: 100%;
        overflow: unset;
        height: 50px;
    }

    .mobile_time_select,
    .mobile_year_select {
        position: absolute;
        right: 15px;
        top: 0;
        color: #ffffff;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

        .mobile_time_select img,
        .mobile_year_select img {
            width: auto;
            height: 7px;
            margin-left: 12px;
        }

            .mobile_time_select img.mobile_time_ico,
            .mobile_year_select img.mobile_year_ico {
                width: 18px;
                height: 18px;
                margin-right: 12px;
            }

    .journal {
        width: 100%;
        padding: 15px 15px 20px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

    .journal_left {
        width: calc(50% - 15px);
        position: absolute;
        right: 15px;
        top: 15px;
        color: #333333;
        font-size: 12px;
        line-height: 25px;
    }

        .journal_left h2 {
            color: #62c3d0;
            font-size: 18px;
            font-weight: bold;
            display: flex;
            flex-wrap: wrap;
            line-height: 25px;
            margin-bottom: 15px;
        }

            .journal_left h2 lan {
                padding-right: 6px;
            }

                .journal_left h2 lan:first-child {
                    width: 100%;
                }

    .journal_right {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .journal_right_but {
        width: calc(100% / 3 - 10px);
        line-height: 35px;
        height: 35px;
    }

    .journal_img {
        width: 100%;
        margin-right: 0;
    }

        .journal_img img {
            width: calc(50% - 18px) !important;
            height: auto;
        }

    .notjournal {
        display: none;
    }

    .glance_year,
    .glance_top {
        display: none;
        /* position: absolute;
		left: 0;
		top: 0; */
    }


    .mobile_time_list {
        position: absolute;
        left: 0;
        top: 50px;
        background: #fff;
        width: 100%;
        height: calc(100vh - 100px);
        overflow: auto;
        display: none;
        z-index: 998;
    }

        .mobile_time_list ul {
            display: flex;
            flex-direction: column;
            padding: 6px 15px 15px;
        }

            .mobile_time_list ul li {
                display: flex;
                flex-direction: column;
            }

    .mobile_time_num {
        flex-direction: column;
        padding: 5px 15px 0;
        display: none;
    }

    .mobile_time_list ul li.act .mobile_time_num {
        display: flex;
    }

    .mobile_time_num a {
        color: #333333;
        line-height: 35px;
        font-size: 14px;
    }

    .mobile_time_list ul li p {
        border-bottom: 1px solid #dedede;
        color: #333333;
        font-size: 16px;
        line-height: 45px;
        background: url('../img/ico3.png') no-repeat left center;
        background-size: 5px 5px;
        padding-left: 18px;
    }

    .mobile_time_list ul li.act p {
        color: #62c3d0;
    }

    .mobile_time_num a.mobile_time_act {
        color: #3a9fad;
        font-weight: bold;
    }

    .mobile_time_num a:hover {
        color: #333333 !important;
    }

    .articles_left {
        width: 100%;
        padding: 15px;
        min-height: auto;
    }

    .articles_top {
        width: 100%;
        color: #666666;
        font-size: 13px;
        line-height: 25px;
        padding-bottom: 14px;
    }

        .articles_top h2 {
            color: #222222;
            font-size: 20px;
            line-height: 31px;
        }

        .articles_top > span:last-child {
            display: block;
            width: 100%;
            margin-left: 0;
        }

    .articles_tips {
        display: none;
    }

    .articles_left dl {
        width: 100%;
        line-height: 20px;
        padding: 10px;
    }

        .articles_left dl dt {
            width: 60px;
            line-height: 20px;
            font-size: 14px;
        }

    .articles_left_dl_dt {
        width: unset !important;
        padding: 0.4rem;
    }

    .articles_left_dl_dd {
        width: 60% !important;
        padding: 0.4rem;
    }

    .articles_left dl dd {
        width: calc(100% - 60px);
        line-height: 20px;
        font-size: 14px;
    }

    .articles_box {
        height: auto;
        font-size: 14px;
    }

    .articles_em {
        line-height: 10px;
    }

    .am-tabs {
        margin-bottom: 10px;
    }

    .am-tabs-nav {
        overflow-x: auto;
        display: flex;
        margin-bottom: 10px;
    }

    .am-nav-tabs > li {
        flex-shrink: 0;
    }

        .am-nav-tabs > li > a {
            color: #333333;
            font-size: 18px;
            line-height: 46px;
            margin-right: 27px;
            border: 0;
            position: relative;
        }

            .am-nav-tabs > li.am-active > a,
            .am-nav-tabs > li.am-active > a:focus,
            .am-nav-tabs > li.am-active > a:hover,
            .am-nav-tabs > li > a:hover {
                color: #333333;
                font-size: 18px;
                line-height: 46px;
                margin-right: 27px;
                border: 0;
                position: relative;
            }


        .am-nav-tabs > li.am-active a::after {
            content: '';
            width: 100%;
            height: 3px;
            background: #62c3d0;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .articles_nav {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .articles_nav ul {
            display: flex;
            justify-content: space-between;
        }

            .articles_nav ul li {
                width: calc(100% / 3 - 10px);
                margin-right: 0;
                height: 35px;
                line-height: 35px;
                border: 0;
                background: #f5f5f5;
                font-size: 14px;
                border-radius: 18px;
            }

    .articles_con {
        font-size: 14px !important;
        color: #000;
        line-height: 25px;
    }

        .articles_con span {
            font-size: 14px !important;
            color: #000;
            line-height: 25px;
        }

        .articles_con h3 {
            font-size: 14px !important;
        }

        .articles_con h2 {
            font-size: 15px !important;
            line-height: 40px;
            margin: 10px 0 !important;
        }

    .articles_list {
        color: #333333;
        font-size: 13px;
        padding: 10px 0;
        line-height: 20px;
        width: 100%;
    }

    .articles_catalogue {
        display: flex;
        justify-content: space-between;
        background: #62c3d0;
        font-size: 15px;
        color: #fff;
        padding: 0 15px;
        height: 50px;
        align-items: center;
        position: fixed;
        left: 0;
        top: 50px;
        z-index: 998;
        width: 100%;
    }

    .articles_catalogue_blank {
        height: 50px;
        display: block;
    }

    .articles_catalogue_rt {
        height: 50px;
        display: flex;
        align-items: center;
    }

        .articles_catalogue_rt img {
            width: 12px;
            height: auto;
            margin-left: 10px;
        }

    .mobile_catalogue {
        position: fixed;
        left: 0;
        top: 100px;
        z-index: 998;
        height: calc(100vh - 100px);
        overflow-y: auto;
        display: none;
    }

        .mobile_catalogue .about_editor_right_tit {
            display: none;
        }

    .directory a:hover div,
    .directory a:hover span {
        color: #333333 !important;
        font-weight: 400 !important;
        background: none !important;
    }

    #PaperDir ul {
        background: #fff !important;
    }

    #PaperDir .toc-h3 div {
        background: #fff !important;
        padding-left: 15px !important;
    }

    #PaperDir .toc-h2 div {
        padding-left: 15px !important;
        background: url('../img/ico3.png') no-repeat left center !important;
        background-size: 5px 5px !important;
    }

    #PaperDir .toc-h2 div {
        border-bottom: 1px solid #dedede;
    }

        #PaperDir .toc-h2 div span {
            background: #fff !important;
            padding: 0 !important;
        }

    #PaperDir .toc-h2 a:hover span {
        font-weight: bold !important;
    }

    .mobile_year_list {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 998;
        background: #fff;
        width: 100%;
        max-height: calc(100vh - 100px);
        padding: 15px 15px 20px;
        overflow-y: auto;
        display: none;
    }

        .mobile_year_list a {
            color: #666666;
            font-size: 15px;
            width: 100%;
            margin-right: 0;
            border-bottom: 1px solid #eeeeee !important;
            line-height: 45px;
            text-align: center;
        }

            .mobile_year_list a:hover {
                color: #666666 !important;
                font-size: 15px !important;
            }

            .mobile_year_list a.act {
                color: #62c3d0;
            }

    .swiper {
        width: 100%;
        height: auto;
        margin-left: 0 !important;
    }

    .first_tit {
        width: 100%;
        font-size: 24px;
        height: auto;
        line-height: 50px;
        padding: 50px 0 10px;
    }

    .swiper-slide {
        width: 100%;
        height: auto;
        padding: 15px;
        border-left: 20px solid rgba(0, 0, 0, 0);
        border-right: 20px solid rgba(0, 0, 0, 0);
        border-top: 0;
        border-bottom: 0;
        background: none;
        position: relative;
    }

        .swiper-slide::before {
            content: '';
            width: 100%;
            background: #fff;
            z-index: -1;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .swiper-slide img {
            width: 100%;
            height: auto;
        }

        .swiper-slide p {
            color: #333333;
            font-size: 18px;
            margin-top: 10px;
            line-height: 30px;
        }

        .swiper-slide:hover {
            border-left: 20px solid rgba(0, 0, 0, 0);
            border-right: 20px solid rgba(0, 0, 0, 0);
            border-top: 0;
            border-bottom: 0;
        }


    .swiper-button-next,
    .swiper-button-prev {
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        color: #62c3d0;
    }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 25px;
        }

    .mobile_topic .journal {
        display: none;
    }

    .glance_list {
        width: 100%;
        padding: 15px 15px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .glance_list_txt {
        width: calc(50% - 8px);
        margin: 0;
        color: #222222;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
    }

        .glance_list_txt img {
            width: 100% !important;
            height: auto !important;
        }

        .glance_list_txt h2 {
            color: #222222;
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px;
        }

    .about_editor_tit_br {
        border-bottom: 1px solid #62c3d0;
    }

    .about_editor_left_about_publishers img {
        max-width: 100% !important;
    }

    .am-modal-dialog {
        max-width: 80% !important;
    }

    .baner .am-slider-default {
        margin-bottom: 0 !important;
    }

    .nav > v-serv > ul > li.navnotbg {
        background: none;
    }

    .pcshow {
        display: none;
    }

    .thesis_popup_con {
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 30px;
        border-radius: 3px;
        min-width: 260px;
        max-width: calc(100% - 30px);
    }

        .thesis_popup_con a {
            background: #3a9fad;
            min-height: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            font-size: 12px;
            border-radius: 3px;
        }

    .thesis_popup_tit {
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
    }

    .thesis_popup_con a.author_btn {
        background: #f26e22;
        margin-bottom: 10px;
    }

    .footer_con ul li a {
        white-space: normal;
    }
}


.am-pureview-slider img {
    max-height: 100vh;
    object-fit: contain;
}

.am-pureview-direction a:before {
    font-family: FontAwesome;
}


.am-pureview-direction .am-pureview-next a:before {
    font-family: FontAwesome;
}
