");
$(".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();
});
}
//-------------------
});
-
蔡炳坤建議中央在台中機場設國際醫療服務中心。(圖/記者黃志政攝)
記者黃志政/台中報導
台中市配合行政院經建會推動「自由經濟示範區」計畫已有具體做法,副市長蔡炳坤12日在市政會議中指出,日前他在行政院會中建議臺中機場成立國際醫療服務中心,結合醫療與觀光發展,行政院副院長毛治國表示會努力促成。
蔡炳坤表示,自由經濟示範區目前朝「零一二三四」概念推動,臺中市即將辦理的是自由經濟示範區推動第一階段,「零」是指「零限制」,也就是法規應鬆綁,需鬆綁投資法規;「一」就是「單一窗口」;「二」是指「分兩階段進行」,第一階段針對「六海一港」,也包括屏東農業生技園區在內的8個示範區進行佈署;「三」是指「自由化、國際化、前瞻性」等三個理念。「四」就是指四大產業。
蔡炳坤說,四大產業包括由交通部推動的「智慧運籌」產業、衛生福利部推動的「國際醫療」產業、農委會推動的「農業加值」產業、經濟部推動的「產業合作」事務,對口市政府的單位就是交通局、衛生局、農業局及經濟發展局。相關局處應深入瞭解相關業務,配合中央政策規劃進行。
蔡炳坤還說,自由經濟示範區計畫的「4」大產業只是第一階段,第一階段會有金融服務業加入。未來是「4加N」,持續會有產業加入計畫,此外,還有五個策略、六大效益等,臺中市則以臺中港為優先推動。
蔡副市長表示,行政院支持臺中機場成立國際醫療服務中心的計畫,並表示會努力促成。所以衛生局必須再與衛生福利部保持聯繫,整合臺中市幾個大醫院的醫療資源,在「自由經濟示範區」計畫第一階段,於臺中機場成立國際醫療的據點。
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
留言列表