*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;
	background-color:#0a382d;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
area{
	border: 0px;
	outline: none;
}
.clearFloat:after{
	display: block;
	content: "";
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.whole{
	width: 1000px;
	margin: 0 auto;
}
.content{
	width: 100%;
	min-height:400px;
	background-color: #FFFFFF;
	padding:8px 4px;
}
.listDiv{
	width: 745px;
	height: auto;
}
.listDiv_title{
	width: 100%;
	height: 31px;
	background-image: url(../images/s_37.gif);
}
.currentLocation{
	width: 196px;
	height: 31px;
	background-image: url(../images/m_19.gif);
	line-height: 31px;
	text-indent: 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.listDiv_content{
	width: 100%;
	height: auto;
	border-bottom:solid #cee8e5 1px; 
	border-left:solid #cee8e5 1px; 
	border-right:solid #cee8e5 1px;
	padding-top: 21px;
	padding-bottom: 5px;
	padding-left:20px;
	padding-right: 20px;
}

.healthy{
	width: 230px;
	height: auto;
}
.healthy_DivT{
	width: 100%;
	height: 31px;
	background-image: url(../images/m_23.gif);
}
.healthy_DivC{
	width: 100%;
	height: 405px;
	border-bottom:solid #cee8e5 1px; border-left:solid #cee8e5 1px; border-right:solid #cee8e5 1px;
}
.xinli{
	width: 100%;
	height: 43px;
	background-image: url(../images/m_28.gif);
	text-align: center;
	line-height: 43px;
	font-size: 13px;
	font-weight: bold;
}
.xinliT{
	width: 191px;
	margin: auto;
	font-size: 0px;
}
.xinliT a{
	display: inline-block;
	width: 50%;
	height:28px;
	line-height: 28px;
	font-size: 13px;
	color: #404040;
	text-align: center;
	border-bottom:dotted 1px #CCCCCC;
}
.xinliT a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.QQBox{
	width: 230px;
	height: 109px;
	background-image: url(../images/m_30.gif);
	margin-top:21px;
	position: relative;
}
.qq{
	position: absolute;
	bottom: 7px;
	right: 57px;
}