﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" d1p1:xsi="http://www.gov.tw/schema/RSS20.xsd" xmlns:d1p1="schemaLocation"><channel><title>中文網活動年曆</title><link>https://tour-hualien.hl.gov.tw/News_MonthCalendar.aspx?n=108&amp;sms=12295</link><description /><language>zh-Hant-tw</language><copyright>花蓮觀光資訊網</copyright><pubDate>Tue, 19 May 2026 10:41:54 GMT</pubDate><item><title><![CDATA[2026 花蓮山海騎遇記 自行車尋寶之旅]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9675</link><description><![CDATA[<p><a href="https://hiking.biji.co/index.php?q=minisite&id=322&nav=3085" rel="noopener noreferrer" target="_blank" title="前往 App 尋寶活動頁面 (另開新視窗)">👉 前往 App 尋寶活動頁面</a></p><p><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap" rel="stylesheet"></p><style>
	:root {
		--poster-blue: #4796d1; --poster-yellow: #fdd835; --poster-orange: #f48221; --poster-green: #29abe2; --poster-grass: #6ab04c; --bg-body: #eaf4f9; --white: #ffffff; --text-dark: #2c3e50;
	}
	
	* {
		box-sizing: border-box; margin: 0; padding: 0;
	}
	
	body {
		font-family: 'Noto Sans TC', sans-serif; background-color: var(--bg-body); color: var(--text-dark); line-height: 1.7;
	}
	/* --- 頂部主視覺 --- */
	
	.hero-banner {
		width: 100%; max-width: 100%; height: auto; display: block;
	}
	
	header {
		background: linear-gradient(to bottom, #87ceeb 0%, var(--bg-body) 100%); padding: 40px 20px 60px; text-align: center; position: relative; overflow: hidden;
	}
	
	.header-content {
		position: relative; z-index: 2;
	}
	
	.header-logo {
		width: 100%; max-width: 655px; height: auto; margin: 0 auto 20px; display: block; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
	}
	
	h1 {
		font-size: clamp(2.5rem, 8vw, 4rem); color: var(--poster-blue); font-weight: 900; text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff; margin-bottom: 20px; animation: titleGlow 3s ease-in-out infinite alternate;
	}
	
	@keyframes titleGlow {
		from {
			filter: drop-shadow(0 0 2px #fff);
		}
		to {
			filter: drop-shadow(0 0 10px var(--poster-blue));
		}
	}
	
	.container {
		max-width: 1000px; margin: -30px auto 0; padding: 0 20px 60px; position: relative; z-index: 3;
	}
	
	.intro-section,
	.event-section,
	.routes-section {
		background: var(--white); border-radius: 30px; box-shadow: 0 8px 24px rgba(71, 150, 209, 0.12); margin-bottom: 40px;
	}
	
	.intro-section {
		padding: 40px; text-align: center;
	}
	
	.event-section {
		padding: 35px 40px; text-align: left;
	}
	
	.intro-tag {
		color: var(--poster-orange); font-weight: bold; margin-bottom: 15px; display: inline-block; font-size: 18px; background: #fff0e6; padding: 5px 15px; border-radius: 20px;
	}
	
	.mission-grid {
		display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px;
	}
	
	.mission-card {
		padding: 50px 30px 30px; position: relative; border-top: 8px solid var(--poster-orange); background: #fdfdfd; border-radius: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); transition: transform 0.3s;
	}
	
	.mission-card:hover {
		transform: translateY(-5px);
	}
	
	.mission-card.blue-green {
		border-top-color: var(--poster-green);
	}
	
	.mission-badge {
		width: 80px; height: 80px; border-radius: 50%; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: -40px; left: 20px; font-weight: bold; line-height: 1.2; font-size: 0.95rem; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
	
	.badge-1 {
		background-color: var(--poster-orange);
	}
	
	.badge-2 {
		background-color: var(--poster-green);
	}
	
	.mission-date {
		font-size: 1.5rem; font-weight: 900; color: var(--poster-blue); margin-bottom: 15px;
	}
	
	.steps {
		list-style: decimal; margin-left: 20px; color: #444; margin-bottom: 15px;
	}
	
	.reward-box {
		padding-top: 15px; border-top: 1px dashed #cedee9;
	}
	
	.reward-title {
		color: var(--poster-orange); font-weight: bold; display: block; margin-bottom: 5px;
	}
	
	.routes-section {
		padding: 40px;
	}
	
	.route-item {
		display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #edf2f7;
	}
	
	.route-item:last-child {
		border-bottom: none;
	}
	
	.route-icon {
		font-size: 2rem; margin-right: 20px; background: #f0f7ff; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 15px; flex-shrink: 0;
	}
	
	.route-content h4 {
		color: var(--poster-blue); font-size: 1.15rem;
	}
	
	.btn-main {
		display: inline-flex; align-items: center; justify-content: center; background: var(--poster-yellow); color: var(--text-dark); padding: 16px 45px; border-radius: 50px; text-decoration: none; font-weight: 900; margin-top: 25px; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(253, 216, 53, 0.4); transition: 0.3s;
	}
	
	.btn-main:hover {
		transform: translateY(-3px) scale(1.02); background: white;
	}
	
	.btn-disabled {
		background: #ccc; color: #666; cursor: not-allowed; box-shadow: none; pointer-events: none;
	}
	
	.notice-area {
		margin-top: 40px; padding: 0 20px; font-size: 0.9rem; color: #6a7a8a; text-align: center; line-height: 1.8;
	}
	
	footer {
		background: var(--white); padding: 50px 20px; text-align: center; font-size: 0.85rem; color: #718096; border-top: 1px solid #e2e8f0;
	}
	
	.footer-logos {
		margin-top: 15px; font-weight: bold; color: var(--poster-blue);
	}
	
	@media (max-width: 768px) {
		.mission-grid {
			grid-template-columns: 1fr;
		}
		.container {
			margin-top: -20px;
		}
		h1 {
			font-size: 2.2rem;
		}
		.route-item {
			flex-direction: column; text-align: center;
		}
		.route-icon {
			margin-right: 0; margin-bottom: 10px;
		}
		.event-section {
			padding: 30px 20px;
		}
	}

</style><header><div class="header-content"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12291/9675/401821dc-02ac-432d-a3bc-f157756cadfe.png" alt="花蓮觀光標誌" class="header-logo fr-fil fr-dib"><p class="header-en">2026 Hualien Ride Journal</p><h1>花蓮山海騎遇記</h1><p style="font-weight: bold; color: #4a5568;"><span style="font-size: 18px;">🎯 運動 x 觀光 x 文化 x 永續</span></p></div></header><div class="container"><section class="intro-section"><span class="intro-tag" style="background: none; padding: 0;">活動期間：2026/3/20 &ndash; 10/31</span><p><span style="font-size: 18px;">花蓮，坐擁壯闊中央山脈與湛藍太平洋，是單車旅行的天堂。<br>本次系列活動結合實體騎乘、虛擬尋寶與網紅領騎，帶您從不同角度看見最多樣化的花蓮。</span></p></section><section class="event-section" style="border-top: 12px solid var(--poster-orange);"><span class="intro-tag">系列活動一</span><h2 style="color: var(--poster-blue); font-size: 2.2rem; font-weight: 900; margin-bottom: 20px;">🚲 4/25 全台最香自行車日</h2><div style="background: #fff8e1; padding: 25px; border-radius: 15px; margin-bottom: 20px;"><p style="font-size: 18px; margin-bottom: 10px; color: #444;"><strong>⏰ 活動時間：</strong> 2026年4月25日 (六) 上午 10:00</p><p style="font-size: 18px; margin-bottom: 10px; color: #444;"><strong>📍 騎行路線：</strong> 太平洋公園(南濱)太陽廣場 &harr; 花蓮港景觀橋 (單程4公里)</p><p style="font-size: 18px; margin-bottom: 0; color: #444;"><strong>🚴&zwj;♀️ 熱血領騎：</strong> 知名單車網紅「單車小D」</p></div><ul style="list-style: none; padding-left: 0; margin-bottom: 25px; font-size: 18px; color: #444;"><li style="margin-bottom: 12px;">🐷 <strong>最強補給：</strong> 憑報名號碼牌至中途補給站，免費兌換現烤「脆皮豬」！</li><li style="margin-bottom: 12px;">🎁 <strong>報名好禮：</strong> 繳交500元保證金(完騎退回)，報到即送「限定單車帽」。</li><li style="margin-bottom: 12px;">🏆 <strong>完騎大禮包：</strong> 完騎送「證書」、「運動腰包」及「100元市集折扣券」。</li></ul><div style="text-align: center; background: #ffeeee; padding: 20px; border-radius: 15px;"><p style="color: #d32f2f; font-weight: bold; font-size: 18px; margin-bottom: 15px;">⚠️ 溫馨提醒：本活動一律採事先網路報名，恕不開放現場報名！</p><a class="btn-main" href="https://irunner.biji.co/2026HualienBicycle" rel="noopener noreferrer" style="margin-top: 0; padding: 12px 35px;" target="_blank" title="前往報名 4/25 自行車日 (另開新視窗)"><span style="font-size: 18px;">👉 報名 4/25 自行車日</span></a></div></section><section class="event-section" style="border-top: 12px solid var(--poster-green);"><span class="intro-tag" style="background: #e6f7ff; color: var(--poster-green);">系列活動二</span><h2 style="color: var(--poster-blue); font-size: 2.2rem; font-weight: 900; margin-bottom: 10px;">📱 App 智慧尋寶打卡任務</h2><p style="font-size: 18px; color: #444; margin-bottom: 20px;">結合「健行筆記 App」虛擬尋寶與語音導讀，完成指定路線打卡即可抽大獎！</p><div class="mission-grid"><article class="mission-card"><div class="mission-badge badge-1">第 1 波<br>任務</div><div class="mission-date">3.20 ~ 4.24</div><ul class="steps"><li><span style="font-size: 16px;">騎乘至指定路線地標。</span></li><li><span style="font-size: 16px;">開啟「健行筆記 App」。</span></li><li><span style="font-size: 16px;">進入專區點擊「打卡上傳」。</span></li></ul><div class="reward-box"><span class="reward-title" style="font-size: 16px;">🎁 任務獎勵：</span><p style="font-size: 16px; color: #444;">參與抽 iPhone 手機 2 支</p><p style="font-size: 16px; color: #444;">提醒：每日限打卡 1 個地點（同一地點不重複計次）。</p></div></article><article class="mission-card blue-green"><div class="mission-badge badge-2">第 2 波<br>任務</div><div class="mission-date">4.25 ~ 10.31</div><ul class="steps"><li><span style="font-size: 16px;">開啟 App 進入活動專區。</span></li><li><span style="font-size: 16px;">選定路線開始騎行.</span></li><li><span style="font-size: 16px;">沿途收集虛擬「小石花」。</span></li></ul><div class="reward-box"><span class="reward-title" style="font-size: 16px;">🎁 任務獎勵：</span><p style="font-size: 16px; color: #444;">獲紀念頭巾+100元消費券。</p><p style="font-size: 16px; color: #444; margin-top: 5px;"><strong>加碼獎：</strong>五條全完騎再抽 iPhone 與休閒椅。</p></div></article></div><div style="text-align: center; margin-top: 30px;"><a class="btn-main" href="https://hiking.biji.co/index.php?q=minisite&id=322&nav=3085" rel="noopener noreferrer" style="margin-top: 0; padding: 12px 35px; background: var(--poster-green); color: #fff; box-shadow: none;" target="_blank" title="前往 App 尋寶活動頁面 (另開新視窗)"><span style="font-size: 18px;">👉 前往 App 尋寶活動頁面</span></a></div></section><section class="routes-section" style="border-top: 3px dashed #bce0fd; padding-top: 30px;"><h2 style="text-align: center; margin-bottom: 35px; color: var(--poster-blue); font-size: 1.8rem;">🗺️ 五大精彩尋寶路線總覽</h2><div class="route-item"><div class="route-icon">🌊</div><div class="route-content"><h4>蔚藍兩潭曙光線 (花蓮市)</h4><p class="route-meta">4.4 KM ｜ 建議租車：腳踏實地自行車出租</p></div></div><div class="route-item"><div class="route-icon">🏞️</div><div class="route-content"><h4>鯉魚潭環潭線 (壽豐鄉)</h4><p class="route-meta">4.8 KM ｜ 建議租車：佑嘉單車出租</p></div></div><div class="route-item"><div class="route-icon">🌿</div><div class="route-content"><h4>光復濕地生態線 (光復鄉)</h4><p class="route-meta">5.6 KM ｜ 建議租車：光復火車站 Youbike</p></div></div><div class="route-item"><div class="route-icon">🌻</div><div class="route-content"><h4>瑞穗田園療癒線 (瑞穗鄉)</h4><p class="route-meta">7.8 KM ｜ 建議租車：小燕租車</p></div></div><div class="route-item"><div class="route-icon">🌾</div><div class="route-content"><h4>玉里稻浪鐵道線 (玉里鎮)</h4><p class="route-meta">6.5 KM ｜ 建議租車：TR9-玉里火車站</p></div></div></section><section class="event-section" style="border-top: 12px solid var(--poster-grass);"><span class="intro-tag" style="background: #eef7eb; color: var(--poster-grass);">系列活動三</span><h2 style="color: var(--poster-blue); font-size: 2.2rem; font-weight: 900; margin-bottom: 15px;">🌻 網紅帶路！單車小D 領騎光復</h2><p style="font-size: 18px; color: #444; margin-bottom: 20px;">透過知名單車網紅「單車小D」的號召力，帶領全台車友專程來到光復，騎進風景優美的馬太鞍濕地，為中區鄉鎮注入觀光活水，體驗原鄉部落的自然魅力！</p><div style="background: #f8f9fa; border-left: 5px solid var(--poster-grass); padding: 20px 25px; border-radius: 0 10px 10px 0;"><p style="font-size: 18px; margin-bottom: 10px; color: #444;"><strong>📍 騎行區域：</strong> 花蓮縣光復鄉（馬太鞍濕地周邊）</p><p style="font-size: 18px; margin-bottom: 10px; color: #444;"><strong>⏰ 報名日期：</strong> <span style="color: #4796d1; font-weight: bold;">即日起開放報名</span></p><p style="font-size: 18px; margin-bottom: 0; color: #444;"><strong>🔗 報名連結：</strong> <a href="https://irunner.biji.co/2026HualienBicycle2/signup" rel="noopener noreferrer" style="color: #4796d1; text-decoration: underline;" target="_blank" title="點我前往報名頁面">點我前往報名頁面</a></p></div><div style="text-align: center; margin-top: 25px;"><a class="btn-main" href="https://irunner.biji.co/2026HualienBicycle2/signup" rel="noopener noreferrer" style="margin-top: 0; padding: 12px 35px; background: var(--poster-grass); color: #fff; box-shadow: 0 5px 15px rgba(106, 176, 76, 0.4);" target="_blank" title="前往報名 網紅領騎光復 (另開新視窗)"><span style="font-size: 18px;">👉 報名網紅領騎光復</span></a></div></section><div class="notice-area"><strong>※ 注意事項：</strong> <span style="color: rgb(226, 80, 65); font-weight: bold;">主辦單位保有取消、終止、修改或暫停本活動相關內容之權利，如有未盡事宜，悉依主辦單位相關規定或解釋辦理，並得隨時補充公告之。</span></div></div><footer><p>指導單位：交通部觀光署 | 主辦單位：花蓮縣政府 | 承辦單位：H2U 永悅健康</p><div class="footer-logos">共同協辦：交通部觀光署花東縱谷國家風景區管理處、花蓮市公所、吉安鄉公所、壽豐鄉公所、光復鄉公所、瑞穗鄉公所、玉里鎮公所、台灣糖業股份有限公司花東區處</div><p style="margin-top: 25px; opacity: 0.8;">&copy; 2026 花蓮縣政府觀光處 | 花蓮山海騎遇記</p></footer>]]></description><pubDate>Thu, 05 Mar 2026 07:00:00 GMT</pubDate></item><item><title><![CDATA[2026花蓮觀光活動年曆]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9642</link><description><![CDATA[<p><span style="color: rgb(52, 52, 52); font-family: Impact, Charcoal, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">※以下活動時間及地點依主辦單位公告為主</span></p><p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c.jpg" data-id="20700" data-type="image" data-name="/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c.jpg" alt="/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c.jpg" style="width: 1273px;" class="fr-fic fr-dib"><br></p><div class="fr-img-space-wrap"><p class="fr-img-space-wrap2">&nbsp;</p></div><p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec.jpg" data-id="20663" data-type="image" data-name="/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec.jpg" alt="/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec.jpg" style="width: 1273px;" class="fr-fic fr-dii"></p><p><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="花蓮縣政府觀光處_2026觀光活動年曆.健走活動(中文版)_摺頁A3-0309_工作區域 1 複本" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/f4b429dc-5c08-4427-8e4c-b3dc016cf26c@80x60.jpg" border="0" alt="花蓮縣政府觀光處_2026觀光活動年曆.健走活動(中文版)_摺頁A3-0309_工作區域 1 複本" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="(定稿-1223樣稿7)花蓮縣政府觀光處_2026觀光活動年曆.健走活動_摺頁A3-5_工作區域 1 複本 2_0" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9642/16558c57-8d3c-446b-8001-4b886d95b3ec@80x60.jpg" border="0" alt="(定稿-1223樣稿7)花蓮縣政府觀光處_2026觀光活動年曆.健走活動_摺頁A3-5_工作區域 1 複本 2_0" /></a></li></ul>]]></description><pubDate>Tue, 23 Dec 2025 12:50:00 GMT</pubDate></item><item><title><![CDATA[9月活動好精彩]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=8998</link><description><![CDATA[<p><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體修正, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>快邀請家人朋友一起來花蓮，感受這個9月的活力與美好吧！</span> </p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="花蓮九月遊程設計稿件_定稿未外框" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8998/7c52323e-538e-4d91-8425-ab72744c354e.png"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8998/7c52323e-538e-4d91-8425-ab72744c354e@80x60.png" border="0" alt="花蓮九月遊程設計稿件_定稿未外框" /></a></li></ul>]]></description><pubDate>Mon, 09 Sep 2024 09:33:00 GMT</pubDate></item><item><title><![CDATA[2022花蓮紅面鴨FUN暑假]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=3179</link><description><![CDATA[<p><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7293.734707361998!2d121.50609282576745!3d23.9297507446479!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3468a3b46b47e5dd%3A0x2ee599e52a8cafd4!2z6a-J6a2a5r2t!5e0!3m2!1szh-TW!2stw!4v1636598807315!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe></p><p>2022&nbsp;花蓮紅面鴨&nbsp;FUN&nbsp;暑假 趣花蓮&nbsp;FUN鴨力</p><p>時間：111&nbsp;年&nbsp;7&nbsp;月&nbsp;16&nbsp;日至&nbsp;111&nbsp;年&nbsp;8&nbsp;月&nbsp;14&nbsp;日 每日9:30-21:30</p><p>地點：花蓮壽豐鯉魚潭</p><p>2022 花蓮紅面鴨 FUN 暑假10週年以『趣花蓮、FUN鴨力』為主題，帶來十大活動專屬亮點，不僅可以看秀、看表演，更有新鮮好玩的體驗遊戲與超美拍照互動裝置，這個熱情夏天就要大朋友、小朋友們一起來花蓮鯉魚潭釋放壓力、淨化心靈，幫自己好好的重新充電！走向花蓮鯉魚潭，美好心情樂不完～</p><p><br></p><p>10週年新亮點包括：</p><p><strong>音樂水舞秀</strong></p><p>每日10:00-17:00每半點、整點展演，每場次8分鐘。</p><p>當音樂響起，水舞隨著擺動，水面上可愛的紅面鴨及好朋友朱鸝與貓頭鷹在鯉魚潭面上歡喜迎接大家的到來。</p><p>&nbsp;</p><p><strong>親子歡樂秀</strong></p><p>周六、周日上午10:00演出一場次15分鐘。</p><p>你們的期待紅面鴨都知道！獨家準備大朋友、小朋友都喜歡看的親子歡樂秀，於觀眾區前將帶來高難度雙人特技表演、大型幸福泡泡秀與熱情洋溢小丑魔術秀等精彩的演出，準備好你的目光，最佳位置趕快來卡位！</p><p>&nbsp;</p><p><strong>水上劇場&nbsp;</strong></p><p>每周一至周五19:30&nbsp;、周六、周日19:30，20:30&nbsp;，每場次20分鐘。</p><p>花蓮鯉魚潭今年必看大秀，讓壓力隨著音樂、水舞、舞蹈一同釋FUN！融合花蓮六大原住民族群舞蹈的表演，搭配氣勢磅礴的水舞水幕秀，迎賓之舞熱情迎接到訪的遊客們，打造不同凡響的視覺及聽覺體驗。</p><p>假日演出舞碼:&nbsp;《開幕周:六族禮讚》《第二至第四周:遠古傳說 》《閉幕周:歡送》</p><p>周一至周五演出舞碼:&nbsp;《第一周及第四周:初心》《第二周:戀戀豐年-回歸》《第三周:藝起發光 》</p><p>&nbsp;</p><p><strong>水舞光影秀&nbsp;&nbsp;</strong></p><p>周一至周五：19:00、20:00、20:30&nbsp;周六日：19:00、20:00、21:00&nbsp;每天3場次。</p><p>浪漫的夜幕星空下，讓月光圓舞曲淨化心靈吧！閃耀的燈光搭配激昂磅礡的樂曲，水舞、水幕、燈光隨著音樂一同搖擺，絢麗的巨型水幕動畫、科技與大自然結合的震撼演出，快來鯉魚潭享受盛夏最撫慰心靈的演出！</p><p>&nbsp;</p><p><strong>星空煙火秀&nbsp;</strong></p><p>每周三、五、六、日及七夕當晚限定21:00於水舞光影秀後展演&nbsp;</p><p>這是朱鸝偷偷和我說的秘密，你不要告訴別人哦！聽說明月高掛下的紅面鴨能施展一種特別的魔法，能為他周圍的人施展『幸福魔咒』，這個魔咒透過煙花綻放在夜空中，盛大又華麗，散播滿滿的好運與幸福給現場所有的人哦～趕快來迎接紅面鴨的祝福吧！</p><p>&nbsp;</p><p><strong>夜間互動光環境</strong></p><p>10週年限定，專屬VIP的你們！紅面鴨準備了華麗步道，準備迎接明星般的每位旅客！除了有巨星等級的LED投影燈照射，盛大接待前來鯉魚潭的大小朋友們，今年更讓整個鯉魚潭都亮起來了，水面上點綴一顆顆如月光倒影的波光球，搭配環潭步道上的光環境，水陸連動無比繽紛！</p><p>&nbsp;</p><p><strong>水藝術噴泉</strong></p><p>鋼琴互動水舞</p><p>我的秀由我作主！藉由踩跳地面鋼琴音階，讓音律起伏帶動水舞的波動，創造『與水共舞』專屬個人的水舞秀吧～&nbsp;</p><p>&nbsp;</p><p>自行車噴泉</p><p>最舒壓的自行車噴泉，運動咖看過來，秀出你的POWER，藉由踩踏的力道，控制湖面噴泉的高度，搭配夏日微風在湖岸邊踩著唯美的自行車裝置，是網美、網帥們不能錯的拍照景點！</p><p>&nbsp;</p><p><strong>超美拍照裝置藝術</strong> 愛拍照的好朋友們不能錯過！</p><p>天使之翼 展翅翱翔-超美打卡翅膀不管白天拍、晚上拍都漂亮，趕快來拍出專屬於你的天使照！</p><p>(另有搭北花線國道客運送花蓮好Q購物點數活動，詳情請洽好Q官網)</p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="海報W51.8 H75.8(無邊框)" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/2e9c1a89-02bc-4f3c-909d-d64e1ca84e21.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/2e9c1a89-02bc-4f3c-909d-d64e1ca84e21@80x60.jpg" border="0" alt="海報W51.8 H75.8(無邊框)" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="993A1019" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/612fbf5e-0243-46fc-8b5b-c138eadec4ad.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/612fbf5e-0243-46fc-8b5b-c138eadec4ad@80x60.jpg" border="0" alt="993A1019" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="993A0706" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/46caea78-82ad-414f-aa7a-fbf3f2bad6d1.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/46caea78-82ad-414f-aa7a-fbf3f2bad6d1@80x60.jpg" border="0" alt="993A0706" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="993A0853" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/7f6ab78d-92f4-4ce5-9fc6-f79e99df1909.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3179/7f6ab78d-92f4-4ce5-9fc6-f79e99df1909@80x60.jpg" border="0" alt="993A0853" /></a></li></ul><ul><li><a target="_blank" href="https://happy-duck.hl.gov.tw/" rel="noopener noreferrer"><img src='images/Icons/link.gif' alt='' border='0' /></a></li></ul>]]></description><pubDate>Thu, 11 Nov 2021 02:45:00 GMT</pubDate></item><item><title><![CDATA[2022花蓮太平洋燈會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=3135</link><description><![CDATA[<p><iframe title="地圖" src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d58353.092458154315!2d121.52179250951532!3d23.922636172248463!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e0!4m5!1s0x3468a3b46b47e5dd%3A0x2ee599e52a8cafd4!2z6Iqx6JOu57ij5aO96LGQ6YSJ6a-J6a2a5r2t!3m2!1d23.9278268!2d121.5098787!4m5!1s0x34689feda1fbb77f%3A0xbe8f19cd9bc09976!2zOTcw6Iqx6JOu57ij6Iqx6JOu5biC5rW35r-x6KGX5aSq5bmz5rSL5YWs5ZyS77yI5Y2X5r-x5q6177yJ!3m2!1d23.9663889!2d121.60916669999999!5e0!3m2!1szh-TW!2stw!4v1636095948593!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe></p><p><br></p><p>一、太平洋燈區(花蓮太平洋公園南濱段)</p><p><span style='color: rgb(0, 0, 0); font-family: "New Microsoft JhengHei", "Microsoft JhengHei", sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>虎年主燈及「大處落墨」、「日月經天」、「魚躍于淵」、「流連忘返」、「奇珍瑰寶」、「光雲霽月」、「枕流漱石」、「披星戴月」8個生肖燈區搭配石材紋理，延伸出8種花蓮特有的「石在」之美，以石紋琢磨在地堅定文化，用植物及圓滿光球錯落出完美的自然意象，演繹人文與自然間的和諧共榮。</span></p><p><span style='color: rgb(0, 0, 0); font-family: "New Microsoft JhengHei", "Microsoft JhengHei", sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'><span style='color: rgb(0, 0, 0); font-family: "New Microsoft JhengHei", "Microsoft JhengHei", sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>燈會活動1月26日開幕當天，將發放888份的福虎排隊好禮，並施放璀璨煙火秀；春節國定假日（除夕休息一日）及每周六晚間還有YoYo哥哥姐姐見面會，周休例假日更有民俗技藝表演；2月15日元宵節當天更安排元宵猜燈謎，答對者可抽大獎。</span>&nbsp;</span></p><p><br></p><p>活動時間:2022/1/26-2/24 18時至22時</p><p>開幕晚會:2022/1/26 19時 &nbsp;(20時10分限定星空秀)</p><p>元宵晚會:2022/2/15</p><p>二、鯉魚潭展區(花蓮縣壽豐鄉鯉魚潭展區)</p><p>2022/1/26-2/24 9時30分至17時30分</p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="幸虎花蓮主視覺海報完搞_735x520mm" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3135/928c0140-385d-4d30-bd59-5de94f8a7f57.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3135/928c0140-385d-4d30-bd59-5de94f8a7f57@80x60.jpg" border="0" alt="幸虎花蓮主視覺海報完搞_735x520mm" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="P2283102.JPG" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3135/c3c552e1-4889-4cdd-9424-f64146be2ab9.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3135/c3c552e1-4889-4cdd-9424-f64146be2ab9@80x60.jpg" border="0" alt="P2283102.JPG" /></a></li></ul>]]></description><pubDate>Fri, 05 Nov 2021 07:16:00 GMT</pubDate></item><item><title><![CDATA[2022健走活動-第二場]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=3085</link><description><![CDATA[<p><strong style='font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; margin: 0px; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; vertical-align: baseline; color: rgb(52, 52, 52); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>愛戀花蓮，三月瑞穗柚花健走，邀請您一同參加！</strong><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>本次健走辦理於3月19日，假本縣瑞穗鄉鶴岡國小操場起走；現場報名參加就送束口袋、攤商消費券、抽獎券等紀念品，限量500份，當日即抽出55吋電視、文旦禮盒、紅茶禮盒、超商禮券、文旦沾醬及優質米等多項好禮共達300份。</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>瑞穗鄉坐擁花東縱谷壯闊景觀與豐富人文資源，鶴岡文旦更是全台遠近馳名。文旦柚於3月上旬開花，花期約20天，讓所有參加者漫步在億萬朵的柚花海中，迎面撲鼻的迷人柚花香，感受與享受瑞穗的天然美景及在地特色農產的補給，提升健康的同時又創造美好回憶。</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>活動時程：</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><strong style='font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; margin: 0px; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; vertical-align: baseline; color: rgb(52, 52, 52); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>06:30 - 08:00 參加民眾 現場報名作業</strong><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>07:30 - 07:45 主持人開場及貴賓致詞</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>07:45 - 07:55 帶動暖身操</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>07:55 - 08:00 參加民眾至起點集結</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>08:00 鳴槍起走</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>08:00 - 09:30 2022柚花健走活動時間</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>09:30 - 11:00 現場活動(抽獎及園遊會)時間</span><br style="font-family: Arial, 微軟正黑體, &quot;Helvetica Neue&quot;, Helvetica, sans-serif, 新細明體; color: rgb(52, 52, 52); font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style='color: rgb(52, 52, 52); font-family: Arial, 微軟正黑體, "Helvetica Neue", Helvetica, sans-serif, 新細明體; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;'>11:00 活動圓滿結束</span></p><p>舉辦時間:3月</p><p>舉辦地點:瑞穗鄉</p><p>主責單位(連絡人及電話):</p><p>農業處農產運銷科</p><p>黃邦綸技士822-7171#507.508</p><p>辦理處室<strong>:</strong>農業處、社會處、文化局</p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="3月健走" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/b424b74f-3de1-4c78-a9a8-7e34b10c589b.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/b424b74f-3de1-4c78-a9a8-7e34b10c589b@80x60.jpg" border="0" alt="3月健走" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="花蓮縣政府觀光處_2022花蓮觀光活動年曆.健走活動_A4DM-2_2" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/5861c717-6440-4629-b33d-47c1e2dcca1b.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/5861c717-6440-4629-b33d-47c1e2dcca1b@80x60.jpg" border="0" alt="花蓮縣政府觀光處_2022花蓮觀光活動年曆.健走活動_A4DM-2_2" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="換圖P29-01_白鮑溪自行車生態步道" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/86bb09b3-8af7-4cc8-97df-c2a77e1965ab.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3085/86bb09b3-8af7-4cc8-97df-c2a77e1965ab@80x60.jpg" border="0" alt="換圖P29-01_白鮑溪自行車生態步道" /></a></li></ul>]]></description><pubDate>Tue, 02 Nov 2021 07:27:00 GMT</pubDate></item><item><title><![CDATA[ 《2025 原聲崛起》花蓮縣原住民族音樂人才培訓暨創作大賽]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9364</link><description><![CDATA[<p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://www.hualienmusic.com/" rel="noopener noreferrer" target="_blank" title="活動官網"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f.jpg" data-id="19615" data-type="image" data-name="/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f.jpg" alt="/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f.jpg" style="width: 900px;" class="fr-fic fr-dib"></a><strong><span style="font-family: Arial, Helvetica, sans-serif; font-size: 30px;">&nbsp;</span></strong></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><strong><span style="font-family: Arial, Helvetica, sans-serif; font-size: 36px;">《2025 原聲崛起》花蓮縣原住民族音樂人才培訓暨創作大賽</span></strong></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal; font-family: Arial, Helvetica, sans-serif;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; letter-spacing: normal;">致力於激發花蓮原住民族青年對音樂創作的熱情與自信，從技術到創意，從傳統文化到現代音樂，活動透過實戰舞台競賽與專業師資培訓兩大核心面向，打造出全面的音樂養成計畫。</span></span></span><span style="font-family: Arial,Helvetica,sans-serif;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; letter-spacing: normal;">來自部落深處的「原聲」─ 那是記憶、傳承與情感的共鳴，乘載著文化的深邃與無限的未來。我們期望為原住民音樂新血搭建一個平台，透過聲音碰撞彼此的世界，也看見彼此的靈魂，看見自己，看見血脈。</span></span></span></span><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal; font-family: Arial, Helvetica, sans-serif;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; letter-spacing: normal;">「崛起」則代表著這股翻轉的力量，象徵著原住民族年輕世代以音樂為聲，展望世界，在不設限的自由創作中，勇敢唱出屬於自己的旋律 ─ 那是來自山林、土地與血脈深處的聲音，也是原住民族的獨特靈魂與文化力量。</span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(5, 5, 5); font-family: barlow-extralight, barlow, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">🔎</span><span style="font-size: 24px;">&nbsp;活動詳情及報名請至官網👉&nbsp;</span><a href="https://www.hualienmusic.com/" rel="noopener noreferrer" target="_blank" title="活動官網"><span style="font-size: 24px;">點我前往官網</span></a></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 24px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 24px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: avenir-lt-w01_35-light1475496, sans-serif;"><br>活動內容</span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: avenir-lt-w01_35-light1475496, sans-serif;">本次活動重點內容兩大項目，即<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;">創作表演大賽</span>與<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;">音樂人才培訓</span>。</span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: avenir-lt-w01_35-light1475496, sans-serif;">1. 創作表演大賽</span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: avenir-lt-w01_35-light1475496, sans-serif;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(5, 5, 5);"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; letter-spacing: normal;">本次活動報名至08/10止，並於08/16進行現場海選，透過專業評審從海選報名者中挑選20組，入選08/24的創作大賽複賽。複賽活動當天頒發獎項10組（1至5名獎/評審獎3組/創作獎2組），10組複賽得獎者皆晉級10/04舉行的決賽。決賽最終頒發冠軍、亞軍、季軍獎項。</span></span></span></span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 1.88em avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">比賽總獎金38萬：</span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">複賽獎金1至5名-20,000元，</span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">另頒發(3名評審獎/2名創作獎)5名-10,000元</span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">決賽獎金冠軍-120,000元、亞軍-70,000元、季軍40,000元</span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">2.音樂人才培訓課程</span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">報名徵選作業至08/10止，並由專業師資評選，最終於08/16公告錄取名單。課程自9月開始為期兩個月，課程安排以「詞曲創作」、「歌唱演藝」為兩大核心主軸，讓學員深入了解一首創作歌曲誕生後，在流行音樂市場中會經歷的所有環節。課程內容包含從詞曲創作、音樂製作、音樂後製等技能，到末端的上架發行、版權、宣傳等知識，以及演藝能力的提升，包含經紀、歌唱、表演等課程規劃。為提供學員更多進錄音室配唱錄製的經驗，並體驗大型專業錄音室的音場環境及器材設備，課程最後一週將安將排北部的「強力錄音室」實戰錄音與參訪活動。期望透過專業且豐富的課程安排，帶給學員們音樂能力的全面提升，並打造出下一波原聲創作新秀。</span><br><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(5, 5, 5);"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: barlow-extralight, barlow, sans-serif;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">參加培訓課程修業成績優秀者，將有機會參與「<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;">2025 Fali Fali&nbsp;</span>音樂節」演出</span></span></span></span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; text-align: justify;"><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 24px / 45px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 24px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;"><br>報名資格</span></span></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 18px / 33.75px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;">創作大賽</span></span></p><ul style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; list-style: disc; pointer-events: auto; font: 18px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-inline: 0.5em 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">年滿</span>18<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">歲</span>，<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">擁有原住民身份皆可報名，可採個人或團體形式報名，至</span>08/10<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">截止。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">主辦單位收到報名表單回覆，確認資料無誤後，將發送一封報名成功信件，通知報名者符合資格參加</span>08/16<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">之海選活動。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">海選將挑選</span>20<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">組參賽者進入複賽，複賽選出</span>10<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">組得獎者晉級決賽，決賽最終將頒發前三名獎項。</span></span></p></li></ul><p><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 400 24px / 45px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">培訓課程</span></span></p><ul style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; list-style: disc; pointer-events: auto; font: 18px avenir-lt-w01_35-light1475496, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-inline: 0.5em 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">年滿18歲，擁有原住民身份、對流行音樂創作、音樂製作、歌唱、表演等<br>有興趣者皆可報名公開徵選，以個人為單位報名。報名時間至</span>08/10<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">截止。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">可根據專長選擇「詞曲創作班」、「歌唱演藝班」其中一班報名，亦可同時報名兩班。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">主辦單位收到報名表單回覆，審核完報名資料後，即發送信件通知報名者<br>資料已完備符合報名資格，或通知報名者需要補件。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">符合報名資格的報名者，名單將於</span>08/11~08/15<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">由專業師資評選，挑選出兩班各15位錄取學員，<br>最終在</span>08/16<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">於活動官方網站、粉絲專頁公告錄取及備取名單。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">錄取者需於正式開課前繳納保證金，未能完成繳納將喪失錄取資格，由備取名單遞補。</span></span></p></li></ul><p><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">課程摘要</span></span></p><ul style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; list-style: disc; pointer-events: auto; font: 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-inline: 0.5em 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">分班授課：課程分「詞曲創作」/「歌唱演藝」兩班。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">授課人數：一班錄取</span>15<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">名正式學員。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">可單獨報名一班，或報名兩班。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">課程日期與時數：</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">詞曲創作班</span>2025.09.06～2025.10.19<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">，共五週，</span>10<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">天</span>60<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">小時</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">歌唱演藝班</span>2025.10.25～2025.11.09<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">，共三週，</span>6<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">天</span>40<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">小時</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">總授課時數共</span>8<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">週，</span>100<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">小時</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">專業師資：總共</span>14<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">位專業師資授課</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">繳保證金：開課前每位學員須繳課程保證金</span>3,000<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">元，缺席一堂課扣除</span>1,000<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">元，<br>於結訓日當天退還學員剩餘保證金。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">結業證書：每班學員總缺席次數小於三次，於結訓日獲頒結業證書。</span></span></p></li><li style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-style: inherit; font-weight: inherit; letter-spacing: normal; line-height: inherit; margin-inline: 1.3em 0px;"><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-size: 18px;"><span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">鼓勵參與：參加培訓課程修業成績優秀者，將有機會參與</span>「<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: bold;">2025 Fali Fali&nbsp;</span>音樂節」<span style="background: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; font-weight: normal;">演出。</span></span></p></li></ul><p><br></p><p style="background: transparent; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline; pointer-events: auto; font: 700 18px barlow-extralight, barlow, sans-serif; color: rgb(5, 5, 5); letter-spacing: normal; margin-block: 0px; margin: 0px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(5, 5, 5); font-family: barlow-extralight, barlow, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">🔎</span><span style="font-size: 24px;">&nbsp;活動詳情及報名請至官網👉&nbsp;</span><a href="https://www.hualienmusic.com/" rel="noopener noreferrer" target="_blank" title="活動官網"><span style="font-size: 24px;">點我前往官網</span></a></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="活動海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9364/251fdbc2-9a23-4a4e-9e78-9a4bbf16426f@80x60.jpg" border="0" alt="活動海報" /></a></li></ul>]]></description><pubDate>Mon, 14 Jul 2025 05:54:00 GMT</pubDate></item><item><title><![CDATA[2025年秀林kndsan海洋生活音樂節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9361</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f.jpg" data-id="19608" data-type="image" data-name="/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f.jpg" alt="/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f.jpg" style="width: 687px;" class="fr-fic fr-dib fr-fil"></p><p><span style="font-size: 18px;">2025年秀林kndsan海洋生活音樂節</span></p><p><span style="font-size: 18px;">時間：114年8月8日（星期五）至8月10日（星期日），每日下午3時至9時。</span></p><p><span style="font-size: 18px;">地點：七星潭海岸風景特定區賞星廣場。</span></p><p><span style="font-size: 18px;">活動內容：山海音樂市集、音樂晚會、傳統拍刺紋身體</span></p><p><span style="font-size: 18px;">驗、族服拍貼機體驗、太魯閣族童玩製作體驗、裝置藝</span></p><p><span style="font-size: 18px;">術及摸彩活動等。</span></p><p><span style="font-size: 18px;">活動網址：https://www.facebook.com/profile.php?id=100093566970444。</span></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025年秀林kndsan海洋生活音樂節海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9361/ea04089c-ae8b-45cf-9b96-eb1dff280b7f@80x60.jpg" border="0" alt="2025年秀林kndsan海洋生活音樂節海報" /></a></li></ul>]]></description><pubDate>Thu, 10 Jul 2025 09:39:00 GMT</pubDate></item><item><title><![CDATA[2025國泰雲門隨行吧─雲門舞集戶外公演]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9360</link><description><![CDATA[<p><br></p><p><strong><span style="font-size: 48px;">2025國泰雲門隨行吧─雲門舞集戶外公演</span></strong></p><p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0.jpg" data-id="19607" data-type="image" data-name="/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0.jpg" alt="/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0.jpg" style="width: 871px;" class="fr-fic fr-dib fr-fil"></p><p><br></p><p><span style="font-size: 18px;">時間：114年7月27日<span style="color: rgb(65, 65, 65); font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">(日)晚上19:30</span>&nbsp;</span></p><p><span style="font-size: 18px;">地點：花蓮美崙田徑場</span></p><p><span style="font-size: 18px;">免費入場觀賞，相關資訊請洽文化局，03-8227121分機133</span></p><p><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025雲門舞集戶外公演_活動海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9360/a6b5d331-1529-4dc0-b2cd-0834eb0df1b0@80x60.jpg" border="0" alt="2025雲門舞集戶外公演_活動海報" /></a></li></ul>]]></description><pubDate>Thu, 10 Jul 2025 00:49:00 GMT</pubDate></item><item><title><![CDATA[2025「豐濱Romadiw音樂市集」活動]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9356</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70.jpg" data-id="19599" data-type="image" data-name="/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70.jpg" alt="/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70.jpg" style="width: 416px;" class="fr-fic fr-dib fr-fil"></p><p><br></p><p>2025「豐濱Romadiw音樂市集」活動</p><p><br></p><p><br></p><p>活動日期：7月11日（五）至7月12日（六）每日15:00&ndash;19:00</p><p>活動地點：大石鼻山步道（台11線 38.5K）旁廣場</p><p>花蓮縣豐濱鄉公所將於7月11日(五)至12日(六)，連續兩天下午3時至晚間7時，</p><p>在磯崎村大石鼻山步道旁廣場（台11線38.5公里處）舉辦「豐濱Romadiw音樂市集」；</p><p>&nbsp;活動場地緊鄰東海岸知名景點大石鼻山步道，全長750公尺的慢走體驗適合全齡遊客，欣賞太平洋壯麗景色；</p><p>另外在活動期間，至指定地點拍照打卡，即可兌換美食券，增加旅遊互動趣味，數量有限，把握機會。</p><p>「豐濱Romadiw音樂市集」活動結合「飛魚意象木雕競賽」展區，活動範圍包括磯崎海水域場、大石鼻山步道；</p><p>7月11至12日陸續由五年級二重唱、Lowking姚宇謙、阿飛、吳利昂、黑炫風、比亞蘇樂團、Double L、張政宇、張詠琪、AZ李孝祖及阿努.卡力亭.沙力朋安接力演唱。</p><p>除了聽得過癮、玩得開心，更是「吃好、買好、逛好」！</p><p>現場有包括手工編織、皮雕文創小品、天然蜂蜜飲品、酥炸香脆點心、烘焙輕食、現烤肉串及道地滷味等美食，提供參與豐濱Romadiw音樂活動的朋友盡情選購及品嚐。</p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025「豐濱Romadiw音樂市集」海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9356/689c66ea-28b9-4510-aa5d-b4e5a1bb1d70@80x60.jpg" border="0" alt="2025「豐濱Romadiw音樂市集」海報" /></a></li></ul>]]></description><pubDate>Tue, 08 Jul 2025 00:52:00 GMT</pubDate></item><item><title><![CDATA[【𝟮𝟬𝟮𝟱 身體藝術節 𝗢𝗻_𝗕𝗼𝗱𝘆 𝗔𝗿𝘁𝘀 𝗙𝗲𝘀𝘁𝗶𝘃𝗮𝗹】]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9352</link><description><![CDATA[<section style='box-sizing: border-box; display: block; margin-bottom: 80px; color: rgb(34, 34, 34); font-family: "Noto Sans TC"; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><p>𝟮𝟬𝟮𝟱 身體藝術節 &nbsp;𝗢𝗻_𝗕𝗼𝗱𝘆 𝗔𝗿𝘁𝘀 𝗙𝗲𝘀𝘁𝗶𝘃𝗮𝗹</p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><em style="box-sizing: border-box;"><span style="box-sizing: border-box; font-weight: 400;">讓身體長成一座山，記起它原來的形狀&nbsp;</span></em></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><em style="box-sizing: border-box;"><span style="box-sizing: border-box; font-weight: 400;">𝗔 𝘀𝘂𝗺𝗺𝗲𝗿 𝘁𝗼 𝗴𝗲𝘁 𝗱𝗶𝗿𝘁𝘆, 𝗮𝗻𝗱 𝗿𝗲𝗺𝗲𝗺𝗯𝗲𝗿</span></em></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">༄</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">一場屬於夏日、身體與地景的節慶</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">一個身心靈與土地共振的野放派對</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'>&nbsp;</p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">花創首屆「身體藝術節 𝗢𝗻_𝗕𝗼𝗱𝘆 𝗔𝗿𝘁𝘀 𝗙𝗲𝘀𝘁𝗶𝘃𝗮𝗹 」以「𝗠𝘆 𝗕𝗼𝗱𝘆 𝗜𝘀 𝗮 𝗠𝗼𝘂𝗻𝘁𝗮𝗶𝗻」為主題，邀請你回到柔軟的土地、回到風的節奏、回到我們曾經擁有的野性。</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">本次主視覺設計由 Project On Museum（POM）操刀設計</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">以一個如史萊姆般流動變形的角色為起點，與山形意象融合，凝鍊出「以身體為山」的想像。它呼應花蓮壯闊的地景，也象徵身體作為感知、流動與創造的容器。</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><span style="box-sizing: border-box; font-weight: 400;">在奔跑、翻滾、延展的過程中，這個角色持續變形、自由生成，鬆動我們對人體輪廓的既定想像。這是一場對身體藝術更開放的提問與探索，為首屆藝術節拓展更多可能。</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;"><br><img src="blob:https://tour-hualien-mgr.hl.gov.tw/b51557db-1b3b-4962-8b3e-f5dae5331e58" alt="" width="2560" height="1810" srcset="https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-scaled.jpg 2560w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-300x212.jpg 300w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-1024x724.jpg 1024w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-768x543.jpg 768w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-1536x1086.jpg 1536w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-2048x1448.jpg 2048w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-1612x1140.jpg 1612w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-1116x789.jpg 1116w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-806x570.jpg 806w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-558x395.jpg 558w, https://hualien1913.nat.gov.tw/media/2025/06/主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-655x463.jpg 655w" sizes="(max-width: 2560px) 100vw, 2560px" style="box-sizing: border-box; border: 0px; max-width: 100%; height: auto;" class="fr-fic fr-dii"></span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>&nbsp;</p><h3 style='box-sizing: border-box; font-family: "Noto Sans TC"; font-weight: 400; line-height: 1.1; color: rgb(34, 34, 34); margin-top: 19px; margin-bottom: 9.5px; font-size: 26px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">༄ 𝑲𝒆𝒚 𝑽𝒊𝒔𝒖𝒂𝒍 𝑫𝒆𝒔𝒊𝒈𝒏 ┊</span> <span style="box-sizing: border-box; font-weight: 400;">Project On Museum</span></h3><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">POM(Project On Museum)是來自台灣的平面設計團隊，由設計師彭冠傑(Jay)創立，專注於品牌及視覺識別設計，並致力追求專案實務性與實驗性之平衡。POM服務的客戶橫跨各類企業、品牌以及政府機關，近年重要獲獎包含iF設計獎、東京字體指導俱樂部獎、金點設計獎等。</span></p><h3 style='box-sizing: border-box; font-family: "Noto Sans TC"; font-weight: 400; line-height: 1.1; color: rgb(34, 34, 34); margin-top: 19px; margin-bottom: 9.5px; font-size: 26px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><strong style="box-sizing: border-box; font-weight: 700;">山形帳劇場啟售</strong></h3><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>&nbsp;</p><div style='box-sizing: border-box; color: rgb(34, 34, 34); font-family: "Noto Sans TC"; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><h4 dir="auto" style='box-sizing: border-box; font-family: "Noto Sans TC"; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 9.5px; margin-bottom: 9.5px; font-size: 19px;'><strong style="box-sizing: border-box; font-weight: 700;">༄ FOCASA馬戲團 ｜《潘朵拉的盒子》</strong></h4><div dir="auto" style="box-sizing: border-box;"><img src="blob:https://tour-hualien-mgr.hl.gov.tw/f8390778-80a6-4a29-ba4b-c7bb3b2eadbd" alt="" width="1080" height="1350" srcset="https://hualien1913.nat.gov.tw/media/2025/06/05.png 1080w, https://hualien1913.nat.gov.tw/media/2025/06/05-240x300.png 240w, https://hualien1913.nat.gov.tw/media/2025/06/05-819x1024.png 819w, https://hualien1913.nat.gov.tw/media/2025/06/05-768x960.png 768w, https://hualien1913.nat.gov.tw/media/2025/06/05-806x1008.png 806w, https://hualien1913.nat.gov.tw/media/2025/06/05-558x698.png 558w, https://hualien1913.nat.gov.tw/media/2025/06/05-655x819.png 655w" sizes="(max-width: 1080px) 100vw, 1080px" style="box-sizing: border-box; border: 0px; max-width: 100%; height: auto;" class="fr-fic fr-dii"></div><div dir="auto" style="box-sizing: border-box;"><br></div><div dir="auto" style="box-sizing: border-box;">演出場次｜假日 7/19(六)、7/20(日)、7/26(六)、7/27(日) 15:00、19:30<br style="box-sizing: border-box;">平日 7/22(二)、7/23(三)、7/24(四)、7/25(五) 19:00<br style="box-sizing: border-box;">活動介紹｜親子馬戲首選，大環、小丑、雜耍與高蹺，讓想像力一路延展到身體的每個角落，一場場馬戲冒險，笑聲與驚呼聲不斷上演<br style="box-sizing: border-box;">購票連結｜https://reurl.cc/NY3QD9<br style="box-sizing: border-box;"><br style="box-sizing: border-box;"><br style="box-sizing: border-box;"><br style="box-sizing: border-box;"></div><h4 dir="auto" style='box-sizing: border-box; font-family: "Noto Sans TC"; font-weight: 400; line-height: 1.1; color: inherit; margin-top: 9.5px; margin-bottom: 9.5px; font-size: 19px;'><br style="box-sizing: border-box;"><strong style="box-sizing: border-box; font-weight: 700;">༄ 宋佳政｜《鈴聽奇幻書店》</strong></h4></div><div style='box-sizing: border-box; color: rgb(34, 34, 34); font-family: "Noto Sans TC"; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><div dir="auto" style="box-sizing: border-box;"><div dir="auto" style="box-sizing: border-box;"><img src="blob:https://tour-hualien-mgr.hl.gov.tw/c66c6d31-7751-4740-8619-8864f4fe8ca2" alt="" width="1080" height="1350" srcset="https://hualien1913.nat.gov.tw/media/2025/06/04.png 1080w, https://hualien1913.nat.gov.tw/media/2025/06/04-240x300.png 240w, https://hualien1913.nat.gov.tw/media/2025/06/04-819x1024.png 819w, https://hualien1913.nat.gov.tw/media/2025/06/04-768x960.png 768w, https://hualien1913.nat.gov.tw/media/2025/06/04-806x1008.png 806w, https://hualien1913.nat.gov.tw/media/2025/06/04-558x698.png 558w, https://hualien1913.nat.gov.tw/media/2025/06/04-655x819.png 655w" sizes="(max-width: 1080px) 100vw, 1080px" style="box-sizing: border-box; border: 0px; max-width: 100%; height: auto;" class="fr-fic fr-dii"></div><div dir="auto" style="box-sizing: border-box;"><br></div><div dir="auto" style="box-sizing: border-box;">演出場次｜假日 7/19(六)、7/20(日)、7/26(六)、7/27(日) 16:00、18:00</div></div><div dir="auto" style="box-sizing: border-box;">活動介紹｜二十年的淬鍊，讓我們見證一位馬戲藝術家，身體穿越飛框的技巧突破，和極致扯鈴的綻放之美。「鈴聽奇幻書店」，穿越書頁，闖入充滿魔力的章節，一起翻轉好奇與堅持的力量<span style="box-sizing: border-box;"><img src="blob:https://tour-hualien-mgr.hl.gov.tw/15375e87-5e33-4a31-9c69-2e31ac1e194f" alt="🙌🏼" width="16" height="16" style="box-sizing: border-box; border: 0px; max-width: 100%; height: auto;" class="fr-fic fr-dii"></span></div><div dir="auto" style="box-sizing: border-box;"><span style="box-sizing: border-box;">購票連結</span> <span style="box-sizing: border-box;"><span style="box-sizing: border-box;">｜</span>https://reurl.cc/K8ZeLq</span></div><div dir="auto" style="box-sizing: border-box;"><br></div></div><hr style="box-sizing: content-box; height: 0px; margin-top: 19px; margin-bottom: 19px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-color: rgb(238, 238, 238); border-image: initial; border-top-style: solid; color: rgb(34, 34, 34); font-family: &quot;Noto Sans TC&quot;; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>&nbsp;</p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>&nbsp;</p><h3 style='box-sizing: border-box; font-family: "Noto Sans TC"; font-weight: 400; line-height: 1.1; color: rgb(34, 34, 34); margin-top: 19px; margin-bottom: 9.5px; font-size: 26px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><strong style="box-sizing: border-box; font-weight: 700;">◠◡◠◡ &nbsp;𝟮𝟬𝟮𝟱 &nbsp;身體藝術節 &nbsp; ◠◡◠◡◠◡</strong></h3><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">&nbsp; &nbsp; 𝗢𝗻_𝗕𝗼𝗱𝘆 𝗔𝗿𝘁𝘀 𝗙𝗲𝘀𝘁𝗶𝘃𝗮𝗹</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">⬡ &nbsp;𝐃𝐚𝐭𝐞 ┊ 𝟳.𝟭𝟵（六）-𝟳.𝟮𝟳 (⽇) （𝟳.𝟮𝟭周一休園）</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">⬡ &nbsp;𝐋𝐨𝐜𝐚𝐭𝐢𝐨𝐧 ┊ 花蓮文創園區（花蓮縣花蓮市中華路144號）</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">⬡ &nbsp;主辦單位 ┊ FOCASA馬戲團</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">⬡ &nbsp;合辦單位 ┊ 財團法人臺灣生活美學基金會、花蓮文化創意產業園區</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="box-sizing: border-box; font-weight: 400;">⬡ &nbsp;補助單位 ┊ 文化部</span></p><p style='box-sizing: border-box; margin: 0px 0px 9.5px; color: rgb(85, 85, 85); text-rendering: optimizelegibility; font-family: "Noto Sans TC"; font-weight: 400; font-size: 17px; line-height: 28px; padding: 10px 0px;'><br></p></section><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-2048x1448" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9352/1dcf65fa-054b-4f6f-b1aa-ec710f39c833.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9352/1dcf65fa-054b-4f6f-b1aa-ec710f39c833@80x60.jpg" border="0" alt="主視覺由台灣設計團隊-POM（Project-On-Museum）操刀_FOCASA提供-2048x1448" /></a></li></ul>]]></description><pubDate>Thu, 03 Jul 2025 03:54:00 GMT</pubDate></item><item><title><![CDATA[一烈！海派過生活 ]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9351</link><description><![CDATA[<p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0.png" data-id="19581" data-type="image" data-name="/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0.png" alt="/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0.png" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0.png" style="width: 1000px;" class="fr-fic fr-dib fr-fil">一烈！海派過生活&nbsp;</p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><br></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>解放自己來趟旅行吧！在這裡，總能找到屬於你自己的「海派生活」。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>「一烈」是來自部落的慶賀、歡呼聲；「海派」是我們伴海而生的日常，也是我們面對世界的處世哲學。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>輕輕鬆鬆走進部落，用全新的視角認識台灣吧！</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>各種療癒的、新奇的、好玩的體驗隨你挑選，在部落的陪伴下解鎖各種技能新知。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>來東海岸，就是要跟別人玩得不一樣。海派玩家，</span>+1<span style='font-family:"新細明體",serif;'>就出發！</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><br></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>日期</span>:</strong><strong><span style='font-family:"新細明體",serif;'>全年度周間，兩人即成行</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>用全新視角認識台灣部落文化</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><br></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>花蓮精選部落體驗遊程</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"Segoe UI Emoji",sans-serif;'>📍</span></strong><strong>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>豐濱鄉・復興部落｜海派藍草玩家</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>來一趟復興部落的藍草小旅行，感受藍染藝術之美以及學習藍草知識，完成自己獨一無二的藍染小方巾，也從部落的分享過程，感受部落點滴經營的用心。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"Segoe UI Emoji",sans-serif;'>📍</span></strong><strong>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>豐濱鄉・高山部落｜海派療癒玩家</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>來一趟高山部落體驗，讓身心完全遠離城市喧囂，感受大地之母和布農獵人的寧靜與和諧，完成一趟自我療癒的旅程。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"Segoe UI Emoji",sans-serif;'>📍</span></strong><strong>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>壽豐鄉・水璉部落｜海派獵人玩家</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>一趟水璉部落之行，沉浸式感受阿美族獵人的生活，在山林中找尋屬於你的獵人之道，找回最純淨的智慧與勇氣。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"Segoe UI Emoji",sans-serif;'>📍</span></strong><strong>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>豐濱鄉・豐富部落｜海派咖啡玩家</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>走進豐富部落的體驗，聽族人分享部落故事、並學習早期傳統咖啡烘豆的方式，感受海岸咖啡獨一無二的香氣旅程。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"Segoe UI Emoji",sans-serif;'>📍</span></strong><strong>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>瑞穗鄉・奇美部落｜海派草藥玩家</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>來一趟奇美部落小旅行，感受族人的山林生活智慧，認識不同植物的特性與應用，終成體驗一趟滋養身心靈的山林饗宴。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp;</p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>活動官網</span>: https://jacreative.com.tw/travelinseastyle/index.php</strong></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="一烈！海派過生活" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0.png"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9351/cdf06a05-99ad-4249-bdef-2ae6154b3cd0@80x60.png" border="0" alt="一烈！海派過生活" /></a></li></ul>]]></description><pubDate>Thu, 03 Jul 2025 03:11:00 GMT</pubDate></item><item><title><![CDATA[2025東海岸大地藝術節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9350</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed.jpg" data-id="19580" data-type="image" data-name="/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed.jpg" alt="/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed.jpg" style="width: 1000px;" class="fr-fic fr-dib fr-fil"><strong><span style='font-size:16px;line-height:115%;font-family:"Aptos",sans-serif;'>2025</span><span style='font-size:16px;line-height:115%;font-family:"新細明體",serif;'>東海岸大地藝術節</span></strong></p><p><br></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>【沒有月亮的晚上</span> &ndash;&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>就來靜浦看劇</span>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>】</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>日期：</span></strong> 2025/8/22<span style='font-family:"新細明體",serif;'>、</span>8/23 19:00~20:30<br><strong><span style='font-family:"新細明體",serif;'>地點：</span></strong> <span style='font-family:"新細明體",serif;'>花蓮縣豐濱鄉靜浦村太陽廣場</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><strong><span style='font-family:"新細明體",serif;'>活動內容簡介：</span></strong></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>一、</span>2025<span style='font-family:"新細明體",serif;'>東海岸大地藝術節包含藝術家駐地創作、月光</span><span style='font-family:"新細明體",serif;'>‧</span><span style='font-family:"新細明體",serif;'>海音樂會及藝文平台&nbsp; &nbsp;</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style='font-family:"新細明體",serif;'>計畫等系列活動。其中「</span> <span style='font-family:"新細明體",serif;'>東海岸藝術生活平台串聯計畫」是一系列沿著東</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style='font-family:"新細明體",serif;'>海岸舉辦的藝文活動，今年同樣帶來各種不同型態的多元創意體驗，邀請</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style='font-family:"新細明體",serif;'>大家一起探索東海岸無限創意與人文交融的無窮魅力，展開奇幻的藝文體</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style='font-family:"新細明體",serif;'>驗之旅。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>二、今年</span>8<span style='font-family:"新細明體",serif;'>月</span>23-24<span style='font-family:"新細明體",serif;'>日將於花蓮鄉靜浦村太陽廣場推出一場結合歷史與藝術的</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>特別演出</span> <strong><span style='font-family:"新細明體",serif;'>【沒有月亮的晚上</span> &ndash;&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>就來靜浦看劇</span>&nbsp;</strong><strong><span style='font-family:"新細明體",serif;'>】。</span></strong><span style='font-family:"新細明體",serif;'>靜浦為</span>Cepo&#39;<span style='font-family:"新細明體",serif;'>事件中重</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>要歷史現場之一，當時清朝軍隊進行「開山撫番」政策，</span> <span style='font-family:"新細明體",serif;'>試圖強化對東部</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>原住民族的管控，而靜浦的阿美族人為反抗清軍侵略，保護自己的土地與</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>自主權，犧牲了許多族人寶貴的生命，此事件成為東部原住民反抗清政府</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>的代表性事件之一。靜浦部落將真實歷史事件融入旅遊體驗，</span> <span style='font-family:"新細明體",serif;'>由專業劇場</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>帶領培訓，加入不同表演風格，融入當地代表性歷史事件，不</span> <span style='font-family:"新細明體",serif;'>以悲痛沉重</span>&nbsp; &nbsp;</p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>的口述，而是將觀光帶入文化，文化融於觀光，將當地歷史與觀光緊密結</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>合。在遊程體驗過程中，提</span> <span style='font-family:"新細明體",serif;'>升遊客對歷史的認識，實現永續發展與文化價</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style='font-family:"新細明體",serif;'>值傳承。</span></p><p style='margin-top:0cm;margin-right:0cm;margin-bottom:8.0pt;margin-left:0cm;line-height:115%;font-size:16px;font-family:"Aptos",sans-serif;'><span style='font-family:"新細明體",serif;'>三、<strong>想了解更多東海岸藝文活動資訊，請至大地藝術節官網：</strong></span><br>https://www.eastcoast-nsa.gov.tw/teclandart/</p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025東海岸大地藝術節海報(主視覺)" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9350/201b7da5-bf7b-4015-ac82-bdbd0dbe63ed@80x60.jpg" border="0" alt="2025東海岸大地藝術節海報(主視覺)" /></a></li></ul>]]></description><pubDate>Thu, 03 Jul 2025 03:07:00 GMT</pubDate></item><item><title><![CDATA[2025FaliFali 音樂節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9348</link><description><![CDATA[<p><span style="font-size:16px;font-family:標楷體;">2025FaliFali&nbsp;</span><span style="font-size:16px;font-family:標楷體;">音樂節</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;text-align:justify;'><span style="font-family:標楷體;">(</span><span style="font-family:標楷體;">一)以音樂為媒介，展現花蓮原住民族文化多樣性與音樂創作能量，</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;text-align:justify;'><span style="font-family:標楷體;">&nbsp; &nbsp; 透過傳統與現代的融合，提升原住民族音樂及文創可見度與影響力，</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;text-align:justify;'><span style="font-family:標楷體;">&nbsp; &nbsp; 帶領 FaliFali 音樂節打造成花蓮縣年度活動品牌。</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;text-align:justify;'><span style="font-family:標楷體;">(</span><span style="font-family:標楷體;">二)結合知名藝術家及玉里鎮所轄各部落合作。</span></p><p><span style="font-size:16px;font-family:標楷體;">(</span><span style="font-size:16px;font-family:標楷體;">三)配合在地特色市集與文化體驗活動（如手工藝、傳統美食攤位），</span></p><p><span style="font-size:16px;font-family:標楷體;">&nbsp; 帶動地方經濟發展，預計攤位 70 攤。</span></p><p><span style="font-size:16px;font-family:標楷體;">時間：<span style="font-size:16px;font-family:標楷體;">11月28~30日</span></span></p><p><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;">地點:<span style="font-size:16px;font-family:標楷體;">馬太林文化園區</span></span></span></p><p><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;">FB</span><span style="font-size:16px;font-family:標楷體;">粉絲專頁：https://www.facebook.com/</span></span></span></span></p><p><br></p>]]></description><pubDate>Thu, 03 Jul 2025 01:39:00 GMT</pubDate></item><item><title><![CDATA[2025台灣原住民慢食博覽會暨國際慢食論壇]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9347</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649.png" data-id="19578" data-type="image" data-name="/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649.png" alt="/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649.png" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649.png" style="width: 377px;" class="fr-fic fr-dib fr-fil"><span style="font-size:16px;font-family:標楷體;">2025</span><span style="font-size:16px;font-family:標楷體;">台灣原住民慢食博覽會暨國際慢食論壇</span></p><p><br></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><span style="font-family:標楷體;">(</span><span style="font-family:標楷體;">一)邀請台灣慢食廚師聯盟店家、慢食旅遊店家等，以餐飲、旅遊、文創及小農的主題展區共計35攤。</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><span style="font-family:標楷體;">(</span><span style="font-family:標楷體;">二)邀請3-6國外講者。</span></p><p><span style="font-size:16px;font-family:標楷體;">(</span><span style="font-size:16px;font-family:標楷體;">三)2天共2場，每天至少3個表演團隊演出。</span></p><p>時間：<span style="font-size:16px;font-family:標楷體;">10月10-11日</span></p><p><span style="font-size:16px;font-family:標楷體;">地點：<span style="font-size:16px;font-family:標楷體;">花蓮縣文創旗艦館</span></span></p><p><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;"><span style="font-size:16px;font-family:標楷體;">FB</span><span style="font-size:16px;font-family:標楷體;">粉絲專頁：https://www.facebook.com/</span></span></span></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025台灣原住民慢食博覽會海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649.png"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9347/0446f224-1ddf-4cd8-a888-1ec229e64649@80x60.png" border="0" alt="2025台灣原住民慢食博覽會海報" /></a></li></ul>]]></description><pubDate>Thu, 03 Jul 2025 01:19:00 GMT</pubDate></item><item><title><![CDATA[大農大富山林製造賣店開幕]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9345</link><description><![CDATA[<p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">大農大富山林製造賣店開幕</span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">大農大富山林製造賣店及餐廳之開幕活動及音樂演出<br></span></span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">時間：預計11月</span></span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">地點<span style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">：</span>大農大富平地森林園區</span></span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">主辦單位<span style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">：</span>林業及自然保育署花蓮分署</span></p>]]></description><pubDate>Thu, 19 Jun 2025 09:48:00 GMT</pubDate></item><item><title><![CDATA[森林。家～國產材美好生活策展]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9344</link><description><![CDATA[<p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">森林。家～國產材美好生活策展</span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">為活化林田山生活館，以林林、生態及人文藝術為核心元素，辦理「森林。家」展覽</span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">時間：預計8月~11月</span></span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">地點<span style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">：</span>林田山林業文化園區</span></span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">主辦單位<span style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">：</span> 林業及自然保育署花蓮分署</span></p>]]></description><pubDate>Thu, 19 Jun 2025 09:44:00 GMT</pubDate></item><item><title><![CDATA[新秀地區農會農民節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9343</link><description><![CDATA[<p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">新秀地區農會農民節</span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">時間：9月20日上午9點</span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">地點<span style="color: rgb(34, 34, 34); font-family: Impact, Charcoal, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">：</span>北埔中油對面(<span style="color: rgb(31, 31, 31);">971花蓮縣新城鄉北埔路368號</span>)</span></p><p><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">主辦單位<span style="color: rgb(34, 34, 34); font-family: Impact, Charcoal, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">：</span> 新秀地區農會</span></p>]]></description><pubDate>Thu, 19 Jun 2025 09:31:00 GMT</pubDate></item><item><title><![CDATA[花蓮縣政府2026食農博覽會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9342</link><description><![CDATA[<p>花蓮縣政府2026食農博覽會</p><p>時間：預定10月</p><p>地點：花蓮縣花蓮市</p><p>主辦單位：花蓮縣政府農業處</p>]]></description><pubDate>Thu, 19 Jun 2025 06:29:00 GMT</pubDate></item><item><title><![CDATA[Youth Camp]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9341</link><description><![CDATA[<p>Youth Camp</p><p>時間:7月8日-11日</p><p>地點：太魯閣國家公園大禮大同山區</p><p>主辦單位：內政部國家公園署 太魯閣國家公園管理處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:40:00 GMT</pubDate></item><item><title><![CDATA[2025洄瀾美展]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9340</link><description><![CDATA[<p>2025洄瀾美展</p><p>時間:12月20日~115年2月8日</p><p>地點:花蓮美術館一樓</p><p>主辦單位：花蓮縣文化局</p>]]></description><pubDate>Tue, 17 Jun 2025 03:35:00 GMT</pubDate></item><item><title><![CDATA[瑞穗鄉歲末感恩聯歡晚會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9339</link><description><![CDATA[<p>瑞穗鄉歲末感恩聯歡晚會</p><p>時間:12月</p><p>地點:花蓮縣瑞穗鄉</p><p>主辦單位：花蓮縣瑞穗鄉公所</p>]]></description><pubDate>Tue, 17 Jun 2025 03:34:00 GMT</pubDate></item><item><title><![CDATA[花蓮太平洋觀光節跨年演唱會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9338</link><description><![CDATA[<p>花蓮太平洋觀光節跨年演唱會</p><p>時間:12月31日</p><p>地點:花蓮縣政府觀光處</p><p>主辦單位：花蓮縣花蓮市東大門廣場</p>]]></description><pubDate>Tue, 17 Jun 2025 03:33:00 GMT</pubDate></item><item><title><![CDATA[迎新納福‧鳳林禮讚跨年晚會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9337</link><description><![CDATA[<p>迎新納福‧鳳林禮讚跨年晚會</p><p>時間:12月31日</p><p>地點:花蓮縣鳳林鎮</p><p>主辦單位：花蓮縣鳳林鎮公所</p>]]></description><pubDate>Tue, 17 Jun 2025 03:31:00 GMT</pubDate></item><item><title><![CDATA[花蓮幸福聖誕城系列活動]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9336</link><description><![CDATA[<p>花蓮幸福聖誕城系列活動</p><p>時間:12月下旬</p><p>地點:花蓮縣花蓮市</p><p>主辦單位：花蓮縣政府民政處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:30:00 GMT</pubDate></item><item><title><![CDATA[第七屆科技、數位及藝術教育成果聯展]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9335</link><description><![CDATA[<p>第七屆科技、數位及藝術教育成果聯展</p><p>時間:12月</p><p>地點:花蓮縣立體育館</p><p>主辦單位：花蓮縣政府教育處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:28:00 GMT</pubDate></item><item><title><![CDATA[2025花蓮城市空間藝術節-享花蓮]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9334</link><description><![CDATA[<div class="fr-img-space-wrap"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83.png" data-id="19944" data-type="image" data-name="/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83.png" alt="/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83.png" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83.png" style="width: 302px;" class="fr-fic fr-dib"><p class="fr-img-space-wrap2">&nbsp;</p></div><span style="font-size: 14px;">地點:花蓮縣花蓮市、花蓮縣壽豐鄉</span><p><span style="font-size: 14px;">主辦單位：花蓮縣文化局<br><br><br></span></p><p><span style="font-size: 14px;">第六屆活動以「Say Hi &rarr; Set High」為核心語彙<br>從花蓮的山海景緻、文化底蘊，到生活藝術的日常美學<br>綜合三大高度：城市的高度、文化的高度、生活藝術的高度，<span style="color: rgb(65, 65, 65); font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">都在這一屆凝聚成「高度」的展現。</span>&nbsp;</span></p><p><span style="font-size: 14px;"><br></span></p><p><span style="font-size: 14px;">辦理時間與活動內容：</span></p><p><span style="font-size: 14px;">11/04 14:00 宣告記者會 (松山文創園區)</span></p><p><span style="font-size: 14px;">11/28 開幕活動暨啟動儀式 (日出大道)</span></p><p><span style="font-size: 14px;">11/29-11/30 05:00日出舞台 (太平洋公園)&nbsp;</span></p><p><span style="font-size: 14px;">11/28-11/30 每日下午於日出大道匯演</span></p><p><span style="font-size: 14px;">11/28-12/18 於日出大道擺設4組裝置藝術</span></p><p><span style="font-size: 14px;">11/22-12/17 串聯金三角商圈20組店家，至店家內進行演出</span></p><p><span style="font-size: 14px;">12/06-12/07 招募20攤商家於日出大道辦理文創市集</span></p><p><br></p><p><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2025花蓮城市空間藝術節-享花蓮" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83.png"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9334/99f6744d-6271-4c19-a780-ffb10d6edb83@80x60.png" border="0" alt="2025花蓮城市空間藝術節-享花蓮" /></a></li></ul>]]></description><pubDate>Tue, 17 Jun 2025 03:27:00 GMT</pubDate></item><item><title><![CDATA[部落音樂會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9333</link><description><![CDATA[<p>部落音樂會</p><p>時間:12月6日</p><p>地點:太魯閣遊客中心戶外草坪</p><p>主辦單位：內政部國家公園署 太魯閣國家公園管理處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:26:00 GMT</pubDate></item><item><title><![CDATA[2025第13屆花蓮台彩威力盃全國少棒賽]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9332</link><description><![CDATA[<p>2025第13屆花蓮台彩威力盃全國少棒賽</p><p>時間:12月5~8日</p><p>地點:花蓮市國福棒壘球場</p><p>主辦單位：花蓮縣體育會</p>]]></description><pubDate>Tue, 17 Jun 2025 03:25:00 GMT</pubDate></item><item><title><![CDATA[第五屆農好生活節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9331</link><description><![CDATA[<p>第五屆農好生活節</p><p>時間:12月初</p><p>地點:知卡宣綠森林親水公園</p><p>主辦單位：花蓮縣政府農業處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:24:00 GMT</pubDate></item><item><title><![CDATA[鳳林收冬戲暨縱谷客韻季-鳳林場]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9330</link><description><![CDATA[<p>鳳林收冬戲暨縱谷客韻季-鳳林場</p><p>時間:11月29日</p><p>地點:花蓮縣鳳林鎮民廣場</p><p>主辦單位：花蓮縣政府客家事務處</p><p><br></p>]]></description><pubDate>Tue, 17 Jun 2025 03:22:00 GMT</pubDate></item><item><title><![CDATA[部落音樂會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9329</link><description><![CDATA[<p>部落音樂會</p><p>時間:11月29日</p><p>地點:太魯閣遊客中心戶外草坪</p><p>主辦單位：內政部國家公園署 太魯閣國家公園管理處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:21:00 GMT</pubDate></item><item><title><![CDATA[第五屆原客嘉年華]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9328</link><description><![CDATA[<p>第五屆原客嘉年華</p><p>時間:11月28~30日</p><p>地點:花蓮縣花蓮市</p><p>主辦單位：花蓮市公所</p>]]></description><pubDate>Tue, 17 Jun 2025 03:20:00 GMT</pubDate></item><item><title><![CDATA[114年Truku音符傳奇暨傳統歌謠合唱比賽]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9327</link><description><![CDATA[<p>114年Truku音符傳奇暨傳統歌謠合唱比賽</p><p>時間:11月22日</p><p>地點:太魯閣族文創產業園區</p><p>主辦單位：花蓮縣秀林鄉公所文觀課</p>]]></description><pubDate>Tue, 17 Jun 2025 03:19:00 GMT</pubDate></item><item><title><![CDATA[「洄瀾山海情．幸福共下行」健走暨 2025縱谷客韻季系列活動-吉安場]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9326</link><description><![CDATA[<p>「洄瀾山海情．幸福共下行」健走暨2025縱谷客韻季系列活動-吉安場</p><p>時間:11月15日</p><p>地點:花蓮台開心農場</p><p>主辦單位：花蓮縣政府客家事務處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:17:00 GMT</pubDate></item><item><title><![CDATA[玉里麵節暨縱谷客韻季-玉里場]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9325</link><description><![CDATA[<p>玉里麵節暨縱谷客韻季-玉里場</p><p>時間:11月11日</p><p>地點:花蓮縣玉里鎮民廣場</p><p>主辦單位：花蓮縣政府客家事務處</p>]]></description><pubDate>Tue, 17 Jun 2025 03:15:00 GMT</pubDate></item><item><title><![CDATA[冬天慢食樂市集]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9324</link><description><![CDATA[<p><span style="font-size:16px;font-family:標楷體;">冬天慢食樂市集</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><span style="font-family:標楷體;">(</span><span style="font-family:標楷體;">一)推廣慢食理念和在地永續農業為核心，展現花蓮豐富的季節性食材和飲食文化交流，</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><span style="font-family:標楷體;">&nbsp; &nbsp;透過四季主題活動，推動花蓮在地美食、農產品及手工藝品的良好契機。</span></p><p><span style="font-size:16px;font-family:標楷體;">(</span><span style="font-size:16px;font-family:標楷體;">二)預計展售20攤在地美食、農特產品及手工藝等。</span></p><p>時間:11月8日</p><p>地點:花蓮縣原住民野菜學校</p><p>主辦單位：花蓮縣政府原住民行政處</p><p><span style="font-size:16px;font-family:標楷體;">FB</span><span style="font-size:16px;font-family:標楷體;">粉絲專頁：https://www.facebook.com/</span></p>]]></description><pubDate>Tue, 17 Jun 2025 03:14:00 GMT</pubDate></item><item><title><![CDATA[114年度壽豐鄉農民節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9323</link><description><![CDATA[<p>114年度壽豐鄉農民節</p><p>時間:11月</p><p>地點:花蓮縣壽豐鄉</p><p>主辦單位：花蓮縣壽豐鄉農會</p>]]></description><pubDate>Tue, 17 Jun 2025 02:38:00 GMT</pubDate></item><item><title><![CDATA[2025 曼波新城太平洋國際疊石藝術季]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9244</link><description><![CDATA[<h2 style="color: rgb(65, 65, 65); font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); text-align: center;"><span style="color: rgb(41, 105, 176);"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 24px;"><strong style="font-weight: 700;">2025&nbsp;</strong><strong style="font-weight: 700;">曼波新城太平洋國際疊石藝術季5月17日盛大登場！</strong><br><strong style="font-weight: 700;">結合自然&nbsp;</strong><strong style="font-weight: 700;">✕</strong><strong style="font-weight: 700;">&nbsp;</strong><strong style="font-weight: 700;">藝術&nbsp;</strong><strong style="font-weight: 700;">✕</strong><strong style="font-weight: 700;">&nbsp;</strong></span></span><strong style="font-weight: 700;"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: rgb(41, 105, 176);">生活的年度盛事，不來太可惜！</span></strong></h2><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 6pt; margin-bottom: 0pt; text-align: center;"><br></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; font-size: 24px; color: rgb(0, 0, 0);'>我們在花蓮七星潭，邀你一起見證「石頭奇蹟」的誕生！<br>來自英國、瑞典與台灣的頂尖藝術家，聯手打造八座國際級疊石裝置，與壯闊太平洋共構自然美術館！</span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><span style="color: rgb(0, 0, 0);">還有20組來自全台灣各地的民眾參加疊石創作決賽角逐大獎，各個都極具創意~</span></span></span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt; padding: 6pt 0pt 0pt;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 30px;"><strong style="font-weight: 700;">✨</strong><strong style="font-weight: 700;"><span style="color: rgb(0, 0, 0);"><u>活動說明</u></span></strong></span></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 30px;"><strong style="font-weight: 700;"><span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><br></span></strong></span><span style="font-size: 24px;"><strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">本次活動邀請來自英國的James Brunt、瑞典的Pontus Jansson等八位國際知名地景藝術家，與台灣藝術家馬耀、林立仁等人齊聚花蓮七星潭賞星廣場旁的海</span></strong><strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(0, 0, 0); font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">灘，以石材與漂流木進行地景藝術創作。</span></strong></span></span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt; padding: 6pt 0pt 0pt;"><span style="font-family: Verdana, Geneva, sans-serif;"><span style="color: rgb(0, 0, 0); font-size: 30px;"><strong style="font-weight: 700;">✨</strong><u><strong style="font-weight: 700;">5/15開幕</strong></u><u><strong style="font-weight: 700;"><span style="font-family: Verdana, Geneva, sans-serif; color: rgb(0, 0, 0);"><u>活動說明</u></span></strong></u></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><br></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><strong style="font-weight: 700;"><span style="font-size: 24px;">📍開幕時間 <strong style="font-weight: 700; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important;">|</span></strong> 114年5月17日（六）下午16:30～19:30</span></strong></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><strong style="font-weight: 700;">📍活動地點&nbsp;</strong><strong style="font-weight: 700; color: rgb(0, 0, 0); font-family: sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 700; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important;">|</span></strong>&nbsp;</span></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><strong style="font-weight: 700;"><span style="font-size: 24px;">花蓮縣新城鄉 七星潭賞星廣場旁海灘</span></strong></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm 0cm 8pt; line-height: 18.4px; font-size: 16px; font-family: Aptos, sans-serif;"><br></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><strong style="font-weight: 700;"><span style='font-family: "Segoe UI Emoji", sans-serif;'>&nbsp;</span></strong></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; font-size: 24px;'><strong style="font-weight: 700;">🔸</strong></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><strong style="font-weight: 700;">活動內容</strong><strong style="font-weight: 700;">🔸</strong></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;">👨&zwj;👩&zwj;👧 <strong style="font-weight: 700;">親子疊石挑戰賽</strong>｜15:30<br>&nbsp;親子同樂疊石體驗自然中的平衡藝術！還有限量紀念品等你拿！</span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;">🎭 <strong style="font-weight: 700;">開場活動</strong>｜16:30～18:00<br>🎶 <strong style="font-weight: 700;">海岸音樂會</strong>｜18:00～19:30<br>&nbsp;原民樂團與音樂人現場演出，為漫步在海岸的你伴奏！</span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;">&nbsp;</span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm 0cm 8pt; line-height: 18.4px; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><span style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">特別邀請瑞典的Pontus Jansson疊石藝術家共襄盛舉開幕儀式，分享創作心得與疊石技巧~</span></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm 0cm 8pt; line-height: 18.4px; font-size: 16px; font-family: Aptos, sans-serif;"><span style="font-size: 24px;"><br></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style="font-size: 24px;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><strong style="font-weight: 700;">📍</strong></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><strong style="font-weight: 700;"><strong style="font-weight: 700;">同步展出</strong></strong></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><strong style="font-weight: 700;">石藝展覽</strong>｜從傳統工藝到當代設計，一場視覺與文化的饗宴~<br><strong style="font-weight: 700;">美食市集</strong></span></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; font-size: 24px;'>｜在地小吃、手作文創，好吃好買好逛滿載而歸！</span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style="font-family: 細明體;">_____________________________________________________________</span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 1.8; background-color: rgb(255, 255, 255); margin-top: 6pt; margin-bottom: 0pt;"><span style="font-size: 24px; font-family: Verdana, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><strong style="font-weight: 700;">📅</strong></span><span style="font-size: 24px; font-family: Verdana, sans-serif; color: rgb(0, 0, 0); background-color: rgb(247, 218, 100); font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><strong style="font-weight: 700;"><strong style="font-weight: 700;"><u>2025&nbsp;</u></strong></strong><strong style="font-weight: 700;"><u><strong style="font-weight: 700;">曼波新城太平洋國際疊石藝術季</strong></u></strong></span><span style="font-size: 24px;"><span style="background-color: rgb(247, 218, 100);"><span style="font-family: Verdana, sans-serif; color: rgb(0, 0, 0); font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><u><strong style="font-weight: 700;"><u>活動時</u></strong></u><strong style="font-weight: 700;"><u>間</u></strong></span><span style="color: rgb(0, 0, 0);"><span style="font-family: Verdana, sans-serif; font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><strong style="font-weight: 700;">|</strong><strong style="font-weight: 700;">&nbsp;</strong></span></span><span style="color: rgb(40, 50, 78);"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;'><strong style="font-weight: 700;">即日起</strong></span></span></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; color: rgb(40, 50, 78); background-color: rgb(247, 218, 100); font-weight: 700; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;'><strong style="font-weight: 700;">持續至8月</strong></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style="font-size: 24px;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'>&nbsp;</span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">✨</span></strong> <span style="color: rgb(52, 52, 52); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; background-color: rgb(247, 218, 100); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">後續</span><span style="background-color: rgb(247, 218, 100);">&nbsp;每週都還有新驚喜！</span></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="font-size: 24px;"><span style="background-color: rgb(255, 255, 255);">&nbsp; &nbsp; &nbsp; 5/17～6/8 期間，每個假日在七星潭都有主題市集 ，花蓮小吃、手作好物、 文創選品通通來報到～</span></span></span></p><p style="color: rgb(65, 65, 65); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); margin: 0cm; font-size: 16px; font-family: Aptos, sans-serif;"><span style="font-size: 24px;"><span style='font-family: "Times New Roman", Times, serif, -webkit-standard;'><span style="background-color: rgb(255, 255, 255);">📸</span></span><span style='font-family: "Times New Roman", Times, serif, -webkit-standard; background-color: rgb(255, 255, 255);'>快揪親友、牽著孩子，一起來七星潭玩疊石、賞藝術、聽音樂、吃美食，享受海岸線最美的午後！</span></span></p><p style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);"><span style="font-size: 24px;"><br data-start="121" data-end="124">&nbsp;</span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 24px;"><strong style="font-weight: 700;">主辦單位<strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">｜</strong> 花蓮縣政府</strong></span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 24px;"><strong style="font-weight: 700;">承辦單位<strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">｜</strong> <span style="font-family: Arial, Helvetica, sans-serif;">新城鄉公</span>所</strong></span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 24px;"><strong style="font-weight: 700;"><span style="font-family: Arial, Helvetica, sans-serif;">指導單位</span></strong><span style="font-family: Arial, Helvetica, sans-serif;"><strong style="font-weight: 700;">｜ 海洋委員會</strong></span></span></p><p dir="ltr" style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; line-height: 2.4; background-color: rgb(255, 255, 255); margin-top: 0pt; margin-bottom: 0pt;"><strong style="font-weight: 700;"><span style="font-size: 24px;">協辦單位<strong style="font-weight: 700; color: rgb(65, 65, 65); font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">｜</strong> 七星潭</span></strong></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="疊石藝術海報" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/7e13442d-8029-49b9-9cff-e0b2ca53e0c6.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/7e13442d-8029-49b9-9cff-e0b2ca53e0c6@80x60.jpg" border="0" alt="疊石藝術海報" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="疊石照片1" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/bdd08e88-539a-4a07-9a5f-84d6686d7e5b.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/bdd08e88-539a-4a07-9a5f-84d6686d7e5b@80x60.jpg" border="0" alt="疊石照片1" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="疊石照片2" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/54c9fedc-4120-4e79-b8a4-a8b4bd185a61.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/54c9fedc-4120-4e79-b8a4-a8b4bd185a61@80x60.jpg" border="0" alt="疊石照片2" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="疊石照片3" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/b7f813d0-9ebd-4309-b2c4-8387d0c4754e.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/b7f813d0-9ebd-4309-b2c4-8387d0c4754e@80x60.jpg" border="0" alt="疊石照片3" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="疊石照片4" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/caaf181e-eaf9-4736-bd4e-8f2d7a7a4660.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9244/caaf181e-eaf9-4736-bd4e-8f2d7a7a4660@80x60.jpg" border="0" alt="疊石照片4" /></a></li></ul><ul><li><div class="video" id=""><div  style="width:330px;" data-engine="flash" data-swf="/Scripts/flowplayer-5.4.3/flowplayer.swf"   data-key="$231519419344650"  class="flowplayer videofile" >
<div  id="" >   <video class="lg-video-object lg-html5" data-src="https://tour-hualien-ws.hl.gov.tw" style="height:220px;" controls >
        <source type="video/mp4" src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relmovie/12295/9244/ea93ebec-414a-43aa-88d7-83888a4e0317.mp4"> 
  Your browser does not support the video element. <a href='https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relmovie/12295/9244/ea93ebec-414a-43aa-88d7-83888a4e0317.mp4'>DownLoad Movie</a>
   </video>
</div></div>
<noscript><a href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relmovie/12295/9244/ea93ebec-414a-43aa-88d7-83888a4e0317.mp4" target="_BLANK" title="[DownLoad]" rel="noopener noreferrer" ></a></noscript></div></li></ul>]]></description><pubDate>Fri, 06 Jun 2025 05:50:00 GMT</pubDate></item><item><title><![CDATA[2025花蓮夏戀嘉年華]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9231</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed.jpg" data-id="19610" data-type="image" data-name="/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed.jpg" alt="/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed.jpg" style="width: 524px;" class="fr-fic fr-dib fr-fil"><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">「收錄亞洲最美好的聲音，盡在花蓮夏戀嘉年華！」暑期最具指標性的音樂盛會，7/23至7/28間只要買一張到花蓮的火車票，就能置身視聽娛樂全享受的高規格大型演唱會，欣賞國內外巨星與知名團體登台演唱；夏戀嘉年華是天王天后天團的表演殿堂，更吸引國際友人及愛好流行音樂的朋友們，來到東台灣認識花蓮、愛上花蓮。</span></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="演唱會" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9231/d521d4d0-7339-400d-8c10-a252a77570ed@80x60.jpg" border="0" alt="演唱會" /></a></li></ul>]]></description><pubDate>Tue, 27 May 2025 02:51:00 GMT</pubDate></item><item><title><![CDATA[2025花蓮太平洋燈會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=9123</link><description><![CDATA[<p style='margin-right:0cm;margin-left:0cm;font-size:16px;font-family:"Calibri",sans-serif;margin:0cm;margin-bottom:.0001pt;text-align:center;background:white;'><strong><span style="font-size: 30px; font-family: Arial, Helvetica, sans-serif; color: rgb(65, 65, 65);">2025</span></strong><span style="font-size: 30px;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong><span style="color: rgb(65, 65, 65);">花蓮太平洋燈會</span></strong></span></span></p><p><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;"><span style="color: rgb(65, 65, 65);">全臺最有年味的農曆新年燈會就在花蓮！萬盞燈籠高掛13鄉鎮，「太平洋燈會」創意生肖主燈與浪漫璀璨燈區，加上繽紛主燈秀，讓造訪花蓮的旅人驚艷又開心，還有其他精彩節目活動，歡迎大家齊聚花蓮賀新年。</span></span></span></p><p><br></p><p><br></p><div style='margin: 0.5em 0px 0px; white-space: pre-wrap; overflow-wrap: break-word; font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><div dir="auto" style="font-family: inherit; text-align: start; line-height: 2;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">-------------------------------------------------------------</span></span></div><div dir="auto" style="font-family: inherit; text-align: start; line-height: 2;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">2025花蓮太平洋燈會</span></span></div><div dir="auto" style="font-family: inherit; text-align: start; line-height: 2;"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(0, 0, 0);">活動日期：</span><span style="color: rgb(0, 0, 0);"><span style="font-family: Arial,Helvetica,sans-serif;">1月17日(五)至2月16日(日) [</span><span style="font-family: Arial, Helvetica, sans-serif;">1月28日除夕休</span><span style="font-family: Arial,Helvetica,sans-serif;">] ，</span></span></span><span style="font-size: 24px;"><span style="color: rgb(0, 0, 0);"><span style="font-family: Arial,Helvetica,sans-serif;">每晚18：00～22：00。</span></span></span></div><div dir="auto" style="font-family: inherit; text-align: start; line-height: 2;"><span style="color: rgb(0, 0, 0);"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif;">活動地點：花蓮市日出大道(花蓮重慶市場旁表演廣場)</span><span style="font-family: Arial,Helvetica,sans-serif;"><br></span></span></span></div><div dir="auto" style="font-family: inherit; text-align: start; line-height: 2;"><span style="color: rgb(0, 0, 0);"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif;">主燈展演時間：</span><span style="font-family: Arial,Helvetica,sans-serif;">18:00～21:30 每半小時一場。</span></span></span></div></div><p style="margin: 0cm 0cm 0.0001pt; font-size: 16px; font-family: Calibri, sans-serif; line-height: 2;"><span style="color: rgb(0, 0, 0);"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif;">主辦單位</span></span></span><span style="font-size: 24px; font-family: Arial, Helvetica, sans-serif; color: rgb(0, 0, 0);">：花蓮縣政府觀光處</span></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="燈會煙火" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9123/f2926916-95c3-4b3b-8817-e6e279eacea6.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/9123/f2926916-95c3-4b3b-8817-e6e279eacea6@80x60.jpg" border="0" alt="燈會煙火" /></a></li></ul>]]></description><pubDate>Wed, 13 Nov 2024 10:53:00 GMT</pubDate></item><item><title><![CDATA[2024花蓮紅面鴨FUN暑假]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=8728</link><description><![CDATA[<p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e.jpg" data-id="17803" data-type="image" data-name="/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e.jpg" alt="/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e.jpg" style="width: 1200px;" class="fr-fic fr-dib"><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">★活動時間：113年7月13日~8月11日止。</span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">★活動地點：花蓮壽豐鄉鯉魚潭風景區。</span></span></p><p><span style="font-size: 24px;"><span style="font-family: Impact,Charcoal,sans-serif;">今年將以親子闔家出遊為活動主軸，藉由部落守護貓頭鷹、花蓮縣鳥朱鸝、觀光大使紅面鴨於鯉魚潭展出，並以創新手法，結合嶄新科技聲光展演、特色水光秀，融合在地文化、歷史背景及地理景觀進行佈置，</span></span><span style="font-family: Impact, Charcoal, sans-serif; font-size: 24px;">展現本縣意象及國際特色。</span></p><p><br></p><p style="text-align: left;"><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14587.470515684909!2d121.51047!3d23.929741!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3468a3b46b47e5dd%3A0x2ee599e52a8cafd4!2z6a-J6a2a5r2t!5e0!3m2!1szh-TW!2stw!4v1670981311575!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><p style="text-align: left;"><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="S__473931797" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/8728/bfd4ac68-42e1-427b-882b-fa801aeec67e@80x60.jpg" border="0" alt="S__473931797" /></a></li></ul>]]></description><pubDate>Fri, 24 May 2024 02:47:00 GMT</pubDate></item><item><title><![CDATA[2023 縱谷客韻季系列活動]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=3181</link><description><![CDATA[<p style="text-align: center;"><span style="font-size: 30px;">2023 縱谷客韻季系列活動</span></p><p style="text-align: left;"><span style="font-size: 18px;">2023縱谷客韻季系列活動預定於7月至10月份分別於本縣6個客家鄉鎮各辦理1場次活動，邀請國內知名鼓藝團隊、優質客家及其他族群團隊等表演，並配合假日市集，呈現豐富精彩活動內容，歡迎鄉親蒞臨指導、欣賞。<br></span></p><ul><li><span style="font-size: 18px;">活動時間：2023/07/29-10/28（暫定）</span></li><li><span style="font-size: 18px;"><span style="font-size: 18px;">舉辦地點：鳳林鎮、玉里鎮、新城鄉、壽豐鄉、光復鄉、富里鄉</span></span></li><li><span style="font-size: 18px;">聯絡電話：03－8527843分機122</span></li><li><span style="font-size: 18px;">主辦單位：花蓮縣政府客家事務處</span></li></ul><p><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title=" 2022縱谷客韻季" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/666ebf05-f258-45f9-ae4c-73f19785738a.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/666ebf05-f258-45f9-ae4c-73f19785738a@80x60.jpg" border="0" alt=" 2022縱谷客韻季" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="20220724縱谷客韻季154" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/1e0a84c6-6e7e-4934-a497-ac9ef58540c6.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/1e0a84c6-6e7e-4934-a497-ac9ef58540c6@80x60.jpg" border="0" alt="20220724縱谷客韻季154" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="20220724縱谷客韻季056" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/c4f685a7-5356-4ea9-93fb-8468228919eb.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/3181/c4f685a7-5356-4ea9-93fb-8468228919eb@80x60.jpg" border="0" alt="20220724縱谷客韻季056" /></a></li></ul>]]></description><pubDate>Tue, 23 May 2023 02:50:00 GMT</pubDate></item><item><title><![CDATA[2023花蓮太平洋燈會]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7935</link><description><![CDATA[<p style='margin-right:0cm;margin-left:0cm;font-size:16px;font-family:"Calibri",sans-serif;margin:0cm;margin-bottom:.0001pt;text-align:center;background:white;'><strong><span style="font-size: 30px; font-family: Arial, Helvetica, sans-serif; color: rgb(65, 65, 65);">2023</span></strong><span style="font-size: 30px;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong><span style="color: rgb(65, 65, 65);">花蓮太平洋燈會</span></strong></span></span></p><p><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;"><span style="color: rgb(65, 65, 65);">全臺最有年味的農曆新年燈會就在花蓮！萬盞燈籠高掛13鄉鎮，「太平洋燈會」創意生肖主燈與浪漫璀璨燈區，加上繽紛主燈秀，讓造訪花蓮的旅人驚艷又開心，還有其他精彩節目活動，歡迎大家齊聚花蓮賀新年。</span></span></span></p><p><iframe width="100%" height="697" src="https://www.youtube.com/embed/JjA2G_WvfHc" title="2023花蓮太平洋燈會 宣傳影片" frameborder="0" allowfullscreen=""></iframe><br></p><div style='margin: 0px; white-space: pre-wrap; overflow-wrap: break-word; font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><p><br></p><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">2023花蓮太平洋燈會 1/14登場 <span style="font-weight: normal; font-style: normal; width: 16px; display: inline-flex; margin: 0px 1px; height: 16px; vertical-align: middle;"><p><br></p></span></span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">今年有「<strong>鏡花水月</strong>」科技主燈及在地創意燈飾</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">以玉石純樸參透萬千變化</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">以純粹定義花蓮經典形象</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">祈求在兔年一切回歸純粹、展現心意、展拓新意</span></span></div></div><div style='margin: 0.5em 0px 0px; white-space: pre-wrap; overflow-wrap: break-word; font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">1/14開幕晚會還有精彩煙火表演及迎賓小禮喔~(詳細活動內容敬請期待)</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">-------------------------------------------------------------</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial,Helvetica,sans-serif;">2023花蓮太平洋燈會</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(44, 130, 201);">活動時間：</span><span style="font-family: Arial,Helvetica,sans-serif;">1月14日(六)至2月13日(一) [</span><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(184, 49, 47);">1月21日除夕休</span><span style="font-family: Arial,Helvetica,sans-serif;">]，每晚18：00～22：00。</span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(44, 130, 201);">活動地點：</span><span style="font-family: Arial,Helvetica,sans-serif;">太平洋公園南濱段<br></span></span></div><div dir="auto" style="font-family: inherit; text-align: start;"><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(44, 130, 201);">主燈展演時間：</span><span style="font-family: Arial,Helvetica,sans-serif;">18:00～21:30 每半小時一場。</span></span></div></div><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><span style="font-size: 24px;"><span style="font-family: Arial, Helvetica, sans-serif; color: rgb(44, 130, 201);">主辦單位</span></span><span style="font-size: 24px; font-family: Arial, Helvetica, sans-serif;"><span style="color: rgb(44, 130, 201);">：</span>花蓮縣政府觀光處</span></p><p style='margin:0cm;margin-bottom:.0001pt;font-size:16px;font-family:"Calibri",sans-serif;'><br></p><p><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14583.327013151878!2d121.6091667!3d23.9663889!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xbe8f19cd9bc09976!2z5aSq5bmz5rSL5YWs5ZyS77yI5Y2X5r-x5q6177yJ!5e0!3m2!1szh-TW!2stw!4v1670817313897!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="Banner_觀光資訊網-1200x620" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/34272f47-82f9-4c02-8ac8-993dbab8958f.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/34272f47-82f9-4c02-8ac8-993dbab8958f@80x60.jpg" border="0" alt="Banner_觀光資訊網-1200x620" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2023花蓮太平洋燈會_01" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/ecf9e4a4-0242-42ae-a614-7a0a3cf17072.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/ecf9e4a4-0242-42ae-a614-7a0a3cf17072@80x60.jpg" border="0" alt="2023花蓮太平洋燈會_01" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="2023花蓮太平洋燈會_02" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/4cb43842-74cf-4c05-9e5b-6b5bcf9ca779.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7935/4cb43842-74cf-4c05-9e5b-6b5bcf9ca779@80x60.jpg" border="0" alt="2023花蓮太平洋燈會_02" /></a></li></ul><ul><li><a target="_blank" href="https://zh-tw.facebook.com/hltour/" rel="noopener noreferrer"><img src='images/Icons/link.gif' alt='' border='0' /></a></li><li><a target="_blank" href="https://www.hualien-lantern.com.tw/main.php" rel="noopener noreferrer"><img src='images/Icons/link.gif' alt='' border='0' /></a></li></ul>]]></description><pubDate>Wed, 18 Jan 2023 01:50:00 GMT</pubDate></item><item><title><![CDATA[2023-2024花蓮太平洋觀光節跨年演唱會暨商圈抽獎]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7861</link><description><![CDATA[<p style="text-align: center;"><strong><span style="font-size: 30px;">2023-2024花蓮太平洋觀光節跨年演唱會</span></strong></p><p style="text-align: center;"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842.jpg" data-id="17229" data-type="image" data-name="/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842.jpg" alt="/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842.jpg" style="width: 696px;" class="fr-fic fr-dib"></p><p><span style="font-size: 24px;">完整卡司</span></p><p><span style="font-size: 18px;">畢書盡｜品冠｜理想混蛋｜周予天｜Boon Hui Lu 文慧如｜ 柏霖 PoLin｜Shawn尚融｜九九 Sophie Chen｜李東軒 Austin｜芮鯊 RapShark｜ 阿蘭 AC｜小卡比｜UZ 秦宇子｜God&Oslash;ne｜舒比舒比 Supisupil｜RealLife｜吸血蚊子</span></p><p><br></p><p><span style="font-size: 24px;">交通資訊</span></p><p><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154.jpg" data-id="17230" data-type="image" data-name="/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154.jpg" alt="/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154.jpg" style="width: 1265px;" class="fr-fic fr-dib"></p><p><br></p><p><span style="font-size: 24px;">活動日期：𝟏𝟐/𝟑𝟏</span></p><p><span style="font-size: 24px;">活動時間：𝟏𝟵:𝟎𝟎&mdash;𝟎𝟎:𝟑𝟎</span></p><p><span style="font-size: 24px;">活動地點：花蓮市東大門廣場</span></p><p><span style="font-size: 24px;">交管時間：𝟏𝟕:𝟎𝟎&mdash;凌晨𝟏:𝟎𝟎</span></p><p style="text-align: left;"><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3645.6233195519108!2d121.60713502872078!3d23.97375663649617!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34689fe9f14e0c29%3A0xbe7996e0680a20e5!2z5p2x5aSn6ZaA5aSc5biC!5e0!3m2!1szh-TW!2stw!4v1671073367948!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><p style="text-align: center;"><br></p><p style="text-align: center;"><span style="font-size: 30px;"><strong>商圈消費抽好禮</strong></span></p><ul start="12"><li>活動內容:<br>112年12月30日、112年12月31日於花蓮縣內之合法店家消費滿 300 元以上，持發票或蓋有統一編號店章之收據，即可至「2023-2024太平洋觀光節」跨年演唱會現場服務台兌換摸彩券(1張發票或收據僅可兌換1張摸彩券)。</li></ul><p><br></p><ul start="12"><li>抽獎時間:<br>2024年1月2日(二)將於花蓮縣政府觀光處抽出得獎者，在律師見證下直播，並公告於FB花蓮觀光粉絲團。</li></ul><p>&nbsp;</p><ul start="12"><li>獎品內容:<br>iPad (第10代) 256GB、任天堂Switch OLED主機、Dyson Supersonic&trade; 吹風機、奇美50型G系列4K Android顯示器、飛利浦HD9252健康氣炸鍋、Panasonic吸拖吸塵器等，獎項多達40個以上。</li></ul><p>&nbsp;</p><ul><li>領獎方式:</li></ul><ol><li>將另有專人聯絡。</li><li>得獎人須於指定期限內填寫領據、提供身分證正反面影印本，並將存根聯正本及填寫完成之領據正本繳回或郵寄至指定地點(運費由得獎者自行負擔)。</li><li>獎品以親自領取為原則，如需以郵寄方式領取獎品者，須自行負擔運費及運送相關責任。</li></ol><p>&nbsp;</p><ul start="12"><li>本次抽獎活動結束後，發票將全數捐給花蓮畢士大教養院、花蓮家扶中心、門諾基金會等縣內社福團體，除了促進在地消費意願更提倡地方公益回饋。</li></ul><p>&nbsp;</p><ul start="12"><li>注意事項:</li></ul><ol><li>中獎者若未滿&nbsp;18歲，除中獎者之身分證正反面影本外，需另附法定代理人之身分證正反面影本及戶口名簿協同辦理領獎及一切相關手續後方能領獎。</li><li>依中華民國所得稅法規定，凡中獎價值超過新台幣$1,000元者，獎項將須列入個人年度綜合所得稅申報（稅額以獎品市價計算）。</li><li>本活動之獎品圖示僅供參考，其規格、顏色、配備等以實物為準，主辦單位保留更換獎品的權利。</li><li>得獎人無法選擇或指定獎品樣式，且獎品不得要求更換、轉讓或折換現金，也不得更換得獎人。</li><li>活動獎品寄送地址僅限中華民國境內，如中獎者未能於領獎期限前回覆有效國內寄送地址，主辦單位得取消其中獎資格。</li><li>得獎人請自行確認所填寫之資料均為正確，若因資料不全或錯誤，致無法通知活動相關訊息或送達獎品者，主辦單位概不負責。</li><li>因活動需要，依個人資料保護法相關規定，將蒐集、處理、利用其個人資料，但不會對外揭露相關訊息，惟中獎公告將顯示得獎者部份資訊。</li><li>本注意事項若有未盡事宜，主辦單位保留補充修改之權利，若有任何更動，皆以本活動網站公告為準，不另行通知。</li></ol><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="海報-完整卡司名單" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/b18c2e1b-0524-4631-a5ee-3c0bf004b842@80x60.jpg" border="0" alt="海報-完整卡司名單" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="摺頁DM_工作區域 1 複本_0" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/c2c96479-a1f3-4edf-905c-11ae67326154@80x60.jpg" border="0" alt="摺頁DM_工作區域 1 複本_0" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="b4594a2d-6ad3-4669-a2d7-6fe39dbdc9fb" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/62261650-f91c-4102-a919-c3e077a58478.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/62261650-f91c-4102-a919-c3e077a58478@80x60.jpg" border="0" alt="b4594a2d-6ad3-4669-a2d7-6fe39dbdc9fb" /></a></li><li><a class="fancybox-buttons" rel="fancybox-thumb" title="messageImage_1670921534498" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/be4905af-cb65-4639-a68c-b3eda4489761.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7861/be4905af-cb65-4639-a68c-b3eda4489761@80x60.jpg" border="0" alt="messageImage_1670921534498" /></a></li></ul>]]></description><pubDate>Thu, 15 Dec 2022 02:55:00 GMT</pubDate></item><item><title><![CDATA[幸福耶誕城系列活動]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7860</link><description><![CDATA[<p style="text-align: center;"><strong><span style="font-size: 30px;">幸福耶誕城系列活動</span></strong></p><p style="text-align: left;"><span style="font-size: 24px;"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f.jpg" data-id="15678" data-type="image" data-name="/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f.jpg" alt="/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f.jpg" data-tag="w1" data-url="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f.jpg" style="width: 510px;" class="fr-fic fr-fil fr-dii"></span></p><p><br></p><p><br></p><p><br></p><p style="text-align: left;"><br></p><p style="text-align: left;"><br></p><p style="text-align: left;"><span style="font-size: 24px;">辦理幸福耶誕城系列活動</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動時間:12月下旬</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動地點:未定</span></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="316942992_870416941073080_5727420285388983850_n" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7860/8a4192ad-1ea6-496e-a92c-18b1c73b5e9f@80x60.jpg" border="0" alt="316942992_870416941073080_5727420285388983850_n" /></a></li></ul>]]></description><pubDate>Thu, 15 Dec 2022 02:48:00 GMT</pubDate></item><item><title><![CDATA[2023第11屆花蓮台彩威力盃全國少棒賽]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7859</link><description><![CDATA[<p style="text-align: center;"><span style="font-size: 30px;"><strong>2023第11屆花蓮台彩威力盃全國少棒賽</strong></span></p><p style="text-align: left;"><span style="font-size: 24px;">本次活動特別感謝捐款人對花蓮縣基層棒球發展關心。希望讓花蓮縣有更多喜愛棒球運動加入就是愛運動行列，讓全國各地頂尖好手來花蓮以球會友並行銷花蓮美景帶來觀光效益。</span></p><p style="text-align: left;"><span style="font-size: 24px;"><span class="fr-video fr-deletable fr-fvc fr-dvb fr-draggable" contenteditable="false" draggable="true"><iframe width="1239" height="697" src="https://www.youtube.com/embed/mXzc0mteLYk?list=PLK89yvQWyJjNmNSlp4S3_QKItvTP-RSOw" title="2022年第十屆花蓮台彩威力盃全國少棒賽 八強 花蓮藍v.s.臺東縣" frameborder="0" allowfullscreen="" class="fr-draggable"></iframe></span></span></p><p style="text-align: left;"><span style="font-size: 24px;">活動時間:12月(暫定)</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動地點:花蓮國福棒壘球場</span></p><p style="text-align: left;"><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3644.682343007566!2d121.582462315311!3d24.006991884841845!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34689e5593d14e27%3A0x814e18b7f212876c!2z5ZyL56aP5qOS5aOY55CD5aC0!5e0!3m2!1szh-TW!2stw!4v1671071911402!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><p style="text-align: left;"><br></p>]]></description><pubDate>Thu, 15 Dec 2022 02:31:00 GMT</pubDate></item><item><title><![CDATA[花蓮城市空間藝術節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7858</link><description><![CDATA[<p style="text-align: center;"><span style="font-size: 30px;"><strong>花蓮城市空間藝術節</strong></span></p><p style="text-align: left;"><span style="font-size: 24px;">為打造「慢．精品」花蓮城市政策，依每年擇定之主題辦理藝術節，創造「城市空間藝術節」為指標性節慶活動，透過多樣化的藝術作品及演出安排，自由穿梭於城市空間之中，讓人們自然接觸藝術，打破大眾娛樂與純藝術的界線。</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動時間:11月(暫定)</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動地點:日出大道</span></p><p style="text-align: left;"><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3645.5934360724573!2d121.60490271531057!3d23.974812786082428!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34689f7fb0fbbbe5%3A0x397da8d61056e9fe!2z5pel5Ye66aaZ5qat5aSn6YGT!5e0!3m2!1szh-TW!2stw!4v1671070171305!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><p style="text-align: left;"><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="244387102_388083149654374_2135398936206385956_n" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7858/5562086c-4ba8-4e52-a64a-34ab9385b35a.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7858/5562086c-4ba8-4e52-a64a-34ab9385b35a@80x60.jpg" border="0" alt="244387102_388083149654374_2135398936206385956_n" /></a></li></ul>]]></description><pubDate>Thu, 15 Dec 2022 02:03:00 GMT</pubDate></item><item><title><![CDATA[2023花蓮太平洋國際龍舟節]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7857</link><description><![CDATA[<p style="text-align: center;"><strong><span style="font-size: 30px;">2023花蓮太平洋國際龍舟節</span></strong></p><p style="text-align: left;"><span style="font-size: 24px;">希望藉著舉辦國際賽，讓世界各國優秀的龍舟隊伍多來台參賽，除增進國際龍舟運動交流外，促進台灣觀光產業，並提昇我國際外交的地位，期使國內賽制規格能與國際接軌。</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動時間:11月(暫定)</span></p><p style="text-align: left;"><span style="font-size: 24px;">活動地點:鯉魚潭風景區</span></p><p style="text-align: left;"><br></p><p style="text-align: left;"><iframe title="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d465740.5876349499!2d120.9558729308872!3d24.22084303347514!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3468a3b3def39091%3A0x6b9af522ca92e240!2z6a-J6a2a5r2t6aKo5pmv6YGK5oap5Y2A!5e0!3m2!1szh-TW!2stw!4v1671069546003!5m2!1szh-TW!2stw" width="100%" height="450" style="border:0;" allowfullscreen=""></iframe><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="94e56c43-b615-4d98-9bf3-ead018203c9a" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7857/10992981-de59-470a-abc4-565d3048e03d.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7857/10992981-de59-470a-abc4-565d3048e03d@80x60.jpg" border="0" alt="94e56c43-b615-4d98-9bf3-ead018203c9a" /></a></li></ul>]]></description><pubDate>Thu, 15 Dec 2022 01:53:00 GMT</pubDate></item><item><title><![CDATA[2023雲朗觀光太魯閣峽谷馬拉松]]></title><link>https://tour-hualien.hl.gov.tw/News_Content.aspx?n=108&amp;s=7856</link><description><![CDATA[<h2 style='box-sizing: border-box; font-family: "Noto Sans TC", "Microsoft JhengHei", Hei, sans-serif; word-break: break-all; margin-top: 0px; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; font-size: 2rem; color: rgb(33, 37, 41); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'><span style="font-size: 30px;"><strong>2023 太魯閣馬拉松</strong></span></h2><p><span style='color: rgb(33, 37, 41); font-family: "Noto Sans TC", "Microsoft JhengHei", Hei, sans-serif; font-size: 24px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;'>太魯閣馬拉松擁有全球唯一、世界級的峽谷美景賽道！利用太魯閣峽谷得天獨厚的景色，將路跑運動融入其中，絕對讓前來參加的一睹花蓮的山水風光，美景結合運動風氣，使民眾在觀賞壯闊的太魯閣峽谷同時，也體認到健康的生活、身心靈的探索及個人成長。</span>&nbsp;</p><p><span style="font-size: 24px;">活動時間:11月初(暫定)</span></p><p><span style="font-size: 24px;">活動地點:太魯閣</span></p><p><iframe title="map" width="100%" height="488" src="https://www.youtube.com/embed/fmoTsJCo_Oc" frameborder="0" allowfullscreen=""></iframe><br></p><ul><li><a class="fancybox-buttons" rel="fancybox-thumb" title="275117386_2533487320118239_7630358493758642257_n" href="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7856/d2f09907-1e52-4614-b198-fbaee15c2a77.jpg"><img src="https://tour-hualien-ws.hl.gov.tw/001/Upload/435/relpic/12295/7856/d2f09907-1e52-4614-b198-fbaee15c2a77@80x60.jpg" border="0" alt="275117386_2533487320118239_7630358493758642257_n" /></a></li></ul>]]></description><pubDate>Thu, 15 Dec 2022 01:42:00 GMT</pubDate></item></channel></rss>