/*-----------当前位置-*/
#detail_a{float:left;height:60px;}
#detail_a h2{
	min-width:240px;
	padding:0px 20px;
	text-align:center;
	font-size:24px;
	font-family:"Microsoft YaHei";
	COLOR: #fff;
	height:60px;
	line-height:60px;
	font-weight: normal;
	overflow: hidden;box-sizing: border-box;
	display:inline-block;
	text-transform: capitalize;
	background:#009966; 
}
#detail_a h2:before {
	content:"";
	display: inline-block;
	width:10px;
	height:20px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	border:0px solid #ddd;
	background:#009966; display:none;
}
#place{
    position: absolute;
	z-index:1;
	top:415px;
	left:50%;
	margin:0 0 0 -615px; 
	width:1230px;
	TEXT-ALIGN:  right;
	padding:0 20px 0 0px;
	font-size:12px;
	line-height:60px;
	height:60px;
	font-family:Verdana;
	color: #666;
	background:rgba(255,255,255,1.0); /*-rgba(255,255,255,1.0)-*/
	border-radius:0px 0px 0 0;
	box-sizing: border-box;
	border-bottom:1px solid #ddd;
}
#place a{color: #666;font-family:Microsoft YaHei;}
#place a:hover{color:rgba(0,0,0,1.0);}

/*============主要内容区=*/

#mainarea{
	MARGIN:0px 0px 0 0px;
	display:inline;
	TEXT-ALIGN:left;
	WIDTH:960px;
	float: right;
	overflow: hidden;/*保持高度自适应，适应FIREFOX*/
	padding:0px 0px 0px 0px;
}
/*===========边栏设定=*/
#sidearea{WIDTH:240px;float: left;MARGIN:0px 0 0px 0px;background:#fff;margin-bottom: -10000px;padding-bottom: 10000px;}

/*===========边栏二级栏目样式=*/
.class_box{padding:0px;margin:0px 0 20px 0;border:0px solid #dfdfdf;}
.class_box h2{height:60px;text-align: center;border-bottom:0px solid #dfdfdf; background:#005ca2; display:none;}
.class_box h2 span{
	padding:0 20px 0px 20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	COLOR: #fff;
	line-height:60px;
	font-weight: bold;
	overflow: hidden;
	display:inline-block;
	border-bottom:0px solid #009966;
}	
.class_con {padding:0px;}
.class_con ul{margin:0px 0 0 0;}
.class_con ul li a{
	padding:0px 0px 0px 0px;
	line-height:50px;
	color:#009966;
	display:block;
	text-align: center;
	margin:0px 0 0px 0;
	font-size:18px;
	text-decoration: none;
	font-weight: normal;
	background:#f2f8fd;
	border-bottom:1px solid #c4dff3;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.class_con ul li a:before {
	content:" ";
	display: inline-block;
	width:8px;
	height:12px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	border-bottom: 1px solid #cccccc; display:none;
}
.class_con ul li a:hover{
	color: #009966;
	text-decoration: none;
	background: #FFF;
	border-bottom:1px solid #009966;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.class_con ul li a:hover:before{
	content:"";
	display: inline-block;
	width:8px;
	height:12px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	border: 1px solid #020d28;display:none;
}
.class_con ul li.ddt a{color: #ffffff;text-decoration: none;display:block;background:#00cc66;border:1px solid #00cc66;}
.class_con ul li.ddt a:before{
	content:"";
	display: inline-block;
	width:8px;
	height:12px;
	margin:0px 10px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	border: 1px solid #020d28;
	background-color:#020d28;display:none;
}

/*===========边栏信息=*/
.sidearea_box{padding:0px;margin:0px 0 20px 0;border:1px solid #dfdfdf;display:none;}
.sidearea_box h2{height:45px;text-align: center;border-bottom:1px solid #dfdfdf;}
.sidearea_box h2 span{
	padding:0 20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	COLOR: #333;
	height:42px;
	line-height:45px;
	font-weight:normal;
	overflow: hidden;
	display:inline-block;
	border-bottom:4px solid #009966;
}
.sidearea_con{ width:100%;padding:10px 15px 10px 15px;overflow: hidden;}
.sidearea_con ul{margin:0px;}
.sidearea_con ul li{
	WIDTH:210px;
	line-height:30px;
	font-size:14px;
	text-align:left;
	padding:0 0 0 0px;
	color:#009966;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.sidearea_con ul li:before {
	content:"";
	display: inline-block;
	width:4px;
	height:4px;
	margin:0px 8px 3px 0px;
	border-radius:0%;
	vertical-align:middle;
	background-color:#009966;
}
/*===========详细内容样式=*/


#detail_b{
	/*background-image: url(images/list_bj.gif);*/
	width:100%;
	padding:20px 0 20px 0;
	line-height:1.9;
	font-size:16px;/*直接内容基础字号*/
	min-height:400px;
	_height:400px;
	color:#333;
	text-align: justify;
}
.detail_content{
	width:100%;
    min-height:400px;
	_height:400px;
	line-height:1.9;
	font-size:16px;/*直接内容基础字号*/
	color:#333;
	font-weight:normal;
	text-align:left;
	padding:0 0 0 0px;
}

/*---------详细信息显示样式：标题、属性、内容-*/
#info_title{
	COLOR: #333;
	TEXT-ALIGN: center;
	width:100%;
	font-size:30px;
	line-height:1.5;
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:20px 0 0px 0px;
	OVERFLOW: hidden;
	white-space:pre-wrap;
	
	}
#info_pro{
	width:100%;
	line-height:30px;
	HEIGHT: 30px;
	margin:30px 0 0px 0px;
	border-bottom: 1px dotted #999;
}
.info_pro_left{
	float: left;
	margin:0;
	HEIGHT:12px;
	TEXT-ALIGN: left;
	padding:0;
	font-size:12px;
	line-height:20px;
	color: #666;
}
.info_pro_left i{
	margin:0 0 2px 0;
	TEXT-ALIGN: left;
	padding:0;
	font-size:12px;
	color: #666;vertical-align:middle;
}
.info_pro_right{
	float:right;
	margin:0;
}
.info_pro_right a{
	display: block;
	margin:0 0 0 8px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	width:20px;
	height:20px;
	line-height:18px;
	background-color:#999;
	float:left;
	cursor:pointer;
	text-decoration: none;
   transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.info_pro_right a:hover{
	background: #009966;
	color:#ffffff;-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
#info_content{
	width:100%;
	line-height:30px;
	TEXT-ALIGN:left;
	padding: 20px 0 30px 0px;
	font-size:16px;/*新闻或图片详细内容基础字号*/
	color: #333;
	word-break:break-all;

}
#info_content p{ margin:0;}
#info_content img{max-width:930px; height: auto;}
#info_content tbody{max-width:930px;}
.info_box{width:100%;margin:0;border-top:1px solid #E4E4E4;margin:0 0px 0px 0px;}
.info_con{padding:10px 0;TEXT-ALIGN:left;display:table;}
.info_con ul {padding:0;display:inline-block;}
.info_con ul li{WIDTH:1020px;list-style:none;color:#009966;margin:0 0px 0px 0px;line-height:40px;height:40px;font-size:18px;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.info_con ul li i{line-height:30px;height:34px;font-size:20px;}
.info_con ul li a{
	color: #333;
	display:inline-block;
	text-align: left;
	padding:0 0px 0 0px;
	margin:0 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
}
.info_con ul li a:hover{
	color:#009966;
	text-decoration: underline;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

/*==========新闻栏目样式——1=*/
#news_list{width:100%;margin:0px 0px 0px 0px;}
#news_list ul li{padding:0px;font-size:18px;height:50px;line-height:50px;border-bottom:1px dashed #dddddd;}
#news_list ul li a:before {
	content:"";
	display: inline-block;
	width:8px;
	height:8px;
	margin:0px 12px 0px 0px;
	border-radius:50%;
	vertical-align:middle;
	border:1px solid #ddd;
}
#news_list ul li a{
	width:870px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	display: block;
	}
#news_list ul li a:hover:before {border:1px solid #009966; background-color:#009966;}
#news_list ul li strong{color:#999999;font-size:16px;font-weight:normal;padding:0 10px 0 0px;}
#news_list ul li strong a{color:#0a57a7;}
#news_list ul li span {float:right;color:#666;font-size:14px;vertical-align:middle;}
/*==========新闻栏目样式——2=*/
.news_con {width:100%;padding:10px 0 0 0;overflow:hidden; }
.news_con ul li{position: relative;padding:0;font-size:20px;line-height:35px;;text-align: left;color: #333;  padding:0px 0 20px 0;overflow: hidden; border-bottom:1px dashed #ddd; margin:0 0 20px 0px;}
.news_con ul li span{ width:100px;font-size:16px; font-weight:bold;border:1px solid #dadada; padding:0; margin:0px 20px 0 0px; text-align: center; float:left;overflow:hidden;}
.day{color:#009966;font-size:30px; font-weight: bold; line-height:60px;}
.year{color:#666;font-size:14px; font-weight: normal; line-height:30px; background:#eeeeee;}
.intro{color:#999;font-size:14px;font-weight: normal;line-height:1.6;text-align: justify;}
.news_con ul li strong{position:absolute;z-index:1;top:0px;left:0px; background:url(../images/new.png) no-repeat left top;background-size:100%; width:50px; height:50px;}
   
   
/*===================================================图片栏目图片样式=*/
.img_con_1 {width:100%;padding:0px 0px 0px 0px;}
.img_con_1 ul{padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_1 ul li{margin:0 0px 25px 0;float:left;overflow:hidden; border-bottom:1px dashed #ddd; padding:0px 0px 25px 0px;}
.img_con_1 ul li a{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px solid #e8e8e8;
	background-color:#FFF;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;color:#333;
}
.img_con_1 ul li p{
	box-sizing: border-box;
	font-size:20px;
	line-height:2.5;
	padding:0px 0px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	text-align: justify;
}
.img_intro{font-size:12px;line-height:1.8;color:#666;display:none;}
.img_date{font-size:12px;line-height:2.8;color:#666;font-weight: normal; display:none;}.img_date i{font-size:12px;margin:0 0 2px 0;}
.img_con_1 ul li a:hover{ color: #06C;border:0px solid #ccc;}
.img_con_1 ul li img{ width:280px;height:180px;margin:0px 20px 0px 0px;padding:0px; float:left; border:5px solid #eee;}

.img_con_2 {width:100%;padding:10px 0px 0px 0px;overflow:hidden;}
.img_con_2 ul{width:990px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_2 ul li{list-style:none;margin:0 0px 0px 0;float:left;display:inline;}
.img_con_2 ul li a{
	width:465px;
	margin:0px 30px 30px 0px;
	padding:0px;
	border:1px solid #e8e8e8;
	background-color:#FFF;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
}
.img_con_2 ul li p{
	width:465px;
	box-sizing: border-box;
	font-size:16px;
	line-height:50px;
	padding:0px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-align:center;
}
.img_con_2 ul li a:hover{ color: #009966;border:1px solid #ccc;}
.img_con_2 ul li img{ width:100%;height:310px;padding:0px;}

.img_con_3 {width:100%;padding:10px 0px 0px 0px;overflow:hidden;}
.img_con_3 ul{width:990px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_3 ul li{list-style:none;margin:0 0px 0px 0;float:left;display:inline;}
.img_con_3 ul li a{
	width:300px;
	margin:0px 30px 30px 0px;
	padding:0px;
	border:1px solid #e8e8e8;
	background-color:#FFF;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
}
.img_con_3 ul li p{
	width:300px;
	box-sizing: border-box;
	font-size:14px;
	line-height:50px;
	padding:0px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-align:center;
}

.img_con_3 ul li a:hover{ color: #009966;border:1px solid #ccc;}
.img_con_3 ul li img{ width:100%;height:200px;padding:0px;}

.img_con_4 {width:100%;padding:10px 0px 0px 0px;overflow:hidden;}
.img_con_4 ul{width:990px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_4 ul li{list-style:none;margin:0 0px 0px 0;float:left;display:inline;}
.img_con_4 ul li a{
	width:221px;
	margin:0px 25px 25px 0px;
	padding:0px;
	border:1px solid #e8e8e8;
	background-color:#FFF;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
}
.img_con_4 ul li p{
	width:221px;
	box-sizing: border-box;
	font-size:14px;
	line-height:45px;
	padding:0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-align:center;
}
.img_con_4 ul li a:hover{ color: #009966;border:1px solid #ccc;}
.img_con_4 ul li img{ width:100%;height:147px;padding:0px;}

.img_con_5 {width:100%;padding:0px 0px 0px 0px;}
.img_con_5 ul{width:1050px;padding:0 0 0px 0;zoom:1;overflow:hidden;}
.img_con_5 ul li{list-style:none;margin:0 0px 0px 0;float:left;display:inline;}
.img_con_5 ul li a{
	width:188px;
	margin:0px 20px 20px 0px;
	padding:0px;
	border:1px solid #e8e8e8;
	background-color:#FFF;
   overflow:hidden;
   border-radius:0px 0px 0px 0px;
   box-sizing: border-box;
   display: block;
}
.img_con_5 ul li p{
	width:188px;
	box-sizing: border-box;
	font-size:12px;
	line-height:35px;
	padding:0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-align:center;
}
.img_con_5 ul li a:hover{ color: #009966;border:1px solid #ccc;}
.img_con_5 ul li img{ width:100%;height:130px;padding:0px;}