@charset "utf-8";
/*Open Sans字体*/
/*
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-2-webfont.woff2') format('woff2'),
         url('../fonts/open-sans-2-webfont.woff') format('woff');
}
*/
body{font-family: Cambria,Roboto,"Helvetica Neue",sans-serif;background: #f1f8fd;font-size: 15px;line-height: 1.55;color:#333;}
a{color: #222;}
a:hover{color: #d15d0a;text-decoration: none;}
a { transition: all .3s;}
ul,li{padding: 0;margin: 0;list-style: none;}
input,select{outline:none;}

/*.whitebg {background: #fff;}*/

@media (min-width: 1200px){
.container{width: 1200px;}
.datu-pic .carousel-inner .item a img{height: 470px;width:100%;}
}
.datu-pic {margin-top:0px;box-shadow: 0 0 4px 0 rgb(255 255 255 / 15%);}
/*大图 */
.datu-pic .carousel{overflow: hidden;margin-bottom: 25px;}
.datu-pic .carousel-inner .item a img{margin: 0 auto;}
.datu-pic .carousel-control.left{background-image:none}
.datu-pic .carousel-control.right{background-image:none}
.datu-pic .carousel-caption{width: 100%;left: 0;right: 0;padding:10px;background: rgba(1,19,61,.3);bottom: 0;font-size: 18px;}
.datu-pic .carousel-caption a{color: #fff;font-size: 18px;}
.datu-pic .carousel-indicators{left: inherit;right: 0;margin-left: 0;width: 20%;bottom: 0;}
/*
.carousel-indicators li{background: #e4d3d3;border: 0;}
.carousel-indicators .active{background:#d88b18;}
*/



/*导航2*/
.navbar{min-height: 36px;border:0;}
.navbar-nav>li>a{line-height: 32px;padding-top: 0;padding-bottom: 0;}

.site-nav{
	background: #0187b5;
	border-radius: 0;
	border: 0;
	margin: 0;
	box-shadow: 1px 3px 3px #ccc;
	margin-bottom: 25px;
}

}
.site-nav-x{background:#216dbe;}
.site-nav a{color: #fff;font-size: 18px;}
.site-nav .nav>li>a{padding: 0 25px;transition: all 0s;font-size: 20px;line-height: 40px;border-bottom: 3px solid transparent;border-top: 3px solid transparent;}
.site-nav-en .nav>li>a{padding: 0 26px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 3px solid #f9ad21;
}
.site-nav .navbar-toggle{background: #f0ad4e;}
.site-nav .navbar-toggle .icon-bar{background:#fff;}
.site-nav > li > a {color:#fff}
.navbar-header{padding:0 10px;}
.dropdown-menu{font-size:16px;border: 0;background: #e7f2f9;background: linear-gradient(180deg,#e7f2f9,#9ed2f1);}






/*头部及检索*/
.journal-head{
	padding: 18px 0;
	background: url(../images/head-bg.png) center;
	background-size: cover;
	background-color: #00b0ec;
}
.journal-head .journal-head-bg{padding: 40px 0 35px;}
.logo-brief{color: #fff;opacity: .5;font-size: 14px;}
.logo h1 {margin: 10px 0;}
.journal-logo{float: left;}
.article-search{margin-bottom: 15px;overflow:hidden;margin-top: 44px;/* width: 100%; */float: right;padding-right: 15px;}

.article-search .input-group{width: 100%;float: left;}
.article-search .adv-search{float: right;}
.article-search .adv-search a{display: inline-block;/* background: rgba(255,255,255,.2); */border-radius: 4px;color: #fff;font-size: 16px;padding: 0 6px;height: 32px;line-height: 32px;margin-top: 6px;font-family: calibri;}
.article-search .adv-search a:hover{/* background: #f3d1c8; */text-decoration: none;color: #fff;}
.article-search .adv-search-en a{padding: 0 7px;}
.article-search .btn-default,.article-search .form-control{height: 38px;}
.article-search .form-control{background: rgba(255,255,255,.95);/* color: #fff; */font-size: 14px;border-radius: 4px!important;/* border-color: transparent; *//* border-color: #2779b3; *//* border-width: 2px; */-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none;-o-transition: none;transition: none;border: 1px solid #ddd;}
.article-search .btn-default{background: #0187b5;font-size: 19px;border-color: transparent;}
.article-search .btn-default:hover{background: #f9ad21;/* border-color: #ff8a34; */}
.article-search .btn-default .glyphicon-search{color: #fff;}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 5;margin-left: -3px;
}
.article-search .form-control::-webkit-input-placeholder{/* color:#fff; */}


/*办公系统css*/
.office-menu{
    margin-bottom: 20px;
}
.office-menu li {
    margin-bottom: 14px;
    width: 25%;
    float: left;
    padding: 0 15px;
}
.journal-btn {
    background-color: #f7edd9;
    /*background: -webkit-linear-gradient(bottom, #f1e6ce, #fff);*/
    background:url(../images/bangongbg.png) center;
    color: #2779b3;
    padding: 13px 12px;
    border: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid #adc3f3;
    box-shadow: 2px 2px 0 #e5eaff;
}
.journal-btn-en {
    text-align: left;
    padding-left:45px;
}
.journal-btn span {
    color: #2779b3;
    margin-right: 6px;
    font-size: 18px;
    line-height: 29px;
}
.office-menu>li:first-child>a>div>span:first-child{color:#5497eb;}
.office-menu>li:nth-child(2)>a>div>span:first-child{color:#e74c3c;}
.office-menu>li:nth-child(3)>a>div>span:first-child{color:#ff8a34;}
.office-menu>li:nth-child(4)>a>div>span:first-child{color:#73be46;}
.office-menu>li:nth-child(5)>a>div>span::first-child{color:#54bbeb;}
.office-menu>li:last-child>a>div>span:first-child{color:#a959db;}
.journal-btn:hover {
    background: #1663cc;
    color: #fff;
}

.journal-btn:hover span {
    color: #9b3c05;
}
/*办公系统end*/


/*在线办公按钮 */
/*在线办公按钮 */
.office{overflow: hidden;}
.office a{display: block;padding: 15px 23px;background: #e4f0fe;color: #3B9CFE;border-radius: 4px;margin-bottom: 25px;transition:background .5s;overflow: hidden;text-align: center;}

.office i{width: 47px;height: 47px;background: #235ab7 url(../images/office-icon.png) no-repeat center;border-radius: 4px;display: block;float: left;margin-right: 10px;}
.office a:hover i{background:#fff url("../images/office-icon-hover.png") no-repeat center;border-radius: 4px;display: block;float: left;margin-right: 10px;}
.office span{border-bottom: 2px solid #235ab7;font-size: 20px;padding: 5px;float: left;color: #235ab7;}
.office-en span {
    font-size: 18px;
    padding: 5px 9px 5px 9px;
}
.office .icon01{background-position: 0 0;}
.office .icon02 span{color: #d0881e;border-bottom: 2px solid #d0881e;}
.office .icon02{background-position: 0 -47px;}
.office .icon03{background-position: 0 -94px;}
.office .icon04{background-position: 0 -141px;}
.office .icon05{background-position: 0 -188px;}



.office a:hover{background: #235ab7;}
.office a:hover i{background: #fff;}
.office a:hover span{color: #fff;border-color: #fff;}
.office a:hover .icon01{background-position: 0 0;background-image: url("../images/office-icon-hover.png");}
.office a:hover .icon02{background-position: 0 -47px;background-image: url("../images/office-icon-hover.png");}
.office a:hover .icon03{background-position: 0 -94px;background-image: url("../images/office-icon-hover.png");}
.office a:hover .icon04{background-position: 0 -141px;background-image: url("../images/office-icon-hover.png");}
.office a:hover .icon05{background-position: 0 -188px;background-image: url("../images/office-icon-hover.png");}

.submit-manuscript a{font-size: 20px;text-align: center;background: #d40016;border: 1px solid #bf0216;height: 38px;line-height: 36px;color: #fff;margin-bottom: 10px;display:block;text-decoration: none;}
.submit-manuscript a:hover{background: #b40016;border: 1px solid #af0216;}



/*右侧2
aside{margin-bottom: 15px;background: #f8f8f8;}
.cover ul{margin: 0;}
.primary-menu li{margin-bottom: 12px;}
.j-title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 26px;
	background: #216dbe;
    background: -webkit-linear-gradient(right,#0659b9,#2779b3);
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
.j-title-en{
    background: url(../images/t_en.jpg)!important;
}
.more {
    font-size: 14px;
    font-weight: normal;
    float: right;
    color: #fff;
    margin-right: 5px;
}
.more:hover {color: #F6AB00;}
.border-radius {
    border-radius: 4px;
}
.zxydpt{padding: 10px;}
.zxydpt li a{margin-bottom: 6px;display: block;font-size: 14px;border-bottom: 1px dashed #dedede;padding-bottom: 4px;}
.zxydpt li a i{color: #026aab;padding:0 10px 0 5px;}
.column{margin-top: 0; margin-bottom: 5px;}
.links ul,.news{padding: 10px;}
.links ul li{line-height: 20px;margin: 7px 0;}
.news li,.links ul li{background: url("../images/icon-li.gif") no-repeat 0 8px;padding-left:15px;}
*/
/*右侧*/
.j-article{border: 1px solid #e0ecf3;overflow: hidden;margin-bottom: 20px;background: #fff;padding: 15px 10px;box-shadow: 0 0 10px 0 rgba(127,127,127,.1);}
.aside, .j-article {
    border: 1px solid #f1f1f1;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    padding: 8px 15px;
    box-shadow: 0 0 5px 0 rgb(127 127 127 / 10%);
}
aside ul{padding: 2px 0;}

aside .column{font-size: 20px;font-weight:bold;margin-bottom: 5px;padding-bottom: 6px;overflow: hidden;color: #0187b5;/* background: #dfeeff; */margin-top: 0;}

.column{font-size: 22px;overflow: hidden;border-bottom: 2px solid #ccc;margin-bottom: 20px;padding-bottom: 5px;color:#d40016;font-weight: bold;/* margin-top: 15px; */}
.qikanxx{
    font-size: 15px;
    text-align: center;
    margin: 6px auto;
	line-height:170%;
}
.cover img{width: 200px;border: 1px solid #f1f1f1;}
.nian-juan-qi{font-size: 18px;text-align: center;margin: 6px auto;display: block;}.nian-juan-qi a{color: #004b83;}
.cover-a a{font-size: 14px;color: #004b83;float: left;}
.cover-a{overflow: hidden;width:80%;margin: 10px auto;}
.cover-a .cover-a-r{float: right;}
.cover-con{padding: 15px 15px 0;}
.cover-view{font-size: 18px;text-align: center;border: 1px solid #eee;background: url("../images/btn-bg.jpg") repeat-x;height: 40px;line-height: 40px;margin-top:15px;overflow: hidden;}
.cover-view a{color:#004b83;}
.cover{overflow: hidden;}

.journal-list li{margin-bottom:15px;padding-bottom: 15px;overflow: hidden;border-bottom: 1px solid #eee;}
.journal-list li .title a{font-size: 16px;font-weight: 700;}
.journal-list li .author{color: #666;font-size: 16px;}
.journal-list li .doi a{font-size: 16px;}
.center-tab-content{
    /* border: 1px solid #e0e8f3; */
    border-top:0;
    overflow: hidden;
    /* margin-bottom: 20px; */
    /* background: #fff; */
    /* padding: 25px 15px 15px; */
    /* box-shadow: 0 0 10px 0 rgb(127 127 127 / 10%); */
    /* HEIGHT: 2038px; */
    /* OVERFLOW: auto; */
}
.journal-list li .title,.journal-list li .author,.journal-list li .doi{margin: 5px 0;}
/*
.nav-tabs>li>a{border-top:2px solid transparent;font-size: 17px;padding: 10px 15px;}
.nav-tabs-en>li>a{padding: 10px 5px;}
.nav-tabs{border-bottom: 1px solid #e0ecf3;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 1px solid #e0ecf3;color:#b90205;border-top:2px solid #b90205;border-radius:2px 2px 0 0;border-bottom-color: transparent;}
*/
.view-all a{padding:10px 8px;border: 1px solid #ccc;background: url("../images/btn-bg.jpg");color:#2779b3;}
.view-all a .fa-angle-right{font-weight: bold;}
.view-all{margin-top: 10px;}
.journal-list{overflow: hidden;}
.wangkan-list li{
    /*background: url(../images/btn-bg.jpg);*/
    border-bottom: 1px #f1ebdc dashed;
    color: #004b83;
    /* height: 40px; */
    line-height: 31px;
    margin-bottom: 7px;
    /* padding: 0 20px; */
    /* border-radius: 5px; */
    overflow: hidden;
    display: block;
}
.wangkan-list li a{color: #2d3348;font-size: 16px;}
.wangkan-list li a i{padding-right:10px;}

.aside-btn{border: 1px solid #eeeeee;background: url("../images/btn-bg.jpg");color:#004b83;height: 40px;line-height: 40px;margin-bottom:10px;padding:0 24px;overflow: hidden;display: block;}
.aside-btn:last-child{margin-bottom: 0;}
.aside-btn a{color:#004b83;}
.aside-btn a i{padding-right:10px;}
.more{background: url("../images/arrow.png") no-repeat right 6px;float: right;font-size: 16px;color: #666;padding-right: 12px;display: block;margin-top: 7px;font-weight: 300;}
.news-list li{margin: 5px 0;}
.news-list li {font-size: 17px;background: url(../images/icon-li.gif) no-repeat 0 11px;padding-left: 15px;}

.news-list li span{color: #666;}

.issn-cn p{margin-bottom:0;}

.bq_bt{text-align: center;padding: 0 10px;line-height: 26px;}
.bq_zgzb{
	text-align:left;
	line-height: 26px; 
	border-bottom: 1px #ccc dashed;
	border-top: 1px #ccc dashed;    
	margin-top: 10px;
    margin-bottom: 10px;
	padding:10px 0;

}
.zgcolor{color:#2779b3;}



/* ---  首页　标签 ---  */


.tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li{
    float: none; 
}
.nav-tabs>li {
    margin-bottom: -2px;
    margin-left: 4px;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 4px;
    padding-left: 4px;
    line-height: 20px;
}

.nav-tabs {border-bottom: 2px solid #ccc;}
.home-biaoqiannav.nav-tabs li a{
	font-weight: bold;
	font-size: 18px;
	color: #444;
	border: 2px solid transparent;
	border-top: 3px solid transparent;
	border-bottom: 0;
}
.home-biaoqian-en.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 19px;
}
.home-biaoqiannav.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: 2px solid #ccc;
    border-top: 3px solid #0187b5;
    color: #0187b5;
    border-bottom: 0;
}
.home-biaoqiannav.nav-tabs > li a:hover, .home-biaoqiannav.nav-tabs > li:focus {
    border: 2px solid #ccc;
    border-top: 3px solid #dbb21d;
    color: #dbb21d;
    border-bottom: 0;
    background: #f8f8f8;
}
.zlm {
	color: #0d61c1;
	font-size: 16px;
	font-weight: bold;
}

.jianjie img {
    width: 218px;
    border-radius: 2px;
}

/*-------------------------------文章-----------------------------------*/
*.hidelabel {
  display: none;
}
.date {color: #2779b3;font-weight: bold;font-size: 16px;}
.articlesectionlisting {
    border-bottom: 0;
    padding-bottom: 3px;
    margin-bottom: 5px;
    width: 100%;
    padding-right: 0px;
    color: #d57c05;
    font-size: 100%;
    font-weight: bold;
    padding-top: 4px;
    margin-left:0;
}
.articlesectionlisting .dbt_header {
    color: #b76702;
    font-size: 18px;
}
.j-article{width:100%;overflow: hidden;}
.latest-issue{margin:0 0 20px;font-size: 20px;border-bottom: 1px solid #eee;padding-bottom: 8px;color: #0187b5;font-weight: bold;}
.j-article .title {color: #2779b3;font-weight: bold;margin-top: 5px;}
.j-article .journal-info {color:#666;}
.j-article .journal-info a{color: #33749a;}
.n-j-q{font-size: 20px;margin-bottom: 5px;float: left;}
.j-sx{font-size: 14px;color: #f19100;margin-top: 8px;display: -webkit-inline-box;float: right;}
.j-sx a{color: #2779b3;text-decoration:none;}
.j-sx a:hover{color:#f19100;text-decoration:none;}
.article-choose{color:#999;border-bottom: 1px solid #eee;overflow: hidden;padding-bottom: 2px;margin-bottom: 12px;margin-top: 10px;}
.article-choose .choose{float: left;}

.other-tools{float: right;color:#ccc;font-size: 20px;}
.other-tools-l{float: left;}
.other-tools .active{color:#f19100;}
.other-tools i,.other-tools .fengexian{padding: 0 3px;cursor: pointer;}
.other-tools .fengexian{padding: 0 3px;font-size: 18px;display: block;float: left;}

.article-list{overflow: hidden;/* margin-bottom: 20px; */}
.article-list li{border-bottom: 1px solid #eee;margin-bottom: 15px;overflow: hidden;padding-bottom:10px;border-radius: 3px;padding: 3px;}
.article-list li:hover{background: #f8f8f8;}
.selectedrow{background: #fbf9f8;border-color:#fbf9f8;border-top:0;border-left:0;border-right:0;margin:0}
.noselectrow{margin:0;border-color:#fff;border-top:0;border-left:0;border-right:0;margin:0}

.article-list li .article-checkbox{float: left;width:20px;}
.article-list li .j-column{color:#888;font-size: 14px;overflow: hidden;}
.article-list li .article-l{float:left;width: 76%;}
.article-list li .j-title-1 a{color: #0187b5;font-size: 18px;font-weight: 700;}
.article-list li .j-title-1 img{margin-top: -2px;}


.article-list li .icon-full{color:#54d014;font-size: 14px;}
.article-list li .icon-abstract{color:#999;font-size: 14px;}
.article-list li .icon-video{color:#03a5ca;font-size: 14px;}
.article-list li .icon-article{color:#0376ca;font-size: 14px;}
.article-list li .icon-collections{color:#f19100;font-size: 14px;transform:rotate(7deg);
-ms-transform:rotate(7deg);/* IE 9 */
-moz-transform:rotate(7deg);/* Firefox */
-webkit-transform:rotate(7deg);/* Safari 和 Chrome */
-o-transform:rotate(7deg);/* Opera */}

.article-list li .j-author{/* font-size: 14px; */color: #333;}
.article-list li .j-volumn{/* font-size: 14px; */color: #666;}
.article-list li .j-volumn-doi .j-volumn{float: left;padding-right: 10px;}
.article-list li .j-volumn-doi .j-doi{color: #666;}
.article-list li .j-btn{color:#d59505;margin-left:-10px;}
.article-list li .j-btn .j-pdf{background: url("../images/download-pdf.png") no-repeat;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-pdf,.article-list li .j-btn .j-html,.article-list li .j-btn .j-abs{color: #0187b5;line-height: 20px;margin-left:10px;font-size: 14px;}

.article-list li .j-title-1,.article-list li .j-author,.article-list li .j-volumn-doi,.article-list li .j-btn,.article-list li .j-abstract{overflow: hidden;margin-bottom: 8px;}
.article-list li .article-img{padding:10px;overflow: hidden;display: block;}
.article-list li .article-r{width:21%;float: right;}
.j-abstract{font-size: 14px;color: #888;display: none;}
.article-list li .article-w{width: 96%;}
.article_checkbox{margin: 8px 0 0 0!important;}

/*过刊 */
.gk_nian{padding: 10px 0 0;margin-bottom:8px; border-bottom: 2px solid #999;font-size:20px;font-weight:bold;}
.gk_qi{padding: 5px 0;margin-bottom:5px; border-bottom: 1px dashed #ddd;color: #666;line-height: 26px;}
.gk_qi span{width:300px;display: table-cell;font-size:16px;}
.gk_qi a{color:#33749a;}
.gk_fm li{padding:0 30px;}
.gk_fm img{margin:8px auto;}
.collection {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: #C9799F;
    font-size: 8px;
    border: 1px solid #C9799F;
    cursor: pointer;
    border-radius: 2px;
}
.in_progress {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: red;
    font-size: 8px;
    border: 1px solid red;
	border-radius: 2px;
}

/*--end--*/


/*底部*/

.footer{background:#0187b5;/* overflow: hidden; */color: #fff;padding: 25px 0;}

.footer-container{overflow: hidden;text-align: center;}
.footer-container a{color: #fff;}
.share-content a{background: rgba(0,0,0,.2);border-radius: 50%;width:36px;height:36px;line-height:36px;text-align: center;color: #eee;font-size:20px;margin-right:8px;text-decoration:none;}
.share{font-size:16px;}
.share-content{margin: 18px 0;}
.address-info p{margin-bottom:5px;}

.cover-container li{border: 1px solid #e5e5e5;padding:2% 2%;margin-bottom:2%;}
.cover-container li h3{margin: 0;}
.cover-list span{color:#33749a;}
.cover-download-pdf{overflow: hidden;}
.cover-container .cover-cover{margin: 10px 0;}
.cover-cover img{border: 1px solid #ddd;}
.cover-download-pdf a{float: right;background: url("../images/download-pdf.png") no-repeat;padding-left: 20px;color: #33749a;}
.cover-list{margin-bottom: 10px;cursor: pointer;}
.cover-container{display: none;overflow: hidden;}

/*内容*/
.content_nr{border: 1px solid #e0ecf3;margin-bottom: 20px;background: #fff;padding:20px 15px;box-shadow: 0 0 5px 0 rgba(127,127,127,.1);}
.content_nr .column{margin:0 0 20px;font-size: 20px;border-bottom: 1px solid #eee;padding-bottom: 12px;color: #0187b5;}
.content_nr .newstitle{
    text-align: center;
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
}
/*位置*/
.location{font-size: 16px;margin:0 0 15px 5px;display:none;}
.location i{font-size: 14px;margin-right:5px;}
.location a{color:#666}

/*Cover galler*/
.panel-title>a{text-decoration:none;color:#33749a;font-size:18px;font-weight: bold;}
.panel-title>a i{text-decoration:none;color:#999;float:right;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}
.panel-default {
    border-color: #eee;margin-bottom:20px!important;
}
.cg {padding:20px 15px;}
.cg p{margin-bottom:5px;}
.cg .title a{color:#33749a; font-weight:bold;font-size:18px;}
.cg a{color:#33749a;}
.cg .date{color:#333; font-weight:bold;}
.cg .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.cg .fm img{border:1px solid #ccc;padding: 2px;}
.cover-download a {
    background: url(../images/download-pdf.png) no-repeat 2px;
    padding-left: 23px;
    color: #0187b5;
    margin: 7px 0;
    display: block;
}


/*专题*/
.bs-collections{
    border:1px solid #f5f5f5;border-radius:8px;overflow: hidden;padding: 20px;border-left-width: 5px;border-left-color:rgb(236, 202, 103);overflow: hidden;margin-bottom: 20px;background:#fbfbfb;
}
.bs-collections {padding:20px 15px;}
.bs-collections p{margin-bottom:5px;}
.bs-collections .title{font-weight:bold;font-size:18px;}
.bs-collections .title a{color:#33749a; font-weight:bold;font-size:18px;}
.bs-collections .journal{color:#7b98b7;margin-bottom: 8px;font-style: italic}
.bs-collections .editor{color:#b76e11;margin-bottom: 8px;}
.bs-collections .list-group a{color:#33749a; font-size:18px;}
.bs-collections .date{color:#333; font-weight:bold;}
.bs-collections .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.bs-collections .link a {
    color: #33749a;
	margin-top: 8px;
	display:block;
}

.bs-collections-list{border:0;}
.bs-collections-list .title{font-weight:bold;font-size:20px; margin-bottom: 10px;}
.bs-collections-list .editor{color:#555;}

.sort-order{
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #dedede;
    line-height: 180%;
    padding: 5px 10px;
    overflow: hidden;
	margin-bottom:20px;
	background-image: linear-gradient(to bottom,#f8f8f8,#e5e5e5);

}

.sort-order span{font-weight:bold;font-size:14px;margin-right:10px;}
.sort-order .btn {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 #FFF;
        -moz-box-shadow: inset 0 1px 0 #FFF;
        box-shadow: inset 0 1px 0 #FFF;
        border: 1px solid #bcbcbc;
        color: #666;
        margin: 0;
        padding: 2px 10px 0;
    }

.sort-order .btn:hover{
        border-color: #999;
        color: #444;
        text-decoration: none;
}
.sort-order .in {
    font-weight: bold;
	color:#444;
	border-color: #999;
}


.julei{background: #fbfbfb;}
.julei ul {
	padding:10px 5px;
}
.julei li{
	padding:2px 0;
}
.julei .title {
	background: #f7f5f0;
	padding:5px;
	font-weight:bold;
	border-left: 3px solid #ef7d47;
	border-radius:4px;
}


/*news-list-1 */
.news-list-1{
    margin-bottom: 30px;
}
.news-list-1 .news-item-1 .media-left{
    padding-right: 15px;
}
.news-list-1 .news-item-1 a{
    display: block;
    border-bottom: 1px dashed #e2dfdc;
    padding: 20px 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative;
    overflow: hidden;
}
.news-list-1 .news-item-1 a:hover{
	text-decoration:none;
}
.news-list-1 .media-body{
	vertical-align:middle;
}
.news-list-1 .news-item-1 .news-date{
    color: grey;
    width: 80px;
    background: #F5F5F5;
    text-align: center;
    padding: 8px 5px 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.news-list-1 .news-item-1 .news-date .day{
    color: #666;
    font-size: 28px;
    font-weight: bold;
}
.news-list-1 .news-item-1 .news-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
}
.news-list-1 .news-item-1 .news-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    color: #666;
}
@media screen and (min-width: 768px) {
    .news-list-1 .news-item-1 .news-title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-list-1 .news-item-1 .news-go{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -125px;
        width: 125px;
        background: rgb(239, 46, 51,.82);
        color: #fff;
        font-size: 32px;
        text-align: center;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .news-list-1 .news-item-1 .news-go .fa{
        position: absolute;
        top: 50%;
        margin-top: -16px;
        line-height: 1;
        left: 50%;
        margin-left: -16px;
    }
    .news-list-1 .news-item-1 a:hover{
        background: #eee;
    }
	/*
    .news-list-1 .news-item-1 a:hover .news-go{
        right: 0;
    }
	*/
    .news-list-1 .news-item-1 a:hover .news-date{
        background: #eee;
    }
}
@media screen and (max-width: 767px) {
    .news-list-1 .news-item-1 .news-date{
        margin-bottom: 10px;
    }
    .news-list-1 .news-item-1 .news-go{
        display: none;
    }
}
/*news-list-1 end*/


@media (max-width: 992px){
 nav.navbar.bootsnav .navbar-brand {
    float:left!important;
 }
}

/*向上滚动时右侧浮动*/
.m-right{position:relative;}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{zoom:1;}
.box-fixed{top:0px;width:270px;}
.tab_fix_bottom {position: fixed;bottom: 107px;top: auto;}
.tab_fix{position:fixed;}

.box-fixed2{top:0px;width:270px;}
.tab_fix_bottom2 {position: fixed;bottom: 107px;top: auto;}
.tab_fix2{position:fixed;}

.m-center{width: 70%;float:left;}
.m-center-search{width:70%;float:left;}
.m-right{width: 30%;float:left;}

.j-info{position: relative;}
.impact{padding: 6px 8px;position:absolute;right: 0;top:0;color: #fff;font-size: 14px;background-color: #f0ad4e;border-radius: 3px;border: 1px solid #eea236;}
.j-jiyu{overflow: hidden;margin-bottom: 2px;}
.j-jiyu h3{font-weight: bold;margin-bottom: 15px;font-size: 18px;margin-top: 10px;}
.j-jiyu li{color: #666;margin-bottom:5px;}
.detail{color: #666;overflow: hidden;line-height: 24px;}
.tab-pane {
	border: 1px solid #f1f1f1;
	border-top: 0;
	overflow: hidden;
	margin-bottom: 25px;
	background: #fff;
	padding: 15px 15px;
	box-shadow: 0 0 5px 0 rgb(127 127 127 / 10%);
}
.submit-menu a,.btn-search{display: block;text-align: center;background: #0187b5;padding:6px 0;border-radius: 4px;color: #fff;font-size: 18px;/* border-left:3px solid #ff9900; */margin-bottom: 6px;margin-top: 5px;}
.submit-menu a:hover{background: #f79b0c;}

.editors a{color: #0187b5;}
.editors .col-md-6{padding-left: 7px;padding-right: 7px;}


@media (max-width: 678px){
    nav.navbar.bootsnav{background:#014b9c;}
    .navbar-default .navbar-brand{color:#fff;float: left!important;text-align: left;}
    nav.navbar.bootsnav .navbar-toggle{background-color:transparent;color: #fff;}
    .journal .journal-logo{width: 100%;float: none;margin-bottom: 20px;display: block;}
    .article-search .search-select{width: 35%;}
    .journal .article-search{width: 100%;padding: 0;}
    .article-search .adv-search{margin-top: 10px;width: 100%;float: right;}
    .last-issue{width: 100%;margin:10px 0 0;}
    .header{padding: 0;}
    .journal-img{margin:20px 0;}
    .zhuban{display: none;}
    .j-journal .main-btn{background-color: #2d7fd9;background-position: 25px 12px;}
    .header-r{float: none;}
    .cover-info,.cover{width: 100%;float: none;margin:10px 0;}
    .cover-info{height: auto;max-height: auto;}
    .j-journal{width: 100%;float: none;}
    .nav-bar{margin:10px 0;display: none;}
    ul.nav,.header{height: auto;}
    .cover-content{color: #666;}
    .news{padding: 0 10px;height: auto;}
    .news-column,.news-a{width: 100%;}
    .slide{min-height: auto;}
    .bx-wrapper img{height: auto;}
    .more-read{padding-top: 70px;background-position: 0 73px;}

    .footer-info{text-align: center;width: 100%;line-height: 18px;float: none;padding:0;}
    .wechat{width: 100%;float: none;}
    .footer-box .footer-logo{margin: 0;}
    .footer-box .sydw{float: none;margin: 0;}
    
    .datu-pic .carousel-indicators{display:none;}
    .datu-pic .carousel-caption{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .article-list li .article-l{width:92%;}
    .article-list li .article-r{width: 100%;float:none;}
    .footer{padding: 10px 0;}
    .red-bg{padding: 10px 0;}
	.logo-brief {display:none;}
	.cg .fm{float:left;margin-left:0;}
	.bs-collections .fm{float:left;margin-left:0;}
	.sort-order {margin-top:20px;padding-bottom:10px;}
	.sort-order .btn {width: 100%;}
	.gk_fm li{min-height:200px;}
	/*.j-sx{display:block;float: none;}*/
	.latest-issue{font-size: 18px;}
	.article-search .input-group {width: 100%;}
	.home-biaoqiannav{width:800px;}
	.datu-pic .carousel-inner .item a img{height:160px;width:100%}
	.article-search {margin-top: 20px;}
	.dropdown-menu{padding-left:10px;background: transparent;background-color: #00b0ec!important;}
	.dropdown-menu>li>a{color:#eee;}
	.site-nav .nav>li>a:focus, .site-nav .nav>li>a:hover {border-top:0;border-bottom: 0;}
	.m-center{width: 100%;float:left;}
	.m-center-search{width:100%;float:left;}
	.m-right{width: 100%;float:left;}
	.impact {position: initial;margin-bottom:10px;display: block;text-align: center;}
}

/*--返回顶部top--*/

.top_web{position: fixed;_position: absolute;bottom:176px;right:20px;width:48px;height:45px;border-radius: 5%;display: none;z-index: 9999;cursor: pointer;background: rgba(0,0,0,.05);}
.top_web .glyphicon{text-align:center;top:11px;left:12px;font-size: 20px;color: #0187b5;}
/*--返回顶部top--*/

/*其他 控制显示&隐藏*/
#key{display:none;} /*快速检索隐藏类型下拉条*/
.knomap{display:none;} /*隐藏Knowledge map*/
.shoucang{display:none;} /*隐藏收藏*/
.j-column{display:none;} /*隐藏每篇文章中的栏目名称*/
/*.richhtml{display:none;} 隐藏RichHTML按钮*/
.article-video{display:none;} /*隐藏视频文章相关按钮、高级检索视频选项*/
.j-abs{display:none;} /*隐藏摘要按钮*/
.wenzhang-liebiao li {margin: 0;}/*兼容*/
/*.j-title-1 span{display:none;} /*隐藏文题后图标*/
.icon-oa{margin-top:-3px!important;}
.tubiao{display:none;} /*隐藏图表检索*/

/*菜单鼠标划动下拉*/
.nav > li:hover .dropdown-menu {display: block;}

/*高级检索css更新*/
#advsearch .td-left {
    background: #f1f1f1;
    width: 120px;
    padding: 3px 10px;
    text-align: right;
}
#advsearch * {
    font-family: revert;
    font-size: 14px;
}
#advsearch table {
    border: 0;
}

#advsearch input,#advsearch select{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#advsearch label input{margin-right:5px;height: 14px;}
#btn-search {
    width: 160px;
    background: #880509!important;
    color: #fff!important;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 5px;
    margin:0 auto;
    height: 42px!important;
	padding: 6px 12px;
    font-size: 16px;
}
#advsearch .btn {
    font-size: 18px;
}

.shoulu{color:#222;font-weight: bold;overflow: hidden;margin-bottom: 10px;}
.shoulu li{margin:0 10px 8px 0;font-size: 14px;background: url("../images/star.gif") no-repeat 0 4px;padding-left: 15px;}

.fm img{margin: 3px auto 10px auto;}}
.footer .footer-nav{color:#eee}
.footer .footer-nav li{display: inline;}
.footer .footer-nav li a{color:#eee;padding: 0 10px;}
.footer .footer-nav li a:hover{color: #fff;}
.footer .footer-nav{display: block;overflow: hidden;text-align: center;margin-top:18px;}
aside .fa{color: #0f77c1;}

.email-alert{background: #00b0ec;/* border: 1px solid #f0f0f0; */border-radius: 4px;padding: 5px;font-size: 18px;margin-bottom: 12px;}
.email-alert a{display: flex;color: #fff;vertical-align: middle;padding-left:15px;}
.email-alert a i{padding-right: 12px;float: left;margin-top: 5px;}
.email-alert:hover{background: #f79b0c;}



/*Rich*/
.main_top_cm{box-shadow: none;}
.main_top_cm .container{background: transparent;}



.collections-c{/* border: 1px solid #ccc; */margin-bottom: 5px;display: flex;justify-content: center;align-items: center;height: 160px;overflow: hidden;}
.collections-c img{max-height: 160px;}

.collections-tit{font-size: 18px;padding-right: 10px;margin-bottom: 30px;text-align: center;}
.collections-tit .collections-big-t{color:#0187b5;font-weight: bold;}
.collections-tit .collections-big-n{color:#666666;font-size: 12px;}

.j-sx a {
    color: #0187b5;
    font-size: 16px;
    background: #f9f5f5;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    /* border: 1px solid #f0f0f0; */
}

.aside-column {
    background: #fff;
    overflow: hidden;
    padding: 17px;
    font-size: 16px;
    /* margin-top: 20px; */
}

/* 分享二维码 */
.weixin-a{position: relative;z-index: 999;}
.weixin_ewm{width: 150px;height: 150px;position: absolute;top: -160px;left: -60px;display:none;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;padding:10px;background:#fff;}
.weixin_ewm img{display: block;width: 100%;height: 100%;}
.weixin-a:hover .weixin_ewm{display: block;}

.main_content_center_right_pdf:hover {
    color: #235095;
}

.btn-box{overflow: hidden;margin-bottom: 5px;}