NOWnews.com 今日新聞網
2013年8月16日 15:24
");
$(".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月資料還有人懷疑存在水分的話,那麼隨著上述三大關鍵指標接踵走好,各界開始接受經濟形勢已經在回暖並將持續的事實。
大陸新聞中心/綜合報導
鐵路貨運量由負轉正,中長期企業貸款環比增多,工業用電量加速增長……如果說此前海關、統計局公布的7月資料還有人懷疑存在水分的話,那麼隨著上述三大關鍵指標接踵走好,各界開始接受經濟形勢已經在回暖並將持續的事實。
根據經濟參考報報導,經濟學家判斷,從年內形勢來看,隨著政府出台了一系列政策拉動增長,大陸經濟已經走過了最低點,有在低位企穩並反彈的跡象。但是考慮到大陸經濟回暖更多仍是依靠傳統模式,世界經濟也並未真正走出危機,未來大陸經濟仍然面臨很大不確定性。用國務院參事室特約研究員姚景源的話說就是:當前的經濟形勢既穩中有進,又穩中有憂。
工業用電量、鐵路貨運量和中長期企業貸款資料被認為能夠更好地描述實體經濟運行狀況。截至14日,這三大關鍵指標的7月資料已經全部發布。從資料來看,7月工業用電量同比增長8.1%,增幅較上月擴大2.41個百分點,為連續第二個月加速增長。同時,7月新增中長期企業貸款環比多增500億元,已連續2個月回升,新增企業部門中長期貸款佔比較6月提高12.2個百分點至34.7%,住戶部門中長期貸款佔比較6月提高5.6個百分點。在經歷了連續的負增長後,7月份國家鐵路貨物發送量由負轉正,比上年同期增長2.5%,環比增長2.8%。
三大關鍵指標集體好轉,讓市場確認經濟已經企穩回升。中金公司首席經濟學家彭文生表示,工業增加值是一個調查統計資料,涉及很多行業,有調查樣本的大小、價格消脹等因素帶來的誤差,我們可以看一些誤差小的資料。投資者關注的鐵路貨運量、發電量和經濟活動聯繫緊密,而且統計誤差小。從發電量看,7月同比增長8.1%,顯著高於6月的6%。當然,今(2013)年7月高溫天氣有多大影響不好估算,但起碼發電量和工業生產增長在方向上不矛盾。
關鍵字:
指標
大陸
經濟
低點
形勢
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
留言列表