/*电话联系*/
.phone-btn{
	width: 365px;
	height: 60px;
	background-color: #FF8400;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 60px;
	font-weight: 500;
	margin-top: 10px;
	float: left;
	cursor: pointer;
}
/*已在58服务天数*/
.san{
	color: #FF8400;
	margin-right: 2px;
}

.de_men{
	width: 1200px;
	height: 46px;
	border-bottom: 2px solid #FF8400;
}

/*房源列表小导航栏样式*/
.de_men ul li{
	float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: 46px; 
    padding: 0 24px 0 24px;
    cursor: pointer;
    list-style: none;
}
.on{
    background: #FF8400;
}