@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;}

.fl{float: left;}
.fr{float: right;}
.gd{
	    color: #666;
    font-size: 14px;
    float: right;
    /* margin-right: 10px; */
    margin-top: 14px;
    font-weight: normal;
}
.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;
}
.huise{background:#e5f3ee;}
.qianse{background:#e6edf7;}
/*头部*/
.container_home{width:100%;overflow:hidden!important;padding-top: 30px;    padding-bottom: 30px;margin-bottom: 20px;}
.main{width:1200px;margin: 0 auto;overflow:hidden;}
.header{width:1200px;margin: 0 auto;background: #fff;padding-bottom:20px;}
.banner{height:201px;overflow: hidden;  }
.time{float:left;color:#fff;width:250px;text-align: center;line-height: 36px;}


.banner{width:1170px;margin: 0 auto;overflow: hidden;}
.h_l{width:1170px;margin: 0 auto;text-align: center;padding-top: 60px;}
.h_2{width:1170px;margin: 0 auto;text-align: center;padding-top: 40px;}
.h_r{float:right;}
.youce1{
	float: right;
    width: 60px;
    height: 60px;
    margin-left: 1px;
    background:#1e9954 url(../332ss.png) no-repeat center top;
    text-align: center;
    color: #fff;
    line-height: 88px;
	display:inline-block;
}
.youce1 img{margin-top:10px;}
.youce1 a{
    color: #fff;
    }
.youce1 a:hover{
  	height: 60px;
    display: block;
    color: #735847;
    text-decoration: none;
    text-transform: capitalize;
	background: #fff url(../332ss2.png) no-repeat center top;
}
.youce2{
	float: right;
    width: 60px;
    height: 60px;
    margin-left: 1px;
    background: #1e9954 url(../email_s.png) no-repeat center top;
    text-align: center;
    color: #fff;
    line-height: 88px;
	display:inline-block;
}
.youce2 img{margin-top:10px;}
.youce2 a{
    color: #fff;
    }
.youce2 a:hover{
  	height: 60px;
    display: block;
    color: #735847;
    text-decoration: none;
    text-transform: capitalize;
	background: #fff url(../email_s2.png) no-repeat center top;
}
.youce3{
	float: right;
    width: 60px;
    height: 60px;
    margin-left: 1px;
    background:#1e9954 url(../submit_s.png) no-repeat center top;
    text-align: center;
    color: #fff;
    line-height: 88px;
	display:inline-block;
}
.youce3 img{margin-top:10px;}
.youce3 a{
    color: #fff;
    }
.youce3 a:hover{
  	height: 60px;
    display: block;
    color: #735847;
    text-decoration: none;
    text-transform: capitalize;
	background: #fff url(../submit_s2.png) no-repeat center top;
}



/*头部滚动隐藏切换效果*/

.container2{max-width: 1200px;margin: auto; position: relative;}
.navbarcolor{background:#fff;border-bottom: 0;}
.main-img{background: url("../top_bj1.jpg") no-repeat;background-size: cover;height: 400px;width: 100%;}


.logo{    
	position: absolute;
    top: 180px;
    left: 120px;
}
.main-img2{background: url("../top_bj2.jpg") no-repeat;background-size: cover;height: 400px;width: 100%;}


.logo2{    
	position: absolute;
    top: 150px;
    left: 277px;
}


/*.divnav{margin-top:0;}*/

.con-box{width: 100%;overflow: hidden;z-index: 33;}
.pull-right{float:right;}
.form-btns{padding-top:60px;max-width: 1200px;margin: auto;}
.hide-form{width:870px;margin: 10px auto;display: none;z-index:99;padding-bottom: 10px;overflow: hidden;}
.con-box-bg{background: #fff;width:100%;height: 38px;}
.con-box-bg button{background:#1e9954;color: #fff;width:60px;height: 38px;border-radius: 0;margin-left: 1px;border: 0;float: left;}
.em_x{float:left;background: #1e9954;width:60px;height: 38px;margin-left: 1px;text-align: center;}
.em_x img{margin-top:3px;}
.con-box-bg button:hover{color: #fff;}
/*头部滚动隐藏切换效果end*/


/*导航菜单*/
/*nav导航盒子*/
div.nav{
    width: 922px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #fff;
	margin:0 auto;
}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
ul.nav-main span{
    display: inline-block;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    background: url('../down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
ul.nav-main>li{
    padding: 0px 24px;
	line-height:50px;
	text-align:center;
    display: block;
    float: left;
   color: #666;
    margin-right: 1px;
    cursor: pointer;
}
ul.nav-main>li:hover{
   color:#272727;background: #e7e7e7;
}
/*隐藏盒子设置*/
div.hidden-box{
    width: 124px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
     display: none; 
    background: #fff;
    top: 50px;
    font-size: 14px;
	line-height: 36px; 
}
.hidden-box>ul{
    list-style-type: none;
    color: #333;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #eee;
    color: #fff;
}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 80px;
}
.hidden-loc-us{
    left: 205px;
}
.hidden-loc-info{
    left: 330px;
}
.box04{
	left:485px;
}

/*检索*/

.js_1{ overflow: hidden;margin-bottom: 20px; padding:7px 30px 7px 2px;}
.btn-select{width: 18%;float: left;display: block;margin-right:1%;height: 36px;}
.input-group{float: left;width:441px;}
.input-group-text{width:391px;padding-left: 10px;height: 32px;border: #ccc 1px solid;border-radius:5px 0 0 5px;}
.input-group-btn{float: right;display: block; background:url(../search.jpg);color:#fff;
	border: 0;
	width: 38px;
    height: 34px;}

.adv-search {
	font-size: 14px;
    width: 100px;
    background: #da8632;
    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;text-decoration: none;}

.tbjs{background:#a1141a!important;}

/*四个按钮*/
.aside-l{
	overflow:hidden;
	width: 1100px;
    margin: auto;
}
.aside-r{
	float:right!important;
	margin-right: 0!important;
	
}

.aside-l ul{
	overflow:hidden;
}
.aside-l li{
	width: 241px;
    height: 170px;
    float: left;
    margin-right: 45px;
	text-align: center;
	border-radius: 3px;
}
.aside-l li img{
	margin-top:15px;
	cursor: pointer;
	transition: all 0.6s;
}
.aside-l li img:hover{
	margin-top:15px;
	transform: scale(1.2);
}
.btn1{
	background:#0000FF;
}
.btn2{
	background:#FF00FF;
}
.btn3{
	background:#00FF00;
}
.btn4{
	background:#fa463d;
}


/*四个按钮end*/

/*左*/
.left{width:855px;float:left;}
.tab_list{margin-bottom:20px;overflow: hidden;border:1px solid #ccc;}
.ggdt{float:left;width: 400px;margin: 10px;	}

/*精选文章*/
.atricle_tit{
	font-size:20px;
    color:#15783f;
    margin-bottom: 16px;
}
.mroe{font-size:14px;}
.jx_tab{
	overflow:hidden;
}
.jx_tab ul{
	overflow:hidden;
}
.jx_tab li{
	float:left;
	width:340px;
	padding: 15px;
	background: #fff;
	margin-right:45px;

}

.jx_tab li:last-child{flloat:right!important;margin-right: 0!important;}
/*精选文章end*/



/*当期目录*/
.tab {width: 100%;}
.tab-title {height: 37px; font-size: 0;border-bottom: 1px solid #ccc;}
.tab-title .item {display: inline-block;padding: 0 20px;height: 37px;line-height: 37px;text-align: center;color: #333;font-size: 16px; background:#c0edda; }
.tab-title .item-cur { color: #fff; line-height: 37px; height: 37px;background:#49c685;}
.tab-cont {border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;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: 10px 20px;}
.articles ul{overflow: hidden;}
.articles li{overflow:hidden;}
.wenzhanglanmu{
	height: 30px; 
	line-height: 30px;
	font-size: 14px;
	color:#d67e19;
}
.wenzhang{
	overflow: hidden;
    float: left;
    width: 375px;
	min-height:280px;
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
    padding-bottom: 12px;
    padding-top: 13px;
}
.wenzhang dl{overflow:hidden;}
.wenzhang dl dd{overflow:hidden;}
.wenzhang dl dd.biaoti{text-overflow:ellipsis;white-space:nowrap;width:100%;}
.biaoti{color: #15783f;font-size: 16px;line-height: 30px;}
a.biaoti:link, a.biaoti:visited {color:#15783f;text-decoration:none;} 
a.biaoti:hover,a.biaoti:active {color:#15783f;text-decoration:none;} 
.zuozhe{color:#666;font-family: "楷体";font-size:16px; line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.zuozhe_en{color:#666;line-height: 24px;}
.kmnjq{color:#333;line-height: 24px}
.zhaiyao{color:#999;line-height: 20px;margin: 8px 0;
overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.gdwz {
    font-size: 17px;
    float: right;
        margin: 20px 13px;
    color: #d48b0f;
}
/*当期目录end*/

/* 文章目录*/

*#dbt_action_bar_hide {
    DISPLAY: none;
}

*.hidelabel {
    DISPLAY: none;
}


*.abs_zuozhe {
    COLOR: #444;
    font-size: 12px;
}

*.abs_njq {
    COLOR: #444;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 22px;
}
.links1 {
    line-height: 22px;
}
.noselectrow {
    
   
    WIDTH: 100%;
   
}
.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: 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: 22px;
}
/* 文章目录end*/

/*右*/

.right{width:280px;overflow: hidden;float:right;}
.bjb_gg{overflow:hidden;margin-bottom:20px;}
.xwmc{overflow:hidden;border-bottom:2px solid #49c685; }
.bjb_gg h4{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    /* border-bottom: 2px solid; */
    background: #49c685;
    float: left;
}
.bjb_gg ul{margin:10px;overflow:hidden;}
.bjb_gg ul li{line-height:26px;border-bottom:1px #ccc dotted}
.shijian{color:#DFA107;}

.r_tab{margin-bottom: 20px;overflow: hidden;}
.r_tab ul{}
.r_tab ul li{margin:5px 0;}

.fmbfbj{background:#e5f3ee;
	padding:16px;}

.fm{
	text-align:center;
	border-bottom:1px solid #5fa98a;
	padding-bottom: 10px;
}
.fm img{
	margin:25px 0 10px;
}
.year{
	font-size: 24px;
	color: #000;
}
.fm span{color:#333;line-height: 25px;}
.fmxx{
	line-height: 28px;
	font-size:14px;
	margin-top:10px;
}
.ewm{
	overflow:hidden;
	text-align:center;
	margin: 20px 0;
}

/*底*/
.footer{width:100%; margin-top:30px;background:#43a582;overflow: hidden;}
.banquan{width:1200px;margin:0 auto;text-align: center;line-height: 30px; overflow: hidden;padding:30px 0;color: #fff;}

/*二级页面*/
.content {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    
}
.c_nr {
    overflow: hidden;
    border: #ddd 1px solid;
    margin-bottom: 15px;
    width: 855px;
    /* margin: 0 auto; */
    background: #fff;
    float: left;
}

.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: 855px;
    /* margin: 0 auto; */
    background: #fff;
    float: left;
}

.lanmm {
     height: 40px;
    /* background: url(../ejt.jpg); */
    line-height: 40px;
    font-size: 16px;
    color: #404042;
    border-bottom: 2px solid #3cc67e;
    /* 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;
}
