China has tried your form of government and found it wanting.

That was the message delivered by Chinese President Xi Jinping during an expansive address at the College of Europe in Bruges, Belgium, this week that capped off his first visit to Western Europe as China's top leader.

expansive:广阔的,扩张的

In a speech littered with allusions to classical Chinese texts and other adornments intended to drive home the message that China is unlike any other country, Mr. Xi told the assembled crowd that the world's most populous nation had considered virtually every form of government from constitutional monarchy and imperial restoration to parliamentary and multiparty democracy.

allusion:暗示,提及         adornment:装饰,饰品        assemble:集合,聚集       monarchy:君主政治

parliamentary:议会的,议会制度的

'We considered them, tried them. None worked,' China's leader said.

He went on to argue for a sort of political terroir using a metaphor taken from 'Yanzi's Spring and Autumn Annals,' a collection of stories about wise and well-traveled 5 century B.C. official Yan Ying.

metaphor:暗喻,隐喻

'I hear the oranges grown south of the Huai River are true oranges,' Mr. Xi said, quoting a speech Yan Ying gave to the King of Chu. 'Once transplanted north of the river, they become bitter oranges. The leaves look similar, but they differ widely in taste. Why is that? It's because the water and soil are not the same.'

Few would argue that political systems, like agricultural products, differ from place to place. Take Germany and Italy, two parliamentary countries that produce politics as distinctly flavored as their wines.

But what about Mr. Xi's claim that China has given parliamentary and multiparty systems a fair shake?

John Delury, a China historian at Yonsei University, calls it 'a bit of a stretch.'

As Mr. Delury documented in ' Wealth and Power,' a recent book about 20 century Chinese political thinkers that he co-wrote with veteran China watcher Orville Schell, China did indeed go through a period of political experimentation beginning with the fall of the Qing Dynasty. A democratic Republic of China was established shortly after the dynasty fell in 1911 but essentially crumbled after its president, Gen. Yuan Shikai, declared himself emperor of a new dynasty in 1915.

crumble:崩溃,破碎

'The only true nationwide election ever held took place in 1913,' Mr. Delury writes in an email. In that election, only men over the age of 21 who were educated or owned property were allowed to vote. They voted for electors, who then picked delegates to the two-house National Assembly. Delegates later re-elected Gen. Yuan, who had earlier taken over the provisional presidency from Sun Yat-sen.

delegate:委任,指令

While he may have exaggerated China's experience with democracy, Mr. Xi was accurate in describing the 'chameleonic quality' of the country's recent political history, according to Mr. Delury. For much of the past hundred years, the historian says, China has been 'desperately changing colors to find one that let it blend into the modern family of nations as a strong, prosperous and respected 'great power.''

exaggerate:夸张,增大        prosperous:繁荣的,兴旺的

More than devotion to any one political ideology, it is the desire to regain its former glory -- to be wealthy and powerful -- that has driven change in China in the last century, Messrs. Delury and Schell argue in their book.

Mr. Xi seems to be well aware of that dynamic. Since coming to power, he has repeatedly sought to portray the Communist Party's reform efforts as part of a project of 'national rejuvenation.' In his speech this week, Mr. Xi carefully catalogued both the wealth and the power China has reacquired in the last three decades under Communist Party rule and described the party's 90-year existence as a strand 'indivisible' from the larger thread of Chinese history.

portray:描绘,扮演          rejuvenation:返老还童,复壮        catalogued:分类,目录

But as Messrs. Delury and Schell point out, China still has a ways to go before it recaptures the power it enjoyed at the height of the dynastic period, and it remains unclear whether the Communist Party has the political will to guide the country into the next phase of its resurgence.

resurgence:复活,再现

China faces wrenching economic reforms likely to be resisted by entrenched interests, economists say. At the same time, corruption, secrecy and a failure to uphold rule of law are undermining the soft power required to win the country prestige abroad.

wrench:扭伤,歪曲,扳手          entrenched:根深蒂固的,确立        prestige:威望,声誉

In Bruges, Mr. Xi said any attempt to transplant a foreign political system to Chinese soil would have 'disastrous consequences.' The same might be said of the party's failure to push genuine reforms: Just because Chinese people have already had a dalliance with multiparty democracy in the past doesn't mean they won't be willing to try it again.

dalliance:嬉戏,调情,戏弄

每日英语:A Different Color: China's Chameleonic Politics的更多相关文章

  1. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

  2. 每日英语: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 ...

  3. 每日英语:No Consensus: China Debate on Women's Roles

    A woman's place is in the home. consensus:一致,舆论,合意 That was the resounding message from Jiang Xipei, ...

  4. 每日英语:China Underwhelmed After First Apple Event

    Apple's roll-out of its latest iPhones landed with a thud in China, the company's biggest foreign ma ...

  5. 每日英语: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 ...

  6. 每日英语: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 ...

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

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

  8. 每日英语: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' ...

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

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

随机推荐

  1. 冒泡排序优化JAVA

    本文对传统的冒泡排序进行了一些优化,减少了循环次数. 时间复杂度 若文件的初始状态是正序的,一趟扫描即可完成排序.所需的关键字比较次数 C 和记录移动次数 M 均达到最小值: C(min)=n-1 , ...

  2. Linux内核分析之扒开系统调用的三层皮(上)

    一.原理总结 本周老师讲的内容主要包括三个方面,用户态.内核态和中断,系统调用概述,以及使用库函数API获取系统当前时间.系统调用是操作系统为用户态进程与硬件设备进行交互提供的一组接口,也是一种特殊的 ...

  3. Linux中vi、vim命令大全

    一.一般模式:删除.复制与粘贴类命令 x,X x为向后删除一个字符,X为先前删除一个字符 nx(n代表数字) 向后删除n个字符 dd 删除当前行 D 删除当前行所有字符,试成为空行 ndd(n代表数字 ...

  4. h5专题常用小代码

    今天把做专题常用的js代码总结出来(持续更新),方便以后直接复制使用,不用老敲啊敲 1.屏幕适配JS代码 <script> var phoneScale = parseInt(window ...

  5. Java写的爬虫的基本程序

    这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL.处理url的最大数.要搜索的字符串),它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面. 这个程序的原 ...

  6. PHP表单处理

    <?php if(isset($_POST['submit'])) { foreach ($_POST["languages"] as $item) { echo " ...

  7. Spring Mobile 1.1.0.RC1 和 1.0.2 发布

    Spring Mobile 1.1.0.RC1 发布了,该版本包含: 支持 Firefox OS 设备的检测 修复了使用 LiteDeviceDelegatingViewResolver 处理重定向和 ...

  8. 股市T+0技巧

    虽然现在股票不能t+0交易了,不过通过股票t+0技巧可以变相的实现t+0交易,尤其在主力方面应用股票t+0技巧更为明显.主力资金一旦介入某股,肯定会建立很大的仓位作为主仓,然后长线持有.然而为了推动股 ...

  9. atitit. orm mapping cfg 映射配置(3)-------hbnt one2maney cfg

    atitit. orm mapping cfg  映射配置(3)-------hbnt one2maney  cfg 1. 建立list 1 2. 配置xml 1 3. Hibernate中Set和L ...

  10. iOS数据持久化-OC

    沙盒详解 1.IOS沙盒机制 IOS应用程序只能在为该改程序创建的文件系统中读取文件,不可以去其它地方访问,此区域被成为沙盒,所以所有的非代码文件都要保存在此,例如图像,图标,声音,映像,属性列表,文 ...