NOWnews.com 今日新聞網
2013年7月23日 10:42
");
$(".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();
});
}
//-------------------
});
-
大陸2013年一直保持增長的外匯佔款,6月份來了個「急剎車」。大陸央行公布的資料顯示,6月份外匯佔款出現412億元人民幣的負增長。
大陸新聞中心/綜合報導
大陸2013年一直保持增長的外匯佔款,6月份來了個『急剎車』。央行公布的資料顯示,6月份外匯佔款出現412億元(以人民幣計價,以下同)的負增長。
根據北京晨報報導,今年以來,大陸外匯佔款的增量一直保持高位增長。其中,1月份新增近7000億元的天量,2月至4月的增量都保持在3000多億元,從5月份開始,外匯佔款便開始下滑,5月份增加不到1000億元,而6月份則出現年內首次負增長。
外匯佔款是指外匯流入大陸時,由於大陸資本專案下並未實現自由可兌換,外匯引入後需要換成人民幣才能流通,國家為了外資換匯要投入大量的資金,需要國家用本國貨幣購買外匯,因此增加了『貨幣供給』,從而形成了外匯佔款。央行資料顯示,6月末金融機構外匯佔款余額為27.39兆元。
對於負增長,金融問題專家趙慶明表示,並不出乎意料。4月到5月份,人民幣升值預期十分強烈,熱錢也隨之流入大陸市場。外管局在5月底出台的主要針對打擊外貿企業虛假交易的20號文,效果在6月份顯現。如今,人民幣升值預期已經不再,一些人士甚至喊出人民幣將出現貶值的預期,加上6月下旬的錢荒,趙慶明認為,這些都是6月份外匯佔款負增長的原因。
交通銀行首席經濟學家連平認為,外匯佔款負增長有兩方面原因,美國經濟向好、預計美聯儲退出QE導致全球資金回流美國。『加上部分國外機構對大陸債務問題和金融體系風險的過度擔憂,將導致國際資本進入大陸趨於謹慎。短期資本流入將明顯放緩甚至出現階段性流出加快的可能。』連平預測,下半年外匯佔款增量將明顯下降,預計全年新增外匯佔款1.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
留言列表