.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.title {
	width: 335px;
	text-align: left;
	text-indent: 10px;
}
.house_list tr td.size {
	width: 120px;
}
.house_list tr td.price {
	width: 100px;
}
.house_list tr td.date {
	width: 120px;
}

.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 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;
}

.list_contant_right .list_success {
	border: 1px solid #ddd;
	margin-top:10px;
}

.list_contant_right .list_success h3 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
}
.list_contant_right .list_success .list_title a {
	margin-right:20px;
	float:right;
	line-height:30px;
}
.list_contant_right .list_success ul {
	display: block;
}
.list_contant_right .list_success ul li {
	height:28px;
	line-height:28px;
	margin: 0 10px;
	white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;
	font-size:14px;
}