.house_list {
	display: block;
	border: 1px solid #ddd;
	margin-top:10px;
	margin-bottom: 40px;
}

.house_list table ,.house_list thead,.house_list tbody, .house_list table tr {
	display: block;
	width:auto;
}

.house_list thead tr {
	background-color: #f4f4f4;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #296ed3;
	padding: 0 8px;
}
.house_list tbody tr td,.house_list thead tr td {
	display:inline-block;
	text-align: center;
}
.house_list tr td.number {
	width: 70px;
}
.house_list tr td.type {
	width: 70px;
}
.house_list tr td.name {
	width: 225px;
	text-align: left;
	text-indent: 10px;
}

.house_list tr td.place {
	width: 80px;
}
.house_list tr td.bussiness {
	width: 80px;
}
.house_list tr td.size {
	width: 140px;
}
.house_list tr td.price {
	width: 170px;
}
.house_list tr td.lable {
	width: 85px;
}
.house_list tr td.lable a {
	display:block;
	width:16px;
	height:16px;
	line-height:18px;
	float:left;
	font-size:12px;
	margin:15px 2px auto;
}
.house_list tbody tr {
	padding: 0 8px;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}
.house_list tbody tr td {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.house_list tbody tr td.name span a {
	display: block;
	height: 25px;
	line-height: 32px;
}
.house_list tbody tr td.name abbr {
	display: block;
	color: #808080;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
}
.house_list tfoot {
	display: block;
}
.house_list tfoot tr {
	display: block;
	width: 100%;
	height: 60px;
}
.house_list tfoot tr td{
	display: block;
	height: 60px;
	line-height: 60px;
}