王鼎鈞
2013年8月6日 19:15
");
$(".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();
});
}
//-------------------
});
-
國民黨5月29日舉行中常會,由黨主席馬英九(左)主持,會中邀請行政院政務委員兼經建會主委管中閔(右)就「刺激經濟,提升動能」提出專題報告。(圖/中央社)
記者王鼎鈞/台北報導
自由經濟示範區第一階段推動方案即將在本周四送行政院核定,經建會主委管中閔今(6)日表示,示範區像「藥引」,但不可能解決所有的問題;「經濟活動多了,就業機會就會多了」。
示範區初期選定智慧運籌、國際醫療、農業加值與產業合作等四大示範產業,管中閔表示,目標是每2至3個月開發一個產業納入,在「智慧運籌」方面,預期海空港貨量每年成長30%,民國104年貿易量突破新台幣1兆元,「國際醫療」突破150億以上,「農業加值」在106年破180億元,「產業合作」希望創投帶動民間投資60至100億元。
管中閔指出,示範區將以「五海一空」(基隆、蘇澳、台北、台中、高雄及桃園航空城)先行,屏東農業生技園區、安平港很快可納入,所以一上路可能就有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
留言列表