NOWnews.com 今日新聞網
2013年8月13日 11:03
");
$(".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();
});
}
//-------------------
});
-
美國能源資訊管理局(EIA)稱,10月份,大陸將取代美國,成為全球最大石油淨進口國。
大陸新聞中心/綜合報導
據外媒報導,美國能源部下屬能源情報署(簡稱EIA)周五稱,大陸將在10月份取代美國成為全球最大的石油淨進口國,並將在2014年全年保持這一頭銜。
根據匯通網報導,作為目前全球最大的石油進口國,美國的石油需求持穩,且頁岩油的產量正在飆升,大幅降低了進口需求。而緊隨其後的大陸則顯示出強勁的增速,且對進口石油的需求日益增加。周四的資料表明,大陸7月份原油進口量達到紀錄高點,較上年同期高出20%。
EIA在周二發布的月度短期能源展望中稱,預計10月份美國本土原油產量將自1995年2月以來首次超過進口量。
根據EIA的預計,美國10月份石油需求將為1,861萬桶/日,較上年同期微降0.6%。與此同時,美國液態燃油供應量將達到1,238萬桶/日,同比提高7.5%。有鑒于此,10月的淨進口量預計將減少13.5%,至623萬桶/日。
大陸方面,EIA預計10月需求同比增長2%,有史以來第一次超過1,100萬桶/日。而燃油供應量僅僅增長80,000餘桶/日。這意味著淨進口量需要較上年同期增加140,000桶/日才能彌補供需缺口。據此計算,10月份大陸液態燃油淨進口量預計將達645萬桶/日,較美國同期水平高出3.5%,合接近215,000桶/日。
EIA估計,12月份中美兩國的淨進口量將不分上下,都為600萬桶/日左右。
至於2014年,EIA預計美國燃油淨進口量將減少12%,至557萬桶/日,創1986年以來最低水平。而到時大陸的淨進口量則有望提高6.1%,至657萬桶/日,較美國高出100萬桶/日,合18%。
關鍵字:
大陸
美國
石油
進口國
EIA
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
留言列表