.list--title {
	margin-bottom:15px;
	font-size:16px
}
 .list--title span {
	margin-right:40px;
	cursor:pointer
}
 .list--title span.active, .list--title span:hover {
	color:#f25824
}
 .list--title .pull-right {
	font-size:14px
}
 .list--content {
	margin-bottom:15px;
	/* width: 1200px; */
	height: auto;
	overflow: hidden;
}
 .cell--item {
	float:left;
	margin-right:13px;
	width:289px;
	background:#fff;
	cursor:pointer;
	-webkit-transition:all .5s;
	transition:all .5s;
	margin-bottom: 37px;
}
 .cell--item:hover {
	box-shadow:1px 3px 3px #edeeed
}
 .cell--item:last-child {
	margin-right:-10px
}
 .cell--item .img--container {
	position:relative;
	width:289px;
	height:200px;
	overflow:hidden
}
 .three--col .cell--item {
	width:390px
}
 .three--col .img--container {
	height:266px
}
 .img--container {
	color:#fff;
	font-size:18px
}
 .img--container .pos--top {
	display:none;
	position:absolute;
	top:0;
	left:10px;
	width:47px;
	height:45px;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	overflow:hidden;
	text-overflow:ellipsis
}
 .img--container .ele__img {
	width:289px;
	height:200px;
}
 .img--container .ele__img.error {
	position:relative;
	top:-60px
}
 .img--container .pos--bottom {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px
}
 .img--container .bg {
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7
}
 .img--container .text--info {
	position:relative;
	padding:2px 10px;
	line-height:40px
}
 .img--container .name {
	float:left;
	width:180px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	white-space:nowrap;
	font-size:16px
}
 .img--container .address {
	float:right;
	font-size:16px;
    color: #ff9933;
}
 .bottom--info {
	padding:4px 10px
}
 .bottom--text--info {
	margin-top:4px;
	padding-bottom:4px;
	color:#585959;
	white-space:nowrap;
	border-top:1px solid #edeeed;
	overflow:hidden;
	text-overflow:ellipsis
}
.bottom--text--info .bottom--text {
	display:inline-block;
	padding-top:10px;
	min-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:16px;
	color:#565959
}
 .other--info {
	margin-top:4px;
	min-height:32px;
	display:table;
	width:100%
}
 .other--info .area__and__room {
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	color:#565959
}
 .other--info .price {
	float:right;
	color:#565959
}
 .price {
	font-size:12px
}
 .price .special--num {
	font-size:22px;
	font-weight:700;
	color: #f25824;
	font-style:normal;
}