.articleNav {
    font-size: 16px;
    margin: 10px 0;
}

.article-content {
    width: 100%;
}

.article-content-inner {
    width: 1100px;
    margin: 0 auto;
}

.position {
    height: 35px;
    line-height: 25px;
}

.position a, .position b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.position span {
    display: inline-block;
    overflow: hidden;
    width: 530px;
    vertical-align: middle;
}

.article-wrap {
    margin-bottom: 30px;
}

.article-left {
    width: 760px;
    margin-right: 20px;
    background: #fff;
    min-height: 900px;
    padding: 15px;
}

.article-right {
    width: 320px;
    background: #fff;
}

.article-doi {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.article-doi span {
    margin-right: 8px;
}

.articleEn h2, .articleCn h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 22px;
}

.articleEn {
    margin-top: 20px;
}

.quot {
    border-top: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 10px;
}

.quot p {
    line-height: 20px;
    margin-top: 5px;
}

.quot span img {
    display: inline-block;
    cursor: pointer;
}

.com-user {
    width: 12px;
    height: 13px;
    display: inline-block;
    background: url(../../../images/public/article_icons.png) no-repeat left -90px;
}

.com-mail {
    width: 14px;
    height: 11px;
    display: inline-block;
    background: url(../../../images/public/article_icons.png) no-repeat left -110px;
}

.com-drop {
    background: url(../../../images/public/article_icons.png) no-repeat -42px 0;
    cursor: pointer;
    height: 10px;
    margin-left: 10px;
    width: 10px;
    display: inline-block;
}

.correspondingAuthorInfo {
    margin-top: 10px;
}

.correspondingAuthorInfo table tr td {
    vertical-align: top;
}

.correspondingAuthorInfo table tr td p {
    margin-bottom: 6px;
}

.com-drop.current {
    background: url(../../../images/public/article_icons.png) no-repeat -42px -16px;
}

.com-author-wrap {
    display: none;
}

.com-author-wrap.com-author-wrap-open {
    display: block;
}

.com-author-info {
    padding-top: 5px;
    line-height: 20px;
}

.com-author-info table tr td.tdfirst {
    vertical-align: top;
    text-align: right;
}

.article-nav {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #1280df;
    margin: 15px 0;
}

.article-nav ul li {
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.article-nav ul li a {
    color: #01527f;
    display: inline-block;
    padding: 0 16px;
}

.article-nav ul li.current {
    background: #0186d1;
    border-radius: 2px 2px 0 0;
}

.article-nav ul li.current a {
    color: #fff;
}

.article-box {
    display: none;
}

.article-box.current {
    display: block;
}

.article-box p {
    margin-bottom: 10px;
    line-height: 22px;
    text-align: justify;
    text-indent: 2em;
}

.article-box p.article-info-en {
    text-indent: 0 !important;
}

.article-box1 .article-keyword {
    margin-bottom: 20px;
}

.article-box2 h3 {
    font-weight: bold;
    padding: 10px;
    background: #eee;
    color: #333;
    margin: 15px 0;
}

/*.figure{border:1px solid #ccc; position:relative; margin-bottom:10px; padding:10px;}*/
.showBtn .drop_btn {
    display: block;
}

.figure .figure_title img, .figure .article_table_fullText img {
    width: 120px;
    height: auto;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.figure .figure_caption, .figure .table_caption {
    display: block;
    text-align: justify;
    text-indent: 0;
    padding-bottom: 5px;
    font-size: 12px;
}

.figure .figure_button {
    text-align: right;
}

.figure .figure_button .figure_btn, .figure .figure_button .table_btn {
    background: #f7f7f7 url("../../../images/public/f105-y.png") no-repeat right center;
    border: 1px solid #d9d4d4;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
    width: 130px;
    margin-top: 10px;
}

.figure .figure_button .figure_btn:hover, .figure .figure_button .table_btn:hover {
    background: #dee1e1 url("../../../images/public/f105-y.png") no-repeat right center;
}

.figure .figure_button .figure_btn:hover a, .figure .figure_button .table_btn:hover a {
    color: #333;
}

.menu_button, .menu_button_csv {
    background-color: #f7f7f7;
    border: 1px solid #d9d4d4;
    width: 220px;
    right: 10px;
    z-index: 1000;
    text-align: left;
    position: absolute;
    display: none;
}

.menu_button p, .menu_button_csv p {
    margin: 0;
    padding-left: 10px;
    line-height: 25px;
    text-indent: 0;
    cursor: pointer;
}

.menu_button p:hover, .menu_button_csv p:hover {
    background: #dee1e1;
}

.figureText {
    width: 70%;
    margin: 0 auto 10px;
    display: block;
}

.figureText img {
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.figureTitle {
    margin: 0 auto 5px;
    text-align: center;
    width: 95%;
}

.figTabSpan {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: cneter !important;
}

.figureTextBox .figure_caption p, .tableTextBox .table_caption p {
    text-align: center;
}

.article-box3 .table-body {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    font-size: 12px;
    overflow-x: scroll;
}

.article-box3 .figure .article_table_fullText.tableTextBox .table-body img {
    width: 100%;
    height: auto;
    margin: 0;
    cursor: default;
}

.table-body table {
    width: 100%;
}

.table-body table tr td {
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}

.table_content .table-body {
    margin-top: 10px;
}

.table-title p {
    text-align: center;
}

.article-refer tr td {
    vertical-align: top;
}

.article-refer tr td.td-first {
    text-align: right;
    line-height: 22px;
}

.article-refer tr td.refer-padding {
    padding-bottom: 8px;
    padding-left: 5px;
}

.article-refer tr td.refer-padding p {
    text-indent: 0;
    text-align: left;
    line-height: 20px;
    margin-bottom: 6px;
}

.article-refer tr td.refer-padding p a {
    display: inline-block;
}

p.enclosure {
    text-indent: 0;
}

p.enclosure i {
    width: 20px;
    height: 21px;
    display: inline-block;
    background: url(../../../images/public/article_icons.png) no-repeat -24px -64px;
    vertical-align: middle;
}

p.enclosure a {
    font-size: 15px;
    margin-left: 10px;
}

#relative-article p {
    text-indent: 0;
}

.pdf-preview img {
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/**文章右侧内容**/
.article-box-wrap {
    padding: 15px;
}

.article-bomb-box-wrap {
    width: 320px;
    position: fixed;
    top: 120px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 2px #d5d5d5;
    padding: 15px;
    display: none;
    border: 1px solid #d5d5d5 \9;
}

.addScroll {
    overflow: hidden;
    height: 345px;
}

.article-info-title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fixed-box {
    margin-bottom: 15px;
}

.article-bomb-box-wrap .cn-title {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}

.article-bomb-box-wrap .article-author span, .article-bomb-box-wrap .article-keyword span {
    display: inline-block;
}

.ul-first li {
    margin-bottom: 10px;
}

.ul-first li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-right: 5px;
}

.textwidget .li-pdf span {
    background: url(../../../images/public/article_icons.png) no-repeat -2px 0;
}

.textwidget .li-excel span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -22px;
}

.textwidget .li-xml span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -44px;
}

.textwidget .li-html span {
    background: url(../../../images/public/article_icons.png) no-repeat -51px -65px;
}

.textwidget .li-article span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -66px;
}

.textwidget .share {
    margin-bottom: 30px;
}

.met {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.met .met-title {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.met ul li {
    margin-bottom: 10px;
}

.met ul li b {
    font-weight: normal;
    padding: 0 1px;
}

.article-authors ul li {
    cursor: pointer;
}

.article-authors ul li i {
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(../../../images/public/article_icons.png) no-repeat -25px -45px;
    margin-right: 6px;
    vertical-align: middle;
}

.article-author, .article-keyword {
    line-height: 22px;
}

.article-author span, .article-keyword span {
    display: inline-block;
}

.authors-div {
    display: none;
}

.authors-div a {
    display: block;
    padding-left: 25px;
    margin-top: 5px;
}

.article-authors li.current i {
    background-position: -50px -45px;
    height: 14px;
    width: 18px;
}

.article-authors li.current .authors-div {
    display: block;
}

/**目录导航**/
.article_ceil_wrap {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 3px #b4b4b4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.article_ceil_inner {
    width: 1200px;
    margin: 0 auto;
}

.article_ceil {
    position: relative;
}

.article_catalog {
    height: 50px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.article_catalog span {
    height: 23px;
    line-height: 19px;
    border: 1px solid #01527f;
    margin-top: 13px;
    cursor: pointer;
    display: block;
    padding-right: 5px;
}

.article_catalog span i {
    height: 11px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
}

.article_ceil_title {
    float: left;
    line-height: 50px;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_ceil_author {
    float: left;
    line-height: 50px;
    margin-left: 50px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articletool {
    float: right;
    margin-top: 15px;
}

.articletool li {
    float: left;
    margin-right: 15px;
}

.articletool li span {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    width: 20px;
    vertical-align: middle;
}

.articletool_li1 span {
    background: url(../../../images/public/article_icons.png) no-repeat -2px 0;
}

.articletool_li2 span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -22px;
}

.articletool_li3 span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -44px;
}

.articletool_li4 span {
    background: url(../../../images/public/article_icons.png) no-repeat 0 -66px;
}

.article_ceil_list {
    position: fixed;
    width: 345px;
    height: 310px;
    top: 50px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
    background: #fff;
    z-index: 10;
    padding: 10px;
    overflow-y: scroll;
    display: none;
    margin-right: 0;
}

.article_ceil_list_inner {
    margin-bottom: 10px;
}

.ceilfirst li { /**padding-left:10px;**/
    line-height: 25px;
}

.ceilfirst li.active a {
    color: #01527f;
}

.ceilfirst .sec_2 {
    margin-left: 12px;
}

.ceilfirst .sec_3 {
    margin-left: 30px;
}

.ceilfirst.nav-tabs {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.ceilfirst.nav-tabs > li > a {
    line-height: 25px;
}

.ceilfirst.nav > li > a {
    padding: 0;
}

.ceilfirst.nav-tabs li a, .ceilfirst.nav-tabs li a:hover {
    background: none;
    border: none;
}

.ceilfirst.nav-tabs li.active a, .ceilfirst.nav-tabs li.active a:hover {
    background: none;
    border: none;
}

.figureCeil h4 {
    line-height: 40px;
}

.figureShow i, .tableShow i {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: middle;
}

.figureShow i {
    background: url(../../../images/public/article_icons.png) no-repeat -24px -94px;
}

.tableShow i {
    background: url(../../../images/public/article_icons.png) no-repeat -24px -115px;
}

/**全文中的参考文献**/
.div_show {
    width: 600px;
    min-height: 100px;
    background: #fafcff;
    border: 1px solid #96aac6;
    display: none;
    position: absolute;
    z-index: 10001;
    color: #666;
    line-height: 20px;
}

.div_show table tr td {
    padding: 5px;
    border-top: 0;
}

.div_show table tr td.refer-td-first {
    vertical-align: top;
    display: inline-block;
    margin-top: 0;
}

.div_show .triangle-border, .div_show .triangle-bg {
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
}

.div_show .triangle-border {
    bottom: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #96aac6;
}

.div_show .triangle-bg {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fafcff;
    z-index: 1;
}

.figureCeilUl li, .tableCeilUl li {
    line-height: 25px;
}

.xref a {
    color: #01527f;
}

sup {
    cursor: pointer;
}

.table_content {
    display: none;
    padding: 10px 5px;
}

.table_content thead {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.table_content table {
    border-bottom: 1px solid;
}

.article-box3 .table_content {
    display: block;
}

#cboxContent .table_content {
    display: block;
}

#cboxContent .table_content img {
    margin: 0 auto;
}

/**分享功能**/
.shareTool {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.shareTool li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 10px 10px 0;
    vertical-align: middle;
}

.shareTool li img {
    width: 25px;
    height: 25px;
}

.shareBox {
    position: relative;
}

.weixinBox {
    display: none;
    width: 160px;
    padding: 15px 15px;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 38px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.box-article .weixinBox {
    left: 50%;
    margin-left: -35px;
}

.js-qrcode-arr {
    position: absolute;
    top: -7px;
    left: 14px;
    width: 11px;
    height: 7px;
    background: url(../../../images/public/sprite.png) no-repeat;
}

.js-qrcode-close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../../../images/public/weixin_close.png) no-repeat;
}

.weixinBox p {
    font-size: 12px;
    color: #888;
    padding-left: 10px;
}

.weixinCode img {
    width: 100%;
}

/**重置colorbox样式，调整title宽度*/
#cboxTitle {
    line-height: 18px;
    table-layout: fixed;
    word-wrap: break-wrod;
    word-break: break-all;
    width: 90% !important;
    margin-left: 5% !important;
    height: 55px !important;
    overflow: hidden;
    padding-top: 15px;
}

#cboxLoadedContent {
    margin-top: 65px;
}

.cboxPhoto {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

/**全文中公式是图片居中**/
.formula p img {
    margin: 0 auto;
}