
.filter-house-con {
	position: relative;
	margin: 10px auto;
	width: 1200px;
}

.filter-house-con .filter-house-box {
	position: relative;
	width: 1200px;
	min-height: 46px;
}

.filter-house-box .filter-cate {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13.6px;
	color: #333333;
	height: 28px;
	line-height: 28px;
}

.filter-house-box .filter-house-list {
	margin-left: 40px;
}

.filter-house-box .filter-house-item {
	float: left;
	margin: 0 15px 12px 0;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	background-color: #F2F2F2;
	color: #666666;
	font-size: 13.6px;
	border-radius: 15px;
	cursor: pointer;
}

.filter-house-box .filter-house-item:hover {
	color: #FB684A;
}

.filter-house-box .sel-filter {
	background-color: #FB684A;
	color: #FFF !important;
}
.filter-house-box .filter-house-search{
	display: inline-block;
	margin: 0 15px 12px 10px;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	color: #FFF;
	font-size: 13.6px;
	border-radius: 15px;
	cursor: pointer;
	background: #FB684A;
	
}

.filter-house-box .filter-area-list {
	margin: 0px 0 20px 100px;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 8px 5px;
}

.filter-house-box .filter-area-list span{
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	color: #666666;
	font-size: 13.6px;
	cursor: pointer;
}

.filter-house-box .filter-area-list span:hover{
	color: #FB684A;
}

.filter-house-box .filter-area-list span.sel-area{
	color: #FB684A;
}

.sort-house-con {
	position: relative;
	margin: 10px auto;
	width: 1200px;
	border-bottom: 2px solid #FB684A;
}

.sort-house-con .sort-house-box {
	float: left;
	height: 38px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	margin-right: 20px;
	font-weight: bold;
	position: relative;
}

.sort-house-con .sort-house-box img{
	position: absolute;
	top: 13px;
	right: 10px;
	height: 15px;
}

.sort-house-con .sort-house-box:hover {
	color: #FB684A;
}

.sort-house-con .sel-sort {
	background-color: #FB684A;
	color: #FFF !important;
}

.total-house-box {
	margin: 15px auto 0px;
	font-size: 18px;
	width: 1200px;
	color: #333333;
}

.total-house-box span {
	color: #FB684A;
	padding: 0 5px;
	font-weight: bold;
}

.sort-house-list {
	position: relative;
	margin: 3px auto 10px;
	width: 1200px;
}

.loading-box{
	height: 500px;
	text-align: center;
}
.loading-box img{
	width: 240px;
}