China sets economic reform priorities for 2015
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的更多相关文章
- 每日英语:China's Retirement Age Sets Experts at Odds
The politically explosive issue of the official retirement age has drawn academics from two of China ...
- 每日英语:Stalled Project Shows Why China's Economy Is Wobbling
CAOFEIDIAN, China $91 billion industrial project here, mired in debt and unfulfilled promise, sugge ...
- sentence patterns
第四部分 推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...
- Daily record-October
October 11. Hope is a good thing, maybe the best of things, and no good thing ever dies. 希望是美好的,也许是人 ...
- 每日英语:Political Gridlock, Beijing Style
To admirers outside the country, China's political system stands far above the dysfunctional democra ...
- Will you still need me?
ON FRIDAY, the National Bureau of Statistics announced that China's working-age population shrank la ...
- Golang资料集
<Platform-native GUI library for Go> 介绍:跨平台的golang GUI库,支持Windows(xp以上),Unix,Mac OS X(Mac OS X ...
- gawc全球城市
http://www.lboro.ac.uk/gawc/world2016t.html Global city From Wikipedia, the free encyclopedia Pa ...
- Total Number of Unicorn Companies: 188
https://www.cbinsights.com/research-unicorn-companies Total Number of Unicorn Companies: 188 Total ...
随机推荐
- Python---copy()、deepcopy()与赋值的区别
copy()与deepcopy()之间的主要区别是python对数据的存储方式. 首先直接上结论: —–深复制,即将被复制对象完全再复制一遍作为独立的新个体单独存在.所以改变原有被复制对象不会对已经复 ...
- JavaSE入门学习21:Java面向对象之接口(interface)(二)
一接口实现的多态 在上一篇博文:JavaSE入门学习20:Java面向对象之接口(interface)(一)中提到了接口的实现存在多态性,那么 这一篇主要就要分析接口实现的多态. 实例一 Test.j ...
- Spring Boot从入门到实战:整合通用Mapper简化单表操作
数据库访问是web应用必不可少的部分.现今最常用的数据库ORM框架有Hibernate与Mybatis,Hibernate貌似在传统IT企业用的较多,而Mybatis则在互联网企业应用较多.通用Map ...
- Android使用SQLite数据库
Android中得数据库 加载驱动 连接数据库 操作数据库 使用API方式进行查询 事物操作 SQLite中的批处理,加快事物执行速度的.
- 在Linux中配置DNS的正确方式
链接:http://ccl.cse.nd.edu/operations/condor/hostname.shtml Common Hostname Problem on Linux Newly ins ...
- Ocelot --API网关简单使用
最近几个月一直在忙一个项目(感觉像是与世隔绝了),本来想好的是要写一些asp.net core 的一些简单使用上东西,也就放下了. 好在忙完了,也就重新开始写吧.写点什么呢?网上也有不少dotnet ...
- k8s调度-指定node
1.给node加标签 kubectl label nodes k8s-slave2 slave= 2.查看标签 [root@k8s_master centos7]# kubectl describe ...
- 【Github】之突然访问不了Github地址
访问Github突然上不去了 解决办法: 一.修改hosts 1.打开Dns检测|Dns查询 - 站长工具2.在检测输入栏中输入http://github.com官网3.把检测列表里的TTL值最小的I ...
- COM对象模型
COM对象内存布局,多继承是虚继承吗? 接口之间怎么切换? 1) 是普通的多继承,不是虚继承.因为父类接口只是含有纯虚函数,不含任何数据成员,所以问题不大. 2) QueryInterface可以用来 ...
- phpstudy配置php7.1.11 + phpstudy nginx伪静态
切记要把新的php版本配到环境变量,cmd才会生效 php7.1.11下载地址 http://windows.php.net/download/ 下载之后,解压. 重名的为php-7.1.11-nts ...