/* CSS Document */
#list_left{
  width:688px;
  height:auto;
  float:left;
  padding:10px;
  border:1px solid #e5e5e5;
  margin-right:10px;
}
#list_left h1{
    text-align:center;
	line-height:160%;
	font-family:"宋体";
	color:#000000;
	font-size:22px;
	font-weight:bold;
}
#list_left .info{
    text-align:center;
	line-height:32px;
	height:32px;
	color:#666666;
	font-family:"宋体";
	font-size:12px;
}
#list_left p {
	text-indent:2em;
	font-family:"宋体";
	font-size:14px;
	color: #333333;
	line-height:23px;
	margin-bottom:15px;
}

#list_left li{
   font-family:"宋体";
   font-size:14px;
   color:#333333;
   height:28px;
   line-height:28px;
}
#list_left li a{
	font-family:"宋体";
	font-size:14px;
	color:#333333;
	height:28px;
	line-height:28px;
	text-decoration: none;
}
#list_left li a:hover{
	color:#1177dd;
	text-decoration: underline;
}
.xiangmu {
	height:auto;
	width:auto;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:35px;
	margin-left:35px;
	display:inline;
}
