/* CSS Document 初始化*/
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
td,
dl,
dt,
dd { padding: 0; margin: 0; }
fieldset,
img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol,
ul { list-style: none; }
var { font-weight: normal; font-style: normal; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; font-size: 100%; }


/*布局*/
body{ background-color:#fff; font-size:12px;}


/*热点楼盘*/
.hotHouse{ width:950px; margin:0 auto; border:1px solid #8baecf;background-color:#c9dff5; position:relative; z-index:1;}
.hotHouse .item0{ width:950px; height:330px; overflow:hidden;}
.hotHouse .item0_1{ width:800%;}
.hotHouse .item0_2{ float:left;}

.hotHouse .item{ float:left; width:950px; display:inline; height:330px; overflow:hidden; background-color:#fff; z-index:2;}
.hotHouse .item img{ width:950px; height:330px;}
.hotHouse .prevBtn{ width:36px; height:60px; background:url(icon.gif) no-repeat 0 -140px; position:absolute; left:0 !important; left:-7px; top:190px; cursor:pointer;}
.hotHouse .nextBtn{ width:36px; height:60px; background:url(icon.gif) no-repeat -50px -140px; position:absolute; right:0; top:190px; cursor:pointer;}



.hotHouse{ width:950px; margin:0 auto; border:1px solid #8baecf;background-color:#c9dff5; position:relative; z-index:1;}
.hotHouse .item0{ width:950px; height:330px; overflow:hidden;}
.hotHouse .item0_1{ width:800%;}
.hotHouse .item0_2{ float:left;}

.hotHouse .item{ float:left; width:970px; display:inline; height:605px; overflow:hidden; background-color:#fff; z-index:2;}
.hotHouse .item img{ width:950px; height:330px;}
.hotHouse .prevBtn{ width:36px; height:60px; background:url(icon.gif) no-repeat 0 -140px; position:absolute; left:0 !important; left:-7px; top:130px; cursor:pointer;}
.hotHouse .nextBtn{ width:36px; height:60px; background:url(icon.gif) no-repeat -50px -140px; position:absolute; right:0; top:130px; cursor:pointer;}

