@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-size:14px;
	font-family: Arial,"Microsoft YaHei";
	background: #ceedff url(../images/body-bg.jpg) no-repeat top center;
}
a:link, a:visited {text-decoration: none;color: #333;}
a:hover{color:#333;text-decoration: none;}


ul,li{padding: 0;margin: 0;list-style: none;}
input,select{outline:none;}

.gd{font-size: 14px;font-weight: normal;float:right;line-height:18px; color:#2082d6;margin-right: 10px;}
.bs{background:#fff;}
.huise{background:#eff4f7;}
.lanse{background:#f5f5f5;}
.baise{color:#fff;}
a.baise:link, a.baise:visited{color:#fff;text-decoration:none;} 
a.baise:hover, a.baise:active{color:#eee; text-decoration:none;} 
.fl{float: left;}
.fr{float: right;}
.mt0{margin-top:0!important;}
.mb0{margin-bottom:0!important;}

.pt0{padding-top:0!important;}
.pb0{padding-bottom:0!important;}
.paddt20{padding-top: 20px;}
.box1{box-shadow:0 0 10px #d5d5d5;}
.padding-tb0{padding-top:0!important;padding-bottom:0!important;}
.padding-0 {padding-left: 0;padding-right: 0;}
.mb20{margin-bottom:20px;}
.main{padding: 15px;overflow:hidden;background: #fff;}
.container{background:#fff;padding-top: 20px;}
/*头部*/
.ding{width:100%;min-width:1200px;background:#eff3f7;}
.ding2{max-width:1200px;margin:auto;color:#333;padding:0 15px;height:34px;line-height: 34px;}

.header-wrap{min-width: 1200px;margin:0 auto 20px;box-shadow:0px 0px 8px 2px rgba(0,0,0,0.2);}
.header{ margin: 0 auto;position: relative;z-index: 9999;background: url(../images/top-bg.jpg) top center;}
.banner{max-width: 1200px;margin:auto;overflow: hidden; padding: 0 15px; }

.zuoc{width:700px;float:left;}
.youc{width:400px;float:right; }

.site-top .site-top-l{color: #fff;font-size: 16px;}
.site-top .site-top-r a i{background:#fff;border-radius: 50%;color:#003C7A;width: 20px;height: 20px;line-height: 20px;font-size: 12px;display: inline-block;text-align: center;}
.site-top .site-top-r a{margin: 0 3px;color:#fff;}
.site-top-r{font-size: 14px;float: right;z-index: 99;background:#f6faff;border-radius:0 0 4px 4px;padding:2px 5px;border: 1px solid #ecf7fd;position: absolute;right: 0;top: 0;}
.site-top-r a{color: #013589;}

.issn-cn{color:#fff;padding-left: 20%;font-size: 16px;}

/* focus */
#focus{float: right;position: relative;}
#focus div{overflow:hidden;position: absolute;top:0;right:80px;}
#focus img{height:226px;}
#focus #focus_img{display:none;}
/* focus end*/

.logo-pic {
    float: left;
    margin: 36px 0;
}



.rssemail{float: right;width:390px;margin-top:32px;}
.zgzb{
	width: 100%;
    text-align: left;
    margin-top: 16px;
    margin-bottom:8px;
   
}
.top_ewm{overflow:hidden;margin-top:40px;}
.top_ewm img{height:120px;margin: auto;}

.jsk{width:100%;overflow:hidden;padding-left: 172px;}
.tgbutton {
	font-size: 16px;
	/* width: 70px; */
	background: #fff;
	color: #fff;
	text-align: center;
	line-height: 35px;
	/* float: left; */
	margin-top: 5px;
	text-decoration: none;
	border-radius: 5px;
	height: 35px;
	display: inline-block;
	font-weight: bold;
	margin-right:10px;
	padding: 0 20px;
}
.tgbutton:link,.tgbutton:visited{color: #099ee9;}
.tgbutton:hover{color: #fff;background:#19aaef;text-decoration:none;}

.weixin{width:130px;float:right;text-align: right;}
.weixin img{width:110px;}


.zgzb_en{margin-top: 24px!important;}
.rsbg {
	font-size: 14px;
    width: 90px;
    background:#0188a5;
    text-align: center;
    line-height: 34px;
    float: right;
	margin-left: 6px;
	text-decoration:none;
	border-radius: 3px;
	margin-bottom: 1px;
}
.rsbg:hover{color: #fff;background:#cd9007;text-decoration:none;}
.rsbg:link,.rsbg:visited{float: right;color: #fff;}

.rss_em{
	width: 105px;
    background:#f4b211;
    text-align: center;
    line-height: 34px;
    float: right;
	text-decoration:none;
	border-radius: 4px;
	margin-left: 10px;
}
a.rss_em{
	font-size: 14px;
    width: 110px;
    background:#e9a500;
    text-align: center;
    line-height: 34px;
    float: right;
	text-decoration:none;
	border-radius: 4px;
	color:#fff;
}
.social-area{margin-top:1px;}
.social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
	float: right;
}

.social-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8f8f8f;
    background-color: transparent;
    border-radius: 50%;
    transition: .35s;
	opacity: .7;
}

.social-area ul li a i {
    color: #8f8f8f;
    transition: .35s;
}

.social-area ul li a:hover {
    background-color: #a25c2b;
	border-color:#a25c2b;
	opacity: 1;
	color:#fff;
}

.social-area ul li a:hover i {
    color: var(--white);
}

/* 分享二维码 */
.weixin-a{position: relative;z-index: 999;transition: all 1s;}
.weixin_ewm{width: 130px;height: 130px;position: absolute;top: 30px;left: -60px;display:none;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;padding:8px;background:#fff;}
.weixin_ewm img{display: block;width: 100%;height: 100%;}
.weixin-a:hover .weixin_ewm{display: block;}

.niandate{float:left;width:200px;text-align:center;color:#fff;font-size:16px;line-height:50px;}
.niandate_en{float:left;width:150px;font-size:15px;color:#fff;text-align: center;line-height:48px;}
/*导航菜单*/
.daohang{width:100%;background:#023586;}
.navbar{min-height: 30px;border: 0;margin-bottom: 0px;}
.navbar-nav>li>a{line-height:48px;padding-top: 0;padding-bottom: 0;}
.navbar-collapse{background:transparent;padding-left:0;padding-right:0;}
.site-nav{border-radius: 4px;max-width:1200px;margin:auto;}
.site-nav a{color: #fff;}
.site-nav .nav>li>a{padding-left:28px;padding-right:28px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {text-decoration: none;background-color:#fff;color: #023586;}
.site-nav .navbar-toggle{background:#ba2d14;border:1px solid #ffffff;}
.site-nav .navbar-toggle .icon-bar{background:#ffffff;}
.site-nav .navbar-nav>li>a{font-size: 17px;text-align: center;}

.dropdown-menu{background:#003C7A; min-width: 200px;  border: 1px solid #003C7A;}
.dropdown-menu>li>a{color:#fff;font-size: 16px;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	color: #fff;
    text-decoration: none;
    background-color: #2082d6;
    text-indent: 0.5em;
    transition: 0.1s;
}
.dropdown-menu>li>a {padding: 7px 24px;}


/*检索*/
.jswz{width: 12%;font-size: 16px;font-weight: bold;color:#333;display: inline-block;float: left;text-align: center;line-height: 36px;}

.article-search{/* float: left; */width:100%;margin-bottom: 20px;overflow: hidden;padding: 10px;background: #f6faff;}
.article-search .input-group{width: 69%;float: left;}
.article-search .adv-search{width: 18%;float: right;}
.article-search .adv-search a{display: inline-block;background: #e18434;border-radius: 2px;color: #fff;/* padding: 0 16px; */height:36px;line-height: 36px;font-size: 16px;width: 100%;text-align: center;}
.article-search .btn-default,.article-search .form-control{height: 38px;}
.article-search .form-control{padding-left: 10px;height: 36px;border: #ccc 1px solid;border-radius: 2px 0 0 2px;}
.article-search .btn-default{height: 36px;background: #08347b;font-size: 16px;border-color: #08347b;border-radius: 0 2px 2px 0!important;}
.article-search .btn-default .glyphicon-search{color: #fff;}

.tbjs a{background:#76af37!important;}
.text_en{width:67%!important;}
.gjjs_en{width:20%!important;font-size: 14px!important;}
.gjjs_en a{padding:0 5px!important;}
.article-search-right{width:250px;overflow:hidden;margin:20px auto;text-align: center;}
.select-k{width: 30%;margin-right: 2%;float: left;border: 1px solid #ccc;height:28px;line-height:28px;border-radius: 3px;}


.zclm_2{overflow:hidden;}

/*在线办公按钮 */
.office_list{margin-bottom:10px;overflow:hidden;}
.office_list ul{overflow:hidden;margin-bottom: 0;}
.office_list li{width: 100%;margin: auto;margin-bottom:20px;}
.btn-shadow {
    border: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height:45px;
	background:#013589;
	width: 100%;
    border-radius: 4px;
    letter-spacing: 5px;
	padding: 0;
}

.btn-shadow:link, .btn-shadow:visited{color:#fff;}
.btn-shadow:hover {
    color: #fff;
    background-color:#dc9e15;
    border-color:#dc9e15;
}


.bgcd_2{background: #2890a7;}
.bgcd_3{background: #bfbc30;}
.bgcd_4{background: #0e997a;}
.bgcd_5{background: #0076db;}

.bgwz{
	font-size: 26px;
    display: inline-block;
    margin-top: 13px;
	float:left;
}
.btn_en{letter-spacing:0!important;}
.off_en img{height:30px!important;}

/*期刊信息*/
.qkxx{overflow: hidden;box-shadow: 0 0 10px #e8e5e5; margin-bottom: 20px;}
.qkxx_fm{text-align: center;background:#fff;}
.qkxx_fm img{width:250px;margin: auto;border:1px solid #eee;}

.qkxx_xx{
	line-height: 27px;
    color: #333;
    text-align: left;
    background: #fff;
    padding: 0 0px 0 48px;
    margin-bottom: 20px;
}
.qkxx_xx span{
	font-weight: bold;
	color:#000;
}
.qkxx_njq{
	text-align: left;
    line-height: 24px;
    color: #000;
	font-size: 16px;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: bold;
}

.qkxx_nr{line-height:26px;overflow: hidden;text-indent:2em;padding-top: 5px;}

.qk_ewm img{width:200px;}

.qkxx_fmwz{margin-top:8px;line-height:26px;}
.qkxx_fmwz span{color:#0155bd;font-weight: bold;}

.fm_lm{margin:15px 0;border-bottom: 1px solid #ccc;padding-bottom: 15px;}

.qkxx_xx_en{line-height:26px;font-size:14px;}


.more{float:right;display: inline-block;    margin: 10px 10px 0 0;}


.more1{color:#cb8609;}

.gd_all{
	font-size: 16px;
    padding: 8px 10px;
    display: block;
    background: #fff;
    width: 180px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ccc;
    margin: auto;
	margin-top: 15px;
}
.gd_all:link{color:#1258ae;}
.gd_all:hover{ background:#1c64bf; color: #fff;}


/*新闻*/
.xw_tab{overflow: hidden;margin-bottom: 30px;}
.xw_tab dl{overflow:hidden;margin-bottom:0;background: #fff;    padding: 4px 0;}
.xw_tab dd{line-height:26px;border-bottom: 1px solid #eee;margin-bottom: 6px;padding-bottom: 6px;}

.xw_tab ul{overflow:hidden;margin-bottom:0;background: #fff;padding:10px;}
.xw_tab ul li{line-height:22px;margin-bottom: 6px;padding-bottom: 6px;}
/*文字向上不间断滚动*/
#de {width:90%;margin:10px auto;height:250px;overflow:hidden;}
.right-middle {overflow:hidden;margin-bottom: 0;}
.right-middle li {overflow: hidden; text-align: left;margin-bottom: 5px;border-bottom: 1px solid #eee;padding-bottom: 5px;line-height: 26px;}
.right-middle li a {display:block;font-size:14px;color:#000;line-height:26px;text-decoration:none;}
.right-middle li a:hover{color:#cb750a;}
.xwr_r{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:26px;}/*控制字数，显示1行，超出用省略号*/
.shijian{color:#999;}

.title_1{overflow: hidden;height: 40px;position: relative;}
.title_1 .current{background: #013589;color: #fff;}
.title_1 span{float: left;padding:8px 15px;font-size:18px;text-align: center;z-index: 99;background: #dcf2ff;color: #2082d6;margin-right:12px;cursor: pointer;}

.title_2{
	position: relative;
    border-bottom:1px solid #d4dbdc;
    background: #fff;
    font-weight: bold;
    color: #333;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
	padding-left:15px;
	margin:5px 10px 0;
}
 .title_2 .icon {
    display: block;
    width: 5px;
    height: 20px;
    background:#be0000;
    border-radius: 3px;
    position: absolute;
    left:0;
    top:13px;
}

.title_3{
	background: #eee;
	border-top: 2px solid #ad0000;
}
.title_3 span{
    background:url(../images/xwbg.jpg);
    display: inline-block;
    border-radius: 0 0 3px 3px;
    color: #fff;
    padding: 8px 12px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.title_4{
	width:100%;
	height: 45px;
    line-height: 45px;
    font-size: 18px;
    color:#333;
    text-align: left;
    font-weight: bold;
	margin-bottom: 5px;
}
.title_6{
	height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    color: #1256aa;
    margin-top: 5px;
}
.right-box{
	background: #f6faff;
    border-top: 2px solid #013589;
    overflow: hidden;
    padding: 30px 10px 10px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.tab_list{margin-bottom:20px;overflow: hidden;background:#fff;}
.tab_list ul{
	background: #f6faff;
    border-top: 2px solid #013589;
    overflow: hidden;
    padding: 30px 10px 10px;
    margin-top: -20px;
}
.tab_list ul li{
	line-height: 21px;
    margin-bottom:10px;
    border-bottom: 1px solid #d5e8ff;
   overflow: hidden;
	padding-bottom: 10px;
}

.tab_list li:first-child i,.tab_list li:nth-child(2) i,.tab_list li:nth-child(3) i{background: url("../images/hot-list.png") no-repeat;}
.tab_list li a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:85%;float: left;}
.shunxu{background: url("../images/normal-list.png") no-repeat;width: 26px;height: 21px;line-height: 20px;float: left;text-align: center;font-size: 14px;color: #fff;font-style: normal;margin-right: 5px;}

.tab_list2{background: #fff;margin-bottom: 20px;overflow: hidden;}
.tab_list2 ul{padding: 10px 15px 0;margin-bottom:10px;}
.tab_list2 ul li{
	padding:5px 0;
	
	text-align: center;
}
.tab_list2 ul li img{width:250px;}

.tab_list3{width:300px;float:right;}
.tab_list3 ul{margin:5px 0px;}
.tab_list3 li{line-height: 30px;color:#fff;font-size: 17px; padding-top: 8px;padding-bottom: 8px;}
.tab_list3 li a{color:#fff;}

.tab_list2 dl{margin: auto;border: #e8e8e8 1px solid;padding:20px;    min-height: 263px;}
.tab_list2 dd{line-height: 28px;text-align: center;margin-bottom:7px;padding-bottom: 7px;overflow: hidden;border-bottom: 1px solid #eee;}
.tab_list2 dd:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0 solid #eee;}
.qikan_ming{font-weight:bold;font-size:14px;}
.qikan_jieshao{line-height:22px!important;color:#999;}
.qkkan_fm img{height:100px;float: left;margin-right: 10px;}

.tab_list dl{margin:5px 15px;}
.tab_list dd{line-height: 26px;border-bottom:1px #ccc dotted;padding-top: 3px;padding-bottom: 3px;}
.tab_list dt{font-weight:normal;}
.tab_list dd:nth-child(-n+1){color: #0e71c5;font-weight: bold;}
.tab_list dd:nth-child(-n+1)>.lanse{color: #0e71c5}

.adtab_list{margin-bottom:15px;overflow: hidden;background:#fff;}
.adtab_list ul{margin: 10px 15px;overflow: hidden;}
.adtab_list ul li{ overflow: hidden;margin:8px 0;text-align: center;}
.adtab_list ul li img{width:80%;height:60px;margin: auto;border:1px solid #ccc;border-radius: 2px;}

.qkdjt{margin-bottom: 20px;overflow: hidden;box-shadow: 0px 2px 6px #d7d7d7;}
.qkdjt ul{overflow:hidden;margin: 20px 0;}
.qkdjt ul li{text-align:center;}

.rwsck{margin-bottom: 20px;overflow: hidden;box-shadow: 0px 2px 6px #d7d7d7;}
.rwsck ul{overflow:hidden;margin: 20px 0;}
.rwsck ul li{text-align:center;margin-bottom: 13px;}
.rwsck ul li:last-child{margin-bottom:0;}

.zclm_1{width:100%;overflow: hidden;}
.qkdt_tab{width:280px;float:left;margin-bottom:10px;overflow: hidden;background:#fff;}
.qkdt_tab ul{margin:0 10px 0 5px;overflow: hidden;}
.qkdt_tab ul li{
	line-height:25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-top: 5px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}/*控制字数，显示1行，超出用省略号*/


.hy_tab{float:right;width:420px;background: #fff;margin-bottom: 20px;overflow: hidden;}
.hy_tab ul{overflow:hidden;margin:5px 15px 15px;min-height:216px;}
.hy_tab li{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 25px;
}



.r_rwz{width:100%;height:25px;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;}/*控制字数，显示1行，超出用省略号*/


.r_r{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:23px;}/*控制字数，显示1行，超出用省略号*/

/*友情链接*/
.yqlj_tab{background: #fff;overflow: hidden;}
.yqlj_tab ul{overflow: hidden;margin:15px 0;}
.yqlj_tab li{overflow: hidden; margin-bottom:20px;}
.yqlj_tab li img{height:45px;}

.topu{background: url(../images/topu.jpg) no-repeat center top;min-width:1200px;}

/*---------------热点文章轮播图----------------------*/
.hot_article{overflow:hidden;width:49%;float:left;}
.carousel-caption{
	font-size: 14px;
    position: absolute;
    right: 0;
    left:0;
	bottom: 0px;
    z-index: 10;
    padding-top:10px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    width: 100%;
    height: 40px;
    background: #666;
    background:rgba(0,0,0,0.5);
}

.carousel-inner ol{ margin-bottom:0;}
.carousel-caption h3{margin-top:10px;}
.hot_article .carousel-indicators{ bottom:35px;}
.hot_article .carousel-indicators .active{background-color:#f59e00;}
.carousel-caption a p{padding:0 10px;font-size:16px;color:#fff;overflow: hidden; white-space: nowrap;  text-overflow: ellipsis;}
.hot_article .carousel-indicators li{background:#fff;border: 0;}
.slide .carousel-caption a:hover{text-decoration:none;}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
@media screen and (min-width: 768px){
    .banner .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom:0;
    }
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 295px;
}
.carousel .carousel-control.left,.carousel .carousel-control.right{background:none;filter:none;} /* 去阴影背景--*/
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#0073d6;
    border: 1px solid transparent;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color:#f59e00;
}
/*---------------热点文章轮播图end----------------------*/
.curr_fr{width:49%;float:right;}

/*热点文章*/
.hot_tab{overflow: hidden;background:#f6faff;}
.hot_tab ul{overflow:hidden;margin:0;padding:0 15px;}
.hot_tab ul li{
	background: url(../images/dot.png) no-repeat 0 8px;
    padding-left: 10px;
    margin: 12px 0;
    border-bottom: 1px solid #d5e8ff;
    padding-bottom: 10px;
	font-size: 16px;
	color:#013589;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.hot_tab ul li a{color:#013589;}
/*.hot_tab ul li:first-child{display:none;} 控制第一条隐藏*/ 
.hot_wz{border-bottom: 1px solid #eee;padding-bottom:3px;margin-top:3px;}
.hot_tab .hot_biaoti{font-size: 14px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hot_tab .hot_biaoti a{color:#333;}
.hot_tab .hot_zuozhe{color:#666;line-height: 26px;margin: 5px 0;overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}
.hot_tab .hot_zhaiyao{color:#888;line-height: 25px;margin-bottom: 5px;overflow: hidden;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 3;height:75px;}
.hot_tab .hot_volumnh{line-height: 26px;margin-bottom:5px;}
.j-doi{color:#1f8b97;}

.r_rhot{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow:hidden;width:100%;height:25px;}/*控制字数，显示1行，超出用省略号*/

.gd_wenzhang{float: right; line-height: 42px;color:#666;}
.gd_wenzhang a {
    border-bottom: 1px solid #d5a110;
    color: #d5a110;
    overflow: hidden;
}

.tab-more{position: absolute;top:10px;right:10px;}
a.tab-more{color:#013589!important;}

/*向左滚动图片*/
.ggtab_list2{margin: auto;background: #fff;overflow: hidden;margin-bottom:30px;}
.title_gg{background:#fff;}
.title_gg span{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color:#0156b5;
	height: 40px;
	line-height: 40px;
	border-bottom:2px solid #096abf;
}
.qimo8{overflow:hidden; max-width:1150px;margin: auto;margin-top: 20px;}
.qimo8 .qimo {/*width:99999999px;*/width:8000%; height:100px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left;height:100px; overflow:hidden; zoom:1;margin-bottom: 0; }
.qimo8 .qimo ul li{float:left;width:200px;height:80px; list-style:none;margin-right:20px;}
.qimo8 .qimo ul li img{width:200px;height:80px;}
.qimo8 li a{color:#444444;}
/*向左滚动图片*/

/*最新录用*/
.zuixin_tab{overflow:hidden;margin-bottom:20px;background:#fff;}
.zuixin_tab ul{margin:10px 15px 15px;overflow: hidden;}
.zuixin_tab ul li{padding-bottom: 3px;margin-bottom: 3px;line-height: 26px;}

.zuixin_wenzhang{border-bottom: 1px solid #eee;padding-bottom: 10px; margin-bottom: 15px;}
.luyong-shijian{background: #eee;line-height: 26px; color: #666;margin-bottom:5px;}
.zuixin_tab .biaoti{font-size: 15px;font-weight: bold;line-height: 26px;height:26px;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;}
.zuixin_tab .zuozhe{color:#999;line-height: 26px;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:26px;}
.zuixin_tab .volumnh{color:#666;line-height: 26px;}

/*在线期刊*/
.tab_zxqk{overflow: hidden; margin-bottom:25px; background: #fff;}
.tab_zxqk ul{margin:5px 15px 15px;}
.tab_zxqk li{line-height:40px;font-size: 15px; border-bottom:1px solid #eee;background: #fff; display:block;}
.tab_zxqk a{color:#333;display:block;padding-left: 5px;}
.tab_zxqk a:hover{color: #fff;background:#cb8609;display: block;text-decoration: none;}
.tab_zxqk a:hover .glyphicon{color:#fff;}
.tab_zxqk .glyphicon{color:#01356f;margin-right: 5px;}

/*最新出版*/
.zxcb{overflow:hidden;margin-bottom:20px;}
.mr_frbox {width:340px; height: 210px; padding: 5px 5px 0px 0px; }
.mr_frBtnL { float: left; margin: 70px 5px 0px 0px; cursor: pointer; display: inline; }
.mr_frUl { float: left; width: 630px; height: 230px; }
.mr_frBtnR { float: right; margin-top: 70px; cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; width: 165px;  height: 210px;margin-right: 5px; overflow: hidden; }
.mr_frUl ul li img { display: block;height:210px; margin: auto;}


.fudong_a4:hover .hkxw_ewm{display: block;}
.fudong{background:url(../images/fudong.png) no-repeat center top;width: 55px;height: 451px;position: absolute;top:286px;right:-60px;}
.fudong_a1,.kuaisuliulan{background:url(../images/fudong_icon4.png) no-repeat center 13px;font-size: 14px;color: #fff;width:55px;padding-top: 38px;display: block;margin: 6px auto 0 auto;text-align: center;line-height: 16px;height: 78px;}
.fudong_a2{background: url(../images/fudong_icon3.png) no-repeat center 25px;font-size: 14px;color: #fff;width: 55px;padding-top: 50px;display: block;margin: 0px auto 15px auto;text-align: center;line-height: 16px;height: 90px;}
.fudong_a3{background: url(../images/fudong_icon1.png) no-repeat center 0px;font-size: 14px;color: #fff;width: 55px;padding-top: 29px;display: block;margin: 0px auto 12px auto;text-align: center;line-height: 16px;height: 67px;}
.fudong_a4{background:  url(../images/fudong_icon2.png) no-repeat center top;font-size: 14px;color: #fff;width: 55px;padding-top: 30px;display: block;margin: 0px auto 30px auto;text-align: center;line-height: 16px;height: 60px;}
.fudong_a5{background:  url(../images/fudong_icon5.png) no-repeat center 3px;font-size: 12px;color: #333;width: 55px;padding-top: 14px;display: block;margin: 0px auto 12px auto;text-align: center;line-height: 16px;height: 15px;}
.fudong_a7{background: url(../images/fudong_icon7.png) no-repeat center 0px;font-size: 12px;color: #fff;width: 55px;padding-top: 30px;display: block;margin: 20px auto 10px auto;text-align: center;line-height: 16px;height: 70px;}

.hide-article{position: absolute;top:-75px;left:55px;background: #fff;z-index:8888;width:250px;text-align: left;border-radius: 4px;box-shadow:0 0 5px #ddd;padding: 10px;border: 1px solid #eee;font-size: 14px;display: none;max-height:800px;overflow: auto;}
.hide-article li{margin-bottom: 10px;background: url(../images/dot.png) no-repeat 0 8px;padding-left: 10px;}
.hide-article li a{font-size: 14px;color: #013589;line-height: 22px;}

/*专题*/
.zhuanti_tab{background:#f6faff;overflow: hidden;}
.zhuanti_tab ul{overflow:hidden;margin:0;padding:0 15px;}
.zhuanti_tab ul li{
	background: url(../images/dot.png) no-repeat 0 8px;
    padding-left: 10px;
    margin: 12px 0;
    border-bottom: 1px solid #d5e8ff;
    padding-bottom: 10px;
	font-size: 16px;
	color:#013589;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.zhuanti_tab ul li a{color:#013589;}
.zhuanti_tab ul li:last-child{margin-bottom:0;}
.zhuanti_tab_tp{overflow:hidden;text-align: center;}
.zhuanti_tab_tp img{width:254px;height:194px;cursor: pointer;transition: all 0.6s;  }
.zhuanti_tab_tp img:hover{ transform: scale(1.2); }
.zhuanti_tab_title{line-height:25px;font-size:15px;font-weight:bold;text-align: center;padding: 5px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zhuanti_tab_title a:hover{color:#d48d00;text-decoration: underline;}
.zhuanti_tab_author{line-height:26px;color:#666;}
.zhuanti_nirong{width:100%;}
.zhuanti_tab_jianjie{line-height:25px;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp:4;overflow: hidden;height:100px;}
.ztwz_r_r{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:30px;}/*控制1行显示*/

/*专辑封面列表*/
.table_special{overflow:hidden;margin-bottom: 20px; box-shadow: 0px 2px 6px #d7d7d7;}
.table_special ul{overflow:hidden; margin:0;padding: 15px;border: 1px solid #e8e8e8; min-height: 306px;}
.table_special li{text-align: center;}

.zhuanji_title{
	text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
}
.zhuanji_njq{color:#666;text-align: center;}
.zhuanji_title_2{
	text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
}
.lanmu_list{overflow:hidden;}
.lanmu_list li{line-height: 28px;margin-bottom:5px;padding-bottom: 5px;overflow: hidden;border-bottom: 1px solid #eee;}


.r_rtm{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:26px;}/*控制字数，显示1行，超出用省略号*/

/*排行*/ 
.ph_list{overflow:hidden;background: #fff; margin-bottom:20px;}

.readwz{overflow:hidden;}
.readwz ul{margin:5px 5px;}
.readwz ul li{
	line-height: 21px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5e8ff;
    overflow: hidden;
    padding-bottom: 10px;
}
.readwz ul li a .dot{
	background: url("../images/normal-list.png") no-repeat;
	width: 26px;
	height: 21px;
	line-height: 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	margin-right: 5px;
}
.readwz ul li:nth-child(1) a .dot{background: url("../images/hot-list.png") no-repeat;color:#fff;} /*控制第一条变色*/ 
.readwz ul li:nth-child(2) a .dot{background: url("../images/hot-list.png") no-repeat;;color:#fff;} 
.readwz ul li:nth-child(3) a .dot{background: url("../images/hot-list.png") no-repeat;;color:#fff;} 

.ph_tm{width:85%;float:left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ph_shu{width:15%;
	float:right;
	background: #dcf2ff;
    padding: 1px 5px;
    text-align: center;
    font-size: 14px;
}

/**tabs**/
.tabPanel{position:relative;}
.tabPanel dl{height:40px;margin-bottom: 0;    overflow: hidden;}
.tabPanel dl dd{
	float:left;
	margin:0 10px 0 0;
	background:#dcf2ff;
	font-size: 16px;
	height:40px;
	line-height:40px;
	color:#013589;
	text-align:center;
	cursor:pointer;
	padding: 0 10px;
}
.tabPanel .hit{cursor:pointer;color:#fff;background:#013589;}
.tabPanel .panes{
	width: 100%;
	background: #f6faff;
    border-top: 2px solid #013589;
	margin-top: -20px;
	padding: 30px 10px 10px;
	overflow: hidden;
}
.pane{border-top:0;min-height:100px;display:none;}

.gdd{position:absolute;right: 10px;    top:0;}

/*排行end*/ 

/*视频*/
.video_tab{margin-bottom: 20px;overflow: hidden;background: #fff;}
.video_tab ul{overflow: hidden;margin:10px 11px;}
.video_tab li{overflow: hidden; line-height:24px;margin-bottom: 3px;padding-bottom: 3px;border-bottom: 1px dashed #e8e8e8;}

.video_tp{overflow:hidden;text-align: center;}
.video_tp img{width:250px;height: 195px;}
.video_timu{line-height: 26px;text-align: center;margin-top: 5px;}
.video_shijian{line-height: 26px;text-align: center;}
.video-list-img{margin-bottom:0;}
.video-play {
    display: block;
    background: url(../images/video.png) no-repeat center center;
    width: 49px;
    height: 49px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.ewm{overflow: hidden;text-align: center;}
.ewm ul{overflow:hidden;margin-bottom:0;}
.ewm img{width:90%;border: 1px solid #ddd;border-radius: 4px;}
.ewm_wz{line-height: 22px;text-align: center;margin-top: 5px;}

.fengxiang{overflow: hidden;text-align: center;width: 170px;}
#bsWXBox { height: 257px !important;width: 232px !important;}/*home页微信分享弹出二维码边框样式*/

/*访问统计*/
.tongji{overflow: hidden; background: #fff;}
.tongji ul{overflow: hidden;margin: 10px 0 15px 21px;line-height:26px;}
.tongji span{font-size:14px;}

label{font-weight: normal;}

.bangzhu_wz{padding: 0 10px 20px;text-align: left;line-height: 25px; color: #f00;}

.icon_list1{
	background: url(../images/diand.png) no-repeat 0 10px;
    padding-left: 15px;
}
.icon_list2{
	background: url(../images/diand.png) no-repeat 0 10px;
    padding-left: 15px;
}
.icon_list3{
	overflow: hidden;
  	background: url(../images/gif-0865.gif) no-repeat 0 12px;
    padding-left: 15px;
}
.border{border:#e2e2e2 1px solid;}
.border-radius{border-radius:  4px 4px 0 0;}

/*右侧*/
.aside,.j-article{overflow: hidden;padding:15px;}
.column{
    font-size: 18px;
    height: 43px;
    color: #1058ae;
    line-height: 40px;
    font-weight: bold;
    margin: -8px -10px 20px;
    padding-left: 10px;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
}
.cover img{width: 185px;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;margin-bottom: 20px;}
.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,.journal-list li .doi a{color:#00629f;font-size: 18px;}
.journal-list li .author{color: #666;font-size: 16px;}
.journal-list li .doi a{font-size: 16px;}
.aside-tab-content{
    border: 1px solid #eee;
    border-top:0;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px 15px;
	box-shadow: 0 0 5px 0 rgba(127,127,127,.1);
	min-height: 304px;
}
.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:#333;border-top:2px solid #fff;border-radius:2px 2px 0 0;font-size: 17px;border-bottom-color: transparent;}

.view-all a{padding:10px 8px;border: 1px solid #ccc;background: url("../images/btn-bg.jpg");color:#00629f;}
.view-all a .fa-angle-right{font-weight: bold;}
.view-all{margin-top: 10px;}
.journal-list{overflow: hidden;}
.wangkan-list li{
    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;
}
.wangkan-list li a{color:#004b83;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;}
.column .more{background:url("../images/arrow.png") no-repeat right 3px;float: right;font-size:15px;color: #004b83;padding-right: 12px;}
.news-list li{margin: 5px 0;}
.news-list li .news-title{font-size: 16px;}
.news-list li .news-date{color:#666;}
.column span{float: left; color:#013589;}

.issn-cn p{margin-bottom:0;}

/*-------------------------------文章-----------------------------------*/
.j-article{width:100%;overflow: hidden;}
.latest-issue{margin:20px 0 10px;font-size: 16px;font-weight: bold;border-bottom: 1px solid #ccc;padding-bottom: 15px;}
.j-article .title {color: #c30000;font-weight: bold;margin-top: 5px;}
.j-article .journal-info {color:#666;}
.j-article .journal-info a{color: #00629f;}
.n-j-q{width: 100%;font-size: 15px;line-height: 40px;font-weight: bold;border-bottom: 1px solid #ccc;}
.j-sx{font-size: 15px;color: #f19100;display: -webkit-inline-box;float: right;    margin-right: 10px;}
.j-sx a{color:#00629f;text-decoration:none;}
.j-sx a:hover{color:#f19100;text-decoration:none;}
.article-choose{width: 100%;color: #999;overflow: hidden;margin-bottom: 0px;margin-top: 5px;display: inline-block;border-bottom: 1px solid #ececec;}
.article-choose .choose{float: left;}
.width47{width:47%!important;float: right!important;border-bottom: 0!important;}

.other-tools{float: right;color:#ccc;font-size:18px;}
.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;width: 100%;}
.article-list li{border-bottom:1px solid #eee;margin-bottom:7px;overflow: hidden;padding-bottom:7px;}
.article-list li:hover{background: #f6fafd;}
.selectedrow{background: #f6fafd;border-color:#f6fafd;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;}

.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: 78%;}
.article-list li .j-title-1 a{color:#013589;font-size: 16px;font-weight: bold;}
.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:#666;}
.article-list li .j-volumn{font-size: 14px;color:#999;}
.article-list li .j-volumn-doi .j-volumn{float: left;padding-right: 10px;}
.article-list li .j-volumn-doi .j-doi{color:#333;}
.article-list li .j-btn{color:#333;margin-left:-10px;}
.article-list li .j-btn .j-abs{background: url("../images/abstract2.png") no-repeat;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-pdf{background: url("../images/pdf.png") no-repeat;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-html{background: url("../images/htm.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:#333;line-height: 20px;margin-left:10px;}

.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;line-height: 25px;}
.article-list li .article-img{padding:10px;overflow: hidden;display: block;}
.article-list li .article-r{width:18%;float: right;}
.j-abstract{font-size: 15px;color: #777;display: none;margin-top: 10px;}
.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;text-align: left;width:100%;overflow: hidden;}
.gk_qi{width:100%;line-height: 26px;overflow:hidden;padding:5px;}
.gk_qi span{display: table-cell;font-size:16px;}
.gk_qi a{color:#00629f;}
.gk_fm{overflow:hidden;margin-bottom: 10px;}
.gk_fm li{padding:0 10px;}
.gk_fm img{margin:8px auto;height: 240px;}
.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--*/

/* 文章目录*/

/*文章*/
.current_list{overflow:hidden;background: #fff;margin-bottom:20px;position: relative;}
.current_list .tab-content>.tab-pane {padding: 15px 0;background:#fff;overflow: hidden;}
.current_list .nav-tabs {border-bottom: 2px solid #013589;}
.current_list .nav-tabs>li {float: left;margin-bottom: 0px;margin-right:0;padding-bottom: 0;border-bottom: 0;margin-left:10px;}
.current_list .nav-tabs>li .glyphicon{top: 3px;right: 3px;}
.current_list .nav-tabs li.active{color:#fff;}
.current_list .nav-tabs li.active a{background: #fff;color: #fff;border: 1px solid #013589;font-size: 18px;}
.current_list .nav-tabs li.active a:hover{background:#013589;color:#fff;/* border: 1px solid transparent; */}
.current_list .nav-tabs>li.active>a, .current_list .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: pointer;
    background-color: #013589;
    font-size: 18px;
 
}
.current_list .nav-tabs li a{line-height: 28px;font-size: 18px;background:#dceeff;color: #333;border: 1px solid #dceeff;margin-right: 0;/* font-weight: bold; */padding: 5px 15px;}
.current_list .nav-tabs li a:hover{background:#013589;color: #fff;border-color: transparent;}
.current_list .article-box{border-top:0;overflow: hidden;}

.column_title{
	border-bottom: 1px solid #01356f; 
	margin: 7px 15px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #01356f;
}
.oah {color: #ec7500;font-weight: bold;font-size: 13px;}
.tab{overflow: hidden;width: 300px; float: left;}
.njq{width:100%;font-size:14px;font-weight:bold;line-height: 24px;}
.syq{width:100%;text-align: left;margin-top: 10px;margin-bottom: 10px;}

.kuang{overflow: auto!important;  height:2500px;}
.kuang_en{ overflow: auto!important; height:1580px!important;}
.wenzhanglanmu{
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    background: #0a6cca;
    border-radius: 2px;
    padding: 4px 10px;
}
.wenzhang{overflow:hidden;}
.wenzhang li{
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 143px;
    
}


.biaoti_en{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden;height:46px;}
.zuozhe_en{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:23px;}

.wz_dqmlh{
	background: #fff;
    margin-bottom: 20px!important;
    padding-bottom: 10px!important;
  
}

.wz_h{
	background:#fff;
    margin-bottom: 20px!important;
    padding: 15px 20px 10px;
    padding-bottom: 10px!important;
    border: #fff 1px solid!important;
}
.lanmu_dqmlh{ padding-bottom: 0!important; margin-bottom: 10px!important;}
.lanmu_dqmlh .lmm{
	font-size: 14px;
    color:#d98606;
   font-weight: bold;
}

.biaotih{line-height:26px;color:#1b5ea9;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.biaotih a{color:#1b5ea9!important;font-size: 15px!important; }
.zuozheh{line-height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.wz_timu{overflow:hidden;}
.timuzz{width:80%;line-height: 24px;}
.kmnjqh{line-height:28px!important;}
.zhaiyaoh{color:#999;line-height:22px;overflow: hidden;margin-bottom: 5px; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 3;width:100%;height:66px;}
.zhaiyaoh p{margin-bottom: 0;}
.richpdfh{line-height:28px;margin-bottom: 5px;}
.richpdfh span{border:1px solid #e4c656;background: #fff; color:#333;padding:3px 8px;border-radius:5px;margin-right: 10px;}
.richpdfh span a{ color:#333;}
.richpdfh .fa{color:#df921e;}
.doih{color:#333;line-height: 26px;}
.red{color:#f00;}
a.doicolor{color: #195fb9;}

.button_gd {
    font-size: 16px;
    padding: 8px 10px;
    display: block;
    background: #fff;
    width: 200px;
    text-align: center;
    margin-top: 10px;
    margin: auto;
    border:1px solid #eee;
}

.button_gd:link{color:#333;}
.button_gd:hover {
    background:#d98200;
    color: #fff;
}

.index_xz{background: url(../images/index_xz_icon.png) no-repeat 10px center;
	padding-left: 30px;
    width:100%;
    border: 1px solid #d9ae0e;
    float: left;
    border-radius: 3px;
    line-height: 24px;
	margin-bottom: 6px;
}
.index_lll{background: url(../images/index_lll_icon.png) no-repeat 9px center; 
	width: 100%;
    border: 1px solid #d9ae0e;
	padding-left: 30px;
    float: left;
    border-radius: 3px;
    line-height: 24px;
	margin-bottom: 6px;
}

.index_html{background: url(../images/index_html_icon.png) no-repeat 9px center; 
	width: 100%;
    border: 1px solid #d9ae0e;padding-left: 30px;
    float: left;
    border-radius: 3px;
    line-height: 24px;
}
*#dbt_action_bar_hide {
    DISPLAY: none;
}

*.hidelabel {
    DISPLAY: none;
}


*.abs_zuozhe {
    COLOR: #444;
    font-size: 14px;
}

*.abs_njq {
    COLOR: #444;
    font-size: 14px;
   
    line-height: 26px;
}
.links1 {
    line-height: 26px;
}
.noselectrow {
   
   BORDER-LEFT: white 1px solid;
   border-bottom: 1px solid #eee;
    WIDTH: 100%;
    BORDER-TOP: white 1px solid;
    BORDER-RIGHT: white 1px solid;
   
}
.selectedrow {
    BORDER: #eee 1px solid;
    MARGIN: 1px 0px;
    WIDTH: 100%;
    BACKGROUND: #f8f8f8;
   
}
.authorList {
    line-height: 22px;
    margin-bottom: 1px;
    margin-top: 3px !important;
}
.articlesectionlisting {
    border-bottom: #ddd 0 solid;
    padding-bottom: 5px;
    margin: 10px 0 10px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    color: #3a3a3a;
    font-weight: normal;
    overflow: hidden;
}
.articlesectionlisting INPUT {
    FLOAT: left;
}

.articlesectionlisting .dbt_header {
       display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    padding: 0 12px;
    line-height: 24px;
    background: #013589;
    color: #fff;
    margin: 10px 0 0;
}
.txt_zhaiyao1 {
    COLOR: #000;
	font-size:14px;
}

A.txt_zhaiyao1:link {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A.txt_zhaiyao1:hover {
    COLOR: #c30000;
    TEXT-DECORATION: underline;
}

A.txt_zhaiyao1:visited {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A.txt_zhaiyao1:active {
    TEXT-DECORATION: none;
}

.txt_biaoti {
    COLOR:#333!important;
    font-size: 14px;
	font-weight: bold;
}

A.txt_biaoti:link {
    COLOR: #1456a8;
    TEXT-DECORATION: none;
}

A.txt_biaoti:visited {
    COLOR: #1456a8;
    TEXT-DECORATION: none;
}
A.txt_biaoti:hover {
    COLOR:#eb9024!important;
    TEXT-DECORATION: none;
}
A.txt_biaoti:active {
    TEXT-DECORATION: none;
}

.txt_14000 {
    font-size: 14px;
    color: #000000;
}

A.txt_14000:link {
    color: #000000;
    TEXT-DECORATION: none;
}

A.txt_14000:hover {
    COLOR: #ae0001;
    TEXT-DECORATION: underline;
}

A.txt_14000:visited {
    color: #000000;
    TEXT-DECORATION: none;
}

A.txt_14000:active {
    TEXT-DECORATION: none;
}
.txt_zhaiyao3 {
  color: #0964ba;
  font-size: 15px;
}

a.txt_zhaiyao3:link {
  color: #0964ba;
  text-decoration: none;
}

a.txt_zhaiyao3:hover {
  color: #be8109;
  text-decoration: underline;
}

a.txt_zhaiyao3:visited {
  color: #0964ba;
  text-decoration: none;
}

a.txt_zhaiyao3:active {
  text-decoration: none;
}

/*文章图片显示隐藏用到开始*/
.hiden {
    DISPLAY: none;
}
/*文章图片显示隐藏用到结束*/

.article_checkbox_cell{padding:3px;}

.white_content {
    display: none;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
/* 文章目录end*/


.red-bg{background:#ae0c2a;overflow: hidden;padding: 20px 0;}
.links li {float: left;margin: auto;text-align: center;width: 25%; /* display: contents; */}
.links{overflow: hidden;width: 100%;margin: auto;}
.links li img{max-height: 60px;max-width: 161px;vertical-align: middle;margin: 0 30px;}

/*--返回顶部top--*/
.top_web{position: fixed;_position: absolute;bottom:80px;right:10px;width:48px; height:45px;border-radius: 5%;display: none;z-index: 9999;cursor: pointer; background:rgb(149 149 149);}
.top_web .glyphicon{color:#fff;text-align:center;top:11px; left:12px;font-size: 22px}
/*--返回顶部top--*/

/*底部*/

.footer-info{color: #e4e4e4;text-align: center;font-size: 14px;padding: 15px 0 0;}
.footer-info a{color: #e4e4e4;}
.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:#00629f;}
.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: #00629f;}
.cover-list{margin-bottom: 10px;cursor: pointer;}
.cover-container{display: none;overflow: hidden;}

.footer{
    background:#142a59 url("../images/footer-bg.jpg") no-repeat top center;
    margin:0 auto;
    overflow: hidden;
    padding:23px 0 0;
	min-width:1200px;
}
.footer_nr{
    max-width:1200px;
    overflow: hidden;
    margin: auto;
    color: #fff;
}
.weixin{text-align: right;}
.banquan{line-height: 25px;margin-bottom:20px;color:#c4d7ff;}
.banquan p{line-height:25px;margin-bottom: 0;color:#c4d7ff;}
.wechat-img,.wechat-img{width:40%;float: left;margin: 0 5%;}
.db1{max-width:1200px;margin: auto;color:#fff;line-height: 28px;}
/*内容*/
.content_nr{overflow: hidden;border:1px solid #fff;background: #fff;padding:10px 15px;box-shadow: 0 0 10px #e3e3e3;margin-bottom: 20px;}
.content_nr .column{
	font-size: 18px;
    height: 40px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    margin: -6px -10px 20px;
    padding-left: 10px;
    border-radius: 2px;
    border-bottom:2px solid #013589;
   
}
.content_nr .newstitle{
    text-align: center;
    margin: 30px 0 20px;
    font-size: 20px;
   
}
.item-content{}
.content_volumn{margin:20px;}
/*位置*/
.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:#00629f;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:#00629f; font-weight:bold;font-size:18px;}
.cg a{color:#00629f;}
.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: #00629f;
	margin: 10px 0;
    display: block;
	font-weight: bold;
}

/*专题*/
.bs-collections{
    border:1px solid #eee;
	border-radius:0;
	overflow: hidden;
	padding: 20px;
	border-left-width: 4px;
	border-left-color:rgb(236, 202, 103);
	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;margin-bottom: 5px;}
.bs-collections .title a{color:#00629f; 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:#00629f; 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: #00629f;
	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);
    width: 100%;
}

.sort-order span{float:left;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;
	
}


/*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 .news-item-1 .news-date{
    color: grey;
    width: 100px;
    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;
    }
	
	.top_web{right:10px;}
	
}
/*news-list-1 end*/


@media (max-width: 992px){
 nav.navbar.bootsnav .navbar-brand {
    float:left!important;
 	}
	.tab_fix, .tab_fix_bottom{position:relative;bottom:10px;}
	.fengxiang{text-align:left;float: left;}
}

@media (max-width: 678px){
	.header{}
	.banner{padding:10px 0 5px;}
	
	.ba_xs img{width:250px;height:114px;}
	.ew_xs img{height:114px;}
	
	.rssemail{width:100%;float: none;}
    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;}
	.last-issue{width: 100%;margin:10px 0 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;}
    .links li{width: 100%;float: none;padding: 10px 0;display: block;}
    .links{margin-top:0;}
    .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;}
    
	
	.allpadding{margin-top:0;}
	
	.padding-0{padding-left:0;padding-right:0;}
   
    .journal-head .journal-head-bg{padding: 15px;}
	.article-search .input-group{width:70%;}
	.article-search .adv-search{width:28%;}
    .article-search{width: auto;overflow: hidden; margin:10px 0 10px;}
	.tbjs{display:none;}
    .text_en { width: 58%!important;float:none;}
	.gjjs_en{width: 40%!important;}
    .journal-head{margin-bottom: 15px;}
    .datu-pic .carousel-indicators{width: 100%;text-align: right;padding:5px 10px;top:0;z-index:0;}
    .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 4px;}
    .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;margin:15px 0 0;width:100%;text-align: left;float:none;}
	.njq{width:100%;}
	.topic{background:url();margin-bottom:15px;margin-top: 15px; padding:0;}
	.office_list{width:100%;}
	.hot_tab ul li {margin-bottom: 10px;}
	.daohang{margin-top:0;}
	.navbar-collapse{
	background:#900000;
	position: absolute;
    width: 100%;
    padding: 0 15px;
	}
	.site-nav {
	min-height: 0px;
    width: 100%;
    z-index: 999;
	}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 26px;
    text-align: left;
	color: #fff;
	}
	.navbar-nav>li>a{line-height: 45px;border-bottom:1px solid #9b0909;}
	.navbar-toggle {
    padding: 7px 8px;
    margin-top: 10px;
    margin-bottom: 8px;
    }
	.navbar-brand {
   	height: 40px;
    line-height: 40px;
    padding: 0 12px;
	}	
	.site-nav .nav>li>a:focus, .site-nav .nav>li>a:hover {
    text-decoration: none;
    background-color:#ba0000;
    color: #fff;
}
	.navbar-header{}
	.navbar-nav{margin:0;}
	
	.navbar-brand {
    	padding: 0;
    	width:83%;
		height:auto;
		color:#fff;
		padding-top: 6px;
		text-align:right;
		font-size:16px;
	}		
	.dropdown-menu{background-color:#9b0909!important;}
	.nav .open>a{background-color:transparent;border-color:#9b0909!important;}
	
	.tab-box-mobile {overflow-x: scroll;}
	
	
	.news_tupian {}	
	.allpadding{margin-top: 0;}
	.bgcd{margin-bottom: 5px;}
	.bgcd a{padding:1px 0;}
	.bgcd img{width:130px;}
	.ewm{text-align:center;padding:10px 0;margin-top: 20px;}
	.zxbg_tab li {margin-bottom: 10px;}

	.tgbutton{width:100%;}
	.tutu{background:url();}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
   			max-height:100%;
		    height: auto;
	}
	.carousel-caption{
		font-size: 14px!important;
		width: 100%;
		
	}
	
	.current_list{margin-bottom:20px;}
	.current_list .nav-tabs{width: -webkit-max-content; width: max-content;}
	.current_list .nav-tabs>li {
    margin-right: 5px;
    margin-left: 5px;
	}
	.current_list .nav-tabs>li.active>a, .current_list .nav-tabs>li.active>a:focus {
        cursor: pointer;
    font-size: 17px;
    font-weight: bold;
	}
	.current_list .nav-tabs li a{font-size:17px;padding: 7px 10px;}
	
	.curr_en{margin-left:0!important;margin-right:0!important;}
	.kuang, .kuang_en{height:500px!important;}
	
	
	.tab_list3 img{max-width:50%;}
	.zhuanti_tab, .video_tab{margin:0;margin-bottom: 20px;}
	
	.zhuanti_tab_tp img{width: 100%;}
	
	
	.qkxx{margin-bottom:10px;}
	.qkxx_fm {}
	.qkxx_fm img{height:auto;}
	.qkxx_xx{width:100%;float:none;padding:0;}
	
	.video_tab li{margin-bottom: 15px;}
	.video_tp img{height:auto;}
	
	.hot_tab ul li {width:100%;float:none;margin-bottom: 10px;}
	.hot_tab .hot_biaoti{text-overflow: clip; white-space: normal;}
	
	.allpadding{padding: 20px 15px 10px;}
	.office_list{width:100%;}
	.office_list li{width: 100%;float: none;margin-right: 0;margin-bottom: 10px;}
	.office_list li img{height:35px;}
	.btn-shadow{padding:2px 0;}
	
	.btn-shen{padding-left:20px!important;}
	.btn_en{padding:5px 15px!important;}
	.jswz{display:none;}
	.shijian{width:100%;float:none;}
	
	.gk_fm img{height:180px;}
	.tab_tm{width:100%;text-overflow: clip; white-space: normal;}
	.tab_sj{width:100%;text-align: left;}
	
	.xs_fm{width:32%;}
	.xs_nr{width:68%;font-size: 12px;line-height: 19px;}
	
	.cover_meun{width:100%;text-align: left;    margin-left: 0px;margin-right: 20px;}
	
	.mr_frbox2 {width:100%!important;;margin: auto;height: 360px; padding: 20px 0; }
	.mr_frUl2 { float: left; width:255px!important; height: 330px;    overflow: hidden;}
	.mr_frUl2 ul li{width:255px!important;}
	.hot_tab .hot_zhaiyao{height:205px!important;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:8;}
	.sTempWrap {
    	width: 300px!important;
    	margin: auto;
		margin-left:34px!important;
	}
	
	.cover-download {
    padding: 3px 15px;
    display: inline-block;
    line-height: 25px;
	}
	
}


/*其他 控制显示&隐藏*/
#key{display: none;} /*快速检索隐藏类型下拉条*/
.knomap{display:none;} /*隐藏Knowledge map*/
.shoucang{display:none;} /*隐藏收藏*/
.richhtml{} /*隐藏RichHTML按钮*/
.article-pdf{}/*隐藏pdf按钮*/
.article-video{display:none;} /*隐藏视频文章相关按钮、高级检索视频选项*/
.wenzhang-liebiao li {margin: 0;font-size: 14px;}/*兼容*/
.article-abstract{}/*隐藏摘要按钮*/
.adv-search{}/*隐藏高级检索按钮*/
.tubiao{display: none;}/*隐藏图表检索按钮*/
.gk_moshi{display: none;}/*隐藏过刊页面表格 封面 切换按钮*/
/*高级检索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:#e59c08!important;
    color: #fff!important;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 5px;
    margin:0 auto;
    height: 42px!important;
	padding: 6px 12px;
	
}
@media (min-width: 768px){
	.navbar-nav>li {
    float: left;
	}
}

@media (min-width: 767px)and (max-width: 992px){
	.carousel .carousel-caption {
		font-size: 16px;
		
	}
	.carousel .carousel-caption h3 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		margin-bottom: 10px;
	}	
	.article-search .input-group {width:70%;}
	.site-nav .navbar-nav>li>a {font-size: 14px;padding: 5px 9px;line-height: 30px;}
	.current_list .nav-tabs>li{margin-left:5px;margin-right: 5px;}
	.current_list .nav-tabs li a{padding: 10px 10px;}
	.btn-shadow{padding:6px 0 6px 5px;}
	.office_list li img{margin-right:5px;}
	.bgwz{font-size:15px;}
	
	.gk_fm img{height:100px;}
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.site-nav .navbar-nav>li>a {font-size: 16px;}
	
}


@media (min-width: 992px) and (max-width: 1024px) {

	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height:auto;
	}
	.carousel .carousel-caption {font-size: 16px;}
	.carousel .carousel-caption h3 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		margin-bottom: 20px;
	}	
	
	.site-nav .navbar-nav>li>a {padding:10px 17px!important;line-height: 30px;}
	.current .nav>li>a { padding: 7px 17px;}
	
	.office_list li img{height:28px;}
	.btn-shadow{padding:6px 2px;}
	.bgwz{font-size:16px;line-height: 28px;}
	.qkxx_fm img{height:auto;}
	.office_list li {}
	.qkxx_nr{line-height:22px;padding-top: 5px;}
	.gk_fm img{height:100px;}
	
	
	.sTempWrap{max-width:899px;}
}


@media(min-width:1024px) and (max-width: 1200px){
	.site-nav .nav>li>a {padding-left:13px;padding-right:13px;}
	
}

@media (max-width: 1200px) {
	.index_cont{width:100%;}
	.fudong{display:none;}
	.current{margin:0;}
	.jishu{display:none;}
	.pl10{padding-left:0px;padding-right:0px;}
	.pr10{padding-left:0px;padding-right:0px;}
	
	
}

@media (min-width: 1024px){
	
	.paddl0{padding-left:0;}
}

/*改变导航默认高*/
@media (min-width: 768px) {
    .navbar-nav {
    float: left;
    margin: 0;
	}
	.navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
	.site-nav .nav>li>a {
    color:#fff;
	}	
	.container2 {width: 1310px!important;}

}

@media (min-width:1200px) {
	/*导航hover事件修改*/
	.navbar .nav > li:hover .dropdown-menu {display: block;}
	
	.site-nav .nav>li>a {padding-left:27px;padding-right:27px;}
	
	.site_nav_en a{font-weight: bold;padding-left:15px!important;padding-right:15px!important;}
	.current_list .nav-tabs_en{max-width:830px;}
	
	.current_list .nav-tabs_en li a{padding-left:18px;padding-right:18px;}
	.box-fixed{width:270px;height:auto;}
	
	
	.pl0{padding-left:0;padding-right: 0;}
	
	.div-wrapper{width:1200px;margin:0 auto;}
	

	
	
	
	
	.m-center{width:75%;}/*二级页面必引*/
}

/*二级页面start--------------------------------------------------------------------*/

.m-center{width:75%;float: left;}/*二级页面必引*/
.padding15{padding:15px;}
.margin15{margin:15px;}
.padding0{padding:0;}
.margin_b25{margin-bottom:25px;}
.flr{float:right;width:300px;padding-left:0;padding-right:0;}
/*按栏目浏览列表*/
.article_lanmu_list{overflow:hidden;}
.article_lanmu_list li{line-height:25px;padding:5px;border-bottom: 1px solid #e9e9e9;}
.article_lanmu_list h3{font-weight:bold;}
.wenzhanglanmu_lm{line-height:30px;}
/*期专辑*/
.qi-zhuanji{overflow:hidden;min-height: 280px;}
.qi-zhuanji ul{overflow:hidden;border-bottom: 1px solid #e9e9e9;padding: 10px 0;margin-bottom: 0;}
.qi-zhuanji li{line-height: 24px;}
.qi-zhuanji .tupian{vertical-align:top;}
.qi-zhuanji .jieshao{color:#333;}

.zhuanji_tupian img{width:250px;height:200px;margin: auto;}

/*过刊浏览聚类*/
.guokan-julei{line-height:30px;text-align:left;padding-bottom:10px;}
.guokan-julei a {
    display: block;
    float: right;
    border: 1px solid #eee;
    padding: 0 5px;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
a.J_WenZhang_U {
    color: #fff;
    background: #0c67be;
	text-decoration:none;
	
}
.news_biaoti{font-size:16px;}

.table-bordered {width: 99%;margin: auto;}

.gk_moshi{overflow:hidden;text-align: right;padding-bottom: 20px;}
.gk_moshi ul{float: right;right: 20px;}
.gk_moshi li{
	float: left;
	width: 97px;
	/* height: 30px; */
	font-size: 14px;
	cursor: pointer;
	color: #666666;
	text-align: center;
	border: 1px solid #dedede;
	display: inline-block;
	line-height: 33px;
}
.gk_moshi ul li.on {
    background:#0761bd;
    color: #ffffff!important;
}
.gk_moshi ul li.on a{color:#fff;}
.gk_moshi ul li a:hover{background:#df9715;color: #ffffff;display: block;}
/*二级页面end----------------------------------------------------------*/


/*非响应式结构必引*/
.container {width: 1200px; margin:0 auto;background: #fff;}

.left-sidebar{width:70%;}
.center-sidebar{}
.right-sidebar{float:right;width:25%;}

/*非响应式结构必引end*/



