

/*新房列表*/
#new-house-list {
	margin-right: 20px;
}
#new-house-list a {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
#new-house-list .icon-list {
	float: left;
	width: 30px;
	height: 36px;
	background:  no-repeat center;
}
#new-house-list .text-list {
	float: left;
	height: 36px;
}
#new-house-list a:hover {
	color: #eb6120;
}
#new-house-list a:hover .icon-list {
	background:  no-repeat center;
}

/*
 	地图部分
 * */
#map-wrap {
	position: relative;
	margin-top: 2px;
}
#map-box {
	margin-right: 366px;
	height: 500px;
	
}

/*右侧信息框*/
#map-sider {
	position: absolute;
	right: 0;
    top: -2px;
	width: 366px;
	height: 500px;
	background: #fff;
	box-shadow: -2px 0px 4px 0px 
		rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#map-sider .sider-top {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid  #f2f2f2;
}
#map-sider .sider-top span {
	font-weight: 600;
	color: #eb6120;
	padding: 0 3px;
}
#map-sider .sider-nav {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid  #f2f2f2;
}
#map-sider .sider-nav .sider-nav-item {
	float: left;
	padding: 0 20px;
	border-right: 1px solid  #f2f2f2;
	background: #fff;
}
.sider-nav-item a {
	display: block;
}
.sider-nav-item span {
	float: left;
}
.sort .sider-icon {
	width: 20px;
	height: 40px;
} 
.sort_up .sider-icon {
	background:  no-repeat center;
}
.sort_down .sider-icon {
	background:  no-repeat center;
}
#map-sider .sider-nav .sider-nav-item:hover,
#map-sider .sider-nav .sider-nav-item.active {
	height: 41px;
	font-weight: 600;
}

/*列表*/
.sider-list {
	position: relative;
	overflow: hidden;
	overflow-y:scroll;
}
#sider-page {
	padding: 18px 0;
	text-align: center;
}
#sider-page a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px 0 0;
    padding: 2px 5px;
    text-decoration: none;
}
#sider-page span {
    background: #41a1de;
    border: 1px solid #41a1de;
    color: #fff;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 2px 5px;
}
.sider-list-item {
	display: block;
	padding: 20px 20px;
	width: 326px;
	/*margin: 10px 0;*/
	overflow: hidden;
}
.sider-list-nodata {
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*margin-top: -20px;*/
	/*margin-left: -120px;*/
	/*width: 240px;*/
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
	/*background: #f2f2f2;*/
}
.sider-list-loding {
    position: absolute;
    width: 100%;
    height: 100%;
   
    z-index: 99999999;
}
.sider-list-item .item-img {
	position: relative;
	float: left;
	width: 140px;
	height: 105px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
}
.sider-list-item img {
	width: 140px;
	height: 105px;
	transition: all 0.6s;
}
.sider-list-item .item-img .item-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	color: #fbfbfb;

	border-bottom-right-radius: 4px;
}
.sider-list-item .item-con {
	float: left;
	width: 170px;
	height: 105px;
	overflow: hidden;
}
.sider-list-item .item-con h4 {
	margin-top: 2px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 600;
}
.sider-list-item .item-con .item-price {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #ff4e49;
	margin: 12px 0;
}
.sider-list-item .item-con .item-area {
	height: 14px;
	line-height: 14px;
	color: #333;
	font-size: 14px;
}
.sider-list-item .item-con .item-tips-con {
	margin-top: 12px;
	height: 22px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
}
.item-tips-con .item-tip {
	float: left;
	padding: 0 4px;
	line-height: 20px;
	color: #666;
	height: 20px;
	border: 1px solid  #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 6px;
}
.sider-list-item:hover {
	background: #f2f2f2;
}
.sider-list-item:hover img {
	transform: scale(1.1);
}
.sider-list-item:hover h4 {
	color: #eb6120;
}

/*项目标签地图样式*/
.life-mark {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 9999;
}
.life-mark .text {
    background: #fc5600;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
}
.life-mark .icon {
    display: block;
    background: url(/uploads/image/simages/hx-tip.png) no-repeat left top;
    width: 15px;
    height: 9px;
    margin: 0 12px;
}   