@charset "utf-8";

html,
body {
    font-family: "Microsoft Yahei" !important;
    background-color: #e4f0fc;
    background-image: url(../images/topbg.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
}

.deepblue {
    background-color: #0f0544;
}

.deepblue-font {
    color: #356a9c;
}

.line20 {
    height: 20px;
}

.whitebg {
    background-color: #fff;
}

.top-nav {
    background: none !important;
}

.top-nav li {
    padding: 0 15px 0 40px;
}

/* logo top */
.logo {
    margin-bottom: 10px;
}

.logo-font {
    font-size: 12px;
    color: #fff;
}

.logo-con {
    margin-left: 80px;
    padding: 5px 0 0 20px;
    width: 400px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 170px;
    background-color: rgba(34, 70, 143, 0.7);
    border-radius: 10px;
    margin-top: 10px;
}

/*顶部导航*/
.top-box {
    margin-bottom: 0;
    z-index: 16;
    margin-top: 15px;
}

.top-box .navbar-collapse {
    border: none;
}

.top-nav .navbar-nav,
.navbar-right,
.top-nav {
    background: none !important;
}

.top-box .navbar-brand {
    height: 50px;
    padding: 10px;
}

.top-box .navbar-brand img {
    height: 100%;
}

.top-box .navbar-toggle {
    margin-top: 8px;
}

.top-box .navbar-nav {
    margin-top: 0 !important;
    height: 55px;
    line-height: 55px;
    background: #0f0544 !important;
    width: 100%;
}

.top-nav li a,
.top-nav li a:visited,
.top-nav li a:hover {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    background-color: #0f0544 !important;
}

/* 注册 */
.reg {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #888888;
    background-color: #fff;
}

.reg h3 {
    height: 70px;
    line-height: 70px;
    width: 90%;
    border-bottom: 2px dotted #ddd;
    margin: 0 auto;
}

/* 步骤 */
.steps {
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.flow-steps {
    position: relative;
    height: 30px;
    list-style: none;
    font-size: 14px;
    overflow: hidden;
    margin-left: 60px;
}

.flow-steps li {
    float: left;
    height: 30px;
    margin-right: -32px;
    background: #fff;
    line-height: 30px;
    overflow: hidden;
}

.flow-steps a {
    display: block;
    float: left;
    width: 160px;
    padding: 0 48px 0 0;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.flow-steps b {
    float: left;
    width: 0px;
    height: 0px;
    margin-top: -6px;
    border: 21px solid #d7d7d7;
    border-left-color: #fff;
    font-size: 0;
    line-height: 0;
    z-index: 9;
}

.flow-steps s {
    position: relative;
    float: left;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 17px solid transparent;
    /*For IE6*/
    _border-color: snow;
    _filter: chroma(color=snow);
    /*For IE6*/
    border-left-color: #d7d7d7;
    font-size: 0;
    line-height: 0;
    z-index: 99;
}

.flow-steps a {
    background: #d7d7d7;
}

.flow-steps .on {
    background: #356a9c;
}

.flow-steps .on a {
    color: #fff;
    background: #356a9c;
}

.flow-steps .on b {
    border-color: #356a9c;
    border-left-color: #fff;
}

.flow-steps .on s {
    border-left-color: #356a9c;
}

.flow-steps .f {
    border-color: #d7d7d7 !important;
}

/* 步骤 */
/* 注册框 */
.regform {
    padding: 0 30px 30px 30px;
    width: 50%;
    margin: 0 auto;
}

.input-group {
    margin-bottom: 20px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: #356a9c;
    border: 1px solid #356a9c;
    border-radius: 4px;
}

/* regbtn */
.regbtn {
    text-align: center;
    margin-top: 20px;
}

.regbtn_back {
    background-color: #ddd;
    color: #333;
    line-height: 35px;
    padding: 2px 30px 2px 30px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.regbtn_next {
    background-color: #356a9c;
    color: #fff;
    padding: 2px 30px 2px 30px;
    margin-left: 20px;
    line-height: 35px;
    border: 1px solid #356a9c;
    border-radius: 4px;
}

.regbtn a:hover {
    background-color: #356a9c;
    color: #fff;
    padding: 2px 30px 2px 30px;
    line-height: 35px;
    border: 1px solid #356a9c;
    border-radius: 4px;
}

/* 微信绑定 */
.wechat-form {
    padding: 0 30px 30px 30px;
    width: 60%;
    margin: 0 auto;
}

.wechat-text {
    line-height: 35px;
    color: #333;
    font-size: 16px;
}

.wechat-pic {
    width: 150px;
    height: 150px;
    background-color: #356a9c;
    margin: 10px 0 10px 0;
}

/* 左导航 */
.left-nav {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px #888888;
    padding-bottom: 20px;
}

.left-nav h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 2px solid #356a9c;
}

.left-nav ul {
    padding-inline-start: 0px;
}

.left-nav ul li {
    height: 50px;
    line-height: 50px;
    list-style: none;
    font-size: 16px;
    padding-left: 50px;
}

.left-nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.left-nav .active {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #356a9c !important;
}

.left-nav .active a {
    color: #fff !important;
}

/* 右侧内容 */
.right-content {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px #888888;
}

.right-content h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.right-content p {
    font-size: 14px;
    line-height: 32px;
    padding: 0 20px;
}

/* 内容页面left */
.list-left {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px #888888;
}

.coverpic {
    width: 90%;
    height: 230px;
    margin: 10px 0 0 10px;
    padding-top: 10px;
}

.coverpic-left {
    float: left;
    width: 60%;
    height: 220px;
}

.coverpic-left img {
    width: 100%;
}

.coverpic-right {
    float: right;
    width: 33%;
    height: 220px;
    padding-top: 160px;
}

.coverpic-right a {
    font-size: 14px;
    padding: 2px 6px;
    border: 1px solid #356a9c;
    color: #333;
    margin-top: 167px;
    border-radius: 15px;
}

.btnlink {
    width: 100%;
    height: 90px;
}

.btnlink-a {
    height: 40px;
    line-height: 40px;
    width: 125px;
    float: left;
    margin-bottom: 10px;
}

.btnlink a {
    color: #fff;
    background-color: #2d5394;
    font-size: 14px;
    margin-left: 10px;
    height: 40px !important;
    line-height: 40px;
    display: block;
    border-radius: 8px;
    padding-left: 5px;
}

/* 联系我们 */
.contact {
    margin-top: 20px;
    width: 96%;
    height: auto;
    margin-left: 6px;
}

.contact-tit {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #224692;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-radius: 10px 10px 0px 0px;
}

.contact-con {
    padding: 20px;
    height: auto;
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}

/* 内容页面right */
.list-right {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0px 0px 5px #888888;
}

.list-right h3 {
    height: 60px;
    line-height: 60px;
    text-align: left;
}

.list-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    padding-left: 30px;
}

.list-nav a {
    color: #333;
    font-size: 16px;
}

.list-content {
    padding: 10px;
    line-height: 35px;
    font-size: 16px;
}

.tab-content {
    overflow: auto;
    height: 808px;
}

.tab-content p {
    text-indent: 32px;
}

/* 稿件上传页面 */
.draft-about {
    font-size: 16px;
    line-height: 35px;
    padding-left: 20px;
}

.draft-upload {
    width: 40%;
    margin-left: 30px;
}

.draft-upload .input-group {
    margin-top: 20px;
}

.draft-upload h5 {
    padding-left: 10px;
}

/* 作者确认 */
.draft-author {
    width: 95%;
    border: 2px solid #888888;
    border-radius: 5px;
    margin: 10px auto;
}

.draft-author-row {
    display: flex;
}

.draft-title {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-name {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-job {
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-jobname {
    width: 280px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-office {
    flex-grow: 1;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
}

.draft-phone {
    width: 240px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-email {
    flex-grow: 1;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
}

.draft-title-text {
    width: 500px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-title-item {
    width: 300px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
    border-right: #888888 1px solid;
}

.draft-level {
    flex-grow: 1;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: #888888 1px solid;
}

/* 上传成功页面 */
.draft-success {
    width: 200px;
    height: 300px;
    margin: 20px auto;
    padding-top: 100px;
}

/* 退稿页面 */
.draft-back {
    width: 95%;
    min-height: 500px;
    margin: 20px auto;
}

.draft-back-title {
    margin: 0 auto;
}

.draft-back-title h5 {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.draft-back-author {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

.draft-back-txt {
    font-size: 14px;
    line-height: 25px;
    text-indent: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}

.draft-back-list {
    height: 100px;
    border-bottom: 1px solid #c7c7c7;
    height: auto;
}

.draft-back-list-1 {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.draft-back-list-1-left {
    width: 20%;
    height: 50px;
    line-height: 50px;
}

.draft-back-list-1-center {
    width: 50%;
    height: 50px;
    line-height: 50px;
}

.draft-back-list-1-right {
    height: 50px;
    line-height: 50px;
    flex-grow: 1;
    text-align: center;
}

.draft-back-list-1-right h6 {
    background-color: #e7e7e7;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
}

.draft-back-list-2 {
    height: 50px;
    line-height: 50px;
}

.draft-back-list-2 h5 {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

.draft-back-list-3 {
    height: 50px;
    line-height: 50px;
    color: #888;
}

/* 期刊介绍 */
.list-content .nav-tabs {
    border-bottom: 1px solid #e7e7e7;
}

.list-content .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 36px;
    color: #888;
    font-size: 18px;
}

.list-content .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    background-color: transparent;
}

.list-content .nav-tabs>li>a:hover {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    background-color: transparent;
}

.list-content .nav-tabs>li.active>a,
.list-content .nav-tabs>li.active>a:focus {
    cursor: default;
    /* background-color: #214792; */
    color: #214792;
    font-weight: bold;
    border: none;
    font-size: 18px;
}

.list-content .nav-tabs>li.active>a:before,
.list-content .nav-tabs>li.active>a:focus:before {
    content: '';
    position: absolute;
    left: 25%;
    bottom: 0;
    right: auto;
    height: 2px;
    width: 50%;
    background-color: #214792;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: none;
}

.about-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.badge {
    background-color: #356a9c;
}

.about-content {
    overflow: auto;
    height: 795px;
    padding: 20px;
    line-height: 35px;
    text-indent: 32px;
    font-size: 16px;
}

/* 帮助中心 */
.help-list {
    width: 96%;
    margin: 15px auto;
}

.help-list ul {
    padding-inline-start: 0px;
}

.help-list ul li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #c7c7c7;
}

.help-list .panel {
    border: none;
    border-bottom: 1px solid #ddd;
}

.help-list .panel-default>.panel-heading {
    background-color: #fff;
}

.help-list span {
    width: 60px;
    float: right;
    text-align: center;
}

/* 作者增加确认 */
.draft-author-no {
    width: 95%;
    margin: 20px auto;
}

.draft-author-txt {
    width: 100%;
    line-height: 35px;
}

.draft-author-list {
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #d7d7d7;
    padding: 0 20px 20px 20px;
    border-radius: 10px;
}

.draft-author-list span {
    color: #888;
}

.blueflag {
    width: 40px;
    height: 55px;
    box-sizing: content-box;
    position: relative;
    background: #428bca;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 50px;
    z-index: 99;
}

.blueflag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

/* 全部稿件 */
.accordion {
    padding-top: 20px;
}

.accordion .card {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
}

.draft-index-time {
    font-size: 18px;
    width: 100%;
    text-align: right;
    font-family: Verdana;
    color: #888;
}

.draft-index-title {
    font-size: 18px;
    width: 100%;
    text-align: left;
}

.draft-index-author {
    font-size: 14px;
    color: #c7c7c7;
    height: 30px;
    line-height: 30px;
}

.draft-steps {
    background-color: #fafafa;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

.draft-step {
    display: flex;
    height: 60px;
}

.draft-steps-no {
    border: 1px solid #888;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    color: #888;
    text-align: center;
    font-size: 18px;
}

.draft-steps-title {
    margin-left: 10px;
    font-size: 16px;
}

/* 已完成的步骤 */
.draft-steps-title {
    margin-left: 10px;
    font-size: 16px;
    color: #3da70d;
}

/* 未完成的步骤 */
.draft-steps-title-no {
    margin-left: 5px;
    font-size: 16px;
    color: #888;
}

.draft-steps-title p {
    color: #c7c7c7;
    padding: 0px;
    font-size: 12px;
    padding-right: 3px;
}

/* 线 */
.draft-steps-line {
    height: 1px;
    width: 75px;
    background-color: #c7c7c7;
    margin-top: 15px;
    margin-right: 10px;
}

/* 支付页面 */
.pay-bg {
    background-color: #e2e2e2;
    border-radius: 10px;
}

.draft-pay {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    font-size: 16px;
}

.draft-pay-item {
    display: flex;
    height: 45px;
    line-height: 45px;
}

.draft-pay-left {
    width: 15%;
    text-align: center;
    font-family: Verdana;
}

.draft-pay-center {
    width: 70%;
}

.draft-pay-right {
    width: 15%;
    text-align: center;
}

/* 支付方式 */
.pay-method {
    width: 100%;
}

.pay-method-title {
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    font-size: 16px;
}

.pay-method-con {
    display: flex;
}

/* 未选中 */
.pay-method-box {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 10px;
    margin-right: 20px;
    background-color: #f1f6fc;
}

/* 选中 */
.pay-method-box-active {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    border: 2px solid #356a9c;
    border-radius: 10px;
    padding: 10px;
    margin-right: 20px;
    background-color: #f1f6fc;
}

.method-box-left {
    width: 15%;
}

.method-box-center {
    width: 30%;
}

.method-box-right {
    width: 55%;
    font-size: 16px;
}

/* 底部footer */
.footer {
    height: 160px;
    background-color: #214792;
    padding: 20px;
}

.footer p {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.footer a {
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.footer .qrcode {
    width: 128px;
    height: 128px;
    background-color: #fff;
}

/* 分页 */
.page {
    margin: 20px 0px 40px 0px;
    text-align: center;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: arial;
    margin: 0px 8px;
    color: #666666;
}

.page a:hover {
    text-decoration: underline;
    color: #214792;
}

.page .active {
    text-decoration: underline;
    color: #214792;
    font-weight: bolder;
}

.page .ye {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #c2c2c2;
    border-radius: 50%;
    position: relative;
}

.page .ye:hover {
    background: #214792;
}

.page .ye1:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
}

.page .ye2:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 7px;
    right: 3px;
}


@media (max-width: 480px) {
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 100%;
        width: 100%;
    }

    .logo-con {
        margin-left: 10px;
        padding: 15px 0 0 20px;
        width: 96%;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        height: 160px;
        background-color: rgba(34, 70, 143, 0.7);
        border-radius: 10px;
        margin-bottom: 15px;
    }

    /* 首页封面 */
    .cover {
        width: 100%;
        background-color: #fff;
        height: 422px;
        border-radius: 10px;
    }

    .cover-left {
        padding: 20px;
        width: 36%;
        height: 280px;
        float: left;
    }

    .cover-left img {
        width: 100%;
        box-shadow: 3px 3px 8px #999;
    }

    .cover-right {
        width: 62%;
        padding: 20px;
        float: right;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        text-indent: 32px;
        color: #000;
    }

    .cover-right p {
        width: 100%;
        height: 30px;
        list-style: 30px;
        text-align: right;
        padding-right: 30px;
    }

    .cover-right p a {
        padding: 8px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        background: #244690;
        color: #fff;
        border-radius: 8px;
    }

    .cover-right p a:hover {
        padding: 8px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        background: #244690;
        color: #fff;
        border-radius: 8px;
        text-decoration: none;
    }

    .notice {
        height: auto;
    }

    .notice-con {
        height: auto;
    }

    .nav-tabs>li>a,
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        padding: 0 20px 0 20px;
    }

    .periodical-list ul li a {
        width: 90%;
    }

    .periodical-list ul li time {
        width: 80%;
        font-size: 14px;
        color: #999;
        font-family: Verdana;
        float: left;
        padding-left: 20px;
        display: block;
    }

    .periodical-select .col-xs-3 {
        padding-left: 5px;
        padding-right: 5px;
        width: 23%;
    }

    .periodical-select .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* 导航 */
    .navbar-header {
        display: none;
    }

    .headtop {
        width: 100%;
        height: 200px;
        background: #ff0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: relative;
        right: 0;
        left: 0;
        z-index: 0;
        top: unset;
        border-width: 0px;
    }

    .top-box .navbar-nav {
        margin-top: 0 !important;
        height: auto;
        line-height: 55px;
        background: #0f0544 !important;
        width: 100%;
    }

    .top-nav li {
        padding: 0 1px 0 1px;
        float: left;
    }

    .top-nav li a {
        font-size: 16px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default {
        background-color: unset !important;
        border-color: none;
    }

    .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: none;
        border-radius: 10px;
    }

    /* left */

    .coverpic {
        height: 280px;
    }

    .btnlink-a {
        width: 48%;
    }

    /* 底部 */
    .footer,
    .footer p {
        height: auto;
    }


}