@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-family: Microsoft YaHei;
	background:#fff;
	color:#333;
	font-size:14px;
}
ul,ol,li{list-style:none;}
input,select{vertical-align:middle;}
img{border:none; vertical-align:middle;}
a{text-decoration:none; color:#222;}
a:link,a:visited {
    text-decoration: none;
    color: #222;
}
a:hover {
    color: #666;
    text-decoration: none;
}
.fl{float: left;}
.fr{float: right;}
.gd{color:#666;font-size:14px;}
.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; 
} 
.whitebg{background:#fff;min-width:1200px;}
/*全局样式end*/


/*头部*/
.main{width:990px;margin: 0 auto;overflow:hidden;}
.header{width:990px;margin-bottom:25px;background:url(../images/headerbj.jpg)no-repeat center; }


.banner{width:990px;margin: 0 auto;overflow: hidden;}



/*检索*/
.js_1{width:180px;float:right; margin-top:8px;}
.btn-select{width: 18%;float: left;display: block;margin-right:1%;height: 36px;}
.input-group{float: right;width:180px;}
.input-group-text{width:130px;height: 34px;border: #fff 0 solid;border-radius:5px 0 0 5px;}
.input-group-btn{
	float: right;
	display: block; 
	background:url(../images/search.png);
	color:#fff;
	border: 0;
	width: 38px;
    height: 34px;
	border-radius: 0 4px 4px 0;
}

.adv-search {
	font-size: 14px;
    width: 100px;
    background: #fdac33;
    text-align: center;
    line-height: 34px;
    float: right;
	border-radius: 4px;
	margin-left: 6px;
}
.adv-search:hover{color: #fff;}
.adv-search:link,.adv-search:visited{float: right;color: #fff;border-radius: 4px;}

.tbjs{background:#a1141a!important;}

.ding5{width:100%;background-color:rgba(0, 49, 47, 0.5);}
/*导航栏*/
#nav {width:810px;float:left;height: 50px;overflow: hidden;}
#navMenu ul{float:left;}
#navMenu li {float: left;text-align: center;}
#navMenu li img {vertical-align:middle;}
#navMenu li a {
	color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 30px 0 0;
    line-height: 50px;
    text-align: left;
    display: inline-block;
}
#navMenu li a:hover{color:#ccc;}

/*-------- 下拉菜单 --------------*/
.dropMenu {	
	position:absolute;
	top: 0;
	z-index:130;
	visibility: hidden; 
	margin-top: -1px;
	border-top:0;padding:1px;
	width:200px;
	background-color: #eee;
    border: 1px solid #eee;
}
.dropMenu li {float:left;width:200px;height:40px;padding:0;	margin:0;display:inline;}
.dropMenu li a { text-align:left;display: block;padding: 9px 0 9px 15px;color:#333;font-size:14px;text-decoration:none;}
.dropMenu a:hover {color:#999;}
.dropMenu a:visited {color:#333;}


/*左*/
.left{width:305px;float:left;background:#cce3e2;}

.fmbf{text-align: center;margin: 15px 0 25px;}
.fmtimu{
	text-align: center;
    color: #00756e;
    font-size: 24px;
    margin-bottom: 8px;
}
.button_2 {
    color: #fff;
	font-size:18px;
    display: block;
    background: #00736c;
    border-radius: 5px;
    margin: 0 auto 25px;
    text-align: center;
    width: 250px;
    line-height: 45px;
  
}

a.button_2:link, 
a.button_2:visited { 
color:#fff; 
text-decoration:none; 
}
.button_2:hover {
    background: #00ad8b;
    color: #fff;
	
}

.tab_list{margin-bottom:20px;overflow: hidden;}
.tit_3{    
	height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #00756e;
    margin-bottom: 5px;
    margin-left: 34px;
    /* margin-top: 15px; */
}
.tab_list ul{margin: 0 34px;overflow: hidden;}
.tab_list ul li{
	line-height: 24px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.tab_list dl{text-align:center;}

/*右*/
.right{width:865px;float:right;overflow: hidden;}
.t_tab{overflow: hidden;background:#cce3e2;margin-bottom:30px;}
.tit_2{    
	height: 45px;
    background: #7ab6b3;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    padding-left: 15px;
}
.t_tab dl{ margin:20px 20px;overflow: hidden;}
.t_tab dl dt{    
	width: 48%;
    float: left;
    text-align: left;
    margin-right: 20px;
}
.t_tab dl dt:last-child{margin-right:0;}


/*轮播图片*/
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #fff;
	
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 60px;
}

.flex-direction-nav .flex-prev {
	left: 60px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;

}

.flex-control-paging li a {
	background: url(../dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 350px;
	display: block;
}

/*轮播图片end*/
.more{float:right;font-size:14px;margin-right:10px;color:#fff;}

/*当期目录*/
.tab {width: 100%;}
.tab-title {height: 37px; font-size: 0;border-bottom:2px solid #00736c;}
.tab-title .item {display: inline-block;padding: 0 10px;height: 37px;line-height: 37px;text-align: center;color:#00736c;font-size: 16px; }
.tab-title .item-cur {     
	color: #333;
    line-height: 38px;
    height: 35px;
    /* background: #fff; */
    border: 2px solid #00736c;
    border-bottom: 2px solid #ffffff;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}
.tab-cont {background-color: #ffffff; overflow: hidden;}
.tab-cont__wrap { background: #fff; padding: 0;}
.tab-cont .item {text-align: left; color: #000;}


.current{overflow:hidden;border: 1px solid #ccc; background: #fff;}
.column_title{font-size: 22px; height: 42px; color:#444; background:url(../dqbj.jpg);line-height: 37px;}
.dqtab{overflow: hidden;border-bottom: 1px solid #ccc;padding: 10px 0;}
.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:20px 0;}
.articles ul{overflow: hidden;}
.articles li{overflow:hidden;}
.wenzhanglanmu{height: 36px;line-height: 36px;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: 24px;}
.biaoti{color: #333;font-size: 15px;font-weight:bold;line-height: 26px;}
a.biaoti:link, a.biaoti:visited {color:#333;text-decoration:none;} 
a.biaoti:hover,a.biaoti:active {color:#eb9024;text-decoration:none;} 
.zuozhe{color:#666;}
.kmnjq{color:#333;}
.zhaiyao{color:#333;}

/*当期目录end*/

/* 文章目录*/

*#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: 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: 5px;
    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:14px;}
.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_biaoti {
    COLOR:#333;
    font-weight: bold;
    font-size: 14px;
}

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: 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{LINE-HEIGHT:26PX;}

/*文章图片显示隐藏用到开始*/
.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: 22px;
}
/* 文章目录end*/
/*过刊封面*/
.table_special{overflow:hidden;}
.table_special_tit{    
	height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #00756e;
    margin-bottom: 5px;
  
}
.table_special ul{overflow:hidden;}
.table_special ul li{float:left;width:200px;text-align: center;    margin-right:16px;}
.table_special ul li:last-child{margin-right:0!important;}


.lanse{color:#2a6ecc;}
a.lanse:link, 
a.lanse:visited { 
color:#2a6ecc; 
text-decoration:none; 
} 
a.lanse:hover, 
a.lanse:active { 
color:#333; 
text-decoration:underline; 
}



/*底*/
.footer{    
	width: 100%;
    overflow: hidden;
    margin-top: 20px;
	background:#016b64;
}
.dibulm{
	text-align: center;
    color: #fff;
    line-height: 28px;
    padding:15px;
	border-bottom:1px solid #799e9c;
}

.banquan{
	color:#fff;
    text-align: center;
    line-height: 28px;
  padding: 30px 0;
    
}


/*二级页面*/
.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
   
    
}
.c_nr {
    overflow: hidden;
    border: #ddd 1px solid;
    margin-bottom: 15px;
    width: 865px;
    background: #fff;
    float: right;
}

.c_nr ul {margin: 20px;}
.c_nr li{line-height: 26px;}

.margin-15{	margin: 15px;}
.content_r {
    overflow: hidden;
    border: #ddd 1px solid;
    margin-bottom: 15px;
    width:865px;
    background: #fff;
    float: right;
}

.lanmm {
       height: 40px;
    /* background: url(../ejt.jpg); */
    line-height: 40px;
    font-size: 18px;
    color: #404042;
    border-bottom: 2px solid #00736c;
    /* display: inline-block; */
    /* margin: 20px 20px 0; */
	    padding-left: 15px;
}

.lanmm img{margin-right:7px;}
.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;
}

#gkll{max-height:300px;overflow:hidden;}

/*虚拟专题*/
.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;
}