@charset "gb2312";
/* CSS Document */
body {
	font: 100% 宋体, 新宋体;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
a{
	color:#1184eb;
}
 #container {
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left;
	width:1004px;
	background-color: #80e3c4;
}
 #header {

}
 #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
 #mainContent {
	background: #FFFFFF;
	float: left;
	width: 990px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-top: 27px;
}
 #footer {
	background-color: #80e3c4;
	text-align: center;
	font-family: '宋体';
	font-weight:bold;
	font-size: 14px;
	padding-bottom: 15px;
}
 #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
#title {
	font-family: "宋体";
	font-size: 20px;
	font-weight:bold;
	color: #069;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 25px;
}
.date{
	text-align:right;
	font-size:15px;
	padding-right:100px;
}
#neirong {
	font-family: "宋体";
	font-size: 16px;
	line-height:23px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
}
.picture li{
	list-style:none;
}
.picture li img{
	margin-left:8px;
	height:144px;
	width:102px;
}
#shutdown {
	clear:both;
	width:100%;
	color: #D6D6D6;
	text-align: center;
	padding-top:20px;
	margin-bottom: 20px;
}
#shutdown a {
	text-decoration: none;
}
#shutdown a:hover {
 text-decoration: none;
}
/* expert */
.expert_table{
font-size:14px;
}
.expert_table img{
margin-top:4px;
}
.expert_title p{
font-weight:bold;
font-size:16px;
}
.expert_abstruct{
	padding:0px 6px;
}
.expert_abstruct p{
text-indent:31px;
}
