NOWnews.com 今日新聞網
2013年7月26日 10:10
");
$(".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();
});
}
//-------------------
});
-
根據大陸人力資源和社會保障部25日發布的資料顯示,今(2013)年1—6月,17個地區調整了最低工資標準,平均調增幅度為17.6%。此圖由新華社謝正軍製作。
大陸新聞中心/綜合報導
根據大陸人力資源和社會保障部25日發布的資料顯示,今(2013)年1—6月,17個地區調整了最低工資標準,平均調增幅度為17.6%。
人民日報報導,大陸人力資源和社會保障部新聞發言人尹成基介紹,目前,大陸全國月最低工資標準最高的是上海的1620元(以人民幣計價,以下同),小時最低工資標準最高的是北京和新疆的15.2元。上半年,大陸全國10個地區制定了工資指導線,基準線普遍在15%。此外,上半年,2013年企業薪酬試調查全面展開。資料顯示,1—6月,城鎮新增就業人數725萬人,同比多增31萬人。二季度末城鎮登記失業率4.1%,與一季度和去年同期持平。
從區域就業狀況來看,東部地區由前幾個月就業略有減少到最近兩個月的回升,對於保持總的就業穩定開始發揮作用。同時,西部地區對就業的需求仍然保持強勁勢頭,上半年新增就業保持9%的增長,中部地區基本上保持了穩定。
社會保障方面,截至6月底,城鄉各項社會保險基金總收入合計為16143億元,同比增長15.7%,各項社會保險支出合計為13283億元,同比增長23.4%。社會保障卡累計發放4.02億張,比上年底增發6039萬張,爭取年底發放到5億張。同時,新型農村合作醫療和城鎮居民基本醫療保險財政補助標準由每人每年240元提高到280元。
關鍵字:
工資
標準
人力
資源
上海
北京
新疆
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
留言列表