【通用机械网讯】记者从1月4-5日召开的全国水利厅局长会议上获悉,为支持水利建设,2014年中央财政预算安排的资金将保持较多增加。2014年水利部将启动实施一批重大水利项目,包括大力推进引汉济渭、引江济淮、滇中引水等重大引调水及河湖水系连通工程前期工作,开展南水北调东、中线后续工程论证及西线项目前期工作。另外,将以西南地区为重点加快规划确定的大中型水库建设。
水利部部长陈雷表示,将努力稳定并增加公共财政投资,开辟金融支持和社会资本投资渠道,全面实施重大水利项目。推进水资源管理体制、水权制度、水价制度等重点领域和关键环节改革,加快农村饮水安全工程等薄弱环节建设,解决6000万农村人口饮水安全问题。加快西江大藤峡、淮河出山店、黄河古贤等控制性枢纽工程前期工作,启动实施黑龙江、松花江、嫩江干流防洪工程建设,强化重要蓄滞洪区、重要海堤建设。
据悉,2013年中央水利投资1408亿元,带动全社会水利建设投资4397亿元。其中,农村水利投入超2000亿元。【GM】
function scrollx(p){ var d = document,dd = d.documentElement,db = d.body,w = window,o = d.getElementById(p.id),ie6 = /msie 6/i.test(navigator.userAgent),style,timer; if(o){ o.style.cssText +=";position:"+(p.f&&!ie6?'fixed':'absolute')+";"+(p.l==undefined?'right:0;':'left:'+p.l+'px;')+(p.t!=undefined?'top:'+p.t+'px':'bottom:0'); if(p.f&&ie6){ o.style.cssText +=';left:expression(documentElement.scrollLeft + '+(p.l==undefined?dd.clientWidth-o.offsetWidth:p.l)+' + "px");top:expression(documentElement.scrollTop +'+(p.t==undefined?dd.clientHeight-o.offsetHeight:p.t)+'+ "px" );'; dd.style.cssText +=';background-image: url(about:blank);background-attachment:fixed;'; }else{ if(!p.f){ w.onresize = w.onscroll = function(){ clearInterval(timer); timer = setInterval(function(){ //双选择为了修复chrome 下xhtml解析时dd.scrollTop为 0 var st = (dd.scrollTop||db.scrollTop),c; c = st - o.offsetTop + (p.t!=undefined?p.t:(w.innerHeight||dd.clientHeight)-o.offsetHeight); if(c!=0){ o.style.top = o.offsetTop + Math.ceil(Math.abs(c)/10)*(c<0?-1:1) + 'px'; }else{ clearInterval(timer); } },10) } } } } } /* id 你要滚动的内容的id l 横坐标的位置 不写为紧贴右边 t 你要放在页面的那个位置默认是贴着底边 0是贴着顶边 f 1表示固定 不写或者0表示滚动 */ scrollx({ id:'bb', l:30, t:490, f:0 })