BEIJING -- China's State Council, the cabinet, on Monday unveiled this year's priorities for economic reforms.

The reforms -- to streamline administration and deregulate power to lower levels, promote the yuan's convertibility under the capital account, and launch a trial scheme to connect the Shenzhen and Hong Kong stock exchanges -- aim to add new impetus to the country's development, the State Council said in a statement on the government website.

The central government promised to implement existed reform policies and roll out new pro-growth measures this year to stimulate the market and seek new growth potential.

China's economic growth in the first quarter of this year slowed to 7 percent, the lowest level since the financial crisis, which prompted policy makers to accelerate an economic overhaul.

In the statement, the government vowed to cut red tape, loosen control on market access and investment, and improve pricing mechanisms for public services including medicine and natural gas.

Specifically, the government said that it will promote public-private partnerships to attract private capital into infrastructure construction and public enterprises.

The government will push reforms of state-owned enterprises in key industries including electricity by reorganizing and consolidating them to improve efficiency, and it will support private firms to make the market less monopolistic.

In terms of budget and taxation, the central government plans to step up the establishment of a normative mechanism for local authorities to raise funds and a system to assess risks in their debts and sound early warnings.

It also pledged to continue to implement taxation reform, expanding value-added tax to the construction, property and finance sectors and adjusting resource tax, personal income tax and environmental protection tax.

In the financial sector, China will speed up the development of private banks and small financial institutions, and issue a guideline to ensure healthy development of Internet finance.

The country will also open up its financial sector and build a financial mechanism that better benefits the real economy, according to the statement.

The state council said the government will further liberalize interest rates, make the yuan more flexible against other currencies and promote the use of renminbi in cross-border settlement.

Reforms on urbanization, widening funding channels for city construction, improving the current rigid household registration system, and accelerating reforms on rural land to boost agriculture were all also identified as priorities.

The government promised more opening up measures, including transforming trade structures, better management of foreign investment, encouraging industrial capacity cooperation, replicating successful free trade zones elsewhere and promoting the Belt and Road Initiative.

In addition, China will make more effort to protect the environment through energy conservation, emission cuts and stricter regulation, the statement said.(Xinhua)

Updated: 2015-05-18 19:44:43

China sets economic reform priorities for 2015的更多相关文章

  1. 每日英语:China's Retirement Age Sets Experts at Odds

    The politically explosive issue of the official retirement age has drawn academics from two of China ...

  2. 每日英语:Stalled Project Shows Why China's Economy Is Wobbling

    CAOFEIDIAN, China  $91 billion industrial project here, mired in debt and unfulfilled promise, sugge ...

  3. sentence patterns

    第四部分     推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...

  4. Daily record-October

    October 11. Hope is a good thing, maybe the best of things, and no good thing ever dies. 希望是美好的,也许是人 ...

  5. 每日英语:Political Gridlock, Beijing Style

    To admirers outside the country, China's political system stands far above the dysfunctional democra ...

  6. Will you still need me?

    ON FRIDAY, the National Bureau of Statistics announced that China's working-age population shrank la ...

  7. Golang资料集

    <Platform-native GUI library for Go> 介绍:跨平台的golang GUI库,支持Windows(xp以上),Unix,Mac OS X(Mac OS X ...

  8. gawc全球城市

    http://www.lboro.ac.uk/gawc/world2016t.html Global city From Wikipedia, the free encyclopedia     Pa ...

  9. Total Number of Unicorn Companies: 188

    https://www.cbinsights.com/research-unicorn-companies   Total Number of Unicorn Companies: 188 Total ...

随机推荐

  1. c# 获取毫秒值,时间戳

    获取时间戳(秒) (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000000 获取时间戳(毫秒) (DateTime. ...

  2. Linux基础之常用基本命令备忘

    Linux基础之常用基本命令备忘 PWD   查询当前所在Linux上的位置 /         根目录 CD(change directory)切换目录  语法 CD /(注意添加空格)   LS ...

  3. opencv--python--anaconda----contrib 安装

    https://pypi.python.org/pypi/opencv-python/3.4.0.12 https://pypi.python.org/pypi?%3Aaction=search&am ...

  4. 如何自定义View

    1. 首先 在values目录下建立attrs.xml文件,添加属性内容 ·在布局文件中添加新的命名空间xmlns,然后可以使用命名空间给自定义的空间设置属性 attrs.xml <resour ...

  5. UserScan的处理流程分析

    UserScan的处理流程分析 前置说明 Userscan是通过client或cp中发起的scanner操作. 在Scan中通过caching属性来返回能够返回多少条数据.每次进行next时. 通过b ...

  6. sublime使用技巧(4)-- 其他技巧【持续更新】

    命令模式 1.切换语言格式,ctrl + shirt + p 2.简化操作 ctrl + shirt + p 输入 snippet:function 自动生成function的基本结构!tab键 移动 ...

  7. shiro集成encache

    针对多频次或者几乎不变的大数量的数据,我们可以通过缓存来实现,具体的比如说权限认证,这个,每次操作都需要权限认证,所以,这里添加encache注解.具体的认证过程是: 1,用户第一次访问用户权限信息, ...

  8. erlang的md5加密

    二话不说,直接上代码 -module(md5). -compile(export_all). md5(S) -> Md5_bin = erlang:md5(S), Md5_list = bina ...

  9. Java应用一般架构

    转载一下文章: 自己连看三便方的其要点精髓. 当我们架设一个系统的时候通常需要考虑到如何与其他系统交互,所以我们首先需要知道各种系统之间是如何交互的,使用何种技术实现. 1. 不同系统不同语言之间的交 ...

  10. Java 获取指定日期的方法汇总

    import java.text.DateFormat; import java.text.ParsePosition; import java.text.SimpleDateFormat; impo ...