Much has been said about what the 'China Dream' really means to many Chinese -- whether it is national strength, cultural renewal or more modest personal goals. For many of those living in the vast countryside, the dream is a life in one a city and some of the benefits that go with it.

renewal:更新,恢复

But a major plan for urbanization seems to be saying to those would-be urban residents dreaming of better retirement, health and education services, they can pretty much forget about it.

urbanization:都市化,文雅化

Vice Minister of Public Security Huang Ming told reporters this week that the tight controls on who lives where under the hukou, or household-registration, system, won't be abandoned anytime soon, at least not in the biggest and most attractive cities.

'I wouldn't say there's no hope in getting a hukou,' Mr. Huang said at a news briefing Wednesday, referring to strict population controls in Beijing, Shanghai and Guangzhou. 'I think there's hope, just not as high as other big cities, especially not as high as smaller cities.'

China has raised hopes with its plans for urbanization, which it sees as a way to boost economic growth. It aims to have about 60% of its more than 1.3 billion people living in urban areas by 2020 and will let some 100 million people move into the nation's cities by that time.

Still, the plan projects only about 45% of the population would have full rights as urban residents by then, meaning they are eligible for city pensions and medical coverage as well as education for their children.

The government has stressed it will keep a tight grip on cities with populations of more than 5 million.

Mr. Huang said this is necessary due to practical considerations. Cities like Beijing, Shanghai and Guangzhou are already seeing huge strains on their resources and the environment. Their populations need to be slimmed down, he said.

The ministry is drafting detailed measures on hukou reforms, which will be submitted for government approval as soon as possible, Mr. Huang said. He didn't give any specifics but he said political leaders will focus on easing hukou controls in smaller cities.

Some smaller cities have already eased their hukou controls to attract more rural laborers. But these efforts have been only partially successful because many people prefer to move to larger cities where the jobs and services are considerably better.

The hukou system was set up in 1958 as a social-management tool that tied all social benefits to one's place of birth, dividing people into urban and rural categories and preventing people from pouring into big cities with better resources.

More than 21 million people lived in Beijing as of the end of last year and a little over 60% have a hukou , according to the municipality's statistics bureau.

municipality:市民,市政当局        bureau:局,处

The public reaction to the plan and Mr. Huang's remarks was one of disappointment.

'It sounds like there's no hope' to get an urban hukou one day, one user said on his Sina Weibo microblog account.

'Time to wake up,' said another.

The advice from the vice minister?

'If you want to realize your city dream, then dream about small and mid-sized cities -- that's more realistic. If you want to choose especially large cities, [you'll have to] ... have patience.'

每日英语:Dashing the China Dream的更多相关文章

  1. 每日英语:Does China Face a Reading Crisis?

    For much of the last year, intellectuals and officials in China -- land of world-beating students an ...

  2. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  3. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  4. 每日英语:Tencent Fights for China's Online Shoppers

    In the war for the Chinese Internet, messaging giant Tencent is taking the battle to rival Alibaba's ...

  5. 每日英语:KFC's Crisis in China Tests Ingenuity of Man Who Built Brand

    Sam Su for years ran one of the highest-flying foreign business operations in China. These days, he' ...

  6. 每日英语:China Destroys Six Tons of Confiscated Ivory

    BEIJING—Chinese government officials destroyed more than six tons of ivory that had been illegally s ...

  7. 每日英语:4G in China: A bigger deal than the iPhone

    Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ...

  8. 每日英语:U.S. Media Firms Stymied in China

    China's recent clampdown on foreign media is crimping the expansion plans of Western news organizati ...

  9. 每日英语:China's Bigger Innovation Problem

    Last month's Third Plenum meeting of Chinese leaders seemed to signal Beijing's intention to experim ...

随机推荐

  1. Spring日记_01 之 Maven项目的创建和更新

    创建Maven项目: Maven是一个第三方工具用来 下载包的,将阿里云maven中的对应包的dependency 复制到maven项目的pom.xml文件中.就可以自动下载包(比如Spring-we ...

  2. python获取公网ip,本地ip及所在国家城市等相关信息收藏

    python获取公网ip的几种方式       from urllib2 import urlopen   my_ip = urlopen('http://ip.42.pl/raw').read() ...

  3. python使用 requirements.txt 管理所需的包

    使用 requirements.txt 管理所需的包 2019/01/28 作者 若要与其他人共享项目.使用生成系统,或打算将项目复制到需要在其中还原环境的其他任何位置,必须指定项目需要的外部包. 建 ...

  4. BZOJ.4542.[HNOI2016]大数(莫队)

    题目链接 大数除法是很麻烦的,考虑能不能将其条件化简 一段区间[l,r]|p,即num[l,r]|p,类似前缀,记后缀suf[i]表示[i,n]的这段区间代表的数字 于是有 suf[l]-suf[r+ ...

  5. ansible命令及模块

    ping 命令 #测试单个主机 [root@node1 opt]# ansible -m ping 10.0.0.22 #获取多个主机 [root@node1 opt]# ansible 10.0.0 ...

  6. android studio 中去除应用标题栏

    android studio 中去除应用标题栏 ㈠ ⒈ mainifests中设置: android:theme="@style/AppTheme"(即默认设置). ⒉ value ...

  7. CocosCreator编辑器界面

    1,资源管理器[参考来源:官方文档] 资源管理器 里显示了项目资源文件夹(assets)中的所有资源.这里会以树状结构显示文件夹并自动同步在操作系统中对项目资源文件夹内容的修改.您可以将文件从项目外面 ...

  8. Spark MLlib 之 Vector向量深入浅出

    Spark MLlib里面提供了几种基本的数据类型,虽然大部分在调包的时候用不到,但是在自己写算法的时候,还是很需要了解的.MLlib支持单机版本的local vectors向量和martix矩阵,也 ...

  9. 290.单词模式。给定一种 pattern(模式) 和一个字符串 str ,判断 str 是否遵循相同的模式。(c++方法)

    题目描述: 给定一种 pattern(模式) 和一个字符串 str ,判断 str 是否遵循相同的模式. 这里的遵循指完全匹配,例如, pattern 里的每个字母和字符串 str 中的每个非空单词之 ...

  10. AllJoyn+Android开发案例-android跨设备调用方法

    AllJoyn+Android开发案例-android跨设备调用方法 项目须要涉及AllJoyn开源物联网框架.前面主要了解了一些AllJoyn主要的概念.像总线,总线附件,总线对象,总线接口这种概念 ...