@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: Arial,Microsoft Yahei;background: #f5f5f5;font-size: 15px;line-height: 1.55;color:#262626;background: url(../images/bg-01.png);}
a{color: #262626;}
a { transition: all .5s;}
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:378px;width:100%}
}
.container{background: #fff;}

/*大图 */
.datu-pic .carousel{overflow: hidden;margin-bottom: 30px;}
.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;}
.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: 40px;padding-top: 0;padding-bottom: 0;}
.site-nav{
    background: #1a6bbd;
    background: -webkit-linear-gradient(top, #2872cf, #1253a7);
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: 1px 2px 5px #ccc;
}
.site-nav-x{background:#216dbe;}
.site-nav a{color: #fff;font-size:16px;}
.site-nav .nav>li>a{padding: 0 24px;}

.site-nav-en .nav>li>a{padding:0 25px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #a90e09;
}
.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;}






/*头部及检索*/
.journal-head{
	padding: 10px;
	overflow: hidden;
	background: url(../images/head-bg.png) center;
	border-bottom: 1px #448edb solid;
}
.journal-head .journal-head-bg{padding: 40px 0 35px;}
.logo-brief{color: #fff;opacity: .5;font-size: 14px;}
.logo h1 {margin: 20px 0;}
.journal-logo{float: left;}
.article-search{margin-bottom: 20px;overflow:hidden;padding: 6px;background: #eee;border-radius: 4px;height: 50px;}

.article-search .input-group{width: 83%;float: left;}
.article-search .adv-search{float: right;}
.article-search .adv-search a{display: inline-block;background: #e88f08;border-radius: 4px;color: #fff;font-size: 15px;padding: 0 13px;height:38px;line-height: 38px;}
.article-search .adv-search-en a{padding: 0 5px;}
.article-search .btn-default,.article-search .form-control{height: 38px;}
.article-search .form-control{background:#e8e9ec;background: rgba(255, 255, 255, 0.9);color:#8e8b8d;font-size: 14px;border-radius: 4px 0 0 4px!important;border-color: #ddd;}
.article-search .btn-default{background: #a90e09;font-size: 16px;border-color: #a90e09;}
.article-search .btn-default .glyphicon-search{color: #fff;}


/*办公系统css*/
.office-menu{
    /* margin-bottom: 20px; */
}
.office-menu li {
    margin: 12px 0;
}
.journal-btn {
    background-color: #bddaf7;
    background: -webkit-linear-gradient(left, #bddaf7, #ecf4f9);
    background:url(../images/bangongbg.png) center;
    color: #1a6bbd;
    padding: 5px 12px;
    border: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid #9ec5f5;
    box-shadow: 1px 1px 0 #e5eaff;
}
.journal-btn-en {
    text-align: left;
    padding-left:25px;
}
.journal-btn span {
    color: #0326a7;
    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: #1d6fc0;
    color: #fff;
}

.journal-btn:hover span {
    color: #9b3c05;
}
/*办公系统end*/

.submit-manuscript{font-size: 20px;text-align: center;background: #3f6ea5 url("../images/btn-main.jpg");border: 1px solid #004b83;height: 38px;line-height: 36px;color: #fff;}
.submit-manuscript a{color: #fff;}


/*右侧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,#1a6bbd);
    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 5px 0 rgba(127,127,127,.1);}
aside{border: 1px solid #eee;overflow: hidden;margin-bottom: 20px;background: #fff;border-radius: 4px;box-shadow: 0 0 5px 0 rgba(127,127,127,.1);}
aside ul{padding: 12px 14px;}

aside .column{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    height: 38px;
    border-radius: 4px 4px 0 0;
    line-height: 38px;
    /* background-image: url(../images/t.jpg); */
    /* background-color: #1a6bbd; */
    background: -webkit-linear-gradient(left, #1b64be, #2e83d9);
}
.column span{/* line-height: 100%; */}
.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 #eee;
    border-top:0;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(127 127 127 / 10%);
}
.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:#1a6bbd;}
.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;color: #1a61bd;}

.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 11px;float: right;font-size:15px;color: #fff;padding-right: 12px;/* line-height: 20px; */font-weight: normal;/* margin-top: 10px; *//* padding-right: 5px; */}
.news-list li{margin: 5px 0;}
.news-list li {background: url(../images/icon-li.gif) no-repeat 0 8px;padding-left: 15px;}

.news-list li .news-date{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: 28px;
	/* border-bottom: 1px #ccc dashed; */
	/* border-top: 1px #ccc dashed; */
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	padding: 5px 10px;
	font-size:14px;
}
.zgcolor{color: #1a6bbd;}


.jianjie {
    padding: 10px 0;
}
.jianjie img {
    width: 187px;
    border: 1px #eee solid;
    box-shadow: 2px 2px 4px #ccc;
    margin-top: 8px;
}
.jianjie .text {
    line-height: 160%;
    font-size:14px;
    padding-left: 32px;
    text-align:justify;
    /* margin-top: 8px; */
}
.column_title{
	line-height: 38px;
	padding-left: 15px;
	border-top: 2px solid #1a6bbd;
	font-size: 16px;
	font-weight: 600;
	color: #1a6bbd;
	border-bottom: 1px solid #eee;
	background: #ebf4fb;
}

.tab-content>.tab-pane {
    padding: 10px;
    background: #fff;
}

/* ---  首页　标签 ---  */


.tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li{
    float: none; 
}
.nav-tabs>li {
    margin-bottom: -2px;
    margin-left: 8px;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 28px;
    padding-left: 28px;
    line-height: 20px;
}

.nav-tabs {border-bottom: 2px solid #ccc;}
.home-biaoqiannav.nav-tabs li a{
	font-weight: bold;
    font-size: 18px;
    color: #555;
	border: 2px solid transparent;
	border-top: 3px solid #fdfbf9;
    border-bottom: 0;
}
.home-biaoqian-en.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 17px;
}
.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 #B90205;
    color: #B90205;
    border-bottom: 0;
}
.home-biaoqiannav.nav-tabs > li a:hover, .home-biaoqiannav.nav-tabs > li:focus {
    border: 2px solid #ccc;
    border-top: 3px solid #B90205;
    color: #B90205;
    border-bottom: 0;
    background: #f8f8f8;
	
}
.zlm {
	color: #0d61c1;
	font-size: 16px;
	font-weight: bold;
}


/*-------------------------------文章-----------------------------------*/
*.hidelabel {
  display: none;
}
.date {color: #1a6bbd;font-weight: bold;font-size: 16px;}
.articlesectionlisting {
	BORDER-BOTTOM: #bc0605 2px solid;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	PADDING-RIGHT: 0px;
	COLOR: #3a3a3a;
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 5px;
	background: #fbf6e8;
}

.articlesectionlisting .dbt_header {
    color: #ca410c;
    font-size: 16px;
    background: url(../images/lanmu_j.png) no-repeat 0 4px;
    padding-left: 22px;
}
.j-article{width:100%;overflow: hidden;}
.latest-issue{margin:0 0 20px;font-size: 18px;border-bottom: 1px solid #eee;padding-bottom: 8px;color: #1a6bbd;}
.j-article .title {color: #1a6bbd;font-weight: bold;margin-top: 5px;}
.j-article .journal-info {color:#666;}
.j-article .journal-info a{color: #33749a;}
.n-j-q{font-size: 18px;margin-bottom: 5px;}
.j-sx{font-size: 14px;color: #f19100;margin-top: 4px;display: -webkit-inline-box;float: right;}
.j-sx a{color: #1a6bbd;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;}
.article-list li{border-bottom: 1px solid #f8f8f8;margin-bottom:10px;overflow: hidden;padding-bottom:10px;border-radius: 3px;padding:3px;}
.article-list li:hover{background: #fbf9f8;}
.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: 75%;}
.article-list li .j-title-1 a{color: #333;font-size: 15px;font-weight: 700;}

.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: #a95208;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: 3px;}
.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%;}


/*过刊 */
.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: #1a61bd;overflow: hidden;border-top: 2px solid #1a61bd;}
.footer-info{color: #fff;text-align: center;font-size: 14px;padding: 20px 0 20px;}
.footer-info a{color: #fff;}
.footer-info p{margin-bottom: 5px;line-height: 22px;}
.j-wechat img{padding: 3px;background: #fff;width:106px;border-radius:2px;}
.share{margin:10px auto 0;text-align: center;}
.share i{color: #fff;margin: 0 10px;text-align: center;}

.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;}
.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;
    padding-left: 22px;
    color: #33749a;
	margin: 3px 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: 10px;
}
.news-list-1 .news-item-1 .news-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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;
 }
}




@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;}
    .nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a{padding: 10px 20px;}
    .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;}

	.home-biaoqiannav.nav-tabs li {}
	.datu-pic .carousel-inner .item a img{height:160px;width:100%}
	.article-search .input-group {width: 86%!important;}

}

/*--返回顶部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(22,58,188,.2);}
.top_web .glyphicon{text-align:center;top:11px; left:12px;font-size: 22px;color:#1a6bbd;}
/*--返回顶部top--*/

/*其他 控制显示&隐藏*/
#key{display:none;} /*快速检索隐藏类型下拉条*/
.knomap{display:none;} /*隐藏Knowledge map*/
.shoucang{display:none;} /*隐藏收藏*/
.j-column{display:none;} /*隐藏每篇文章中的栏目名称*/
/*.richhtml{display:none;} /*隐藏RichHTML按钮*/
.article-video{display:none;} /*隐藏视频文章相关按钮、高级检索视频选项*/
.wenzhang-liebiao li {margin: 0;}/*兼容*/
.j-title-1 span{display:none;} /*隐藏文题后图标*/
.icon-oa{margin-top:-2px;}
.article-search .tubiao{display:none;} /*隐藏图表检索*/

/*菜单鼠标划动下拉*/
.nav > li:hover .dropdown-menu {display: block;}

/*非rwd*/
html,.container{min-width: 1200px;}

.m-center{width:75%!important;float:right!important;}
.m-right{width:25%!important;float:left!important;}



/*中间条目*/
.column-1 {
	width:100%;
	font-size: 18px;
	color: #1a6bbd;
	line-height: 34px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: inline-block;
	position: relative;
	padding-left:15px;
}
.column-1 span {
	left: 0;
	top: 8px;
	width: 5px;
	height: 18px;
	background: #1a6bbd;
	position: absolute;
	display: inline-block;
	border-radius: 1px;
}


/*高级检索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 input, #advsearch select {
    padding: 6px 7px;
}

/*rich摘要兼容*/
.main_top_cm {
    box-shadow: none;
}
.main_content {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 10px;
    max-width: 1200px;
    background: #fff;
}


/*--RWD bShare分享兼容--*/
.bsBox{-webkit-box-sizing:content-box}
#bsPanel{-webkit-box-sizing:content-box}
.bFind-wrapper-top{-webkit-box-sizing:content-box}

.fa-feed{font-size: 18px;}

.email-alert{background: #f7f0da;border: 1px solid #ebdccc;border-radius: 4px;padding: 5px;font-size: 18px;margin-bottom: 20px;}
.email-alert a{display: flex;color: #c21b22;vertical-align: middle;padding-left:15px;}
.email-alert a i{padding-right: 12px;float: left;margin-top: 4px;}
.email-alert:hover{background: #e7dbaf}

.article-r{display:none;}