/*全局样式*/
*{margin:0;padding:0;list-style:none;}
li{list-style:none;}
img{border:0;}

a:link, a:visited {text-decoration: none;color: #222;}
a:hover{color:#333;text-decoration: none;}

body{font-size:14px;
	font-family: Arial,"Microsoft YaHei";
	background:#fff;
}
.fl{float: left;}
.fr{float: right;}
.gd{font-size: 14px;font-weight: normal;float:right;line-height:36px;}
.huise{background:#efefef;}
.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;} 

.padding-0{padding-left:0;padding-right:0;}
.main{width:1200px;background:#fff;margin: 0 auto;overflow: hidden;}

/*头部*/
.ding1{border-bottom:1px solid #eee;height:38px;line-height:38px;background:#183837;}
.ding2{max-width:1200px; margin: 0 auto;overflow: hidden;color: #fff;text-align: right;}

.header{
	max-width: 100%;
	height: 165px;   
	margin-bottom: 25px;
	-moz-box-shadow: 0px 1px 17px #848383; /* 老的 Firefox */
	box-shadow: 0px 1px 17px #848383;
}

.top_ding{width:1200px;margin: auto;}
.logo{width:430px;float:left;}
.top_right{width:750px;float:right;}

/*导航菜单*/
.daohang{width: 750px;float:right;background:#fff;margin-top:1px;}
.navbar{min-height: 30px;border: 0;margin-bottom: 0px;}
.navbar-nav>li>a{line-height: 50px;padding-top: 0;padding-bottom: 0;}
.navbar-collapse{background:transparent;padding-right:0;padding-left:10px;}
.site-nav{border-radius: 4px;max-width:1200px;margin:auto;background: #ffffff;}
.site-nav a{color: #fff;}
.site-nav .nav>li>a{padding-left:11px;padding-right: 11px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {text-decoration: none;background-color: #6cbb16;color: #fff;}
.site-nav .navbar-toggle{background: #fff;}
.site-nav .navbar-toggle .icon-bar{background:#f8ae0d;}
.site-nav .navbar-nav>li>a{font-size: 16px;text-align: left;}

.nav_one {color: #fff!important; background-color:#f4cf51;}
.one-color{color:#f39800;}

.dropdown-menu{background:#fff; min-width: 180px;  border: 1px solid #ccc;}
.dropdown-menu>li>a{color:#333;font-size: 15px;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color: #6cbb18;color:#fff;}
.dropdown-menu>li>a {padding: 7px 24px;}

.site_nav_en{padding-left:18px!important;padding-right:18px!important;}

/*检索*/
.js_right{float:right;margin-top: 45px;}
.js_1{width:380px;float:right;height: 40px;text-align: left;margin-top: 40px;}
.wzjs{    
	float: left;
    line-height: 31px;
    width: 100px;
    margin-left: 65px;
    font-weight: bold;
    text-align: center;
	margin-right: 10px;
	font-size:14px;
}
.btn-select{width: 18%;float: left;display: block;margin-right:1%;height: 34px;border:1px solid #ccc;}
.input-group{float: left;width:250px;}
.input-group-text{
	width:220px;
	float:left;
	padding-left: 10px;
	height: 34px;
	border: #ccc 1px solid;
    border-radius: 5px 0 0 5px;
	
} 
.input-group-btn{
	display: block; 
	
	background:#c11428 url(../images/search.png)no-repeat center;
	float: left;
	color:#fff;
	border-radius:0 3px 3px 0!important;
	width: 38px;
    height: 34px;
	border: 0;
}

.adv-search {
	font-size: 14px;
    width: 90px;
    background:#ec9717;
    text-align: center;
    line-height: 34px;
    float: right;
	margin-left: 6px;
	text-decoration:none;
	border-radius: 3px;
}
.adv-search:hover{color: #fff;background:#d67700;text-decoration:none;}
.adv-search:link,.adv-search:visited{float: right;color: #fff;}

.tbjsk{background: #dd7300!important;float:right;margin-right: 0!important;}

.appsearch{overflow:hidden;margin: 15px auto;padding:0 30px;}

/*---------------轮播图----------------------*/
.news_tupian{overflow:hidden;float:left;margin-bottom: 20px;}
.carousel-caption{
	font-size: 14px;
    position: absolute;
    right: 0;
/*    top: 0;*/
    left:0;
	bottom: 0px;
    z-index: 10;
    padding-top:20px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    width: 100%;
    height: 60px;
    background: #666;
    background:rgba(0,0,0,0.5);
}

.carousel-inner ol{ margin-bottom:0;}
.carousel-caption h3{margin-top:10px;}
.banner .carousel-indicators{bottom:0;}
.banner .carousel-indicators .active{background-color:#333;}
.carousel-caption a{color:#fff;}
.banner .carousel-indicators li{background: #ccc;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 {
   width:780px;
	max-height: 390px;
}
.carousel .carousel-control.left,.carousel .carousel-control.right{background:none;filter:none;} /* 去阴影背景--*/
.carousel-indicators{display:none;}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#eee;
    border: 1px solid transparent;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color:#59a2fc;
}
/*---------------轮播图end----------------------*/

/*期刊信息*/
.qkxx{ width:400px;float:right;    padding: 15px; background:#e3e3e3;}
.qkxx_fm{width:200px;float:left;overflow: hidden;}
.fmtp{width:200px;}
.fmtp img{width:180px;}
.qkxx_xx{
	float: right;
    width: 170px;
    line-height:25px;
    color: #333;
    text-align: left;
    font-size: 13px;
}
.qkxx_xx span{font-weight:bold;font-size:16px;}
.qkxx_nr{line-height:26px;overflow: hidden;margin:15px 20px;}

.fm_tab2{overflow: hidden;text-align: center;/* padding: 28px 0 5px; */width: 180px;margin-top: 10px;}
.button_an1 {
     color: #FFF;
     font-size:14px;
     font-weight: bold;
     padding: 12px 27px;
     display: inline-block;
     background:#4c4b4d;
     width: 160px;
     margin-top: 12px;
     border-radius: 5px;
}

.button_an1:link{color:#fff;}
.button_an1:hover {
    background:#41344e;
    color: #FFF;
}
.button_an1:visited{color:#fff;}

/*热点文章*/
.hot_tab{overflow:hidden;margin-bottom:20px;/* border: 1px solid #ccc; */}
.hot_tab ul{overflow:hidden;margin: 15px 0 0;}
.hot_tab ul li{
	float:left;
	width:387px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-right: 20px;
	background: #fff;
	
}
.fr_m{float:right!important;margin-right: 0!important;}
.hot_biaoti{line-height:22px;}

.r_r{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;}/*控制字数，显示1行，超出用省略号*/
.r_r1{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp:1;overflow: hidden;}/*控制字数，显示1行，超出用省略号*/
.lyrq{background: #eee;line-height: 26px; color: #666;}


/*新闻*/
.xw_tab{overflow: hidden;background:#fff;}
/*文字向上不间断滚动*/
#scrollbox {width: 580px;background: #fff; margin:10px auto;height:270px;overflow:hidden;}
.scrollcon {height:800%;}
.scrollcon ul{margin:0 15px;}
.scrollpic li {overflow: hidden; text-align:left;margin-bottom: 10px;padding-bottom: 10px;}
.scrollpic li a {font-size:14px;color:#000;line-height:26px;text-decoration:none;}
.scrollpic li a:hover{color:#ff6600;}
.shijian{color:#a9a9a9;float:right;}

.xw_tab ul{ margin: 16px 13px; }
.xw_tab ul li{line-height: 24px;border-bottom: 1px dotted #eee;padding-bottom: 6px;margin-top: 5px;}

.title_1{
	height:40px;
	line-height: 40px;
	padding-left: 10px;
	
	font-weight:bold;
	font-size:16px;
	    color: #fff;
    background: #4c4b4d;
}
.title_2{
	    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-image: url(../images/t2.jpg);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
	border-radius:3px 3px 0 0;
}
.title_3{
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	color: #333;	
}

.title_4{
	height: 40px;
    line-height: 40px;
    font-size: 18px;
	font-weight: bold;
    color:#333;
    background:url(../images/t3.jpg);
    padding-left: 13px;
	border-bottom: 1px solid #eee;
}

.tab_list{margin-bottom:20px;overflow: hidden;background:#fff;}
.tab_list ul{margin: 10px 20px 0;overflow: hidden;}
.tab_list ul li{
	line-height: 26px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
}

.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}

.tab_list2{border: #cfdad6 1px solid;background: #fff;margin-bottom: 20px;overflow: hidden;}
.tab_list2 ul{padding: 10px 15px 0;}
.tab_list2 li{line-height: 22px;border-bottom: 1px dotted #ccc;overflow: hidden;padding-bottom: 5px;margin-top: 5px;
}
.zclm_2{overflow:hidden;}
.zcfr-0{float:right!important;margin-right: 0!important;}
.zclm_2 ul{width:100%;overflow:hidden;margin-bottom: 0;}
.zclm_2 ul li{line-height: 32px;border-bottom: 1px #eee dotted;}


.zxly_list{margin-bottom:20px;overflow: hidden;background:#fff;}
.zxly_list ul{overflow: hidden;margin-bottom:0;}


.yqlj{overflow:hidden;background: #fff;margin-bottom: 20px;}
.yqlj ul{margin: 10px;overflow:  hidden;}
.yqlj ul li{text-align: center;margin: 10px 0;}
.yqlj ul li img{width:270px;height:60px;}
/*在线期刊*/
.zxqk{
	
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
  
}
.zxqk ul{margin:15px;overflow: hidden;}
.zxqk li{
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #b18c5f;
	margin: 3px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	width: 47%;
	float: left;
}
.zxqk li a{color:#fff;display:block;}
.zxqk li a:hover{color: #fff;background: #fd900a;display: block;text-decoration: none;border-radius: 5px;}

.ggtp{overflow:hidden;margin-bottom: 20px;}
.ggtp ul{overflow:hidden;}
.ggtp ul li{text-align:center;margin:8px 0;}

.em_tab{margin:14px;line-height: 22px;text-indent: 2em;}
.em_ssk{overflow:hidden;text-align: left;text-indent:0em;margin-top: 10px;}
.fengxiang {
    float: right;
    padding-right: 25px;
    margin-bottom: 13px;
    margin-top: 37px;
}
.ewm{overflow: hidden;padding-left: 20px;}
.ewm img{width:130px;}
.ewm_wz{line-height:26px}

/*访问统计*/
.tongji{background: #fff;margin-bottom: 20px;overflow: hidden;}
.tongji ul{overflow: hidden;margin: 10px 14px;line-height:24px;}

label{font-weight: normal;}


.icon_list1{
	background: url(../images/gif-0865.gif) no-repeat 0 12px;
    padding-left: 15px;
}
.icon_list2{
	background: url(../images/gif-0865.gif) no-repeat 0 12px;
    padding-left: 12px;
}
.icon_list3{
	overflow: hidden;
  	background: url(../images/gif-0752.gif) no-repeat 0 9px;
    padding-left: 15px;
}
.border{border:#e2e2e2 1px solid;}
.border-radius{border-radius:  4px 4px 0 0;}

/*虚拟专题封面列表*/
.qkcb{overflow:hidden;}
#demo { 
background: #FFF; 
overflow:hidden; 
width: 825px;
margin-top: 10px;
} 
#demo img { 
border: 1px solid #F2F2F2; 
} 
#indemo { 
float: left; 
width: 800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 



/*文章*/
#brandList{overflow:hidden;}
#brandList a{text-decoration:none;}

#brandList #showMore{clear:both;padding:39px 0 27px;margin:0 auto;}
#brandList #showMore span{display:block;height:40px;line-height:40px;border:1px solid #ccc;border-radius:5px;text-align:center;}
#brandList #showMore .hide{}/*background:url(../plus.png) no-repeat 39% 53%;*/
.show{}/*background:url(../minus.png) no-repeat 39% 53%;*/
.hide{
    display:block!important;
}


#brandList2{width:100%; overflow:hidden;}
#brandList2 a{text-decoration:none;}
#brandList2 ul li{width:100%;overflow:hidden;}
#brandList2 #showMore2{clear:both;width:100%;margin:0 auto;}
#brandList2 #showMore2 span{    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;}
#brandList2 #showMore2 .hide{background:url(images/plus.png) no-repeat 10% 50%;}
.show{background:url(images/minus.png) no-repeat 10% 50%;}


.current{overflow:hidden;margin-bottom: 20px;}
.tab-content>.tab-pane {overflow:hidden;padding: 15px 0;}
.nav-tabs {border-bottom: 2px solid #4c4c4d;}
.nav-tabs>li {float: left;margin-bottom: 0px;}
.article-list li.active{color:#fff;}
.article-list li.active a{background: #4c4c4d;color: #fff;border: 1px solid #83bd1d;}
.article-list li.active a:hover{background:#83bd1d;color: #fff;border: 1px solid #83bd1d;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #4c4c4d;
    border: #4c4c4d;
    border-bottom-color: transparent;
}
.article-list li a{border-radius: 0;height:39px;line-height:20px; font-size: 18px;background:#e4e3e3;color: #454545;border: 1px solid #fff;margin-right: 0;}
.article-list li a:hover{background:#e4e3e3;color:#454545;border-color:#fff;}
.article-box{/* border: 1px solid #ddd; */border-top:0;overflow: hidden;}
/*当期目录*/

.column_title{font-size: 20px; height: 40px; color:#fff; background:url(../images/dqbj.jpg);line-height: 40px;padding:0 10px;}
.dqtab{overflow: hidden; padding:10px 0 10px;  border-bottom: 1px solid #ccc;}
.njq{font-size:14px;font-weight:bold;width: 60%;float: left;line-height: 24px;}
.syq{width:40%;float:right;text-align: right;}
.dqml_img{float:left;width:30%;max-width: 180px;}
.dqml_img img{width:160px;border:1px solid #ccc;}
.dqml_wz{float:left;width:70%;}
.dqml_qbwz{overflow:hidden;width:100%;}
.articles{overflow:hidden;}
.articles ul{overflow: hidden;margin:0;}
.articles li{overflow:hidden;}
.articles li:last-child{border-bottom:none;}
.wenzhanglanmu{height: 30px; line-height: 30px;font-size: 14px;font-weight: bold;color:#ec7500;background-image:url(../images/lanmubj.jpg); padding-left: 15px;margin-top: 5px;}
.wenzhang{overflow:hidden;}
.wenzhang dl{overflow:hidden;margin-top: 10px; margin-bottom: 10px;}
.wenzhang dl dd{}
.biaoti{color:#c80000;font-size: 14px;font-weight:bold;line-height: 26px;}
a.biaoti:link, a.biaoti:visited {color:#c80000;text-decoration:none;} 
a.biaoti:hover,a.biaoti:active {color:#d73327;text-decoration:none;} 
.zuozhe{color:#666;line-height:26px;}
.kmnjq{line-height:26px;}
.zhaiyao{color:#999;line-height:24px;}
.doih{color:#333;line-height: 24px;}
.red{color:#f00;}
.lmlb{
	margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


.biaoti_en{color:#c80000;font-size: 14px;font-weight: bold;line-height:24px;}
a.biaoti_en:link, a.biaoti_en:visited {color:#c80000;text-decoration:none;} 
a.biaoti_en:hover,a.biaoti_en:active {color:#d73327;text-decoration:none;}

#bsWXBox { height: 257px !important;width: 232px !important;}/*home页微信分享弹出二维码边框样式*/

/* 文章目录*/

*#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: 6px 0px;
    WIDTH: 100%;
    BACKGROUND: #f8f8f8;
   
}
.authorList {
    line-height: 22px;
    MARGIN-BOTTOM: 1px;
    MARGIN-TOP: 3px !important;
}
.articlesectionlisting {
    BORDER-BOTTOM: #ddd 1px solid;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
    COLOR: #3a3a3a;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px;
    margin-bottom: 8px;
}
.articlesectionlisting INPUT {
    FLOAT: left;
}

.articlesectionlisting .dbt_header {
    font-size: 14px;
    color: #7f0202;
}
.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 {
    
    TEXT-DECORATION: none;
}

A.txt_zhaiyao1:active {
    TEXT-DECORATION: none;
}

.txt_biaoti {
    COLOR:#333;
    font-size: 14px;
	font-weight: bold;
}

A.txt_biaoti:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A.txt_biaoti:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A.txt_biaoti:hover {
    COLOR:#eb9024;
    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;
}

/*文章图片显示隐藏用到开始*/
.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*/


/*友情链接图片向左滚动*/
#btn {
	position:absolute;
	top:10px;
	left:710px;
	font-size:24px;
}
#btn a {
	color:#FFF;
	text-decoration:none;
}
#btn a:hover {
	color:#FC9;
	text-decoration:none;
}
#div1 {
	width:1200px;
	height:60px;
	margin:10px auto;
	position:relative;
	background:#fff;
	overflow:hidden;
}
#div1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#div1 ul li {
	float:left;
	width:220px;
	height:60px
}
#div1 ul li img {
	width:200px;
	height:55px;
}

/*底部*/
.footer{width:100%;background: #eaeaea;overflow: hidden;margin-top:20px;}
.banquan{width:1200px;margin:0 auto;overflow: hidden;padding:20px 0;color: #0c0c0c;text-align: center;line-height: 26px;}

.db1{width:100%;background:#eee;border-bottom: 1px solid #ccc;text-align:center;line-height:40px;}
.db2{width:520px;float:left;text-align: left;line-height: 31px;}
.db3{width:300px;float:left;}
.db3 ul{overflow: hidden;}
.db3 ul li{width:50%;float:left;text-align: center;}
.db3 ul li img{width:130px;}

.banquan_en{width:1200px;margin:0 auto;overflow: hidden;padding:20px 0;color: #0c0c0c;text-align: center;line-height: 26px;}

/*--返回顶部top--*/
.top_web{position: fixed;_position: absolute;bottom:80px;right:10px;width:30px; height:30px;border-radius: 50%;display: none;z-index: 9999;cursor: pointer; background:rgba(0,0,0,0.2);}
.top_web .glyphicon{text-align:center;top:6px; left:8px;}
/*--返回顶部top--*/

/*图表检索里的检索框*/
.figure_tab{width:50%;margin:0 auto;margin-bottom:30px;}



/*摘要页面美工修改*/
.flane_l{width: 89.333333%;}
.flane_r{width:9.666667%;padding-right:0;}


/*------------------------------------------移动端开始----------------------------------------------------*/

@media (max-width: 767px){
	.banner img {margin: auto;}
	.site-nav {/*background:#157d2a;margin-bottom:20px;margin:0 15px;*/}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 26px;
    text-align: center;
	color: #fff;
	}
	.navbar-nav>li>a{line-height: 45px;}
	.navbar-toggle {
    padding: 7px 8px;
    margin-top: 10px;
    margin-bottom: 8px;
    }
	.navbar-brand {
   	height: 40px;
    line-height: 40px;
    padding: 0 12px;
	}	
	
	.nav-tabs>li { width: 50%; /*非响应式需要注释掉*/   text-align: center;}
	.nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid #fff;
	}
	.fm img{margin:auto;max-width:50%;}
	.container{background:#fff;}
	
	/*摘要页面美工修改*/
	.flane_l{width:100%;}
	.flane_r{width:100%;padding-right:15px;}
	.wzjs{display:none;}
	.input-group{width:72%;}
	.adv-search:link, .adv-search:visited{width:25%;}
	.bai{background:#fff;padding-left:15px;padding-right:15px;}
	
	.qkxx_xx{margin-top:20px;margin-bottom: 20px;}
	
	/* 过刊表格-响应式用到*/
	.table-responsive{border:none;}
	.table-form .table-bordered{width: 98%;border: 1px solid #ddd;}
	.table>tbody>tr>td, .table>tbody>tr>th{padding: 0px;}
	.table-responsive>.table-bordered>tbody>tr>td:last-child{border-right:1px solid #ccc;}
	.table-responsive>.table-bordered>tbody>tr>th:first-child{border-left:1px solid #ccc;}

}

@media  (min-width:413px) {
    .gkddd {width: 100%; text-align: center;display:none;}
}

@media (min-width: 768px){
	.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border:0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	}/*	分享代码控制*/
	
	
	.site-nav .nav>li>a {
	color:#333;
	
	}

	.tab-title .item {
		 width: 144px;
		}

	.navbar-nav>li {
		float: left; 
		}
	
}

@media (min-width: 767px)and (max-width: 992px){

.email ul{text-align: center;}
}



@media (max-width: 992px) {
	.app-search .btn-p {padding: 0 0 20px;}
	
	/*图表检索在移动端样式*/
	.figure_tab {width: 85%; margin: 0 auto; margin-bottom: 30px;}
	#products li { width: 178px;height: 190px;}
	#products li span a {    width: 170px; margin-left: 5px; margin-top: 10px;}
	/*图表检索在移动端样式end*/
}


@media (min-width: 1024px){
	.site-nav .nav>li>a {padding-left:10px;padding-right:11px;}
	.center{padding:0 7px;}
	
	
}

/*改变导航默认高*/
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
	
}

@media (min-width:1200px) {
/*导航hover事件修改*/
.navbar .nav > li:hover .dropdown-menu {display: block;}
	
}

/*非响应式结构必引*/
.container {
	width: 1200px; 
	margin:0 auto;
	background: #fff;
    padding:0;

}
.row{
	margin-left:0;
	margin-right:0;
	padding-left:0; 
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	
}
.left-sidebar{float:left;width:825px;overflow: hidden;padding-left:0;padding-right:0;}
.right-sidebar{float:right;width:350px;overflow: hidden;padding-left:0;padding-right:0;}

/*非响应式结构必引end*/


/*------------------------------------------移动端结束----------------------------------------------------*/



/*二级页面*/
.ej{overflow: hidden;width:1200px;margin: auto;padding-left:0;padding-right:0;}/*二级页面必引*/
.c_nr{overflow:hidden;background:#fff;margin-bottom:15px;border:1px solid #ccc;}
.c_nr ul{margin:20px 20px;overflow:hidden;}
.c_nr li{line-height:24px;}
.lanmm{    
	font-size: 16px;
    height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1f3b3b;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
.item_title{    
	font-size: 16px;
    height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1f3b3b;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
.item_biaoti{line-height:26px;text-align: center;margin:10px 0 20px;    font-size: 15px;    font-weight: bold;}

.liulancishu{line-height:26px;text-align: right;margin: 20px 0 0;}
.fy{padding:20px 0;margin-top: 50px;}
.newsjsk{margin:10px 0 20px;overflow:hidden;}

.content_nr{overflow:hidden;background:#fff;border:1px solid #ececec;}
.content_nr ul{margin:20px 20px;overflow:hidden;}
.content_nr li{line-height: 30px;}
.margin-15{margin:15px;}

/*过刊*/
.gklly{overflow: hidden;margin:20px 0;border-bottom: 1px solid #ececec;}
.gklly li{text-align: center;margin-bottom:10px;}
.gklly li img{;margin: auto;border:1px solid #eee;}
.table-bordered{width:99%;}


/*虚拟专题*/
.subject-img{float:left;text-align: center;margin-right: 10px;margin-bottom: 25px;overflow: hidden;}
.subject-img img{margin-bottom:10px;}
.subject-name{line-height:22px;}

.plateBox {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}


.at-resp-share-element .at-share-btn {
    padding: 3px 0 3px 3px !important;
}

.jsjg{background:#fff;padding:10px 0;width: 75%;}

.page_ul_two input{height:20px;}
/*解决rich页面头部导航文字不清楚*/
.navbar-brand, .navbar-nav>li>a {text-shadow: none;}





.gk_zxqk{
	overflow: hidden;
    margin-bottom:25px;
    background: #fff;  
   
}
.gk_zxqk ul{overflow:hidden;margin:0;}
.gk_zxqk li{line-height:34px;text-align: center;font-size: 14px;display:block;margin-bottom: 3px;padding:0;width:23%;margin-right:1%;float:left;}
.gk_zxqk a{color:#333;display:block;background:#e8e8e8;margin:0 2px;}
.gk_zxqk a:hover{color: #fff;background: #4c4c4d;display: block;text-decoration: none;}
.gknian{
	line-height: 32px;
    font-weight: bold;
    /* background: #eef0f2; */
    margin-bottom: 4px;
    text-align: left;
    overflow: hidden;
    float: left;
    width: 100%;
}
