|
@@ -47,6 +47,7 @@
|
|
|
<!--导航通栏 End-->
|
|
|
|
|
|
<!----成交数据----->
|
|
|
+<!----
|
|
|
<script type="text/javascript" src="http://<{$domain}>/data.php?ac=deal&method=today"></script>
|
|
|
<div class="data">
|
|
|
<table width="340" border="0" style=" text-align:center; margin-left:110px; margin-top:1px;">
|
|
@@ -60,6 +61,7 @@
|
|
|
<tr><th scope="row">非住宅成交套数</th><script>document.write(deal_data2);</script></tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
+----->
|
|
|
<!----成交数据结束----->
|
|
|
|
|
|
<!--第一通栏 Start-->
|
|
@@ -102,7 +104,7 @@
|
|
|
<{/foreach}>
|
|
|
</div>
|
|
|
|
|
|
- <div class="deal">
|
|
|
+ <!-- <div class="deal">
|
|
|
<div class="column">
|
|
|
<div class="column_a"><img src="images/gz_13.jpg" width="6" height="28" /></div>
|
|
|
<div class="column_b">成交分析</div>
|
|
@@ -135,48 +137,68 @@
|
|
|
</li>
|
|
|
<{/foreach}>
|
|
|
</ul>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
+ <style>
|
|
|
+ .clearfix {zoom: 1;clear: both;}
|
|
|
+ .clearfix:after {
|
|
|
+ visibility: hidden;
|
|
|
+ display: block;
|
|
|
+ font-size: 0;
|
|
|
+ content: " ";
|
|
|
+ clear: both;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ .news {width: 660px;float: left;}
|
|
|
+ .news .news-op {width: 50%;float:left;vertical-align: top;}
|
|
|
+ .news .news-op.t2 {margin-top: -10px;}
|
|
|
+ .news .news-op li a {display: inline-block;vertical-align: middle;}
|
|
|
+ .news .news-op li a:last-child {display: inline-block;width: 256px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
|
+ .news .news-op li a span {display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
|
+ </style>
|
|
|
<div class="news">
|
|
|
<div class="column">
|
|
|
<div class="column_a"><img src="images/gz_13.jpg" width="6" height="28" /></div>
|
|
|
<div class="column_b">新闻中心</div>
|
|
|
<div class="column_c"><a href="http://<{$domain_news}>/news/index.html" target="_blank">更多>></a></div>
|
|
|
</div>
|
|
|
- <ul>
|
|
|
- <{foreach item=one from=6|get_news_list:9 name=lp}>
|
|
|
- <li <{if $smarty.foreach.lp.index eq 9}> style="margin-top:10px"<{/if}>><p class="icon_box"></p>
|
|
|
- <{if $one.is_double eq 1}>
|
|
|
- <{$one.multi_subject|format_subject:0}>
|
|
|
- <{else}>
|
|
|
- <a target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
- <{/if}>
|
|
|
- </li>
|
|
|
- <{/foreach}>
|
|
|
-
|
|
|
- <{foreach item=one from=8|get_news_list:3 name=lp}>
|
|
|
- <li <{if $smarty.foreach.lp.index eq 0}> style="margin-top:10px"<{/if}>><p class="icon_box"></p>
|
|
|
- <{if $one.is_double eq 1}>
|
|
|
- <{$one.multi_subject|format_subject:0}>
|
|
|
- <{else}>
|
|
|
- <a target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
- <{/if}>
|
|
|
- </li>
|
|
|
- <{/foreach}>
|
|
|
- <{foreach item=one from=9|get_news_list:3 name=lp}>
|
|
|
- <li><p class="icon_box"></p>
|
|
|
- <{if $one.is_double eq 1}>
|
|
|
- <{$one.multi_subject|format_subject:0}>
|
|
|
- <{else}>
|
|
|
- <a target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
- <{/if}>
|
|
|
- </li>
|
|
|
- <{/foreach}>
|
|
|
- </ul>
|
|
|
+ <div class="clearfix">
|
|
|
+ <ul class="news-op t1">
|
|
|
+ <{foreach item=one from=6|get_news_list:6 name=lp}>
|
|
|
+ <li <{if $smarty.foreach.lp.index eq 9}> style="margin-top:10px"<{/if}>><p class="icon_box"></p>
|
|
|
+ <{if $one.is_double eq 1}>
|
|
|
+ <{$one.multi_subject|format_subject:0}>
|
|
|
+ <{else}>
|
|
|
+ <a class="news-a" target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
+ <{/if}>
|
|
|
+ </li>
|
|
|
+ <{/foreach}>
|
|
|
+ </ul>
|
|
|
+ <ul class="news-op t2">
|
|
|
+ <{foreach item=one from=8|get_news_list:3 name=lp}>
|
|
|
+ <li <{if $smarty.foreach.lp.index eq 0}> style="margin-top:10px"<{/if}>><p class="icon_box"></p>
|
|
|
+ <{if $one.is_double eq 1}>
|
|
|
+ <{$one.multi_subject|format_subject:0}>
|
|
|
+ <{else}>
|
|
|
+ <a target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
+ <{/if}>
|
|
|
+ </li>
|
|
|
+ <{/foreach}>
|
|
|
+ <{foreach item=one from=9|get_news_list:3 name=lp}>
|
|
|
+ <li><p class="icon_box"></p>
|
|
|
+ <{if $one.is_double eq 1}>
|
|
|
+ <{$one.multi_subject|format_subject:0}>
|
|
|
+ <{else}>
|
|
|
+ <a target="_blank" href="<{$one.link}>" style="color:<{$one.color}>" title="<{$one.subject}>"><{$one.subject}></a>
|
|
|
+ <{/if}>
|
|
|
+ </li>
|
|
|
+ <{/foreach}>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-----焦点图右侧-------->
|
|
|
<div class="publicity">
|
|
|
- <div class="focus_a">
|
|
|
+ <!-- <div class="focus_a">
|
|
|
<style>
|
|
|
.district_area { padding:30px 0 0 15px;}
|
|
|
.district_area li{ float:left; width:48%}
|
|
@@ -217,7 +239,7 @@
|
|
|
<li><a target="_blank" href="http://www.0797fdc.com.cn/public.php?ac=list&district=%E5%85%B4%E5%9B%BD%E5%8E%BF"><font class="diamond"></font> 兴国县</a> </li>
|
|
|
<li><a target="_blank" href="http://www.0797fdc.com.cn/public.php?ac=list&district=%E5%AE%81%E9%83%BD%E5%8E%BF"><font class="diamond"></font> 宁都县</a> </li>
|
|
|
</ul>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div>
|
|
|
<div class="column" style=" margin-top:10px;">
|
|
|
<div class="column_a"><img src="images/gz_13.jpg" width="6" height="28" /></div>
|
|
@@ -234,13 +256,9 @@
|
|
|
<div style="clear:both; padding-top:10px">
|
|
|
<a href="http://www.0797fdc.com.cn/loushiZt/2017zhuanti/ggzy/index.html" target="_blank"><img src="images/ggzy.jpg" width="269" height="105" /></a>
|
|
|
</div>
|
|
|
- <div style="clear:both; margin-top:1px">
|
|
|
- <div style="clear:both; height:3px; line-height:3px;"></div>
|
|
|
- <a href="http://www.0797fdc.com.cn/news.php?ac=info&id=70004" target="_blank"><img src="/images/contract_search_1.jpg" width="270"/></a>
|
|
|
- <div style="clear:both; height:3px; line-height:3px;"></div>
|
|
|
- <!--<a href="http://218.87.138.210:8010/index.php?ac=report&method=list" target="_blank"><img src="/images/beian_public.jpg" height="47"/></a>-->
|
|
|
+ <div style="clear:both; margin-top:10px">
|
|
|
+ <a href="http://home2.0797fdc.com.cn:802/map/index.html#mode=xin" target="_blank"><img src="images/dtzf.jpg" width="269" height="105" /></a>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="adbox">
|
|
@@ -257,21 +275,21 @@
|
|
|
<a href="http://www.gzfcj.gov.cn/uploadfile/2015/0609/20150609045105442.doc" target="_blank" style="margin-right:0; margin-left:1px"><img src="/images/clf_yangben4.jpg" height="50" width="238"/></a>
|
|
|
</div>-->
|
|
|
|
|
|
-<div class="adbox">
|
|
|
+<!-- <div class="adbox">
|
|
|
<img src="/images/sys_enter.jpg" width="960" height="141" border="0" usemap="#Map"/>
|
|
|
<map name="Map" id="Map">
|
|
|
<area shape="rect" coords="4,45,287,138" href="http://218.64.195.220:333/QYZXSQ.aspx" target="_blank" alt="赣州市房地产信息平台企业入网申请" />
|
|
|
<area shape="rect" coords="299,45,609,136" href="http://218.64.195.220:8001/" target="_blank" alt="赣州市房地产信息平台(测试)" />
|
|
|
<area shape="rect" coords="634,46,953,136" href="http://218.64.195.220:333/" target="_blank" alt="赣州市房地产信息平台(正式)" />
|
|
|
</map>
|
|
|
-</div>
|
|
|
+</div> -->
|
|
|
|
|
|
<!--第二通栏 Start-->
|
|
|
-<div class="adbox">
|
|
|
+<!-- <div class="adbox">
|
|
|
<{foreach item=one from=14|get_ad_list}>
|
|
|
<div class="ad"><script type="text/javascript">writeflash('<{$one.flash}>' ,960, 70);</script></div>
|
|
|
<{/foreach}>
|
|
|
-</div>
|
|
|
+</div> -->
|
|
|
<!--第二通栏 End-->
|
|
|
|
|
|
<div style="width:310px; float:left; margin:10px 0;">
|
|
@@ -674,7 +692,7 @@
|
|
|
<div class="column_b">政策聚焦</div>
|
|
|
<div class="column_c"><a href="http://<{$domain_news}>/news/list/840.html" target="_blank">更多>></a></div>
|
|
|
</div>
|
|
|
-<div style="width:268px; float:left; ">
|
|
|
+<!-- <div style="width:268px; float:left; ">
|
|
|
<div class="second">
|
|
|
<h3>赣州房地产政策</h3>
|
|
|
<ul>
|
|
@@ -689,8 +707,8 @@
|
|
|
<{/foreach}>
|
|
|
</ul>
|
|
|
</div>
|
|
|
-</div>
|
|
|
-<div style=" width:680px; float:left; margin-left:10px;">
|
|
|
+</div> -->
|
|
|
+<div style=" width:100%; float:left; margin-left:10px;">
|
|
|
<div class="col_r_blueline">
|
|
|
<div class="box_tit02"><span class="box_tit02_r"><a href="http://<{$domain}>/member/esf/pub.html" target="_blank">【发布房源】</a></span>二手房源</div>
|
|
|
<div class="oldhouse_tab">
|
|
@@ -700,6 +718,9 @@
|
|
|
<style>
|
|
|
.esf_content th{ font-size:13px !important;}
|
|
|
.esf_content td{ font-size:13px !important;}
|
|
|
+
|
|
|
+ .oldhouseTb_l {width: 480px;}
|
|
|
+ .oldhouseTb_r {width: 480px;}
|
|
|
</style>
|
|
|
|
|
|
<div id="esf_sell" class="esf_content">
|
|
@@ -840,7 +861,7 @@ $(document).ready(function(){
|
|
|
$(".close_ad").click(function (){
|
|
|
$(this).parent().hide();
|
|
|
});
|
|
|
- var menuYloc1,menuYloc2;
|
|
|
+ var menuYloc1,menuYloc2,menuYloc3;
|
|
|
if($(".scroll1").length>0){
|
|
|
menuYloc1 = $(".scroll1").offset().top;
|
|
|
}
|