@charset "utf-8";
/* 這支是要重置所有元素的預設屬性。除非你知道你在做什麼，否則不要更動這支 CSS!!!
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, caption { margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; font-family: inherit; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { /* text-align: left; */ font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
cite { font-weight:normal; font-style:normal; }
/* global.css */

/*所有通用設定-----------------------------------------------------------------------*/

body { font-family:"新細明體", Verdana, Geneva, sans-serif, ; font-size:13px; line-height:1.7; font-weight:normal; color:#666666; 
-webkit-text-size-adjust:100%;}

html{
-webkit-text-size-adjust:none;/*修正旋轉後文字會變大*/
-webkit-overflow-scrolling:touch;/*修正ios滾動順暢*/}

/*預設連結狀態*/
a:link, a:visited{ color:#0078b4; text-decoration:none;}
a:hover, a:active{ text-decoration:underline;}

/*圖片無框*/
a img { border:none; }

/*分隔線*/
hr { border:5px solid #e5e5de; }

/*h標題設定*/
h1 { font-size:15px;}
h2 { font-size:15px;}
h3 { font-size:13px;}
h4 { font-size:13px;}

/*em設定*/
em{ color:#999;}

/*清除 clearfix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {*zoom: 1; _zoom: 1; }

/*more基本型*/
.more_box {  clear:both; height:15px; margin-bottom:10px;}
a.more { display:block; height:15px; line-height:15px; background:url(../images/more_arrow_link.png) right -1px no-repeat; padding-right:17px; text-align:right;}
a.more:link, a.more:visited { color:#666666;}
a.more:hover, a.more:active { color:#0078b4; text-decoration:underline; background:url(../images/more_arrow_hover.png) right -1px no-repeat;}
a.more span { font-size:13px;}
.more_box a.more{ clear:both; height:15px; float:right;}

/* 影音 icon */ 
i.icon_type_video{ clear:both; display:inline-block; width:15px; height:15px; background:url(../images/icon_type_video.png) no-repeat; background-size:contain; margin-right:5px; position:relative; top:2px;}

/* .gototop 滾回網頁最上面 ============*/
.gototop{ width:1000px; height:50px; margin:0 auto; position:fixed; bottom:50px; z-index:9999;}
.gototop a{ display:block; width:50px; height:50px; background:url(../images/gototop.png) no-repeat; background-size:50px 50px; border-radius:5px; opacity:0.8; text-indent: 100%;white-space: nowrap; overflow: hidden; position: absolute; right:-60px;}

/* 20160630：修正新聞內頁的iframe影片自適應 */
.et_iframevideo{ position: relative; padding-top: 30px; height: 0; overflow: hidden;}
.et_iframevideo{ padding-bottom: 56.25%; }
.et_iframevideo iframe,
.et_iframevideo object,
.et_iframevideo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.instagram-media{ margin-bottom:15px!important;}
.et_googledoc iframe{ width:100%; }
/* layout.css */

/****************************************版型開始******************************************/
.wrapper_box{ min-width:1000px;}
.wrapper{}
.header_box{ clear:both; min-width:1000px;}
.header{ clear:both; width:1000px; height:170px; margin:0 auto 25px auto; position:relative;}
.container_box{ clear:both; min-width:1000px;}
.container{ clear:both; width:970px; margin:0 auto; padding:0px 15px; background:#FFFFFF; padding-bottom:20px;}
.r1{ clear:both;}
.r1 .c1{ width:650px; float:left;}
.r1 .c2{ width:300px; float:right;}
.footer_box{ clear:both; min-width:1000px; background:#e5e5e5;}
.footer{ clear:both; width:1000px; margin:0 auto; background:#e5e5e5; padding:50px 0px 100px 0px; position:relative;}


/*************************************** 頭區 *******************************************/
/* 上方選單  =====================*/
.ettop_box{ min-width:1000px; background:#e5e5e5; height:28px;}
.ettop_box .ettop{ width:1000px; margin:0 auto; position:relative;}
.ettop_box .ettop a{ padding:0px 5px;}
.ettop_box .ettop a:link, .ettop_box .ettop a:visited { color:#737171;}
.ettop_box .ettop a:hover, .ettop_box .ettop a:active { color:#006699;}
.ettop_box .ettop .ticker{ position:absolute; width:300px; left:20px; top:3px;}
.ettop_box .ettop .menu{ position:absolute; width:auto; right:20px; top:3px;}

/* ETtoday 東森旅遊雲 logo======== */
.header .logo_ettoday{ width:285px; height:60px; position:absolute; left:20px; top:40px;}
.header .logo_ettoday a{ display:block; width:285px; height:60px; background:url(../images/logo-travel.svg) no-repeat; background-size:285px 60px;}
.header .logo_ettoday span{ display:none;}

/* 版頭搜尋======== */
.header .header_search{ position:absolute; height:30px; right:0px; top:60px;}
.header .header_search .keyword{
/*樣式歸零*/
border:none;
outline:none;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius:0px;
height:30px; border:3px solid #989898; padding-left:5px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.header .header_search .go{
/*樣式歸零*/
border:none;
outline:none;
-webkit-appearance:none;
-moz-appearance:none; border-radius:0px;
width:50px; height:30px; background:#989898; cursor:pointer; color:#fff; font-size:15px; font-family:"微軟正黑體"; text-align:center; margin-left:5px; position:relative; top:1px;}

/* 主選單  =======================*/
.header .nav{ height:50px; width:1000px; position:absolute; bottom:0px; left:0px;}
.header .nav ul{ border-bottom:3px solid #5a5a5a;}
.header .nav ul li{width:110px; height:50px; float:left; position:relative; }
.header .nav li a{ display:block; height:50px; line-height:50px; text-align:center; font-size:16px; font-family:"微軟正黑體"; font-weight:bold;}
.header .nav li a:link, .header .nav li a:visited { color:#5a5a5a;}
.header .nav .sub{ background:rgba(90,90,90,0.8); position:absolute; left:0px; top:50px; z-index:1100; display:none;}

/*當前===*/
.header .nav li.current{}
.header .nav li.current a:link, .header .nav li.current a:visited{ color:#6edbce;}

/*hover狀態===*/
.header .nav li.act{ height:45px;}
.header .nav li.act a:link, .header .nav li.act a:visited { text-decoration:none;}

.header .nav li.act .sub{ width:110px; height:auto; border-top:5px solid #5a5a5a; margin-top:-5px;}
.header .nav li.act .sub a{ height:40px; line-height:40px; font-size:15px; color:#fff; font-weight:normal; font-family:"微軟正黑體";}
.header .nav li.act .sub a:hover{ text-decoration:underline;}

/* 次選單特殊尺寸 */
.header .nav li.act .sub.size_1{ width:225px;/*355*/ padding-left:15px;}
.header .nav li.act .sub.size_1 a{ display:block; width:95px; float:left; margin: 0px 5px; text-align:left;}


/**************************************** 尾區 ******************************************/
/* footer_menu */
.footer .footer_menu{ margin-bottom:5px;}
.footer .footer_menu ul{ width:1000px; margin:0 auto;}
.footer .footer_menu li{ float:left;}
.footer .footer_menu li a{ padding:0px 10px;}
.footer .footer_menu li a:link, .footer .footer_menu li a:visited { color:#737171;}
.footer .footer_menu li a:hover, .footer .footer_menu li a:active { color:#006699;}
.footer address{ clear:both; text-align:center;}
.footer span{}/* block.css */

/*************************************區塊 block ****************************************/

/* block歸零======================= */
.block{ clear:both; margin-bottom:15px;}
.block .block_title{ clear:both;}
.block .block_title .inner{clear:both;}
.block .block_content{clear:both;}
.block .block_content .inner{clear:both;}
.block .block_content .inner:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}/*clearfix修正內容物 margin-bottom BUG*/
.block .block_content .inner {*zoom:1; _zoom:1;} 
.block .block_footer{clear:both;}
.block .block_footer .inner{clear:both;}

/* block_z1 主欄用 */
.block_z1{ background:#f4f4f4; padding:10px; position:relative;}
.block_z1 .block_title{ margin-bottom:10px; position:relative;}
.block_z1 .block_title .inner{}
.block_z1 .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體"; font-weight:normal;}
.block_z1 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z1 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_z1 .block_content{}
.block_z1 .block_content .inner{}
.block_z1 .block_footer{}
.block_z1 .block_footer .inner{}



/* block_z2 主欄用 依 cookie 添加.thumb切換成縮圖*/
.block_z2{ background:#f4f4f4; padding:10px; position:relative;}
.block_z2 .block_title{ margin-bottom:10px; position:relative;}
.block_z2 .block_title .inner{}
.block_z2 .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體"; font-weight:normal;}
.block_z2 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z2 .block_title .inner h2 a.more span{font-family:"新細明體"; font-weight:normal;}
/*操作按鈕*/
.block_z2 .block_title .inner .operate{ height:32px; width:140px; position:absolute; right:5px; top:0px;}
.block_z2 .block_title .inner .operate span{ float:left; line-height:32px; margin-right:5px;}
.block_z2 .block_title .inner .operate a.show_thumb{ display:block; height:32px; width:32px; background:url(../images/operate_1.png) left top no-repeat; float:left; margin-right:10px;}
.block_z2 .block_title .inner .operate a.show_list{ display:block; height:32px; width:32px; background:url(../images/operate_1.png) left -32px no-repeat; float:left;}
.block_z2 .block_title .inner .operate a span{ display:none;}
.block_z2 .block_content{}
.block_z2 .block_content .inner{}
.block_z2 .block_footer{}
.block_z2 .block_footer .inner{}

/*依 cookie 添加.thumb切換成縮圖*/
.block_z2.thumb .part_pictxt_1 .box_0{ width:202px; margin:0px 4px 0px 1px; border-bottom:none; 
min-height: 180px;/*最小高度，超過，會撐開*/
_height: 180px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.block_z2.thumb .part_pictxt_1 .box_0 h3{ font-size:15px; line-height:1.5; font-weight:normal;}
.block_z2.thumb .part_pictxt_1 .box_0 p{ display:none;}

/* block_z3 主欄用 */
.block_z3{}
.block_z3 .block_title{ margin-bottom:15px; position:relative; border-bottom:8px solid #e5e5de;}
.block_z3 .block_title .inner{}
.block_z3 .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px;}
.block_z3 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_z3 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_z3 .block_content{}
.block_z3 .block_content .inner{}
.block_z3 .block_footer{}
.block_z3 .block_footer .inner{}

/*block_z4 主欄用 =============*/
.block_z4{ background:#eee; padding:15px;}
.block_z4 .block_title{ background:#fff; overflow:hidden;}
.block_z4 .block_title p.pic{ width:100%; max-width:640px; background:#000; text-align:center; margin-bottom:20px;}
.block_z4 .block_title p.pic a{}
.block_z4 .block_title p.pic a img{ width:100%; height:auto;}
.block_z4 .block_title h2{ display:inline-block; color:#fff; letter-spacing:2px; background:#66cc99; padding:3px 8px; margin-left:10px; font-family:"微軟正黑體"; font-size:16px;}
.block_z4 .block_title h2 a{ display:block; height:35px; line-height:35px; padding-left:10px; color:#fff; }
.block_z4 .block_content{ padding:15px 10px; background:#fff;}


/* block_y1 側欄用*/
.block_y1{ background:#f4f0f0; padding:10px; border-radius:5px;}
.block_y1 .block_title{ position:relative;}
.block_y1 .block_title .inner{}
.block_y1 .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體";  font-weight:normal;}
.block_y1 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_y1 .block_title .inner h2 a.more span{font-family:"新細明體"; font-weight:normal;}
.block_y1 .block_content{ background:#FFFFFF;}
.block_y1 .block_content .inner{}
.block_y1 .block_footer{}
.block_y1 .block_footer .inner{}

/* block_y2 側欄用 */
.block_y2{ background:#f4f0f0; padding:10px; border-radius:5px; }
.block_y2 .block_title{ margin-bottom:10px; position:relative; }
.block_y2 .block_title .inner{}
.block_y2 .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px; border-bottom:1px dotted #CCC;}
.block_y2 .block_title .inner h2 a.more{ position:absolute; right:0px; top:8px;}
.block_y2 .block_title .inner h2 a.more span{ font-family:"新細明體"; font-weight:normal;}
.block_y2 .block_content{}
.block_y2 .block_content .inner{}
.block_y2 .block_footer{}
.block_y2 .block_footer .inner{}

/*************************************頁籤 tab ****************************************/

/* tab歸零======================== */
.tab{ clear:both; margin-bottom:15px;}
.tab .tab_title{ clear:both;}
.tab .tab_title .inner{clear:both;}
.tab .tab_content{clear:both;}
.tab .tab_content .inner{clear:both;}
.tab .tab_content .inner:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}/*clearfix修正內容物 margin-bottom BUG*/
.tab .tab_content .inner {*zoom:1; _zoom:1;} 
.tab .tab_footer{clear:both;}
.tab .tab_footer .inner{clear:both;}

/* tab_x 主欄用 */
.tab_x{}
/* tab 上方按鈕 */
.tab_x .tab_title{ background:url(../images/bg-tab_x_title.jpg) repeat-x; height:50px; margin-bottom:15px;}
.tab_x .tab_title .inner{}
.tab_x .tab_title .inner ul{}
.tab_x .tab_title .inner li{ float:left;}
.tab_x .tab_title .inner li a{ display:block; height:50px; line-height:50px; width:130px; text-align:center; font-size:16px; font-family:"微軟正黑體"; font-weight:bold;}
.tab_x .tab_title .inner li a:link, .tab_x .tab_title .inner li a:visited{ color:#666666;}
.tab_x .tab_title .inner li a:hover, .tab_x .tab_title .inner li a:active{ color:#666666; background:url(../images/bg-tab_x_title_hover.jpg) repeat-x; text-decoration:none;}
.tab_x .tab_title .inner li.current a{ color:#309fce; background:url(../images/bg-tab_x_title_current.jpg) repeat-x;}
/* tab 中段 */
.tab_x .tab_content{ }
.tab_x .tab_content .inner{}
/* tab 尾段 */
.tab_x .tab_footer{}
.tab_x .tab_footer .inner{}

/*************************************元件模組 part ****************************************/

/* part_list_1 文字列表 */
.part_list_1{ clear:both; margin-bottom:10px;}
.part_list_1 h2{ margin-bottom:5px;}
.part_list_1 h2 a{ font-size:16px; font-weight:normal;}
.part_list_1 h2 a:link, .part_list_1 h2 a:visited{ color:#666666;}
.part_list_1 h2 a:hover, .part_list_1 h2 a:active{ color:#006699;}

/* part_list_2 文字列表 */
.part_list_2{ clear:both; margin-bottom:10px;}
.part_list_2 h3{ margin-bottom:5px;}
.part_list_2 h3 a{ font-size:13px; font-weight:normal;}
.part_list_2 h3 a:link, .part_list_2 h3 a:visited{ color:#666666;}
.part_list_2 h3 a:hover, .part_list_2 h3 a:active{ color:#006699;}

/* part_list_3 文字列表 */
.part_list_3{ clear:both; margin-bottom:10px; font-size:15px;}
.part_list_3 strong{ margin-right:5px;}
.part_list_3 a{ margin-right:10px;}


/* part_list_4 文字列表 */
.part_list_4{ clear:both; margin-bottom:20px; font-size:15px;}
.part_list_4 p.prev{}
.part_list_4 p.next{}
.part_list_4 strong{ margin-right:5px;}
.part_list_4 em{}

/*part_list_6 ====================*/
.part_list_6{ clear:both;}
.part_list_6 h3{ font-size:16px; font-weight:normal; padding:4px 0px; border-bottom:1px dotted #CCC;}
.part_list_6 h3:last-child{ border-bottom:0px;}
.part_list_6 h3 a{ color:#666666;}

/* part_pictxt_1 圖文列表 */
.part_pictxt_1{ clear:both; margin-bottom:10px;}
.part_pictxt_1 .box_0{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px dashed #999;}
.part_pictxt_1 .box_0 a.pic{ float:left; margin-right:15px;}
.part_pictxt_1 .box_0 a.pic img{ border: 1px solid #CCC;}
.part_pictxt_1 .box_0 h3{ margin-bottom:10px; font-size:15px;}
.part_pictxt_1 .box_0 p.summary{}
.part_pictxt_1 .box_0 p.summary em{}

/* part_pictxt_2 圖文列表 */
.part_pictxt_2{ clear:both; margin-bottom:10px;}
.part_pictxt_2 .box_0{ margin-bottom:20px; float:left; margin-right:10px; width:315px;}
.part_pictxt_2 .box_0 a.pic{ float:left; margin-right:15px; border: 1px solid #CCC;}
.part_pictxt_2 .box_0 h3{ font-size:15px; font-weight:normal;}

/* part_pictxt_3 圖文列表 */
.part_pictxt_3{ clear:both; margin-bottom:10px;}
.part_pictxt_3 .box_0{ margin-bottom:20px; margin-right:10px; width:310px;
min-height: 130px;/*最小高度，超過，會撐開*/
_height: 130px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.part_pictxt_3 .box_0 .box_1{ float:left; margin-right:15px;}
.part_pictxt_3 .box_0 .box_1 a.pic{ width:120px; height:99px; margin-bottom:0px;}
.part_pictxt_3 .box_0 .box_1 a.pic img{ width:120px; height:99px; border: 1px solid #CCC;}
.part_pictxt_3 .box_0 .box_1 .score{ background:#235; color:#FFF; text-align:center;}
.part_pictxt_3 .box_0 .box_2{ width:170px; float:left;}
.part_pictxt_3 .box_0 .box_2 .title{ font-size:15px; font-weight:normal; margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .locate{ margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .locate em{ display:inline-block; background: url(../images/icon-001.png) no-repeat; width:15px; height:15px; margin-right:3px; background-size:100%; position:relative; top:3px;}
.part_pictxt_3 .box_0 .box_2 .price{ font-size:18px; font-weight:bold; color:#ed5191;}
/*評分星等*/
.part_pictxt_3 .box_0 .box_2 .score{ background: url(../images/star.png) left top no-repeat; height:16px; text-indent:-9999px; margin-bottom:5px;}
.part_pictxt_3 .box_0 .box_2 .score.s1{ background-position:0px 0px;}
.part_pictxt_3 .box_0 .box_2 .score.s2{ background-position:0px -16px;}
.part_pictxt_3 .box_0 .box_2 .score.s3{ background-position:0px -32px;}
.part_pictxt_3 .box_0 .box_2 .score.s4{ background-position:0px -48px;}
.part_pictxt_3 .box_0 .box_2 .score.s5{ background-position:0px -64px;}

/* part_thumb_1 縮圖列表 */
.part_thumb_1{ clear:both; margin-bottom:10px; width:650px;}
/* 左半======== */
.part_thumb_1 .box_1{ float:left; width:416px;} 
.part_thumb_1 .box_1 a.pic { display:block; text-align:center; height:300px; width:416px; background:#fff; border:1px solid #eee; overflow:hidden; margin-bottom:10px;}
.part_thumb_1 .box_1 img{ min-height:300px;}
/*影音*/
.part_thumb_1 .box_1 iframe{ padding:8px; margin-bottom:5px; border:1px solid #eee;}
.part_thumb_1 .box_1 h3{ font-size:16px; margin-bottom:5px;}
.part_thumb_1 .box_1 p.summary{}
/* 右半======= */
.part_thumb_1 .box_2{ width:218px; float:right;}
.part_thumb_1 .box_2 .box_3{ margin-bottom:10px;}
.part_thumb_1 .box_2 a.pic { display:block; text-align:center; border:1px solid #eee; height:150px; width:218px; overflow:hidden;}
.part_thumb_1 .box_2 .box_3 a.pic img{ min-height:150px;}
/*影音*/
.part_thumb_1 .box_2 .box_3 iframe{ border:1px solid #eee; padding:8px;}
.part_thumb_1 .box_2 .box_3 h3{ font-size:16px;}



/* part_thumb_2 縮圖列表 */
.part_thumb_2{ clear:both; margin-bottom:10px;}

/* 上半 開始 */
.part_thumb_2 .box_1{ margin-bottom:15px;}
.part_thumb_2 .box_1 .box{ width:302px; height:225px; float:left; margin:0px 6px; position:relative;}
.part_thumb_2 .box_1 .box a.pic{}
.part_thumb_2 .box_1 .box a.pic img{ border: 1px solid #CCC;}
.part_thumb_2 .box_1 .box h4{ width:302px;/*300*/ height:30px; line-height:30px; background:#000; opacity:0.7; position:absolute; left:0px; bottom:-1px; text-align:center; font-weight:normal;}
.part_thumb_2 .box_1 .box h4 a{ color:#FFF;}

/* 下半 */
.part_thumb_2 .box_2{}
.part_thumb_2 .box_2 .box{ width:199px; height:148px; float:left; margin:0px 4px 0px 6px; position:relative;}
.part_thumb_2 .box_2 .box a.pic{}
.part_thumb_2 .box_2 .box a.pic img{ border: 1px solid #CCC;}
.part_thumb_2 .box_2 .box h4{ width:199px;/*197*/ height:30px; line-height:30px; background:#000; opacity:0.7; position:absolute; left:0px; bottom:-1px;  font-weight:normal; text-align:center;}
.part_thumb_2 .box_2 .box h4 a{ color:#FFF;}


/* part_thumb_3 縮圖列表 */
.part_thumb_3{ clear:both; margin-bottom:10px;}
.part_thumb_3 .box_0{ width:182px; margin:0px 8px 15px 0px;
min-height: 137px;/*最小高度，超過，會撐開*/
_height: 137px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/}
.part_thumb_3 .box_0 img{ width:180px; height:135px; border: 1px solid #CCC;}


/* part_thumb_4 縮圖列表 */
.part_thumb_4{ clear:both; margin-bottom:10px;}
.part_thumb_4 .box_0{ width:200px; margin:0px 8px 20px 8px; border:1px solid #eee; padding:10px; border-radius:5px; box-shadow:1px 1px 3px #CCC;
min-height: 190px;/*最小高度，超過，會撐開*/
_height: 190px;/*ie6 超過，會撐開*/
display: inline-block;
*display: inline;/*ie7*/
vertical-align: top;/*ff3*/
zoom: 1;/*ie7*/} 
.part_thumb_4 .box_0 a.pic{ margin-bottom:5px; }
.part_thumb_4 .box_0 a.pic img{ border: 1px solid #CCC;}
.part_thumb_4 .box_0 h3{ font-weight:normal; text-align:center;}

/* 社群操作 */
.part_social{ clear:both; margin-bottom:25px;}
.part_social span{float:left; margin-right:5px; line-height:30px;}
.part_social .addthis_toolbox, .part_social .addthis_default_style, .part_social .addthis_32x32_style{ float:left;}



/*************************************文字選單****************************************/

/* 麵包屑 */
.menu_bread_crumb{ clear:both; margin-bottom:15px; font-size:15px;}
.menu_bread_crumb a{ padding-right:10px;}
.menu_bread_crumb a:link, .menu_bread_crumb a:visited{ color:#666666;}
.menu_bread_crumb a:hover, .menu_bread_crumb a:active{ color:#006699;}
.menu_bread_crumb span{ padding-right:10px;}
.menu_bread_crumb em{ color:#15bd81; font-style:normal;}


/* 分頁 */
.menu_pager{ clear:both; text-align:center; margin:15px auto; font-size:15px;}
.menu_pager span.disabled{ padding:3px 8px; margin:0px 3px;}
.menu_pager a{ padding:3px 8px; margin:0px 3px;}
.menu_pager a:link, .menu_pager a:visited{ color:#666; text-decoration:none;}
.menu_pager a:hover, .menu_pager a:active{ color:#333; border-top:2px solid #999; }
.menu_pager span.current{ background:#CCCCCC; color:#666; padding:0px 5px;}
.menu_pager .info{ margin-top:5px; color:#666;}
.menu_pager a.btn{ background:#CCC; border-radius:3px;}
.menu_pager a.btn:link, .menu_pager a.btn:visited{color:#FFF;}
.menu_pager a.btn:hover, .menu_pager a.btn:active{color:#FFF; border:none; background:#999;}



/* menu_txt_1 類別選單 */
.menu_txt_1{ clear:both; margin-bottom:10px;}
.menu_txt_1 a{ margin-right:15px; font-size:15px; }
.menu_txt_1 a.current{ background:#3c96c3; color:#FFF; padding:0px 10px;}


/* news.htm 新聞模組 =====================*/
.subjcet_news{ clear:both; padding-bottom:20px; position:relative;}
.subjcet_news .title{ font-size:24px; line-height:30px; color:#3e9f7e; font-family:Microsoft YaHei; font-weight:normal; margin-bottom:5px;}
.subjcet_news .date{ }

/*關鍵字*/
.subjcet_news .tag{ clear:both; margin-bottom:15px;}
.subjcet_news .tag span{}
.subjcet_news .tag a:link, .subjcet_news .tag a:visited{ background: #999; color: #fff; padding: 2px 5px; border-radius: 3px;}


/* 點評 */
.subjcet_news .reviews{ margin-bottom:10px; color:#999;}
.subjcet_news .reviews strong{ border-left:3px solid #999; padding-left:5px;}

/*社群分享操作01======*/
.subjcet_news .operate_1{ display:inline-block; width:auto; height:80px; position:relative; left: 650px; top: 0px;}

/*18禁*/
.subjcet_news .operate_1 span.adult_icon{ display:block; background:url(../images/icon_adult.jpg) no-repeat; width:35px; height:70px; float:left;}

/*fb讚粉絲*/
.subjcet_news .operate_1 .fb_like_fans{ width:250px; height:65px; position:absolute; top:0px; right:125px;}
.subjcet_news .operate_1 .fb_like_fans .fb-like{ width:55px; height:65px;  position:absolute; top:0px; right:0px;}

/*fb讚新聞*/
.subjcet_news .operate_1 .fb_like_news{ width:55px; height:65px;  position:absolute; top:0px; right:60px;}

/*google+1*/
.subjcet_news .operate_1 .gplus{ width:55px; height:65px; position:absolute; top:0px; right:120px;z-index:10;}

/*printer*/
.subjcet_news .operate_1 .printer{ width:55px; height:65px; position:absolute;top:-3px; right:0px;} 


/*sharebox_1 分享組件 新聞頁社群操作-原新聞雲模組===========*/
.subjcet_news .sharebox_1{ clear:both; display:inline-block; width:auto; margin-bottom:10px; position:relative; left:0px; top:0px;}
/*menu_1*/
.subjcet_news .sharebox_1 .menu_1{ display:inline-block; width:auto; height:30px; margin-right:10px;}
.subjcet_news .sharebox_1 .menu_1 a{ display:block; width:45px; height:30px; background:url(../images/social_01.jpg) no-repeat center top / 45px 120px; float:left; margin-right:5px; border-radius:3px;}
.subjcet_news .sharebox_1 .menu_1 a.fb{ background-position:center 0px;}
.subjcet_news .sharebox_1 .menu_1 a.line{ background-position:center -30px; display: none;}
.subjcet_news .sharebox_1 .menu_1 a.gplus{ background-position:center -60px;}
.subjcet_news .sharebox_1 .menu_1 a.weibo{ background-position:center -90px;}

/*menu_2*/
.subjcet_news .sharebox_1 .menu_2{ display:inline-block; width:auto; height:25px; position:relative; top:-4px;}
.subjcet_news .sharebox_1 .menu_2 .fb-like{ display:block; margin-right:10px;}

/* 本文 ============ */
.subjcet_news .story{}
.subjcet_news .story p{ margin-bottom:25px; line-height:1.8; font-size:16px;}
.subjcet_news .story strong{ color:#3e9f7e;}
.subjcet_news .story em{ color:#C60;}


/*新聞頁文末社群操作-大顆按扭(New)===============*/
.social_share{ clear:both; position:relative; height:50px; margin:15px auto;}
.social_share a{ display:block; width:50px; height:50px; float:left; margin-right:5px;}
.social_share #s-facebook{ background:url(../images/facebook-50.png) no-repeat;}
.social_share #s-google{ background:url(../images/gplus-50.png) no-repeat;}
.social_share #s-email{ background:url(../images/email-50.png) no-repeat;}
.social_share #s-plurk{ background:url(../images/plurk-50.png) no-repeat;}
.social_share #s-twitter{ background:url(../images/twitter-50.png) no-repeat;}
.social_share #s-weibo{ background:url(../images/weibo-50.png) no-repeat;}
.social_share #s-qq{ background:url(../images/qq-50.png) no-repeat;}
.social_share #s-renren{ background:url(../images/renren-50.png) no-repeat;}

/* ETtoday著作權聲明 */
.copyright{ font-size:15px; color:#7eb799; font-weight:bold; text-align:center; margin-bottom:15px;}


/*推薦活動/推薦商品...文末連結===*/
.subjcet_news .recom-events { clear:both;font-weight:bold;font-size:15px}
.subjcet_news .recom-events h2 {line-height:30px;color:#000}
.subjcet_news .recom-events p {clear:both;line-height:1.8;margin:5px auto}
.subjcet_news .recom-events p em {color:#E86025;}

/*推薦商品===*/
#for-ec { background-color:#FFF8E7}

/*推薦活動===*/
#for-event {}


/* index.htm 首頁 圖集 ==========================================================================*/
.gallery_1{ width:650px; height:360px; overflow:hidden; position:relative; margin-bottom:20px; margin-top:15px;}
/*滾動*/
.gallery_1 .run .bx-wrapper{ margin:0px;/*外掛歸零*/ }
.gallery_1 .run .bx-wrapper .bx-viewport {border: 0px solid #fff;/*外掛歸零*/ box-shadow: 0 0 0px #ccc;/*外掛歸零*/  left:0px;/*外掛歸零*/}

/*摘要*/
.gallery_1 .summary{ width:640px;/*650*/ height:60px; padding-left:10px; background:#000; position:absolute; left:0px; bottom:0px; font-size:35px; line-height:60px; color:#fff; opacity:0.8;  font-family:Microsoft YaHei;}

/*操作*/
.gallery_1 .operate{}
.gallery_1 .operate .prev{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px 0px; position:absolute; left:0px; top:50%; margin-top:-35px; opacity:0.4;}
.gallery_1 .operate .next{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px -50px; position:absolute; right:0px; top:50%; margin-top:-35px; opacity:0.4;}
.gallery_1 .operate .prev span, .gallery_1 .operate .next span{ display:none;}

/*分頁*/

.gallery_1 .pager{ width:auto; height:15px; position:absolute; right:15px; top:15px; opacity:0.6;}
.gallery_1 .pager a{ display:block; width:15px; height:15px; background:#fff; border-radius:50%; float:left; margin-left:10px;}
.gallery_1 .pager a span{ display:none;}
.gallery_1 .pager a.current{ background:#6edbce;}


/*index.htm 旅遊圖集 縮圖放大 ==========================================================================*/
.gallery_2{ clear:both; margin-bottom:15px;}
.gallery_2 .piece{ width:120px; height:90px; float:left; margin-right:10px; position:relative;}
.gallery_2 .piece img{ border: 1px solid #CCC;}
.gallery_2 .piece .pic_s{}
.gallery_2 .piece .pic_b{ position:absolute; top:0; left:0px; z-index:20;}

/*index.htm首頁頁簽========================================================*/
/*初始隱藏*/
#hot_area .part_thumb_1{ display:none;}

/*album.htm 圖集相本================================================================================== */
.slideshow_1{ width:auto; margin-bottom:15px; position:relative;}
.slideshow_1 h2{ font-size:28px; color:#3e9f7e; font-family:"微軟正黑體"; line-height:50px; text-align:center; font-weight:normal; padding-bottom:5px;}
.slideshow_1 .note{ width:250px; background:#777; margin:0 auto 20px auto; padding:5px 10px; border-radius:2px; font-size:13px; color:#fff; text-align:center;}
.slideshow_1 .pic{ text-align:center; margin-bottom:20px;}
.slideshow_1 .pic img{ box-shadow:0px 0px 1px rgba(0,0,0,0.5);}
/*圖說*/
.slideshow_1 p.summary{ text-align:center; font-size:15px;}
.slideshow_1 p.summary em{}
/*操作*/
.slideshow_1 .operate{}
.slideshow_1 .operate a{ display:block; width:100px; height:100px;}
.slideshow_1 .operate a.prev{ background: url(../images/arrow_2.png)0px 0px no-repeat; position:absolute; left:0px; top:50%; margin-top:-50px;}
.slideshow_1 .operate a.next{ background: url(../images/arrow_2.png)0px -100px no-repeat; position:absolute; right:0px; top:50%; margin-top:-50px;}
.slideshow_1 .operate span{ display:none;}


/*search.htm 搜尋列========================================================*/
.search_bar{ margin:10px auto}
.search_bar .keyword {width:200px;}
.search_bar em {color:#FF3300;}
.search_bar span {color:#FF3300}

/*錯誤404 error.htm===============*/
.error_404{ text-align:center; margin-top:50px; margin-bottom:20px;}
.error_404 strong{ font-size:30px; color:#FF3300;}
.error_404 strong a{ font-size:16px;}

/* 新增區塊 旅遊 熱門新聞============= */
#hot-news-index{}
#hot-news-index .block_title .inner h2{ font-size:20px; color:#3e9f7e; font-family:"微軟正黑體"; font-weight:normal; padding-bottom:5px; border-bottom:1px dotted #CCC;}
#hot-news-index .col_3 h3{ margin-bottom:5px;}
#hot-news-index .col_3 h3 a{ font-size:16px; font-weight:normal;}
#hot-news-index .col_3 h3 a:link, #hot-news-index h3 a:visited{ color:#666666;}
#hot-news-index .col_3 h3 a:hover, #hot-news-index h3 a:active{ color:#006699;}
#hot-news-index .more_box{ display:none;}





/*廣告============================*/
/* header ad_250x50*/
.header .ad_250x50{ width:250px; height:auto; position:absolute; left:320px; top:45px; border:0px solid red;}
.header .ad_250x50 img{ width:250px; height:50px;}

/*index.htm首頁 側欄影音*/
.video_300x225{ width:300px; height:225px; margin-bottom:15px;}

/* banner_300x250 */
.banner_300x250{ clear:both; margin-bottom:15px;}
/* banner_970 */
.banner_970{ margin:0 auto 15px auto;}
/* travel_600x200 */
#travel_600x200{ clear:both; margin-bottom:15px;}
#travel_600x200 img{ width:100%; height:auto;}

/*新聞內頁lineat區塊============================*/
.lineat{ width:300px; height:auto; margin:0 auto 10px auto;}
.lineat img{ width:100%; height:auto;}


/* penname_theme.css */

/* h2.panname_title ======================= */
h2.panname_title{ font-size: 20px; color: #3e9f7e; font-family: "微軟正黑體"; font-weight: normal; padding-left: 10px;}

/* penname_more_box */
.penname_more_box a.btn_more{ font-size: 15px;}
.penname_more_box a.btn_more:link, .penname_more_box a.btn_more:visited{ background:#66cc99; color:#fff;}
.penname_more_box a.btn_more:hover, .penname_more_box a.btn_more:active{}


/* penname_part_pictxt_1 ======================= */
.penname_part_pictxt_1{ margin-bottom: 40px;}
.penname_part_pictxt_1 .piece h3{ font-size: 16px;}
.penname_part_pictxt_1 .piece .summary{ margin-bottom: 10px;}
.penname_part_pictxt_1 .piece .menu a:link, .penname_part_pictxt_1 .piece .menu a:visited{ color:#79808a;}


/* penname_part_pictxt_2======================= */
.penname_part_pictxt_2{ margin-bottom: 40px;}
.penname_part_pictxt_2 .piece{ background: #f7f7f7; padding: 10px; border:1px solid #e1e1e1;}
.penname_part_pictxt_2 .piece a.pic{ margin-bottom: 10px;}
.penname_part_pictxt_2 .piece h3{ margin-bottom: 15px;}
.penname_part_pictxt_2 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_2 .piece h3 span + a:link, .penname_part_pictxt_2 .piece h3 span + a:visited{ color:#79808a;}
.penname_part_pictxt_2 .piece .menu{ border-top:1px dotted #e1e1e1; border-bottom: none;}
.penname_part_pictxt_2 .piece .menu a.fb-like{ position: relative; top: 8px;} 
	

/* penname_part_pictxt_3======================= */
.penname_part_pictxt_3{ margin-bottom: 40px;}
.penname_part_pictxt_3 *{ box-sizing: border-box;}
.penname_part_pictxt_3 .piece h4{ font-weight: normal;  border-bottom:none;}
.penname_part_pictxt_3 .piece h4:not(:nth-last-of-type(1)){ border-bottom: 1px dotted #e1e1e1;}
.penname_part_pictxt_3 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_3 .piece h3 span + a:link, .penname_part_pictxt_3 .piece h3 span + a:visited{ color:#79808a;}


/* penname_part_pictxt_4======================= */
.penname_part_pictxt_4 *{ box-sizing: border-box;}
.penname_part_pictxt_4 .piece{ margin:0px; margin-bottom:30px;}
.penname_part_pictxt_4 .piece:not(:nth-of-type(4n)) { margin-right:1.8%;}
.penname_part_pictxt_4 .piece a.pic img{ width:auto; height:100%;}
.penname_part_pictxt_4 .piece h3 span + a{ font-weight: normal;}
.penname_part_pictxt_4 .piece h3 span + a:link, .penname_part_pictxt_4 .piece h3 span + a:visited{ color:#79808a;}

/* penname_part_pictxt_5======================= */
.penname_part_pictxt_5{ margin-bottom: 40px;}
.penname_part_pictxt_5 *{ box-sizing: border-box;}
.penname_part_pictxt_5 .piece{ width:150px;}
.penname_part_pictxt_5 .piece:not(:nth-of-type(4n)){ margin-right:16px;}
.penname_part_pictxt_5 .piece a.pic{ background: #e1e1e1;}





/* penname_subject ===================*/
.penname_subject{ background:#f4f4f4; letter-spacing:1px;}
.penname_subject .cover.style_1 p.profilepic{ background:#fff; top:15px;}
.penname_subject h3{ font-family:"微軟正黑體"; font-weight:normal; font-size:30px; color:#0078c4;}
.penname_subject h4{ font-family:"微軟正黑體"; font-weight:normal; font-size:16px;}
.penname_subject p.summary{ text-align:center;}
.penname_subject .operate_1{ padding:10px 15px;}
.penname_subject .operate_1 a.penname_btn:link, .penname_subject .operate_1 a.penname_btn:visited{ background:#66cc99; color:#fff;}




/* penname_gallery_1============================ */
.penname_gallery_1{ margin-bottom:30px;}
/*操作*/
.penname_gallery_1 .bx-wrapper .bx-prev{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px 0px; position:absolute; left:0px; top:50%; margin-top:-35px; opacity:0.4;}
.penname_gallery_1 .bx-wrapper .bx-next{ display:block; width:40px; height:50px; background:url(../images/arrow_1.png) no-repeat 0px -50px; position:absolute; right:0px; top:50%; margin-top:-35px; opacity:0.4;}
.penname_gallery_1 .bx-wrapper .bx-next:hover{ background-position: 0px -50px;}
/*分頁*/
.penname_gallery_1 .bx-controls .bx-pager { padding: 0px; width:auto; height:15px; opacity:0.6; position: absolute; right: 0px;  top: 10px;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a{ display:block; width:15px; height:15px; background:#fff; border-radius:50%; float:left; margin-left:10px;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a span{ display:none;}
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a.active{ background:#6edbce;}




/* penname_select 下拉式選單 =======================*/
.penname_select{ padding: 0px; margin-bottom: 15px;}
.penname_select select.select{ border: none; outline: none; /*樣式歸零*/ 
 height: auto; font-size: 16px; font-family: "微軟正黑體"; border: 1px solid #e1e1e1; padding: 5px; }






/* page.css */

/*========================= 迪士尼業配活動 =====================*/
/*
走期： 2016-0509 到 2016-06xx
內容：
主選單 新增一顆按鈕 (11顆) 需調整寬度
首頁頁籤 新增一組頁籤 (6組) 需調整寬度
*/

/*上線的碼*/
.header .nav ul li{ width:89px;}
.tab_x .tab_title .inner li a{ width:108px;}


@media screen and (max-width: 480px) {
	.header{ height:170px;}
	/*.header .nav ul li{ width:33.333%;}*/ /*三圖三文六顆時使用，恢復成六顆時，本行取消mark*/
	.header .nav ul li{ width:25%;} /*三圖三文七顆時使用，恢復成六顆時，本行拿掉*/
	.tab_x .tab_title .inner li { width: 25%;} /*三圖三文七顆時使用，恢復成六顆時，本行拿掉*/
	
}

.tab_x .tab_title .inner li a{ font-size:15px; width:92px;} /*三圖三文，七顆時使用，六顆時本行拿掉*/
/*========================= 阿聯酋航空業配活動 =====================*/
/*
走期： 2016-0905 到 2016-1205
內容：
主選單 新增一顆按鈕 (11顆) 需調整寬度
首頁頁籤 新增一組頁籤 (7組) 需調整寬度
*/

/*上線的碼
.header .nav ul li{ width:89px;}
.tab_x .tab_title .inner li a{ font-size:15px; width:92px;}


@media screen and (max-width: 480px) {
	.header{ height:170px;}
	.header .nav ul li{ width:33.333%;}
}
*/

/*下線的碼
.header .nav ul li:nth-of-type(10), .header .nav ul li:nth-of-type(11){ display:none; border:0px solid red;}
.tab_x .tab_title .inner li:nth-of-type(6n){ display:none; border:0px solid red;}
*/


/*品牌改版=============================*/
/*global.cs*/
/*預設連結狀態*/
a:link, a:visited{ color:#51adde;}




/* latout.css */
.header .nav li.current > a:link, .header .nav li.current > a:visited{ color:#51adde;}

/* ETtoday 東森旅遊雲 logo======== */
.header .logo_ettoday{ width:435px; height:60px; position:absolute; left:20px; top:40px;}
.header .logo_ettoday a{ display:block; width:435px; height:60px; background:url(../images/logo-travel.png) no-repeat;}



/* block.css */

/* block_z1 主欄用 */
.block_z1 .block_title .inner h2{ color:#2e266f;}


/* block_z2 主欄用 依 cookie 添加.thumb切換成縮圖*/
.block_z2 .block_title .inner h2{ color:#2e266f;}

/* block_z3 主欄用 */
.block_z3 .block_title .inner h2{ color:#2e266f;}

/* block_y1 側欄用*/
.block_y1 .block_title .inner h2{ color:#2e266f;}

/* block_y2 側欄用 */
.block_y2 .block_title .inner h2{ color:#2e266f;}



/* part_list_1 文字列表 */
.part_list_1 h2 a:hover, .part_list_1 h2 a:active{ color:#2e266f;}

/* part_list_2 文字列表 */
.part_list_2 h3 a:hover, .part_list_2 h3 a:active{ color:#2e266f;}


/* part_pictxt_3 圖文列表 */
.part_pictxt_3 .box_0 .box_1 .score{ background:#2e266f;}


/* 麵包屑 */
.menu_bread_crumb a:hover, .menu_bread_crumb a:active{ color:#51adde;}
.menu_bread_crumb em{ color:#51adde;}


/* menu_txt_1 類別選單 */
.menu_txt_1 a.current{ background:#51adde;}

/* news.htm 新聞模組 =====================*/
.subjcet_news .title{ color:#51adde;}


/* 點評 */
.subjcet_news .reviews{ margin-bottom:10px; color:#999;}
.subjcet_news .reviews strong{ border-left:3px solid #999; padding-left:5px;}
/* 本文 ============ */
.subjcet_news .story strong{ color:#51adde;}
.subjcet_news .story em{ color:#e94c15;}


/* ETtoday著作權聲明 */
.copyright{ color:#51adde;}


/*推薦活動/推薦商品...文末連結===*/
.subjcet_news .recom-events p em {color:#e94c15;}


.gallery_1 .pager a.current{ background:#51adde;}


/*album.htm 圖集相本================================================================================== */
.slideshow_1 h2{ color:#51adde;}



/*search.htm 搜尋列========================================================*/
.search_bar{ margin:10px auto}
.search_bar .keyword {width:200px;}
.search_bar em {color:#e94c15;}
.search_bar span {color:#e94c15;}


/*錯誤404 error.htm===============*/
.error_404 strong{ color:#e94c15;}

/* 新增區塊 旅遊 熱門新聞============= */
#hot-news-index .block_title .inner h2{ color:#2e266f;}
#hot-news-index .col_3 h3 a:hover, #hot-news-index h3 a:active{ color:#2e266f;}





/* penname_theme.css */
/* h2.panname_title ======================= */
h2.panname_title{ color: #51adde;}

/* penname_more_box */
.penname_more_box a.btn_more:link, .penname_more_box a.btn_more:visited{ background:#51adde;}

/* penname_subject ===================*/
.penname_subject h3{ color:#51adde;}
.penname_subject .operate_1 a.penname_btn:link, .penname_subject .operate_1 a.penname_btn:visited{ background:#51adde;}


/* penname_gallery_1============================ */
.penname_gallery_1 .bx-controls .bx-pager .bx-pager-item a.active{ background:#51adde;}





































