body {
	margin: 0 auto !important;
	max-width: 640px;
	line-height: 1.6;
	font-family: Helvetica Neue, Helvetica\,Arial, "Sans-serif";
	background: #f4f4f4;
}
a {
	color: black;
}
a:link {
	color: black;
} /*未访问颜色*/
a:visited {
	color: black;
} /*已访问颜色*/
table tr td{
 line-height: 35px;
}
/*搜索框*/
#valueSearch{
	 width:80%;
	 height: 27px; 
	 border-radius:16px;
	 border-style:none;
	 margin-top:10px;
	 margin-left:15px;
}
/*搜索图标*/
#searchImg{
	height:20px;width:20px; 
	margin-left: -40px;
	margin-top:-1px;
}
/*数据列表 span*/
#htitlespan{
	color:#1AA352; 
	border-left: 5px solid #1AA352;
	margin-left: 15px;
}
