/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

/* change colours to suit your needs */
ins {
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}/*================global.css===============================*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/*所有通用設定-----------------------------------------------------------------------*/
body { font-family: Meiryo, "Meiryo UI","微軟正黑體",Arial, Helvetica, sans-serif, "新細明體";  font-size:15px; line-height:1.8; font-weight:normal; color:#373737;}

/*預設連結狀態*/
a:link, a:visited { color:#373737; text-decoration:none;}
a:hover, a:active { color:#6ab235; text-decoration:none; }

/*圖片無框*/
a img { border:none; }
/*h標題設定*/
h1 { font-size:22px; font-weight:normal;}
h2 { font-size:20px; font-weight:normal;}
h3 { font-size:18px; font-weight:normal;}
h4 { font-size:16px; font-weight:normal;}
h5 { font-size:14px; font-weight:normal;}

/*去除圖片底下空白*/
img{vertical-align: bottom; }

/*清除 clearfix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {*zoom: 1; _zoom: 1; }

/*反白換顏色*/
::-moz-selection{ background-color:#7ba25f; color:#fff;}
::selection{ background-color:#7ba25f; color:#fff;}


/*gototop 滾回網頁最上面 ============*/
.gototop{ width:82px; height:82px; text-indent:-9999px; background:url(../images/gototop.png) no-repeat; background-size:60px 60px; opacity:0.9; position:fixed; bottom:30px; right:30px; cursor:pointer; z-index:10; display:none; }
/*btn_message新聞內頁留言 ==========*/
.btn_message{width:82px; height:82px; text-indent:-9999px; background:url(../images/btn_message.png) no-repeat; background-size:60px 60px; opacity:0.9; position:fixed; bottom:100px; right:30px; cursor:pointer; z-index:10; display:none; }

/*修正FB*/
.fb_iframe_widget{ display:block;}
.fb-page{ margin:0 auto;}
/*=====================================layout==================================*/
.wrapper{}
.header_box{}
.header{width:1200px; height:185px; margin:0 auto; border-top:8px solid #ffed51; position:relative;}

.container{width:1200px; margin:0 auto; padding-top: 40px; background: url(../images/bg_container.jpg) repeat-x;}
/*一欄式*/
.container .r1{margin-bottom: 30px;}
.container .r1 .c1{ }

/*二欄式*/
.container .r2{}
.container .r2 .c1{width:860px; float:left;}
.container .r2 .c2{width:300px; float:right;}

.footer_box{}
.footer{width:1200px; height:180px; background:#6ab235; padding:30px; margin:0 auto; position:relative;}

/*========================== 以上版型 ===========================*/

/*logo ========*/
.header h2.logo_lemon{width:380px; height:62px; position:absolute; left:0; top:35px;}
.header h2.logo_lemon a{display:block; width:182px; height:62px; background:url(../images/logo_lemon.png) no-repeat; text-indent:-9999px; background-size:182px auto;} 
.header h2.logo_lemon p.slogan{ font-size:18px; font-weight:bold; position: absolute; right: 0px; bottom: 0px;}

/*nav_1 =========*/
.nav_1{width:1200px; height:45px; background:#76c63b; position:absolute; bottom:0px; left:0px; z-index: 500;}
.nav_1 ul.inner{}
.nav_1 li{height:45px; line-height:45px; float:left; position:relative;}
.nav_1 li a{display:block; height:45px; padding: 0 10px; text-align:center; font-size:18px; color:#255600;}
.nav_1 li a:hover{background:#ffed51;}
.nav_1 li a.current{display:inline-block; background:#ffed51;}
/*.sub*/
.nav_1 li a +.sub{width:110px; position:absolute; left:0; top:45px; z-index: 100; display:none;}
.nav_1 li a +.sub a{display:block; width:110px; height:45px; float:none; background:#76c63b; border-bottom:1px solid #67af32;}
.nav_1 li a +.sub a:last-child{border-bottom:0px;}
.nav_1 li a +.sub a:hover{background:#ffed51;}
.nav_1 li:hover a + .sub{display:block;}

/*clone==========*/
.nav_1_clone{width:1200px; position:fixed; left:50%; top:0px; transform:translateY(-500px); z-index:20;}

/*search_box==========*/
.header .search_box{display:inline-block; width:200px; height:30px; margin-right:10px; position:relative;}
.header .search_box .txt_area {display:block; width:100%; height:30px; padding-left:10px; background:#faf9f7; font-size:13px; color:#999; border:1px solid #ddd; border-radius:3px;}
.header .search_box .txt_area:focus{outline:none; border-color:#6ab235;}
.header .search_box .btn{display:block; width:25px; height:25px; border:0px; text-indent:-9999px; background:url(../images/btn_search.png); position:absolute; right:5px; top:2px; cursor:pointer;}


/*menu_1 =========*/
.header .menu_1{width: 330px; height: 30px; position:absolute; right:0px; top:60px; }
/*icon*/
.header .menu_1 a{display:inline-block; width:30px; height:30px; text-indent:-9999px; background:url(../images/icon_header.jpg) no-repeat;}
.header .menu_1 a.icon_fb{background-position:0px 0px;}
.header .menu_1 a.icon_ig{background-position:-30px 0px;}
.header .menu_1 a.icon_yt{background-position:-60px 0px;}

/*footer==================*/
.footer .box_1{width:200px; float:left; margin-right:90px;}
.footer .box_2{width:520px; float:left; text-align:center;}
.footer .box_3{width:186px; float:right;}

/*logo*/
.footer h2.logo_ettoday{width:194px; height:44px; text-indent:-9999px; background:url(../images/logo_ettoday.png) no-repeat; float:left;}

/*footer_menu*/
.footer .box_2 .footer_menu{color:#fff;}
.footer .box_2 .footer_menu a{color:#fff;}
.footer .box_2 .footer_menu a:hover{text-decoration:underline;}

/*address*/
.footer .box_2 address{line-height:21px; color:#fff;}
.footer .box_2 address a{color:#fff;}
.footer .box_2 address a:hover{text-decoration:underline;}

/*App*/
.footer .box_3 .item{display:inline-block; text-align:center; color:#fff;}
.footer .box_3 .item:nth-of-type(1){margin-right:8px;}
.footer .box_3 .item .pic{width:82px; height:82px;}
.footer .box_3 .item.ios .pic{background:url(../images/app_ios.jpg) no-repeat;}
.footer .box_3 .item.android .pic{background:url(../images/app_and.jpg) no-repeat;}

























/*============================block==================================*/

.block_1{margin-bottom:30px; clear: both;}
.block_1 .block_title{margin-bottom:30px; position:relative;clear: both;}
.block_1 .block_title h3{display:inline-block; height:40px; line-height:43px; font-size:24px; font-weight:bold; padding:0px 8px 0px 30px; background-color:#ffed51; border-radius:26px 0px 0px 0px; position:relative;}
.block_1 .block_title h3::before{display:block; content:''; width:27px; height:46px; background:url(../images/icon_block.png); position:absolute; left:-4px; top:-2px; z-index:1;}
.block_1 .block_title a.btn_switch{display:inline-block; height:22px; line-height:22px; padding-left: 28px; background:url(../images/icon_switch.jpg) no-repeat;  position:absolute; top:10px; right:0;}
.block_1 .block_content{clear: both;}


/*分頁組件=======*/
.menu_page{clear:both; text-align:center; margin-bottom:20px;}
.menu_page span,
.menu_page a{display:inline-block; width:38px; height:38px; line-height:38px; font-size:18px; margin-right:5px;}
.menu_page a:hover,.menu_page a:active{background:#f3e85a; color:#000; border-radius:50%;}
.menu_page span.current{background:#f3e85a; color:#000; border-radius:50%;}
.menu_page span.disabled{text-decoration:none; color:#DDDDDD;}
.menu_page .info{clear:both; padding-top:20px; color:#333;}

/*switch_box======*/
.switch_box{text-align:center;}
.switch_box a.btn_switch{display:inline-block; width:260px; height:47px; line-height:47px; font-size:18px; color:#255600; text-align:center; background:#6ab235;} 
.switch_box a.btn_switch:hover{background:#5fa22d;}
.switch_box a.btn_switch .icon{display:inline-block; width:30px; height:20px; vertical-align:middle; background:url(../images/icon_switch_2.png) no-repeat; margin-right:10px;}

/*分享組件=============*/
.part_social_1{}
.part_social_1 .fb-share-button{margin-bottom:10px;}
.part_social_1 .fb-like{ margin-bottom: 10px;}
.part_social_1 .box{margin-bottom:16px;}
.part_social_1 .box a{display:inline-block; width:46px; height:46px; background:url(../images/icon_social_1.png) no-repeat; text-align:center; padding-top:50px; }
.part_social_1 .box .subscribe{background-position:0px 0px;}
.part_social_1 .box .fans{background-position:-46px 0px;}
.part_social_1 .box .ig{background-position:-92px 0px;}
.part_social_1 a.btn_more{display:inline-block; width:150px; height:30px; line-height:30px; font-size:18px; color:#6ab235; padding-left:35px; background:url(../images/icon_more.png) no-repeat; background-position:left center;}


/* share_box ====================*/
.share_box{border:0px solid green; height:20px; line-height:20px;}
.share_box a.message{display:inline-block; height:20px; vertical-align:middle; padding:1px 5px 3px 5px; border-radius:3px; font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold; color:#fff; background:#4267b2;}
.share_box a.message span{vertical-align:top; font-weight:normal;}



/* part_txt_1=========*/
.part_txt_1{ margin-bottom: 30px;}
.part_txt_1 h4{ font-size: 24px; text-align: center;  padding: 10px 0; border-top: 4px solid #76c63b; border-bottom: 1px solid #f0f0f0;}
.part_txt_1 h4 .icon{ display: inline-block; width: 50px; height: 40px;  background: url(../images/icon_lemon.png) no-repeat; background-size: auto 40px; position: relative; top: 5px;}
.part_txt_1 h4 .icon_1{background-position: 0px 0px;}
.part_txt_1 h4 .icon_2{ background-position: -50px 0px;}
.part_txt_1 h4 .icon_3{ background-position: -100px 0px;}
.part_txt_1 h4 .icon_4{ background-position: -150px 0px;}
.part_txt_1 h4 .icon_5{ background-position: -200px 0px;}
.part_txt_1 h4 .icon_6{ background-position: -250px 0px;}
.part_txt_1 a{ display: block; font-size: 16px; border-bottom: 1px solid #f0f0f0; padding-bottom: 3px; margin-bottom: 3px;}
.part_txt_1 a::before{display: block; content: ''; width: 18px; height: 24px; margin-right:3px; background:url(../images/icon_editer.png) no-repeat; vertical-align: middle; float: left;}


/* part_pictxt_1=================*/
.part_pictxt_1{}
.part_pictxt_1 .piece{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #f0f0f0; position:relative;}
.part_pictxt_1 .piece a.pic{display:block; width:340px; height:192px; float:left; margin-right:24px; overflow:hidden;}
.part_pictxt_1 .piece a.pic img{width:340px; height:auto;}
.part_pictxt_1 .piece .box{ height: 30px; position: relative;}
.part_pictxt_1 .piece .box h4{}
.part_pictxt_1 .piece .box h4 a{display:inline-block; height:22px; line-height:22px; vertical-align:bottom; color:#6ab235; margin-bottom:10px;}
.part_pictxt_1 .piece .box h4 a::before{display:inline-block; content:''; width:14px; height:22px; margin-right:3px; background:url(../images/icon_editer.png) no-repeat; vertical-align:bottom;}
.part_pictxt_1 .piece .box .fb-share-button{position: absolute; right: 0px; top: -8px;}
.part_pictxt_1 .piece h3{font-size:24px; line-height:1.4; margin-bottom:12px;}
.part_pictxt_1 .piece h3 a{}
.part_pictxt_1 .piece .summary{font-size:16px; margin-left: 364px;}



/* part_pictxt_2=================*/
.part_pictxt_2{}
.part_pictxt_2 .piece{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #f0f0f0;}
.part_pictxt_2 .piece .box_1{width:200px; float:left; margin-right: 30px;}
/*box_1*/
.part_pictxt_2 .box_1 a.pic{display:block; width:200px; height:200px; margin-bottom:20px; border-radius:50%; border:1px solid #f0f0f0; overflow:hidden;}
.part_pictxt_2 .box_1 a.pic img{width:auto; height:100%;}
.part_pictxt_2 .box_1 h4 a{display:inline-block; height:22px; line-height:22px; vertical-align:bottom; color:#6ab235; margin-bottom:10px;}
.part_pictxt_2 .box_1 h4 a::before{display:inline-block; content:''; width:14px; height:22px; margin-right:3px; background:url(../images/icon_editer.png) no-repeat; vertical-align:bottom;}
.part_pictxt_2 .box_1 .info{margin-bottom:10px;}
.part_pictxt_2 .box_1 .info span{font-size:14px;}
.part_pictxt_2 .box_1 .info span em{color:#6ab235; font-size:16px; font-style:normal; margin-right: 3px;}
/*box_2*/
.part_pictxt_2 li{display:inline-block; width:300px; vertical-align:top; position:relative;}
.part_pictxt_2 li:nth-child(1){margin-right:20px;}
.part_pictxt_2 li a.pic{display:block; width:300px; height:191px; margin-bottom:12px; overflow:hidden;}
.part_pictxt_2 li a.pic img{width:340px; height:auto;}
.part_pictxt_2 li .fb-share-button{margin-bottom:8px;}
.part_pictxt_2 li h4{font-size:24px; line-height:1.5; letter-spacing:-1px;}
.part_pictxt_2 li h4 a{}
.part_pictxt_2 li .summary{font-size:16px;}


/* part_pictxt_3===============*/
.part_pictxt_3{}
.part_pictxt_3 .piece{border-bottom:1px solid #f0f0f0; margin-bottom:20px; padding-bottom:20px;}
.part_pictxt_3 .piece a.pic{display:block; width:200px; height:200px; float:left; border-radius:50%; border:1px solid #f0f0f0; margin-right:20px; overflow:hidden;}
.part_pictxt_3 .piece a.pic img{width:auto; height:100%;}
.part_pictxt_3 .piece h4{font-size:24px;}
.part_pictxt_3 .piece h4 a{}
.part_pictxt_3 .piece .info{margin-bottom:10px;}
.part_pictxt_3 .piece .info span{font-size:14px;}
.part_pictxt_3 .piece .info span em{color:#6ab235; font-size:16px; font-style:normal; margin-right: 5px;}
.part_pictxt_3 .piece .summary{ display: block; width:450px; float: left;}
.part_pictxt_3 .piece .part_social_1{width:150px; float:right; margin-left:20px;}



/* part_pictxt_4=====================*/
.part_pictxt_4{}
.part_pictxt_4 .piece{width:415px; float:left; margin:0px 30px 40px 0px;}
.part_pictxt_4 .piece:nth-child(2n+2){margin-right:0px;}
.part_pictxt_4 .piece a.pic{display:block; width:90px; height:90px; float:left; margin-right:20px; overflow:hidden;}
.part_pictxt_4 .piece a.pic img{width:100%; height:auto;}
.part_pictxt_4 .piece h4{font-size:24px;}
.part_pictxt_4 .piece h4 a{}
.part_pictxt_4 .piece .summary{}



/* part_pictxt_5 每站共用=====================*/
.part_pictxt_5{}
.part_pictxt_5 .item{clear:both; margin-bottom:15px;}
.part_pictxt_5 .item a.pic{display:block; float:left; width:75px; height:75px; margin-right:10px; border:1px solid #ccc;}
.part_pictxt_5 .item a.pic img{max-width:100%; height:auto;}
.part_pictxt_5 .item h5{font-size:14px;}
.part_pictxt_5 .item h5 a{}
.part_pictxt_5 .item p{}



/*.part_thumb_1===================*/
.part_thumb_1{}
.part_thumb_1 .piece{margin-bottom:45px;}
.part_thumb_1 .piece a.pic{display:block; width:300px; height:169px; margin-bottom:10px; overflow:hidden;}
.part_thumb_1 .piece a.pic img{width:100%; height:auto;}
.part_thumb_1 .piece h4{font-size:18px;}
.part_thumb_1 .piece h4 a{} 


/*.part_thumb_2===================*/
.part_thumb_2{}
.part_thumb_2 .piece{width:160px; float:left; margin-right:15px;}
.part_thumb_2 .piece:nth-last-of-type(1){margin-right:0px;}
.part_thumb_2 .piece a.pic{display:block; width:160px; height:90px; margin-bottom:10px; overflow:hidden;}
.part_thumb_2 .piece a.pic img{width:100%; height:auto;}
.part_thumb_2 .piece h4{font-size:16px;}
.part_thumb_2 .piece h4 a{} 


/*promote首頁發現作者圖片==========*/
.promote{width:860px; height:144px; margin-bottom:40px; overflow:hidden}
.promote img{width:100%; height:auto;}




/*gallery_1 圖集==========================*/
.gallery_1{width:1200px; position:relative; border-bottom:1px solid #f0f0f0; padding-bottom: 30px;}
/*外掛歸零*/
.gallery_1 .bx-wrapper .bx-viewport{box-shadow:none; border:none; left:0px;}
.gallery_1 .bx-wrapper{ margin: 0px;}
/*組*/
.gallery_1 .run .inner .piece{width:1200px;}

/*box_1====*/
.gallery_1 .piece .box_1{position:relative; padding-bottom:40px; margin-bottom:40px;} 
.gallery_1 .piece .box_1::before{display:block; content:''; width:1200px; height:10px; background:url(../images/bg_line.jpg) repeat-x; position:absolute; left:0; bottom:0; z-index:10;}
.gallery_1 .piece .box_1 a.pic{width:140px; height:140px; float:left; border-radius:50%; margin-right:20px; overflow:hidden;} 
.gallery_1 .piece .box_1 a.pic img{width:auto; height:100%;} 
.gallery_1 .piece .box_1 h4{font-size:24px;} 
.gallery_1 .piece .box_1 h4 a{}
.gallery_1 .piece .box_1 .oprate{}
.gallery_1 .piece .box_1 .oprate span{}
.gallery_1 .piece .box_1 .oprate span:nth-child(1){border-right:1px solid #f0f0f0; padding-right:5px; margin-right:5px;}
.gallery_1 .piece .box_1 .oprate span em{color:#6ab235; font-size:15px; font-style:normal; margin-right:5px;}
.gallery_1 .piece .box_1 .summary{}

/*新聞列表======*/
.gallery_1 .piece li{width:340px; float:left; margin-right:90px;}
.gallery_1 .piece li:last-of-type{margin-right:0;}
.gallery_1 .piece li a.pic{display:block; width:340px; height:192px; margin-bottom:10px; overflow:hidden;}
.gallery_1 .piece li a.pic img{width:100%; height:auto;}
.gallery_1 .piece li h4{font-size:24px; line-height:30px;}
.gallery_1 .piece li h4 a{}

/*operate=====*/
.gallery_1 .operate{position:absolute; right:0; top:0;}
.gallery_1 .operate span{display:inline-block; width:30px; height:30px; white-space:nowrap; text-indent:-9999px; cursor:pointer;}
.gallery_1 .operate .btn_prev{background:#76c63b url(../images/icon_arrow.png) no-repeat; background-position:0px 0px;}
.gallery_1 .operate .btn_next{background:#76c63b url(../images/icon_arrow.png) no-repeat; background-position:-30px 0px;}

/*麵包屑=======*/
.breadcrumb_box{margin-bottom:15px;}
.breadcrumb_box .part_breadcrumb{float:left;}
.breadcrumb_box .part_breadcrumb > div{display:inline-block;}
.breadcrumb_box .date{float:right;}

/*subject_article==================*/

/*subjcet_headline*/
.subjcet_headline h1.title{font-size:30px}
.subjcet_headline p.comment{background:#f0f0f0; padding:15px;}

/*oprate_1*/
.subject_article .oprate_1{margin-bottom:30px;}
.subject_article .oprate_1 .fb-like{}
.subject_article .oprate_1 .icon_adult{width:50px; height:50px; float:right; background:url(../images/icon_adult.png) no-repeat; border-radius: 3px;}

/*內文*/
.subject_article .story{margin-bottom:20px;}
.subject_article .story p{font-size:18px; margin-bottom:30px;}
.subject_article .story img{max-width:860px; height:auto; margin-bottom:20px;}
.subject_article .story a{color:#ed642c;}
/* 影片 */
.subject_article .story iframe, .subject_article .story object, .subject_article .story embed{margin-bottom:25px;}
.subject_article .story .instagram-media{margin-bottom:25px;}

/*tag*/
.subject_article .tag{margin-bottom:20px;}
.subject_article .tag span{}
.subject_article .tag a{display:inline-block; padding:0 5px; color:#255600; background:#cadfba; margin: 0px 5px 5px 0px;}
.subject_article .tag a:hover{background:#a6d286;}

/*part_menu_1======*/
.subject_article .part_menu_1{clear:both; margin-bottom:40px;}
.subject_article .part_menu_1 a{display:inline; width:35px; height:35px; float:left; background:url(../images/icon_002_35x35.png) no-repeat; margin-right:5px;border-radius:3px;}
.subject_article .part_menu_1 a.message{width:140px; line-height:35px; text-align:center; color:#fff; font-size:14px; background:#72bd3a;}
.subject_article .part_menu_1 a.fb{background-position:-35px 0px; text-indent:100%; white-space:nowrap; overflow:hidden;}
.subject_article .part_menu_1 a.weibo{background-position:-105px 0px; text-indent:100%; white-space:nowrap; overflow:hidden;}
.subject_article .part_menu_1 a.gplus{background-position:-140px 0px; text-indent:100%; white-space:nowrap; overflow:hidden;}
.subject_article .part_menu_1 .icon_print{display:block; width:35px; height:35px; float:left; background:url(../images/icon_002_35x35.png)-210px 0px no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; cursor:pointer; border-radius:3px;}


/*oprate_2==============*/
.subject_article .operate_2{padding:30px; text-align:center; background:#f8f8f8;}
.subject_article .operate_2 .menu{}
.subject_article .operate_2 .menu li{display:inline-block; width:50px; height:40px; background:url(../images/icon_lemon.png); background-size:auto 40px; margin-right:10px; cursor:pointer;}
.subject_article .operate_2 .menu li span{position:relative; top:44px; display:none;}
.subject_article .operate_2 .content{padding:10px; border:1px solid #ccc; border-radius:5px; box-shadow:0px 0px 5px #ddd; background:#fff; margin-bottom:20px; display:none;}
.subject_article .operate_2 .content .item{display:none;}
.subject_article .operate_2 .content h5{font-size:26px; margin-bottom:10px;}
.subject_article .operate_2 .content a{display:block; font-size:18px; margin-bottom:10px;}

/*檸檬icon*/
.subject_article .operate_2 .menu li:nth-of-type(1){background-position:0px 0px;}
.subject_article .operate_2 .menu li:nth-of-type(2){background-position:-50px 0px;}
.subject_article .operate_2 .menu li:nth-of-type(3){background-position:-100px 0px;}
.subject_article .operate_2 .menu li:nth-of-type(4){background-position:-150px 0px;}
.subject_article .operate_2 .menu li:nth-of-type(5){background-position:-200px 0px;}
.subject_article .operate_2 .menu li:nth-of-type(6){background-position:-250px 0px;}

/*三角形箭頭*/
.subject_article .operate_2 .arrow{width:25px; position:relative; top:-14px; left:20px; transition:all 0.2s ease-out; display:none;}
.subject_article .operate_2 .arrow:before{content:''; position:absolute; top:0px; left:0px; border-bottom:15px solid #999; border-left:15px solid transparent; border-right:15px solid transparent;}
.subject_article .operate_2 .arrow:after{content:''; position:absolute; left:1px; top:1px; border-bottom:14px solid #ffffff; border-left:14px solid transparent; border-right:14px solid transparent;}
.subject_article .operate_2 .download_app a{ font-size: 18px;}


/*新聞內頁 作者模組============*/
.editor_box{margin-bottom: 30px;}
.editor_box a.pic{display:block; width:200px; height:200px; margin:0 auto 30px auto; overflow:hidden; border-radius:50%;}
.editor_box a.pic img{width:auto; height:100%;}
.editor_box h4{font-size:18px; line-height:1.4; padding-left:15px; margin-bottom:30px; position:relative;}
.editor_box h4 a{}
.editor_box h4::before{display:block; content:''; width:5px; height:50px; background:#f0f0f0; position: absolute; left:0px; top:0px;}
.editor_box h4::after{display:block; content:'';  width:300px; height:10px; background:url(../images/bg_line.jpg) repeat-x; position:absolute; left:0px; bottom:-20px;}
.editor_box .info{margin-bottom:10px;}
.editor_box .info em{color:#6ab235; font-size:16px; font-style:normal; margin-right:5px;}
.editor_box .info span{font-size:14px;}
.editor_box a.btn_more{ display: block; padding: 0px 5px; text-align: center; color: #6ab235; border: 2px solid #6ab235; border-radius: 3px; float: right;}
.editor_box a.btn_more:hover{ background: #6ab235; color: #fff;}


/*作者文章列表頁 subject_editor============*/
.subject_editor{padding-bottom:40px; margin-bottom:40px; position:relative;}
.subject_editor::before{display:block; content:''; width:860px; height:10px; background:url(../images/bg_line.jpg) repeat-x; position:absolute; left:0; bottom:0; z-index:10;}
/*cover*/
.subject_editor .cover{width:860px; height:266px; margin-bottom:40px; overflow:hidden}
.subject_editor .cover img{width:100%; height:auto;}
.subject_editor a.pic{display:block; width:140px; height:140px; float:left; margin-right:20px; border-radius:50%; overflow:hidden;} 
.subject_editor a.pic img{width:auto; height:100%;} 
.subject_editor h4{font-size:24px;} 
.subject_editor h4 a{}
.subject_editor .summary{ display: block; width:500px; float: left;}
.subject_editor .info{}
.subject_editor .info span{}
.subject_editor .info span em{color:#6ab235; font-size:15px; font-style:normal; margin-right:5px;}
.subject_editor .part_social_1{float:right;}



/*subject_topic======*/
.subject_topic{padding-bottom:30px; margin-bottom:40px; position:relative;}
.subject_topic::before{display:block; content:''; width:860px; height:10px; background:url(../images/bg_line.jpg) repeat-x; position:absolute; left:0px; bottom:0px; z-index:10;}
.subject_topic p.pic{width:90px; height:90px; float:left; margin-right:20px; overflow:hidden;}
.subject_topic p.pic img{width:100%; height:auto;}
.subject_topic h3{font-size:24px;}
.subject_topic a.btn_subscribe{display:block; line-height:30px; position:absolute; left:110px; bottom:30px}
.subject_topic a.btn_subscribe::before{display:inline-block; content:''; width:30px;height:30px; vertical-align:middle; background:url(../images/icon_social_1.png); background-size:auto 30px; margin-right:10px;}
.subject_topic .menu_order{position:absolute; right:0px; bottom:30px;}
.subject_topic .menu_order a{}
.subject_topic .menu_order em{display:inline-block; margin:0 10px;}



/*search_box==================*/
.subject_search .search_box{padding:15px; border:1px solid #eee; margin-bottom:20px;}
.subject_search .search_box form{margin-bottom:10px; position:relative;}
.subject_search .search_box input.txt_area{display:inline-block; width:300px; height:30px; padding-left:10px; background:#faf9f7; font-size:13px; color:#999; border:1px solid #ddd; border-radius:3px;}
.subject_search .search_box .btn{display:inline-block; width:80px; height:30px; background:#76c63b; color:#fff; border:0px; border-radius:3px; cursor:pointer;}
.subject_search p{}
.subject_search p strong{margin:0 10px; color:#76c63b;}




















/*================================= page =========================================*/
/* 模組 新聞內頁 分享按鈕====*/
#et_sticky_pc{ width: 50px; height: 0px;/*彈性高度*/ position: fixed; left:50%; top: 5px; margin-left:-650px; z-index: 10; overflow: hidden; transition: height 0.6s ease-in-out;}
#et_sticky_pc a.btn{ display: block; width: 40px; height: 40px; background: url(../images/et_sticky_pc.png) no-repeat; background-size: auto 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; margin-bottom: 5px; box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
#et_sticky_pc a.btn.logo{ background-position: 0px 0px;}
#et_sticky_pc a.btn.fb{ background-position: -40px 0px;}
#et_sticky_pc a.btn.weibo{ background-position: -80px 0px;}
#et_sticky_pc a.btn.twitter{ background-position: -120px 0px;}
#et_sticky_pc a.btn.gplus{ background-position: -160px 0px;}
#et_sticky_pc a.btn.link{ background-position: -200px 0px;}


/*廣告==========================*/
/*轟天雷廣告*/
.top-sky {width:1000px; margin:0 auto; text-align:center; position:relative;}
/*超級大橫幅*/
.ad970 { width:970px; margin:10px auto;}
/*巨幅*/
.ad_300x250{ margin-bottom:30px; }
/*大型摩天*/
.ad_300{ margin-bottom:30px; }
/*首頁大圖(徵文活動上方)*/
.ad_700{ margin:0px auto 20px; text-align:center; }
/*首頁大圖(徵文活動上方)*/
.ad_700{ width:100%; margin:0px auto 20px; padding:0px 10px; text-align:center; position: relative;}
.ad_700 img{ max-width:100%;}
.ad_700 span{ width: calc(100% - 20px); position: absolute; bottom: 0px; left: 0px; padding:5px 10px; margin: 0px 10px; text-align: center; font-size:24px; font-weight: bold; background: rgba(105,180,50,0.8); color:#fff; }
