@charset "gb2312";
/* CSS Document */
/*内容主体*/
.main {
	width: 1100px;
 *width:1060px;
	padding: 20px 20px;
	margin: 20px auto;
	background-color: #fcfcfa;
	overflow: hidden;
}
/*信息公开导航*/
.xxgkNav {
	float: left;
	width: 220px;
	overflow: hidden;
}
/*左导航表头*/
.navHead {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #206cba url(headerNav_03.gif) no-repeat 11px 9px;
}
.navContent {
	width: 100%;
 *width:204px;
	overflow: hidden;
	padding: 7px 7px 20px;
	border: 1px solid #cfe2f0;
	border-top: none;
	background-color: #f8f9fa;
}
/*分类选择*/
.flchose {
	width: 100%;
	height: 408px;
	margin: 0 auto;
	overflow: hidden;
	border: 0px solid #dcdcdc;
	border-radius: 5px;
	background-color: #fff;
}
.flchose dt {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 1px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 25px;
	color: #666;
	cursor: pointer;
	background-color: #eff2fb;
}
.flchose .open {
	font-size: 13px;
	color: #316abb;
	text-indent: 15px;
	cursor: default;
}
.flchose dd {
	font-size: 12px;
	height: 300px;
	overflow: hidden;
	color: #333;
	margin-left: 10px;
}
/*链接按钮*/
.linkBtn {
	width: 199px;
	overflow: hidden;
	margin: 20px auto 0;
}
.linkBtn li {
	width: 199px;
	height: 27px;
	margin-top: 6px;
}
/*右侧内容区域*/
.contentBox {
	float: right;
	width: 820px;
	min-height: 651px;
	background-color: #fff;
}
