NOWnews.com 今日新聞網
2013年7月16日 11:08
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
大陸國家統計局公布上半年大陸經濟資料,經濟增速為7.6%。回溯歷史,1998年以來的15年裡,大陸經濟增速有三次回落至7%平台,其中1999年上半年的增速同樣為7.6%(按當時發布的資料,下同)。
大陸新聞中心/綜合報導
大陸國家統計局公布上半年大陸經濟資料,經濟增速為7.6%。回溯歷史,1998年以來的15年裡,大陸經濟增速有三次回落至7%平台,其中1999年上半年的增速同樣為7.6%(按當時發布的資料,下同)。
根據北京日報報導,第一次增速回落至7%平台是受亞洲金融危機的衝擊,經濟增速從1997年的8.8%,落至1998年的7.8%,進一步回落至1999年的7.1%。經過宏觀調控的努力,經濟增速2000年回到8.0%,此後雖略有反覆,但在加入世界貿易組織、深化市場經濟改革帶動下,經濟進入新一輪增長期,持續多年兩位數增速運行。
第二次增速回落至7%平台是受到國際金融危機剛剛爆發時的猛烈衝擊,措手不及的大陸經濟增速從2008年三季度的9.0%猛落到四季度的6.8%、2009年一季度的6.2%、二季度的7.9%。隨後在大力度的政策刺激下,經濟持續拉升,2009年三季度增速就回升至9.1%,四季度回升至10.7%。
第三次增速回落至7%平台是在國際金融危機仍在持續、外需持續低迷的背景下,大陸經濟原先的刺激政策逐步退出,加上支撐條件發生變化、發展進入新階段,經濟增速從2010年一季度11.9%的階段性峰值開始回調,到2012年二季度增速再度回落到7%平台,為7.6%,此後至今連續5個季度運行在7.4%至7.9%之間,期間略有反彈,但總體趨勢是小幅下行。
經濟學界普遍認為,隨著大陸經濟內部支撐條件和外部市場環境的變化,大陸經濟潛在增長率有所下降,當前的合理增速區間在7%至8%之間,這是一種『新常態』。
關鍵字:
大陸
經濟
增速
回落
金融
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表