﻿/*-------------------indexDataUpdate      by Li You 2008.11.05
--------------------------------------------------------------------------------------*/
.indexDataUpdate
{
	width:100%;
	margin-top:5px;
	overflow:auto;
}
.indexUpdateItem
{
	width:301px;
	border:1px solid #cecece;
	float:left;
	background:url(images/middlebg.gif) repeat-x left top;
	padding-bottom:2px;
}
.indexUpdateItemRight
{
	margin-left:4px;
}
.indexUpdateItem h2
{
	color:#333;
	font-size:12px;
	height:21px;
	line-height:22px;
	+line-height:25px;
	border-bottom:1px solid #cecece;
	background:url(images/greytriangle.gif) no-repeat 8px 8px;
	text-indent:1.5em;
}
.indexUpdateTitle
{
	height:20px;
	margin-top:5px;
	padding-left:10px;
}
.indexDataUpdateMain
{
	height:40px;
	position:relative;
	overflow:hidden;
}
.indexDataUpdateMain ul
{
	position:absolute;
	top:0;
	left:0;
	width:281px;
	width:100%;
}
.indexDataUpdateMain ul li
{
	float:left;
	padding-left:10px;
	width:291px;
	cursor:pointer;
}
.indexDataUpdateMain ul li a span
{
	cursor:pointer;
}
.indexUpdateTitle span,.indexDataUpdateMain ul li a span
{
	width:33%;
	display:block;
	float:left;
	line-height:20px;
}

/*-----------------Recommended houses of index        by Li You 2008.12.03
-------------------------------------------------------------------*/
.setMarginForImage
{
	margin-right:4px;
	float:left;
}
.indexRecommendShowWrapper
{
	width:100%;
	overflow:auto;
}
.indexRecommendShow
{
	width:303px;
	float:left;
	position:relative;
	height:301px;
	border-bottom:5px solid #ccc;
	margin-top:5px;
}
.indexRecommendShowTop
{
	height:31px;
	background:url(images/title_bg.gif) repeat-x center;
	border:1px solid #ccc;
	overflow:auto;
}
.indexRecommendShowTop h2
{
	line-height:31px;
	background:url(images/grey_triangle.gif) no-repeat 8px center;
	text-indent:1.5em;
	font-size:12px;
	float:left;
}
.indexRecommendShowTop div
{
	float:right;
	padding-right:5px;
}
.indexRecommendShowTop div a
{
	margin:3px;
	height:22px;
	width:30px;
	text-indent:-9999px;
	display:block;
	float:right;
	cursor:pointer;
}
.indexRecommendShowMain
{
	width:303px;
	cursor:pointer;
	position:absolute;
	top:33px;
	left:0;
	display:none;
}
.indexRecommendShowMain img
{
	width:303px;
	height:216px;
	border-bottom:1px solid white;
}
.indexRecommendShowMain p
{
	padding:0 15px;
	line-height:26px;
	text-indent:0;
	height:26px;
	overflow:hidden;
	background:#efefef;
}
.indexRecommendShowMain p span
{
	width:32%;
	display:inline-block;
	text-align:center;
	text-indent:30px;
	cursor:default;
}
* html .indexRecommendShowMain p span
{
	width:26%;
	display:inline-block;
	text-align:center;
	text-indent:30px;
}
*+ html .indexRecommendShowMain p span
{
	width:26%;
	display:inline-block;
	text-align:center;
	text-indent:30px;
}
.bed
{
	background:url(images/Icon_Bed.gif) no-repeat center center;
}
.car
{
	background:url(images/Icon_Car.gif) no-repeat center center;
}
.bath
{
	background:url(images/Icon_Bath.gif) no-repeat center center;
}


/* 首页右下角广告切换   
------------------------------------------------------------*/
.newsIndex{margin-bottom:5px;}
.newsIndex .news_num{position:absolute; bottom:3px; right:3px; z-index:3; }
.newsIndex .news_num li{display:block; float:left; background:#ccc; color:White; width:12px;margin:0 0 0 2px; line-height:12px; text-align:center; font-size:11px;cursor:pointer; border:1px solid white;-moz-opacity:0.9; filter:alpha(opacity=90);}
.newsIndex{width:160px; height:111px; position:relative;}
.newsIndex div{position:absolute; top:0; left:0;}
.newsIndex div img{height:111px; width:160px; background:#ccc;}

/*地铁选房
------------------------------------------------------------*/
#subway {
	width: 182px;
	text-align: center;
	margin-top:8px;
}
#subway ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subway a:link,#subway a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#subway a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
#subway_border {
	border-right: 1px solid #b5b2b5;
	border-left: 1px solid #b5b2b5;
	width: 180px;
	background-image: url(image/subway_bg.jpg) no-repeat left bottom;
	padding: 5px 0px 5px 0px;
}
#subway li {
	float: left;
	margin-bottom: 5px;
	width: 60px;
}
