@charset "utf-8";
/* CSS Document */

/*重大行政决策事项目录及听证事项目录样式*/
.sxml {
	margin-top:25px;
}
.sxml h3 {
	display:block;
	width:100%;
	text-align:center;
}
.sxml ul {
	display:block;
	width:100%;
	margin-top:15px;
}
.sxml li {
	float:left;
	display:inline-block;
	width:242px;
	padding:20px;
	margin:0 20px 0 0;
	border-radius:8px;
	border:1px solid #e6e6e6;
	overflow:hidden;
	text-align:left;
	font:14px "微软雅黑";
	color:#999;
}
.sxml li.none {
	margin:0 0 0 0;
}
.sxml li:hover {
	box-shadow:0 0 10px #ddd;
}
.sxml li a {
	display:block;
	height:90px;
	font:18px/1.5em "微软雅黑";
	color:#333;
}
.sxml .btn {
	clear:both;
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	padding-top:16px;
}
.sxml a {
	font:bold 14px Arial, sans-serif;
	color:#999;
}
.sxml a:hover {
	color:#007ac9;
}



/*栏目样式*/
.lm {
	float:left;
	display:inline-block;
	width:588px;
	margin:30px 24px 0 0;
}
.none {
	margin:30px 0 0 0;
}
.lm h3 {
	display:block;
	width:100%;
	background-color:#f5f5f5;
	height:38px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	text-align:left;
}
.lm h3 a {
	float:right;
	font:bold 14px/38px Arial, sans-serif;
	color:#999;
	margin-right:10px;
}
.lm h3 a:hover {
	color:#007ac9;
}
.lm ul {
	text-align:left;
}
.lm li {
	display:block;
	height:40px;
	border-bottom:1px solid #d9d9d9;
}
.lm li a {
	font:14px/40px "微软雅黑";
	color:#333;
}
.lm li a:hover {
	color:#007ac9;
}