@charset "utf-8";
/* CSS Document */

/*全局样式*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,span,img,a,em,strong,table{margin:0; padding:0;}
body{
	font-size:12px;
	font-family: Microsoft YaHei;
	background:#fff;
	color:#333;
}
ul,ol,li{list-style:none;}
input,select,textarea{vertical-align:middle;}
img{border:none; vertical-align:middle;}
a{ text-decoration:none; color:#222;}

.fl{float: left;}
.fr{float: right;}
.gd{line-height: 36px;float: right;margin-right:10px;}
.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; 
} 
/*全局样式end*/

a:link,a:visited {
    text-decoration: none;
    color: #222;
}
a:hover {
    color: #015093;
    text-decoration: none;
}
/*头部*/
.main{width:1200px;margin: 0 auto;overflow:hidden;background: #fff;}
.header{width:100%;overflow: hidden;}
.banner{width:1200px;margin: 0 auto;height:200px;margin-bottom: 1px;}

/*导航菜单*/
.daohang{width:1200px;margin: 0 auto; background:#1ca088;height:42px;margin-bottom:20px;}
div,nav,ul,li,navMenu,dropMenu{margin:0;padding:0;}
#nav {width:1200px;margin:0px auto;height: 42px;display:block;overflow:hidden;text-decoration:none;}
#navMenu ul{float:left;height:42px;}
#navMenu li {float:left;display:inline;	font-size:14px;color:#fff; }
#navMenu li a {color:#fff;text-decoration:none;padding: 0px 42px;height:42px;line-height:42px;text-align:center;display:inline-block;}

#navMenu li a:hover{color:#fff;background:#f7c15b;text-decoration:none;}

/*-------- 下拉菜单 --------------*/
.dropMenu {	position:absolute;top: 0;z-index:130;visibility: hidden; margin-top: -1px;border-top:0;padding:1px;width:150px; background-color:#FFFFFF; border-left:#C5C7C7 1px solid; border-bottom:#C5C7C7 1px solid; border-right:#C5C7C7 1px solid;}
.dropMenu li {float:left;width:150px;height:32px;padding:0;	margin:0;display:inline; font-family:"微软雅黑";}
.dropMenu li a { text-align:left;display: block;padding: 7px 0 7px 21px;color:#000000;font-size:14px;text-decoration:none;}
.dropMenu a:hover {color:#fff; background-color: #267c0c;}
.dropMenu a:visited {color:#fff;}
/*-------- 下拉菜单长文字 --------------*/

.dropMenu1 {	position:absolute;top: 0;z-index:130;visibility: hidden; margin-top: 0px;border-top:0;background-color:#ad260f;padding:1px;width:260px;color:#ffffff;}
.dropMenu1 li {float:left;width:260px;height:34px;padding:0;	margin:0;display:inline;}
.dropMenu1 li a {display: block;padding: 5px 0 5px 12px;color:#ffffff;text-decoration:none;	}
.dropMenu1 a:hover {color:#333; background-color: #fede9f;}


/*英文页面导航*/
#nav_en {
    width: 1200px;
    margin: 0px auto;
    height: 50px;
    line-height: 42px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

#navMenu_en ul {
    float: left;
   
}

#navMenu_en li {
    float: left;
    display: inline;
    font-size: 15px;
	font-weight: bold;
   
}

#navMenu_en li a {
    color: #333;
    text-decoration: none;
    padding: 0px 19px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

#navMenu_en li a:hover {
    color: #fff;
    background: #1e8ae8;
    text-decoration: none;
}

.dropMenu_en {	position:absolute;top: 0;z-index:130;visibility: hidden;border-top:0; background:#0562b3;padding:1px;width:190px;color:#ffffff;	font-size:14px;}
.dropMenu_en li {float:left;width:190px;padding:0;	margin:0;display:inline;}
.dropMenu_en li a { text-align:left;display: block;padding: 8px 0 8px 26px;text-decoration:none;	color:#fff;}
.dropMenu_en a:hover {color:#fff; background-color:#1e8ae8;}

/*左*/
.left{
	width:240px;
	float:left;
	margin-right:22px;
}

.left_tab{
	border:#c7dcd8 1px solid;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;

}
.left_tab:last-child{margin-bottom: 1px;}
.lmm{
	line-height: 35px;
    padding-left:17px;
    background-image: url(../t.jpg);
    font-size: 15px;
	font-weight: 600;
    color:#1ca088;
}
.left_tab dl{overflow: hidden; margin: 10px 0;}
.left_tab dd{margin: 6px 0;text-align:center;}

.left_tab ul{margin:10px;}
.left_tab li{line-height: 24px;border-bottom: 1px solid #EEE;}
.left_tab ul li img{margin-right:5px;}



    


/*检索*/
.js_1{ overflow: hidden;margin:20px 9px;}
.jsk {width:78%;padding-left: 5px;float: left;line-height: 30px;border: #ccc 1px solid;border-radius: 4px 0 0 4px;}
.jsan {border: 0;background:#ef9002;float: left;padding: 7px 11px;}
.adv-search {font-size: 13px;
    background: #ef9002;
    width: 48%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    float: left;
    margin-top: 10px;
    
	border-radius: 3px;
}
.adv-search a{color:#fff;}
.adv-search a:hover {background:#da5000;display: block;color: #fff;text-decoration: none;border-radius: 3px;}
.tbjsk{background: #d01414!important;float:right;margin-right: 0!important;}

/*右侧*/
.right{
	width:240px;
	float:right;
	overflow: hidden;
}

.right_tab{
	border:#c7dcd8 1px solid;
	overflow: hidden;
	margin-bottom:20px;
}
.right_tab ul{
	margin:8px 9px 7px;
}
.right_tab li{
	margin:4px 0;
	line-height: 24px;
}
.right_tab li img{margin-right:5px;}
.right_tab_qkxx{border:#c7dcd8 1px solid;background:url(../fmbj.jpg);margin-bottom:20px;padding:15px 0;}
.fm{width:100%;text-align:center;margin:8px 0 5px;}
.qkxx{text-align:left;line-height: 24px;    padding-left: 20px;}


.center{width:675px;float:left;}
.zclm_2{overflow:hidden;margin-bottom:20px;}
.xwpic{margin-bottom:20px;overflow: hidden;border:1px solid #c7dcd8;}
.ggdt{float:left;width: 300px;margin: 10px;	}
/*切换滚动图片*/
.yx-rotaion{margin:0 auto;width: 300px;height:250px;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:12px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
a.yx-rotation-t{color:#fff;}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}

.xwgg{float:left;width:340px;margin:6px;}
.xwgg ul{overflow:hidden;}
.xwgg ul li{line-height: 28px;}
.xwgg ul li img{margin-right:5px;}
.red{color:#f00;}

.tab_list{width:325px;overflow:hidden;border:#c7dcd8 1px solid;}
.tab_list ul{margin:8px 0 9px 13px;}
.tab_list ul li{line-height:24px;}
.tab_list li img{margin-right:5px;}

.gknjq{color:#109261;font-weight:bold;}

/*当期目录*/
.current{overflow:hidden;background:#fff;    margin-bottom: 25px;}
.dqml_title{
	font-size: 21px;
    color: #333;
    border-bottom:2px solid #146bd8;
    width: 84px;
    line-height: 38px;
    margin-top: 10px;
    margin-left: 20px;
}
.dqml_title_en{
	font-size: 21px;
    color: #333;
    border-bottom:2px solid #146bd8;
    width: 135px;
    line-height: 38px;
    margin-top: 10px;
    margin-left: 20px;
}
.dqtab{overflow: hidden; padding: 26px 0 10px;  border-bottom: 1px solid #ccc;}
.njq{font-size:14px;font-weight:bold;width: 50%;float: left;line-height: 24px;}
.syq{width:40%px;float:right;text-align: right;}
.articles{overflow:hidden;margin: 10px 20px;}
.articles ul{overflow: hidden;}
.articles li{overflow:hidden;}
.wenzhanglanmu{
	height: 30px; 
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color:#ec7500;
	border-bottom: 1px solid #ff8d00;
}
.wenzhang{overflow:hidden;}
.wenzhang dl{overflow:hidden;}
.wenzhang dl dd{line-height: 26px;}
.biaoti{color: #333;font-size: 14px;line-height: 28px;font-weight:bold;}
a.biaoti:link, a.biaoti:visited {color:#333;text-decoration:none;} 
a.biaoti:hover,a.biaoti:active {color:#D47906;text-decoration:none;} 
.zuozhe{color:#666;line-height: 30px;}
.kmnjq{line-height: 30px;}
.zhaiyao{color:#999;line-height:24px;}
.doih{font-size:14px;}
.gd_wz{
	height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1467ce;
    color: #fff;
    border-radius: 5px;
	width: 45%;
    margin: 0 auto;
	    margin-bottom: 20px;
}
.gd_wz a{color:#fff;display:block;}
.gd_wz a:hover{color: #fff;background:#f5b30a;display: block;text-decoration: none; border-radius: 5px;}

/*当期目录end*/



*#dbt_action_bar_hide {
    DISPLAY: none;
}

*.hidelabel {
    DISPLAY: none;
}


*.abs_zuozhe {
    COLOR: #444;
    font-size: 12px;
}

*.abs_njq {
    COLOR: #444;
   line-height: 22px;
}
.links1 {
    line-height: 22px;
}
.noselectrow {
    BORDER-BOTTOM: #eee 1px solid;
    BORDER-LEFT: white 1px solid;
    PADDING-BOTTOM: 5px;
    WIDTH: 100%;
    BORDER-TOP: white 1px solid;
    BORDER-RIGHT: white 1px solid;
    PADDING-BOTTOM: 10px;
    MARGIN: 6px 0px;
}
.selectedrow {
    BORDER: #eee 1px solid;
    MARGIN: 6px 0px;
    WIDTH: 100%;
    BACKGROUND: #f8f8f8;
    PADDING-BOTTOM: 5px;
}
.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;
}
.J_WenZhang{font-size:12px;}
.txt_zhaiyao1 {
    COLOR: #000;
}

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_zhaiyao3{line-height:24px;}

.txt_biaoti {
    color: #333;font-size: 14px;line-height: 26px;font-weight:bold;
}

A.txt_biaoti:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A.txt_biaoti:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A.txt_biaoti:active {
    TEXT-DECORATION: none;
}

.txt_14000 {
    font-size: 12px;
    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;
    margin-bottom: 8px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
	line-height:25px;
}
/* 文章目录end*/

/*友情图片滚动*/
.tab_yqlj{width:1200px;margin: auto;border:#c7dcd8 1px solid;overflow:hidden;}
.tab_yqlj ul{overflow:hidden;margin: 10px;}
.tab_yqlj li{float:left;width:230px;    line-height: 26px;}

/*底*/
.footer{width:1200px; margin: 0 auto;overflow: hidden;background:#fff;padding-top:20px;}
.banquan{text-align: center;line-height: 24px; color: #fff;background:#1ca088; padding: 15px 0;}

/*二级页面*/
.content {
   width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    
}

.content_r {
    float: right;
    overflow: hidden;
    background: #fff;
    width: 936px;
}

.lanmm {
    border-bottom:#1ca088 2px solid;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    padding-left: 10px;
  
}

.lanmm img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}

.c_nr {
    overflow: hidden;
    border: #ddd 1px solid;
    margin-bottom: 15px;
    width: 936px;
    float: right;
	background: #fff;
}

.c_nr ul {margin: 20px;}
.c_nr li{line-height: 26px;}

.margin-15{	margin: 15px;}
















.content_dqml {
    border: #ddd 1px solid;
    margin-bottom: 15px;
    overflow: hidden;
}

.lanmu1_cn {
    font-weight: bold;
}
.news_biaoti{
	font-size:18px;
	line-height:200%;
	font-weight: bold;
	margin:20px;
	text-align:center;
}
.newstit {
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}


.fy {
    padding: 20px 0;
    margin-top: 50px;
}

.c_jsp {
    width: 100%;
    padding: 5px 20px;
}
.newsjsk{margin:10px 0 20px;overflow:hidden;}
.newsfengye {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.newsfengye ul li {
    float: left;
    padding: 5px 30px;
}

.gklly {
    overflow: hidden;
}

.gklly li {
    text-align: center;
    margin-bottom: 10px;
}

.gklly li img {
    margin-bottom: 10px;
}

.td4 {
    BORDER: #ddd 1px solid;
}

.lanmu1 {
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    padding-left: 10px;
}

.lanmu10 {
    COLOR: #ce5302;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}

.lanmu101 {
    COLOR: #ff6600;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    padding-left: 10px;
}

.lanmu105 {
    font-size: 14px;
    font-weight: bold;
}

.plateBox {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------期刊列表页-------------------------------------------------*/
			.whitebg{background:#fff;}
			.main-c{padding:5px;}
			.j-title{font-size: 16px;
				height: 50px;
				line-height: 50px;
				font-weight: bold;
				border-bottom: 1px solid #e0dede;margin-bottom:20px;}
			.j-title:after{
				content:"";   
				width:10%;
				height:2px;  
				background:#005fb9;
				display: block;
			}    

			.leftnav{font-size: 16px;margin-bottom: 20px;}
			.leftnav-list li{margin-bottom: 10px;background: #eee;padding:5px 10px;border-left: 2px solid #005fb9;}
			.leftnav-list li a{color:#000;font-size: 15px;}
			.leftnav-list li:hover{background:#d6f0ff;}
			/*.contentright{float: right;width:829px;overflow: hidden;border-left:1px solid #eee;padding-left:100px;}*/
			.journal-detail{width:470px;margin-bottom:40px;overflow: hidden;float: left;}
			.journal-detail .journal-img,.journal-detail .journal-img img{float: left;
				width: 150px;
				height: 190px;  
			}
			.journal-detail .journal-img{margin-right:30px;
				width: 150px;
				height: 190px;}
			.journal-detail .content-right{text-align: left;}
			.journal-detail .content-right .journal-title{font-size: 18px;font-weight: bold;color: #333;margin:10px 0;overflow: hidden;display: block;}
			.journal-detail .content-right .detail{font-size: 14px;color: #333;line-height: 24px;text-align: left;margin-bottom:5px;}
			.journal-detail .content-right .detail .detail-left{display: inline-block;font-size: 14px;color: #000;line-height:24px;width: 125px;}
			.journal-detail .content-right .detail .label{color: #888585;padding-right:4px;}
			.journal-detail:nth-child(2n+1){margin-right:60px;}
			.journal_information .shoulu{margin-top:10px;}
/*--------------------------------------------------------------期刊列表页-------------------------------------------------*/