@charset "utf-8";
/* CSS Document */

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldest,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
img{border:none;margin:0 auto;}
li{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:none;}
a{text-decoration:none;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
/*清除浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
body{font-family:"微软雅黑"；}

#Sec{
	width:1098px;
	margin:20px auto;
	border:1px solid #eeeeee;
	min-height:400px;
}
#Sec .Cen{
	width:1058px;
	height:40px;
	border-bottom:1px solid #eeeeee;
	padding:0 20px;
}
#Sec .Cen .bor{
	font:10px/40px "microsoft yahei";
	color:#666;
}
#Sec .Cen .bor a{
	color:#666;
}
#Sec .Cen .bor a:hover{
	color:#1f4e8b;/*修改面包屑颜色*/
}
.seach{
	width:400px;
	position:relative;
}
/****************** select ******************/
.item{
	position:absolute;
	right:170px;
	top:;
}
.search_menu_sub{
	position:relative;
	width:80px;
	height:20px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-top:8px;
}
.search_menu_sub_focus{
	border-color:#ccc;background-color:#fff;}
.search_value_box_sub{
	width:80px;
	height:20px;
	overflow:hidden;
}
.search_value_box_sub span{
	display:block;
	font:12px/20px "Microsoft YaHei";
	color:#666;
}
.search_value_box_sub .sp_gain_value{
	padding:0 5px;
	margin-right:10px;
}
.search_value_box_sub .sp_mousedown{
	margin-right:2px;
	float:right;
	height:100%;
	width:10px;
	cursor:pointer;
	background:url(../images/icon_down.png) 0 0 no-repeat;
}
.search_con_nav_sub{
	display:none;
	position:absolute;
	top:20px;left:-1px;
	width:80px;
	max-height:300px;
	overflow:auto;
	border:1px solid #ccc;
	border-top:none;
	background-color:#fff;
	z-index:9999;
}
.search_menu_sub_focus .search_con_nav_sub{
	border-color:#ccc;
}
.search_con_nav_sub dt,.search_con_nav_sub dd{
	padding:0 5px;
	font:12px/20px "Microsoft YaHei";
	color:#666;
}
.search_con_nav_sub dt{
	font-weight:700;
}
.search_con_nav_sub dd{
	cursor:pointer;
}
.search_con_nav_sub dd.dd_hover{
	background-color:#1f4e8b;/*修改面包屑颜色*/
	color:#fff;
}
/*seach*/
.item_error{
	position:absolute;
	right:0;
	top:8px;
	font:10px/20px "Microsoft YaHei";
	border:1px solid #ccc;
	height:20px;
	width:156px;
}
.item_error input{
	border:none;
	background:none;
	margin-top:2px;
	padding:0 0 0 5px;
}

.p_sub{
	position:absolute;
	right:0;
	top:8px;
	border:none;
	background:url(../images/sub.png) center no-repeat;
	color:#333;
	font:12px/20px "Microsoft YaHei";
	cursor:pointer;
	border:1px solid #ccc;
	border-left:none;
	padding:0 2px;
}



/*************        内容          ************/


.Sub{
	width:1058px;
	margin:0 20px;
}
.Sub .Sub_bar{
	height:40px;
	border-left:8px solid #1f4e8b;/*颜色修改*/
	font:20px/40px "Microsoft YaHei";
	padding:0 10px;
	color:#1f4e8b;/*颜色修改*/
	font-weight:700;
	margin:20px 0 10px 0;
}
.Sub .Sub_bar .more{
	font:12px/40px "Microsoft YaHei";
	color:#666;
}
.Sub ul li{
	border-bottom:1px dashed #d1cfcf;
	height:40px;
	font:12px/40px "Microsoft YaHei";
	padding-left:20px;
	background:url(../images/icon_dian.png) left no-repeat;
}
.Sub ul li a{
	color:#666;
}
.Sub ul li a:hover{
	color:#1f4e8b;/*颜色修改*/
}
.Sub ul li .date{
	color:#999;
}

.Sub .hd{border-bottom:1px dashed #d1cfcf;line-height:50px;text-align:center;font-size:20px;margin-top:20px;color:#000000;font-family:"microsoft yahei";}
.Sub .datedate{font:12px/24px "microsoft yahei";text-align:center;display:block;width:100%;color:#999;}
.Sub .contents{text-indent:2em;margin:10px 0;font:14px/20px "microsoft yahei";}
.contents img{
	 max-width:1058px !important;
}