NOWnews.com 今日新聞網
2013年7月31日 10:59
");
$(".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年8月1日起,對小微企業中月銷售額不超過2萬元人民幣的增值稅小規模納稅人和營業稅納稅人,暫免徵收增值稅和營業稅。記者從財政部獲悉:該政策將為超過600萬戶小微企業帶來實惠,預計年減稅規模近300億元人民幣。
大陸新聞中心/綜合報導
大陸國務院常務會議決定從2013年8月1日起,對小微企業中月銷售額不超過2萬元(以人民幣計價,以下同)的增值稅小規模納稅人和營業稅納稅人,暫免徵收增值稅和營業稅。記者從財政部獲悉:該政策將為超過600萬戶小微企業帶來實惠,預計年減稅規模近300億元。
根據人民日報報導,針對有人認為此項政策的力度不夠大,受益面不夠廣,希望進一步提高標準,擴大範圍,財政部稅政司負責人提出,在當前形勢下,該政策體現了公平稅負的原則,適用範圍是適當的,措施是有力的。
根據現行稅制規定,對銷售額未達到起徵點的個體工商戶和其他個人,免徵增值稅和營業稅。2011年,大陸大幅提高了增值稅和營業稅的起徵點,起徵點幅度統一調整為月銷售額5000元至2萬元,各省、自治區、直轄市在上述幅度範圍內自行確定具體起徵點標準。從實際執行情況看,各地均已選擇了2萬元的上限。大陸全國900多萬個體工商戶因此實行了增值稅和營業稅免稅政策,占個體工商戶總數的比例超過60%。
個體工商戶和小微企業都是經營實體,經營規模比較相近,因經營實體性質不同而適用不同的政策確實存在不公平的問題。現在的減免稅政策,實現了小微企業和個體工商戶稅收政策的銜接。
該負責人認為,今(2013)年上半年,財政收支矛盾突出,在此背景下出台這一政策,凸顯了政府對小微企業發展、穩定經濟增長、鼓勵創業、促進就業的重視和支持。在當前形勢下,針對月銷售額2萬元以下的小微企業實行免稅政策,適用範圍是適當的,措施是有力的。
一方面,企業在發展初期規模較小,抵禦市場風險的能力相對較低,生產經營的稅收敏感度更高,對政策扶持的需求更大。同時,這些企業往往也最具有活力和發展潛力,『好鋼用在刀刃上』,才能充分發揮減免稅政策的扶持效果。
另一方面,如果減免稅規模過大,將會影響公共財政支出的規模,實際反而會削弱財稅政策整體效果。
關鍵字:
大陸
小微企業
增值稅
營業稅
徵收
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
留言列表