/*重置浏览器样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset, img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
.statistics {
    display: inline-block;
}

ul, ol {
    list-style: none;
}

/*input {padding:0;margin:0;outline:none;background:none;font-family:"Arial","Helvetica,sans-serif","Microsoft YaHei";color:#999;border:none;}*/
select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../../../images/public/select_arrow.png) no-repeat scroll right center #fff;
    background: none \9;
    padding-right: 25px;
    padding-right: 0 \9;
}

/*url(../../../images/public/select_arrow2_03.png) 黑背景的箭头*/
select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Arial", "微软雅黑", "Helvetica,sans-serif", "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

a:visited, a:focus {
    text-decoration: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    *zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

._table {
    display: table;
}

._cell {
    display: table-cell;
    vertical-align: middle;
}

.content {
    margin: 0 auto;
}

.mainBg {
    background: #1280df;
    color: #fff;
}

/**需要添加主色调背景色，直接调用mainBg**/
.colorRed {
    color: red;
}

/**字体如需标红色，调用colorRed**/
.textHidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*单行文本截取字符*/
.modal {
    z-index: 5000;
}

.search-sub {
    text-align: center;
}

/*重置浏览器样式结束*/

.phone-nav .search-app-wrap .sub {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2) url("../../../images/public/search1.png") no-repeat center center;
    background-size: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
}

/*srcl样式*/
.picBox {
    width: 520px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.picList {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.picList li {
    text-align: center;
    height: 100%;
    float: left;
    width: 520px;
    display: none;
}

.picList li a {
    display: table-cell;
    height: 160px;
    vertical-align: middle;
    width: 520px;
}

.picList li.active {
    display: block;
}

.picPrev, .picNext {
    position: absolute;
    top: 50%;
    margin-top: -22px !important;
    height: 44px !important;
    cursor: pointer;
    font-size: 35px !important;
    color: #666;
    text-decoration: none;
}

.picPrev {
    left: 0;
}

.picNext {
    right: 0;
}

.article-pc .modal-footer {
    padding: 0;
    border: none;
    text-align: left;
    display: inline-block;
}

/*文章列表icon*/
.derived i.current {
    color: #94c7ff;
}

.tab-ul-index li {
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
    background: #ccc;
}

.tab-ul-index li.active a {
    color: #fff;
    font-weight: bolder;
}

.tab-ul-index li a {
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 37px;
}

/**当期目录图表样式**/
.toolBoxBorder {
    font-size: 13px;
}

.column {
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.column ._table {
    height: 26px;
}

.column i {
    font-size: 14px;
    padding: 0 5px;
    line-height: 18px;
}

.column span {
    margin-right: 3px;
}

.column-list {
    width: 200px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #eee;
    position: absolute;
    background: #fff;
    top: 27px;
    padding: 10px;
    z-index: 2;
    display: none;
    left: 0;
}

.column-list li {
    line-height: 15px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.column-list li b {
    font-size: 8px;
    margin-right: 5px;
}

.column-list li a:hover {
    text-decoration: none;
}

.chooseAll input {
    margin-right: 5px;
    margin-top: -3px;
}

.derived i {
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    color: #ccc;
}

.modal-header h2 {
    font-size: 18px;
}

.ReferenceScroll p {
    padding-bottom: 5px;
}

.fixP {
    font-size: 14px;
}

#copyReference {
    height: 310px;
    overflow: hidden;
}

.modal-dialog.modalWidth {
    width: 800px;
}

.singleTool {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.singleTool i {
    display: block;
    cursor: pointer;
    color: #ccc;
    margin-top: 3px;
}

.citation {
    padding-bottom: 10px;
}

/*colorbox.css 弹出框样式*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: url(../../../images/public/overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../../../images/public/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../../../images/public/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../../../images/public/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../../../images/public/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../../../images/public/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../../../images/public/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../../../images/public/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../../../images/public/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-top: 28px;
}

#cboxTitle {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
    display: none !important;
}

#cboxLoadingOverlay {
    background: url(../../../images/public/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../../../images/public/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../../images/public/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../../../images/public/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../../images/public/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    z-index: 1000;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/**文章列表样式 开始**/
.priorityPrompt {
    line-height: 24px;
    font-size: 13px;
    padding-top: 20px;
}

/*#onlineFirst .article-list-left span {*/
/*    display: inline-block;*/
/*    width: 16px;*/
/*    height: 17px;*/
/*    background: url(../../../images/public/list.png) no-repeat 0;*/
/*}*/

.commontit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

.article-list {
    border-bottom: 1px solid #cdd2d4;
    padding: 14px 20px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.article-list-left {
    position: absolute;
    left: 0;
    width: 20px;
}

.article-list-right {
    width: 100%;
}

.article-list-title a:hover, .article-list-author a:hover, .article-list-time a:hover, .article-list-zy font a:hover {
    text-decoration: underline;
}

.article-list-author {
    line-height: 20px;
    color: #666;
}

.article-list-author span {
}

.article-list-time.latest_info {
    overflow: hidden;
    font-size: 12px;
}

.article-list-time.latest_info > font {
    float: left;
}

.article-list-zy {
    font-size: 12px;
    color: #333;
    line-height: 19px;
}

.article-list-time font {
    line-height: 26px;
    color: #777;
}

.article-list-zy font span, .article-list-zy font a {
    display: inline-block;
}

.article-list-zy font {
    padding: 0 10px;
    display: inline-block;
}

.article-list-zy .font1 {
    padding-left: 0;
}

.article-list-zy.morenstyle span {
    text-align: justify;
}

.article-list-zy.morenstyle {
    display: none;
}

.article-list-zy.morenstyle.link-block {
    display: block;
}

/*有无栏目*/
.article-list-journalg {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 25px;
    margin: 20px 0 0;
}

.article-list-journalg a {
    color: #fff;
}

.article-list-journalg a:hover {
    cursor: default;
    color: #fff;
}

/**当期目录图表样式**/
.device {
    width: 574px;
    position: relative;
    height: 0;
    visibility: hidden;
}

.device.active {
    height: 160px;
    visibility: inherit;
    margin: 20px auto;
}

.device .arrow-left {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    cursor: pointer;
    font-size: 35px;
    color: #666;
    text-decoration: none;
}

.device .arrow-right {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    cursor: pointer;
    font-size: 35px;
    color: #666;
    text-decoration: none;
}

.swiper-container {
    height: 160px;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide, .swiper-slide1 {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide1 {
    width: 520px;
}

.swiper-slide1 a {
    width: 520px;
    display: block;
}

.swiper-slide a {
    width: 520px;
    display: block;
}

.swiper-slide1 img {
    display: block;
    margin: auto;
}

/**文章列表样式 结束**/
.journalIssue {
    font-weight: bold;
    font-size: 16px;
}

.neighborCatalog {
    font-size: 16px;
    margin-right: 20px;
}

.neighborCatalog a:hover {
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

/**分页 开始**/
.pageTagsUlWrap {
    text-align: center;
    margin: 30px 0;
}

.pageTagsUl {
    display: inline-block;
}

.pageTagsUl li {
    float: left;
    border: 1px solid #ddd;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
}

.pageTagsUl li.pageTagLiInfo {
    padding: none;
    border: none;
}

.pageTagsUl li.current {
    color: #fff;
}

.pageTagsUl li.clickpage:hover {
    color: #fff;
}

.pageTagsUl li.disabled {
    color: #999;
    cursor: not-allowed;
}

.pageTagsUl li.disabled:hover {
    color: #999;
    background: #fff;
}

.pageTagsUl li.input {
    padding: 2px 3px;
}

.pageTagsUl li.input input {
    border: 0;
    background: 0;
    width: 30px;
    padding-left: 0;
    line-height: 24px;
}

.liGoto input {
    width: 30px;
    height: 25px;
    border: 1px solid #ddd;
    padding: 0 5px;
}

.liGoto .goto {
    color: #2871b1;
}

/**分页 结束**/
/**按年过刊列表 开始**/
.back-outside {
    font-size: 12px;
    background: url(../../../images/public/archive_line.png) repeat-y 6px center;
}

.back-outside h3 {
    padding-left: 61px;
    font-size: 16px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: url(../../../images/public/guokan.png) no-repeat 0px center;
}

.back-issue {
    padding-left: 61px;
}

.back-issue-li {
    float: left;
    width: 100px;
    height: 52px;
    background: #e1e1e1;
    margin: 0 1px 1px 0;
}

.back-issue-li p {
    padding-top: 7px;
    text-align: center;
}

.back-issue-li p.alignLeft {
    text-align: left;
}

.back-issue-li p {
    padding-top: 7px;
    padding-left: 9px;
}

/**按年过刊列表 结束**/
/**email订阅 开始**/
.alertBox h3 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.alertBox p {
    margin-bottom: 15px;
    line-height: 25px;
}

.box-search1 {
    padding: 0 15px;
}

.box-search1 ul li {
    line-height: 30px;
}

.box-search1 ul li input {
    background: none;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 10px;
    color: #333;
    margin: 0;
}

.box-search1 ul li label {
    margin-left: 10px;
}

.box-search1 ul li button {
    border-radius: 0;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}

.error {
    color: red;
}

/**email订阅 结束**/
/**新闻列表页 开始**/
.box-top {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.listp {
    padding: 10px 0 10px 12px;
    border-bottom: 1px dashed #ccc;
    background: url(../../../images/public/circle.png) no-repeat left 18px;
}

.listp a {
    float: left;
}

.listp i {
    font-style: normal;
    float: right;
}

.moreList {
    margin-bottom: 20px;
}

/**新闻列表页 结束**/
/**新闻详情页 开始**/
.box-article h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.shareMargin {
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc;
}

.news-details-body.box-body .box-article-content p {
    line-height: 25px;
    margin-bottom: 10px;
}

.box-article table {
    width: 100% !important;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.box-article table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.box-article-content {
    margin: 0 0 20px;
}

.box-article-content p img {
    margin: 0 auto;
    max-width: 80% !important;
}

.box-article-content img {
    margin: 0 auto; /*max-width:80% !important;*/
}

/**新闻详情页 结束**/
/**rss 开始**/
.connect-table {
    width: 100%;
}

.connect-table tr {
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.connect-table tr.connect-head {
    line-height: 25px;
    background: #e1e1e1;
    border-bottom: 0;
    font-weight: bold;
}

.td-one {
    width: 25%;
}

.td-two {
    width: 15%;
}

.td-three {
    width: 60%;
}

/**rss 结束**/
/*新过刊页*/
/*内容*/
.col-lg-8 .archcon .archimg li, .col-lg-9 .archcon .archimg li {
    width: 25%;
}

.col-lg-8 .columimg {
    width: 680px;
}

.col-lg-9 .columimg {
    width: 780px;
}

.archcon.second {
    display: none;
}

.conarch {
    width: 100%;
}

.conarch .archtop {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
}

.archtop .archtit {
    font-size: 22px;
    font-weight: bold;
    color: #666;
}

.archtop .arcmethod {
}

.archtop .arcmethod li {
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin-left: 7px;
    text-align: center;
    color: #333;
    float: left;
    cursor: pointer;
    background: url(../../../images/public/icoarch.png) no-repeat;
}

.archtop .arcmethod li.method2 {
    background-position: -35px 0px;
}

.archtop .arcmethod li.method3 {
    background-position: -70px 0px;
}

.archtop .arcmethod li.method1.active {
    background-position: 0px -35px;
}

.archtop .arcmethod li.method2.active {
    background-position: -35px -35px;
}

.archtop .arcmethod li.method3.active {
    background-position: -70px -35px;
}

/*.archtop .arcmethod li:first-child{border-radius: 2px 0px 0px 2px;border-right: 0;}
.archtop .arcmethod li:last-child{border-radius: 0px 2px 2px 0px;border-left: 0;}
.arcmethod li.active{background: #26804a;color: #fff;}*/
.archcon .arc-listit {
    margin-top: 12px;
}

.archcon .arc-listit dd {
    width: 108px;
    height: 20px;
    border-right: solid 2px #ccc;
    margin-bottom: 12px;
    text-align: center;
}

.archcon .arc-listit dd.active {
    background: #2298f4;
    border-radius: 3px 0 0 3px;
}

.archcon .arc-listit .arctpoint {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 6px;
    background-color: #2298f4;
    border: solid 1px #ddd;
    box-sizing: content-box;
    background-clip: content-box;
    margin: 0 0 5px 95px;
}

.archcon .arc-listit dd.active a {
    color: #fff;
}

.archcon .arc-listit dd a {
    color: #bbb;
}

.archcon .archimg {
    width: 100%;
    margin-top: 40px;
    display: none;
    text-align: center;
}

.archcon .ar-list.activein {
    display: block;
}

.archcon .archimg.activein {
    display: block;
}

.archcon .archimg li {
    float: left;
    margin: 0 0 10px;
    width: 33.33%;
}

.archcon .archimg li a {
    display: block;
}

.archcon .archimg li img {
    width: 120px;
    height: 160px;
    border: solid 1px #dfdfdf;
}

.archimg li .arci-t {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

/*过刊list*/
.columnarc {
    display: none;
}

.columimg {
    display: none;
}

.columimg.activein {
    display: block;
}

.archcon .ar-list {
    width: 100%;
    margin-top: 35px;
    display: none;
}

.archcon .ar-list li {
    line-height: 32px;
    font-size: 16px;
}

.archcon .ar-list li a {
    clear: both;
    color: #666;
}

.archcon .ar-list li a:hover {
    color: #2298f4;
    text-decoration: underline;
}

.archcon .ar-list .listpng {
    width: 6px;
    height: 10px;
    background: url(../../../images/public/listpng.png) no-repeat;
    margin: 11px 12px 0 12px;
    display: block;
    float: left;
}

.archcon .ar-list li a .arissue {
    text-align: right;
    display: block;
    float: left;
    width: 32px;
}

.columlist {
    margin-left: 38px;
}

.columlist .ar-list {
    display: none;
}

.columlist.activein {
    display: block;
}

/*英文*/
.arcimgeng .archimg li {
    width: 450px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.arcimgeng .archimg li img {
    width: 70px;
    height: 90px;
}

.arci-t p {
    text-align: left;
    margin-left: 15px;
}

.arci-t .voliss {
    font-size: 16px;
}

.arci-t .voliss a {
    color: #0e5c9a;
}

.arci-t .voliss .arcpage {
    font-size: 12px;
}

.arci-t .voliss .arcpage a {
    color: #666;
}

.arci-t .voliss .arctime {
    font-size: 12px;
}

.arci-t .voliss .arctime a {
    color: #000;
}

.article-list a {
    line-height: 26px;
}

.article-list a.iconfont:hover {
    text-decoration: none;
}

.article-list-title a {
    font-size: 15px;
    line-height: 26px;
}

.article-list-author a {
    font-size: 12px;
}

.allCenter {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.article-list-left span {
    width: 16px;
    height: 16px;
    line-height: initial;
}

/*新过刊页end */
.search-wrap .searchFieldVal {
    padding: 6px 30px 6px 12px;
}

.download .pdf-btn:hover .articleFont {
    color: #fff;
}

.article-list-zy .box {
    position: relative;
    display: inline-block;
}

.article-list-zy .box:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.article-app {
    display: none;
}

.nav-tabs {
    margin: 0 0 20px;
}

.tab-content .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.archcon.archcon-new {
    margin: 20px 0 30px;
}

.archcon.archcon-new dl {
    height: 22px;
}

.archcon.archcon-new dl dd {
    background: #b3b3b3;
    float: left;
    margin: 0 0.1%;
    width: 8.88%;
    text-align: center;
}

.archcon.archcon-new dl dd {
    min-width: 50px;
}

.archcon.archcon-new dl dd a {
    color: #fff;
    display: block;
}

.archcon.archcon-new dl dd.archconVol {
    border-bottom: 0;
    color: #fff;
}

.tab-images {
    margin-top: 15px;
}

.booklist li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
}

.booklist li a {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 8px;
}

.booklist li a img {
    width: 120px;
    height: 150px;
}

.booklist li p {
    line-height: 17px;
}

/*新过刊页end */
.article-header-new ul > li {
    position: relative;
}

.article-header-new ul > li dl {
    position: absolute;
    left: 0;
    top: 54px;
    display: none;
}

.article-header-new ul > li:hover dl {
    display: block;
}

.article-header-new ul > li dl {
    background: #fff;
    border: 1px solid #cfd5e4;
    border-top: none;
}

.article-header-new ul > li dl dd a {
    display: block;
    text-transform: capitalize;
    line-height: 36px;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
}

.article-header-new ul > li dl dd a:after {
    content: '';
    width: 2px;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.article-header-new ul > li dl dd:hover a {
    background: #f4f6f9;
}

.article-header-new ul > li dl dd:hover a:after {
    background: #cbd0e1;
}

.article_table_fullText .table-body table {
    overflow-x: auto;
}

#searchResultTab li {
    text-align: left;
    padding: 0 0 6px;
}

.phone-archive {
    display: none;
}

.article-pc .container {
    padding: 0 15px;
}

#FullText table img {
    max-width: 100%;
}

sup {
    line-height: inherit;
}

.banner .pagination {
    margin: 0;
    display: block;
}

/*.article-list-right a:hover{color:#26804a;}*/
/*手机右下角目录样式*/
.iphone-wrapper {
    padding: 15px;
}

.iphone-wrapper .mainColor {
    color: #333;
    line-height: 24px;
    padding: 0 0 0 8px;
}

.iphone-wrapper .full-text {
    font-size: 14px;
    line-height: 24px;
}

.iphone-wrapper li {
    line-height: 26px;
    font-size: 16px;
}

.iphone-wrapper li.ac .navTitle {
    color: #1193e4;
}

.iphone-wrapper li h4.mainColor {
    padding: 0 0 0 16px;
}

/*特刊*/
.wid b {
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.wid .article-list-title {
    margin-bottom: 2px;
}

.wid .article-list {
    padding: 15px 20px 15px;
}

.common-remark .imgcover img {
    width: 100%;
}

.article-list-l {
    display: block;
    border: 1px solid #e3e3e3;
    width: 110px;
}

.article-list-l img {
    width: 100%;
}

/*列表icon*/
.derived span {
    line-height: 20px;
    float: left;
}

.derived i {
    line-height: 20px;
    margin-left: 6px;
    float: left;
}

.derived .line {
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 3px 0 0 6px;
    float: left;
}


.article-pc .modal-footer, .modal-footer-copy {
    padding: 0;
    border: none;
    text-align: left;
    display: inline-block;
}

#mescroll .main {
    padding: 20px 15px 0;
}

#relative-article {
    text-align: left;
    line-height: 26px;
}

#relative-article .table-right, #relative-article .article-ref {
    padding-left: 10px;
}

#relative-article tbody {
    border: none;
}

.tab-ul-index li.m0 {
    margin: 0;
}

._form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.quot table, .article-tab {
    text-align: left;
    line-height: 20px;
}

.quot table tbody {
    border: none;
}

.main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ever-year {
    text-align: center;
    line-height: 28px;
    font-weight: bolder;
    font-size: 14px;
}

.article-list-author, .article-list-time {
    font-size: 12px;
}

.common-remark2 {
    margin-top: 20px;
}

.phone-archive .commontit {
    margin-bottom: 12px;
}

/*100条*/
.article-list-table {
    padding: 14px 20px 14px 30px;
}

.article-list-table .article-list-left {
    width: 30px;
}

.article-list-table .article-list-left span {
    width: 100%;
    padding-right: 6px;
    text-align: right;
}

/*文章详情页*/
span.xref a {
    position: relative;
    color: #0178d6;
}

.reference-tab-app {
    line-height: 20px;
}

.reference-tab-app .td2 {
    padding-bottom: 10px;
}


/*留言板*****/
.monitor {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(10, 10, 10, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.messageBoardWrap {
    position: fixed;
    left: 50%;
    right: 0;
    top: 50%;
    z-index: 1001;
    width: 65%;
    max-width: 1170px;
    padding: 2em;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: none;
}

.messageBoardWrap h2 {
    text-align: center;
    font-size: 2em;
    margin: 20px 0;
}

.messageBoardWrap p {
    text-indent: 2em;
    margin: 16px 0;
}

.messageBoard table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 10px;
}

.messageBoard table tr {
    line-height: 1.8;
}

.messageBoard table tr input {
    width: 100%;
    border: solid 1px #a9a9a9;
}

.messageBoard table tr input.authNum {
    width: auto;
    margin: 0 5px 8px 0;
}

.messageBoard table tr th {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    padding-right: 1%;
    width: 17%;
}

.messageBoard table tr td {
    width: 77%;
}

.messageBoard table tr th.message {
    vertical-align: text-top;
}

.messageBoard table textarea {
    width: 100%;
    height: 100px;
    margin-top: 0;
    border: solid 1px #a9a9a9;
}

.messageBoard .tj {
    width: 90px;
    height: 26px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 133px;
}

.messageBoard tr td img {
    display: inline;
    position: relative;
    top: -4px;
}

.messageClose {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

@media screen and (min-width: 1170px) {
    .messageBoard table tr th {
        width: 11%;
    }

    .messageBoard table tr td {
        width: 88%;
    }
}

@media screen and (max-width: 767px) {
    .messageBoardWrap {
        width: 90%;
        top: 10px;
        padding: 10px;
    }

    .messageBoardWrap h2 {
        margin: 10px 0;
    }
}

@media screen and (max-width: 529px) {
    .messageBoard table tr th {
        width: 27%;
    }
}

@media screen and (max-width: 410px) {
    .messageBoard table tr th {
        width: 37%;
    }
}

/*20190513过刊*/
.guokan-tit {
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 30px;
}

.guokan-tit h2 {
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    background: #e4e4e4; /*color: #006766; */
    height: 42px;
    line-height: 42px;
}

.guokan-tit .guokan-total {
    font-size: 15px;
    color: #818181;
    line-height: 42px;
}

.guokan-tit .guokan-tab li {
    float: left;
    height: 29px;
    line-height: 27px;
    color: #939393;
    border: solid 1px #e1e1e1;
    padding: 0 14px;
}

.guokan-tit .guokan-tab li:first-child {
    border-right: 0;
}

.guokan-tit .guokan-tab li:last-child {
    border-left: 0;
}

.guokan-tit .guokan-tab li:hover {
    cursor: pointer;
}

.guokan-tit .guokan-tab li.curr { /*background: #006766;*/
    color: #fff;
}

.guokan-con-tab {
    display: none;
}

.guokan-con-tab.active {
    display: block;
}

.guokan-con .guokan-pic li {
    float: left;
    margin: 0 1% 30px;
}

.guokan-con .guokan-pic li:first-child {
    margin-left: 0 !important;
}

/*.guokan-con .guokan-pic li:last-child{margin-right: 0;}*/
.guokan-con .guokan-pic li {
    width: 15%;
}

.col-lg-6 .guokan-con .guokan-pic li {
    width: 23.2%;
}

.col-lg-6 .guokan-con .guokan-pic li:nth-child(4n) {
    margin-right: 0;
}

.col-lg-6 .guokan-con .guokan-pic li:nth-child(4n+1) {
    margin-left: 0;
}

.col-lg-6 .guokan-con .guokan-pic li:nth-child(6n) {
    margin: 0 1% 30px;
}

.col-lg-6 .guokan-con .guokan-pic li:nth-child(6n+1) {
    margin: 0 1% 30px;
}

.guokan-con .guokan-pic li {
    width: 15%;
}

.guokan-con .guokan-pic li:nth-child(6n) {
    margin-right: 0;
}

.guokan-con .guokan-pic li:nth-child(6n+1) {
    margin-left: 0;
}

.guokan-con .guokan-pic li a {
    display: block;
    text-align: center;
}

.guokan-con .guokan-pic li a img {
    display: block;
    width: 100%;
    border: solid 1px #b5bac8;
    margin-bottom: 14px;
    min-height: 200px;
}

.guokan-con .guokan-pic li a img.pic-6 {
    display: block;
    width: 100%;
    border: solid 1px #b5bac8;
    margin-bottom: 14px;
    min-height: 155px;
}

.guokan-table th, .guokan-table td {
    text-align: center;
    border: solid 1px #e7e7e7;
    height: 56px;
    vertical-align: middle;
}

.col-lg-6 .guokan-table th, .col-lg-6 .guokan-table td {
    height: 44px;
}

.guokan-table th {
    font-weight: bold;
    width: 110px;
}

.guokan-table th span {
    display: inline-block;
}

.guokan-table td span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 0 1px;
    min-width: 60px;
}

.col-lg-8 .guokan-table td span, .col-lg-9 .guokan-table td span {
    min-width: 77px;
}

.guokan-table td.active {
    font-weight: bold;
}

.guokan-table tr:nth-child(even) {
    background: #f3f3f3;
}

.guokan-dl {
}

.guokan-dl dd {
    float: left;
    height: 41px;
    line-height: 41px;
    min-width: 48px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 16px;
    background: #f5f5f5;
}

.guokan-dl dd a {
    display: block;
    width: 100%;
    height: 100%;
}

.guokan-dl dd.years {
    background: #006766;
    color: #fff;
}

.guokan-dl dd.active {
    background: #006766;
}

.guokan-dl dd.active a {
    color: #fff;
}

.guokan-dlwrap {
    padding: 26px 0;
    border-top: dashed 1px #d8d8d8;
}

.guokan-dlyear dl {
    display: none;
}

.guokan-dlyear dl.active {
    display: block;
}

.guokan-dlyear dt {
    display: block;
    height: 26px;
    line-height: 26px;
    background: #006766;
    color: #fff;
    padding-left: 10px;
}

.guokan-dlyear dd {
    width: 49%;
    height: 54px;
    position: relative;
    border-bottom: dashed 1px #d6d6d6;
    line-height: 54px;
    padding-left: 15px;
}

.guokan-dlyear dd:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #d1d1d1;
    position: absolute;
    top: 24px;
    left: 0;
    border-radius: 2px;
}
