<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>中国武汉</title>
<link href="../../../../newcss/basic.css" rel="stylesheet" type="text/css" />
<!--//翻页函数-->
<script>

function createPageHTML(_nPageCount, _nCurrIndex, _sPageName, _sPageExt){
	var PageStart;
	var PageEnd;
	if(_nPageCount == null || _nPageCount<=1){
		return;
	}
	var nCurrIndex = _nCurrIndex || 0;
	if(nCurrIndex == 0)
	{
		document.write("<fonc color='gray'>首页</font>&nbsp;");
		document.write("<fonc color='gray'>上一页</font>&nbsp;");
		document.write("<fonc color='gray'>1</font>&nbsp;");
	}
	else
	{
		document.write("<a href=\""+_sPageName+"."+_sPageExt+"\">首页</a>&nbsp;");
		if(nCurrIndex==1)
		{
			document.write("<a href=\""+_sPageName+"."+_sPageExt+"\">上一页</a>&nbsp;");
		}
		else
		{
			document.write("<a href=\""+_sPageName+"_"+(nCurrIndex-1)+"."+_sPageExt+"\">上一页</a>&nbsp;");
		}
		if(_nPageCount>9&&nCurrIndex>4)
		{								
		}
		else
		{
			document.write("<a href=\""+_sPageName+"."+_sPageExt+"\">1</a>&nbsp;");
		}
	}
	if(_nPageCount>9)
	{
		PageStart = nCurrIndex-4;
		if((nCurrIndex-4)<1)PageStart = 1;
		if((nCurrIndex+5)>_nPageCount) PageStart = _nPageCount-9;
		PageEnd = PageStart +9;
	}
	else
	{
		PageStart = 1;
		PageEnd = _nPageCount;
	}
	for(var i=PageStart; i<PageEnd; i++){
		if(nCurrIndex == i)
		document.write("<font color='gray'>"+(i+1) + "</font>&nbsp;");
		else
		document.write("<a href=\""+_sPageName+"_" + i + "."+_sPageExt+"\">"+(i+1)+"</a>&nbsp;");
	}
	if(nCurrIndex<_nPageCount-1)
	{
		document.write("<a href=\""+_sPageName+"_"+(nCurrIndex+1)+"."+_sPageExt+"\">下一页</a>&nbsp;");
		document.write("<a href=\""+_sPageName+"_"+(_nPageCount-1)+"."+_sPageExt+"\">尾页</a>&nbsp;");
	}
	else
	{
		document.write("<font color='gray'>下一页</font>&nbsp;");
		document.write("<fonc color='gray'>尾页</font>");
	}
}
</script>
<!--//翻页函数-->
</head>

<body>
<div class="detailscontainer">
  <script type="text/javascript" src="../../../../demo/js/jquery.min.js"></script>
<script language="JavaScript" src="../../../../js/Language.js"></script>
<script language="JavaScript" src="../../../../js/jquery.cross-slide.js"></script>
<script type="text/javascript">

function go_search1(){
     var kdd=document.getElementById("searchWord").value;
     if(kdd && kdd.length>0){
        window.open("http://61.183.175.117:64/search/result.htm?wd="+encodeURI(kdd)+"&scope=title"+"&classify="+encodeURI("全文检索")+"&template=resultqw","_blank");
     }else{
        alert("请输入合法字词!");
     }
}


function setDisplayById3(str,ids,index){
				for(i=0; i<=ids; i++){
					if(i==index&&document.getElementById(str+'c'+i).style.display=="none"){
						document.getElementById(str+'c'+i).style.display="";
					}else{
						document.getElementById(str+'c'+i).style.display="none";
					}
				}
			}
function ShowArea(arrTabsID,arrAreasID,showIndex,showCss,hideCss)
{
    for (var i = 0;i < arrAreasID.length;i++)
    {
        var tab = document.getElementById(arrTabsID[i].toString());
        if (tab)
        {
            tab.className = hideCss;
        }
        var area = document.getElementById(arrAreasID[i].toString());
        if (area)
        {
            area.style.display = "none";
        }
    }
    var selectTab = document.getElementById(arrTabsID[showIndex].toString());
    var selectArea = document.getElementById(arrAreasID[showIndex].toString());
    if (selectTab)
    {
        selectTab.className = showCss;
    }
    if (selectArea)
    {
        selectArea.style.display = "";
    }
    
    if(showIndex == 0)
    {
    	document.getElementById("vv").href="/whyw/index.jhtml";
    }
    if(showIndex == 1)
    {
    	document.getElementById("vv").href="/gqdt/index.jhtml";
    }
    if(showIndex == 2)
    {
    	document.getElementById("vv").href="/bmdt/index.jhtml";
    }
    if(showIndex == 3)
    {
    	document.getElementById("vv").href="/spxw/index.jhtml";
    }
}


function checkform(){
	if(document.form1.userAccount.value==""){
		alert("请输入用户名！");
		document.form1.userAccount.focus();
		return false;
	}
	if(document.form1.userPwd.value==""){
		alert("请输入密码！");
		document.form1.userPwd.focus();
		return false;
	}
	document.form1.UserName.value = document.form1.userAccount.value + "@wh.gov.cn";
	document.form1.passwd.value = document.form1.userPwd.value;
	document.form1.Template.value = "";
	document.form1.action="http://corp.webmail.wh.gov.cn/webmail/login.perform";
}

function setDisplayById2(str,ids,index,class1,class2){
				for(i=0; i<=ids; i++){
					if(i==index&&document.getElementById(str+'c'+i).style.display=="none"){
					    document.getElementById(str+i).className=class1;
						document.getElementById(str+'c'+i).style.display="";
					}else{
					    document.getElementById(str+i).className=class2;
						document.getElementById(str+'c'+i).style.display="none";
					}
				}
			}

function setDisplayById(str,ids,index,class1,class2){
	for(i=0; i<=ids; i++){
		if(i==index){
			document.getElementById(str+i).className=class1;
			document.getElementById(str+'c'+i).style.display="";
		}else{
			document.getElementById(str+i).className=class2;
			document.getElementById(str+'c'+i).style.display="none";
		}
	}
}
    var gwdshare = gwdshare || { version: "1.0", udata: "type=tools&amp;uid=GWD-700199&amp;jsf=GWD-700199-039FD3", pageFilter: "", jsLoaded: false };
    (function () {
        function async_load() {
            var s = document.createElement('script');
            s.type = 'text/javascript';
            s.async = true;
            s.src = '//static.gridsumdissector.com/zheng_fen_xiang/scripts/gwdshareasync.min.js';
            var x = document.getElementsByTagName('script'), y = x[x.length - 1];
            y.parentNode.appendChild(s);
        }
        if (!gwdshare.jsLoaded) {
            if (window.attachEvent) window.attachEvent('onload', async_load);
            else window.addEventListener('load', async_load, false);
            gwdshare.jsLoaded = true;
        }
    })();
	
</script>
<div class="nyshouyehead">
   <div class="top">
      <div class="topcon">

           <div class="topm fl">
      	<a  href="http://www.gov.cn/" target="_blank">中央人民政府门户网站</a>
				<b >|</b>
				<a href="http://www.hubei.gov.cn/" target="_blank">湖北省政府门户网站</a>

      	</div>

      	<div class="topllll fr"><ul><li><a href="javascript:StranBody()" name="StranLink" id="StranLink">繁体</a></li><li><a href="http://english.wh.gov.cn/" target="_blank">English</a></li><li><a href="http://french.wh.gov.cn/" target="_blank">Fran?ais</a></li><li><a href="http://japanese.wh.gov.cn/" target="_blank">日本語</a></li><li><a href="http://korean.wh.gov.cn/" target="_blank">???</a></li><li><a href="http://german.wh.gov.cn/" target="_blank">Deutsch</a></li><li class="topphone"><a href="../../../../sjydd/" target="_blank">云端武汉</a></li><li><a href="http://mail.wuhan.gov.cn/" target="_blank">公务员邮箱</a></li></ul></div>
      	
		
		    
      </div>
    </div>
    <div class="clear nyshouyebanner"></div>
    <div class="shouyenavdiv">
	<script type="text/javascript">
	       var arrTabsSa = new Array("satab0","satab1","satab2","satab3","satab4");
	       var arrAreaSa = new Array("sacon0","sacon1","sacon2","sacon3","sacon4");
	    </script>
      <div class="shouyenav fl"><ul>
                <li><a href="/" target="_blank">网站首页</a></li>
    		<li><a href="../../../../whszf_45/whszwgk/ " target="_blank">政务公开</a></li>
      		<li><a href="../../../../whszf_45/zxbs_1/ " target="_blank">办事服务</a></li>
     	    <li><a href="../../../../whszf_45/hdjl/ " target="_blank">互动交流</a></li>
      		<li><a href="../../../zjwh/ " target="_blank">走进武汉</a></li>
                <li> <a href="../../../zqdh/" target="_blank">站群导航</a></li>
    	</ul></div>
     <form name="searchform" action="http://search.wh.gov.cn/was5/web/search" method="get" target="_blank" ><div class="shouyesearch fr">
<input type="hidden" name="channelid" value="219570" />

<input type="hidden" name="orderby" value="RELEVANCE" />

<input class="shouyesearchinput fl" id="textfield" name="searchword" onfocus="this.value=''" value="请输入关键字" type="text" size="12" />
<input class="searchbtn1 fl" name="" value="" type="submit" />
      </div></form>
      </div>
    </div>
  </div>
  <div class="detailsmain clear">
    <div class="detailsbt"><span class="detailspath fl">当前位置:&nbsp;&nbsp;<a href="/">首页</a>&nbsp;?&nbsp;<a href="./" target="_blank" title="改善老旧社区基础设施和服务" class="CurrChnlCls">改善老旧社区基础设施和服务</a></span></div>
    <div class="detailscon">
      <div class="list1">
        <h3 class="detailsabouth3"><span>改善老旧社区基础设施和服务</span></h3>

<ul>
<li><em>[2016-02-02]</em><a href="./201602/t20160202_45458.html" target="_blank" title="改善老旧社区基础设施和服务四季度进展情况">改善老旧社区基础设施和服务四季度进展情况</a></li>

<li><em>[2015-10-30]</em><a href="./201510/t20151030_40600.html" target="_blank" title="改善老旧社区基础设施和服务三季度进展情况">改善老旧社区基础设施和服务三季度进展情况</a></li>

<li><em>[2015-07-20]</em><a href="./201507/t20150720_36237.html" target="_blank" title="改善老旧社区基础设施和服务上半年进展情况">改善老旧社区基础设施和服务上半年进展情况</a></li>

<li><em>[2015-04-28]</em><a href="./201506/t20150608_34037.html" target="_blank" title="改善老旧社区基础设施和服务一季度进展情况">改善老旧社区基础设施和服务一季度进展情况</a></li>
</ul>

       <div class="clear"></div>
           <div class="clear list1page"><SCRIPT LANGUAGE="JavaScript">
	createPageHTML(1, 0, "index", "html");
</SCRIPT></div>
      </div>
  </div>
  </div>
  <div class="clear foot">
    <div class="footcon" style="position:relative;"><div class="footnav">
    	<a href="../../../xwxx/xgwt/200911/t20091126_13840.html" target="_blank">常见问题</a> | 
    	<a href="../../../xwxx/wzpj/" target="_blank">网站评价</a> | 
        <a onclick="Link1()" style='margin:0;border:0;cursor: pointer;'>网页纠错</a> | 
    	<a href="../../../xwxx/xgwt/201411/t20141126_13842.html" target="_blank">隐私声明</a>
    </div>
<div style="position:absolute; top:0px; right:10px;">
	<a href="http://www.creditchina.gov.cn/" target="_blank"><img src="../../../../newimages/xyzg.png" /></a><a href="http://www.hbcredit.gov.cn/" target="_blank"><img src="../../../../newimages/xyhb.png" /></a><a href="http://www.creditwh.gov.cn/" target="_blank"><img src="../../../../newimages/xywh.png" /></a>
</div>
	政府网站标识码：4201000003 鄂ICP备11011361号 技术维护电话：027-82846670<br/> 
	武汉市人民政府主办 武汉市互联网信息办公室、武汉市信息中心承办<br/>
<div style="width:1000px;margin:0 auto;"><div style="width:50%;float:left"><span style="float:right;margin-top:12px"><script id="_jiucuo_" sitecode='4201000003' src='../../../../images/jiucuo.js'></script></span></div><div style="width:50%;float:right"><span style="float:left"><script type="text/javascript">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript   src='http://dcs.conac.cn/js/18/269/0000/40706807/CA182690000407068070001.js' type='text/javascript'%3E%3C/script%3E"));</script></span></div></div>
<script type="text/javascript">
function Link1(){
var rurl=getCurrUrl();
window.open("http://www.wh.gov.cn/whszfwz/ymjc/?url=" + rurl);   
}
//获取该站点需要纠错页面的url地址
function getCurrUrl() {
	var url = "";
	if (parent !== window) {
		try {
			url = window.top.location.href;
		} catch (e) {
			url = window.top.document.referrer;
		}
	}
	if (url.length == 0)
		url = document.location.href;

	return url;
}

        (function () {
            var sls = document.createElement('script');
            sls.src = ('https:' == document.location.protocol ? 'https://' :
        'http://') + '106.75.214.138:4321/start?sId=1000&show_id=1';
            sls.setAttribute('async', 'true');
            document.documentElement.firstChild.appendChild(sls);
        })();
</script>
</div>
  </div>

<script type="text/javascript">

function imgHid(){

document.getElementById("gg2").style.display="none";

}

function imgHid1(){

document.getElementById("share").style.display="none";

}

function imgHid2(){

document.getElementById("share1").style.display="none";

}



</script>
<SCRIPT type=text/javascript>
//var ad2=new AdMove("gg2");ad2.Run();


</SCRIPT>

<SCRIPT type=text/javascript>
       // var ad2=new AdMove("ad2");
       // ad2.Run();
		
		function closeFloat(){
			document.getElementById('ad2').style.display="none"; 
		}
</SCRIPT>

  <DIV id="share" class="gov_weixin_share" style="right:80px;">
  <div onClick="imgHid1()" class="closeBtn" style="font-size:12px;text-align:right;height:15px;padding-top:5px;"><img src="../../../../images/close140403.gif" style="cursor:pointer;" /></div>

<DIV style="margin: 0 0 8px 0;"><A href="http://116.211.86.148:9010/static" 
target=_blank><IMG src="../../../../newimages/dsfpjxt.png" /> </A>
</DIV> 
<DIV class="gov_wx fixed"><IMG src="../../../../newimages/fenxiangerweima.jpg" /> 
<P>武汉发布</P></DIV>

<DIV class="gov_wx fixed"> 
<P><A style="font-size:14px;font-weight:bold;" href="../../../hdjl/zwwb/" 
target=_blank>政务微博</A></P></DIV>
</DIV>

<DIV id="share1" class="gov_weixin_share" style="left:80px;">
 <div onClick="imgHid2()" class="closeBtn" style="font-size:12px;text-align:right;height:15px;padding-top:5px;"><img src="../../../../images/close140403.gif" style="cursor:pointer;" /></div>


<DIV style="margin: 0 0 8px 0;"> <A style="font-size:14px;font-weight:bold;color:#635d5d;" href="/whszfwz/zt/zfwzgzndbb/" 
target=_blank><IMG src="../../../../newimages/2017ndgzbb.jpg" /></A></div>

</div>


<script type="text/javascript" src="http://wza.wuhan.gov.cn/wza/149/yixuan/yixuan_nav/domready.js?sid=135"></script>
</div>
</body>
</html>