<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
	CSS Document
	RWD....rwd_style.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,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video{
	font-size:inherit;
}
body{
	font-size:18px;
	color:#111;
	line-height:1.3;
	background:#f7f7f7;
}
a:link, a:visited, a:active{
	color:#111;
}
aside ul a:hover,
.box440 .videoLiveTit:hover,
.box440 .title:hover,
.week_hot a.title h3:hover,
.content940 a:hover,
.c_box .big_box h3:hover{
    color:#c00;
}
img{
	width:100%;
	height:auto;
}
.content{
	width:100%;
	max-width:1260px;
	margin:15px	auto 0;
}
.content940{
	width:calc(100% - 300px - 20px);
	max-width:940px;
	margin:0 auto;
	float:left;
}
aside{
    width:300px;
    float:right;
}
section.parent{
    width:100%;
    overflow:hidden;
}
.v_icon{
    width:20px;
    height:auto;
    margin-left:8px;
    display:inline-block;
    vertical-align:middle;
}
.hiddenBlock{
    display: none;
}

/* Youtube RWD */
.videoMask,
.video_rwd{
    height:0;
    padding-bottom: 71.5%;
    background: #fff;
    overflow:hidden;
    position: relative;

}
.video_rwd iframe,
.video_rwd object,
.video_rwd embed{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.slideYouTube{
    display: flex;
    flex-direction: column;
}
/* AD */
.suggest div{
    margin:0 0 20px 0;
}
.suggest .ad_bg div{
    display:inline-block;
    margin:0 10px;
}
.ad.m{
    display: none;
} /*電腦版時隱藏手機版dfp*/

/* Date */
.datebox p{
    display:block;
    float:right;
    width:30%;
    max-width:300px;
    font-size:14px;
    letter-spacing:0.5px;
    text-align:center;
    color:#666;
    padding:12px 0;
}


/*------------------------------*\
               Label
\*------------------------------*/
/*
    *labelA...breakingnews(mobile), channel
    *labelB...ltn_video
    *labelC...event
    *labelD...market
    *labelE...week_hot, ch_en
*/

/* Left */
.labelA,
.labelB,
.labelC{
    display:block;
    margin-bottom:12px;
    padding-bottom:5px;
    overflow:hidden;
    position: relative;
}
.labelB{
    margin-bottom:20px;
}
.labelC{
    float:right;
    width:calc(100% - 35.5%);
    margin-bottom:15px;
}
.labelA::after,
.labelB::after,
.labelC::after{
    content:'';
    display:block;
    width:100%;
    height:3px;
    background:#bbbbbb;
    position:absolute;
    bottom:0;
    left:0;
}
.labelB::after{
    height:1px;
    background:#e8ae2b;
}
.labelC:before{
    content:'';
    display:block;
    width:30%;
    height:3px;
    background:#e8ae2b;
    position:absolute;
    bottom:0;
    z-index:1;
}
.labelA b{
    font-size:30px;
    font-weight:bold;
    float:left;
}
.labelC b{
    font-size:30px;
    font-weight:bold;
    color:#856317;
    margin-left:6%;
}
.labelA b:after{
    content:'';
    display:block;
    width:100%;
    height:3px;
    background:#e8ae2b;
    position: relative;
    left:0;
    bottom:-5px;
    z-index:1;
    position: relative;
}
.labelA .triangle{
    position:absolute;
    bottom:15px;
    right:5px;
}
.labelB .triangle,
.labelC .triangle{
    position:absolute;
    bottom:12px;
    right:5px;
}
.labelA .triangle:before,
.labelB .triangle:before,
.labelC .triangle:before{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #e8af2b;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #e8af2b;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* Right */
.labelD{
    display:block;
    background:#e8ae2b;
    padding:10px;
}
.labelD b{
    display:inline-block;
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.labelD .triangle:before,
.labelE .triangle:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #fff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    margin:6px 0;
    float:right;
}
.labelE{
    display:block;
    padding:10px 10px 7px 10px;
}
.labelE b{
    display:inline-block;
    font-size:20px;
    font-weight:bold;
}
.labelE .triangle:before{
    border-color: transparent transparent transparent #7f6b3e;
    _border-color: #000000 #000000 #000000 #7f6b3e;
}

/**/
h2 a.triangle:hover:before{
    border-color: transparent transparent transparent #b78d2e;
    _border-color: #000000 #000000 #000000 #b78d2e;
}
h2 a b:hover{
    color:#7f6b3e;
}

/*--即時新聞more三角--*/
.labelE a.bknews_triangle{
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    color:#7f6b3e;
    float:right;
    padding-top:2px;
}

.labelE a.bknews_triangle:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 9px;
    border-color: transparent transparent transparent #7f6b3e;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    margin:5px 0 0 5px;
    float:right;
}

.labelE a.bknews_triangle:hover,
.labelE a.bknews_triangle:hover:before{
    color:#b78d2e;
    border-color: transparent transparent transparent #b78d2e;
    _border-color: #000000 #000000 #000000 #b78d2e;
}

/*------------------------------*\
        FIRST PART - LEFT
\*------------------------------*/
.first_part{
    margin-bottom:8px;
}
.first_part .moreBtn{
    display: none;
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    color: #7f6b3e;
    text-align: center;
    background: #fff;
    border: 1px solid #7f6b3e;
    border-radius: 3px;
    padding: 4px 0;
    margin: 0 auto 20px;
}

/* Swiper */
.first_part .swiper-slide a{
    overflow:hidden;
}
.first_part .swiper-slide{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
.first_part .swiper-button-prev::before,
.first_part .swiper-button-next::before{
    display:block;
    width:100%;
    height:100%;
    text-shadow:1px 1px 6px #000;
    opacity: 0.8;
}
.first_part .swiper-button-prev::before{
    content:"";
    background: url(../images/bt_left.png) no-repeat center;
    background-size:70%;
}
.first_part .swiper-button-next::before{
    content:"";
    background: url(../images/bt_right.png) no-repeat center;
    background-size:70%;
}

/* Jumbotron */
.jumbotron{
    width:100%;
    height: 0;
    box-shadow: 0px 1px 5px #ddd;
    padding-bottom:46.8085%;
    margin-bottom:20px;
    overflow:hidden;
}
.jumbotron .swiper-container{
    width:70%;
    max-width:660px;
    float:left;
}
.jumbotron .swiper-slide a{
    width:100%;
    height:0;
    background:#000;
    padding-bottom:66.6666%;
}
.jumbotron .swiper-slide .title{
    width:100%;
    background:rgba(0,0,0,0.5);
    padding: 1.4% 2%;
    position:absolute;
    bottom:0;
    z-index: 1;
}
.jumbotron .swiper-slide .title h2{
    display:block;
    font-size: max(min(4vw, 30px),18px);
    letter-spacing:0.5px;
    color:#fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
}
.jumbotron .swiper-button-prev,
.jumbotron .swiper-button-next{
    width: clamp(40px, 9%, 60px);
    height:80px;
}
.jumbotron .swiper-button-prev{
    left:-6px;
}
.jumbotron .swiper-button-next{
    right:-6px;
}
.jumbotron .swiper-container-horizontal&gt;.swiper-pagination-bullets{
    height: 25px;
    top:4px;
    text-align: right;
    padding-right: .6rem;
}
.jumbotron .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    background:rgba(255, 255, 255, .7);
    opacity:1;
}
.jumbotron .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#ffbd00;
}
.jumbotron .swiper-container .title_colorful{
    color:#FFCC00;
}

/* Breaking News - Desktop */
.breakingnews_pc{
    width:30%;
    height: 0;
    padding-bottom:50%;
    background:#fff;
    float: left;
}
.breakingnews_pc .labelE{
    border-bottom:1px solid #bbb;
}
.breakingnews_pc ul{
    width:100%;
    height: 396px;
    padding-left:10px;
    padding-right:10px;
    overflow: auto;
}

.breakingnews_pc ul li{
    height: 14.25%;
    padding:6px 0px;
    overflow: hidden;
}
.breakingnews_pc ul li+li{
    border-top:1px solid #e7e7e7;
}
.breakingnews_pc ul li a{
    display: flex;
}
.breakingnews_pc ul li a span{
    display: inline-block;
    font-size:14px;
    color:#D66A00;
    vertical-align: top;
}
.breakingnews_pc ul li h3{
    display: inline-block;
    width:calc(100% - 40px);
    height: 40px;
    font-size:16px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    padding-left:7px;
    overflow: hidden;
}

/* 8 Grid */
.news12{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	overflow:hidden;
    position: relative;
	width:100%;
}
.news12 a{
	display:block;
	overflow:hidden;
	flex:0 0 49.4%;
	margin-bottom:12px;
	background: #fff;
	box-shadow: 0px 1px 5px #ddd;
}
.news12 a figure{
	float: left;
	overflow: hidden;
	width: 33%;
	height:0;
	padding-bottom:22%;
	background:url("../images/default.png") no-repeat;
	background-size:100% auto;
}
.news12 a h3{
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
	float: left;
	vertical-align: top;
	width: calc(100% - 33% - 24px);
	margin: 12px 12px 10px 12px;
}
.news12 a span.time{
    float: left;
    width: calc(100% - 33% - 24px);
    margin-left: 12px;
	font-size: 14px;
    color: #777777;
}
.news12 .title_colorful{
    color:#c00;
}


/*------------------------------*\
        FIRST PART - RIGHT
\*------------------------------*/
/* Video - Desktop */
.box440{
    display: block;
    box-shadow: 0px 1px 5px #ddd;
    margin-bottom:20px;
    overflow:hidden;
}
.box440 .size{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    overflow: hidden;
}
.box440 .videoLiveTit,
.box440 .title{
    display: block;
    width:100%;
    height: 46px;
    background:#fff;
    padding: 4px 10px 2px;
    font-size:16px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    color:#111;
    overflow: hidden;
    cursor:pointer;
}
.pc_YouTube .videoIcon{
    width: 18px;
    vertical-align: sub;
    margin-right: 4px;
}
.box440 .btnPrev,
.box440 .btnNext{
    display: block;
    cursor:pointer;
    width:45px;
    height:75px;
    position: absolute;
    top:67px;
    z-index:2;
}
.box440 .btnPrev{
    left:-6px;
}
.box440 .btnNext{
    right:-6px;
}
.box440 .btnPrev::before,
.box440 .btnNext::before{
    display:block;
    width:100%;
    height:100%;
    text-shadow:1px 1px 6px #000;
    opacity: 0.7;
}
.box440 .btnPrev::before{
    content:"";
    background: url(../images/bt_left.png) no-repeat center;
    background-size:70%;
}
.box440 .btnNext::before{
    content:"";
    background: url(../images/bt_right.png) no-repeat center;
    background-size:70%;
}
div.videoMask,
a.videoMask{
    display: block;
    cursor: pointer;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.news2 .onLive{
    display:none;
}

/* Video - Mobile */
.box440 .ltn_video{
    display: none;
    position: relative;
}
.box440 .ltn_video a.swiper-slide{
    display: block;
}
.box440 .ltn_video .swiper-button-prev{
    width:60px;
    height:80px;
    left:-6px;
}
.box440 .ltn_video .swiper-button-next{
    width:60px;
    height:80px;
    right:-6px;
}
.box440 .ltn_video figure{
    line-height: 0;
}
.box440 .ltn_video figure:after{
    content: '';
    display: block;
    width: 16%;
    height: 100%;
    transform: translate(-50%,-20%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.9;
}


/* Breaking News - Mobile */
.breakingnews{
    display: none;
    width:100%;
    border-bottom:20px solid #e6e6e6;
    padding-right:1.5%;
    padding-left:1.5%;
    margin-bottom:8px;
}
.breakingnews ul{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.breakingnews ul li{
    width: 100%;
    border-bottom: 1px dotted #a2a2a2;
    padding-bottom: 12px;
    margin-bottom: 12px;
    overflow:hidden;
}
.breakingnews ul li:last-of-type{
    border:none;
    padding-bottom:0;
    margin-bottom:15px;
}
.breakingnews a.img{
    display: block;
    width: 25%;
    height: 0;
    padding-bottom:16.6666%;
    background: url(../images/default.png) no-repeat;
    background-size: 100% auto;
    float: left;
    overflow: hidden;
}
.breakingnews span{
    display:block;
    font-size:16px;
    color:#777777;
    margin-bottom:5px;
}
.breakingnews a.title{
    display:block;
    width: calc(100% - 25% - 24px);
    margin-right:6px;
    overflow:hidden;
    float:right;
}
.breakingnews a.title h3{
    font-size:20px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    line-height:1.4;
}
.hashtag{
    display:inline-block;
    max-width:176px;
    height:23px;
    font-size:14px;
    font-weight:bold;
    color:#fff!important;
    background:#d66a00;
    border-radius:8px;
    padding: 2.5px 6px 2px;
    margin-left:10px;
    overflow:hidden;
    position: relative;
    bottom:-8px;
}
.hashtag:not(:nth-child(2)){
    margin-left: 2px;
}

/* Hot News */
.week_hot{
    width:100%;
    background:#fff;
    box-shadow: 0px 1px 5px #ddd;
}
.week_hot .labelE{
    border-bottom:1px solid #bbb;
}
.week_hot ul li {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    overflow:hidden;
}
.week_hot a.img{
    display: none;
    width: 20%;
    height: 0;
    padding-bottom:13.3333%;
    background: url("../images/default.png") no-repeat;
    background-size: 100% auto;
    float: left;
    overflow: hidden;
}
.week_hot i.i_number{
    font-family: Arial, helvetica;
    font-size:30px;
    font-weight:bold;
    font-style:italic;
    line-height:1;
    color:#d66a00;
    margin:1px 8px 20px 0px;
    float:left;
}
.week_hot span{
    display: block;
    font-size: 14px;
    color: #777777;
    margin-bottom:2px;
}
.week_hot a.title{
    display:block;
    float:left;
    width:calc(100% - 35px);
}
.week_hot a.title h3{
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
}

/*------------------------------*\
	    THIRD PART - LEFT
\*------------------------------*/
/* LTN Video */
.content940 &gt; .ltn_video{
    width:100%;
    height:370px;
    background-color:#444;
    background-image:url("../images/black-orchid.png");
    margin-bottom:20px;
    padding:15px 15px 20px;
    overflow:hidden;
}
.content940 &gt; .ltn_video .labelB img{
    width:196px;
    height:auto;
    cursor:pointer;
}
.content940 &gt; .ltn_video .vbox{
    height:82%;
    overflow:hidden;
}
.content940 &gt; .ltn_video .big_v{
    width:53%;
    height:100%;
    overflow:hidden;
    float:left;
}
.content940 &gt; .ltn_video .big_v figure{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    overflow:hidden;
}
.content940 &gt; .ltn_video .big_v div{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.35);
    margin-top:-6px;
    padding:14px;
    overflow:hidden;
}
.content940 &gt; .ltn_video .big_v p{
    display:block;
    font-size:20px;
    color:#fff;
}
.content940 &gt; .ltn_video .small_v{
    width:45.5%;
    height:100%;
    overflow:hidden;
    float:right;
}
.content940 &gt; .ltn_video .small_v a{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:0px;
    overflow:hidden;
}
.content940 &gt; .ltn_video .small_v a:last-child{
    margin-bottom:0px;
}
.content940 &gt; .ltn_video .small_v figure{
    width:58%;
    height:0;
    padding-bottom: calc(100% - 68.5%);
    margin-right:2%;
    overflow:hidden;
    float:left;
}
.content940 &gt; .ltn_video .small_v h3{
    display:block;
    width:calc(100% - 52.77% - 10px);
    color:#fff;
    font-size:17px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    float:left;
}
.content940 &gt; .ltn_video figure{
    position: relative;
}
.content940 &gt; .ltn_video p:hover{
    color:#e8ae2b;
}
.content940 &gt; .ltn_video .swiper-pagination{
    width:100%;
    left:0;
    bottom:8px;
}
.content940 &gt; .ltn_video .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background:#ffffff;
    opacity:0.6;
    margin:0 4px;
    cursor:pointer;
}
.content940 &gt; .ltn_video .swiper-pagination-bullet-active{
    background:#ffbd00;
}

/* Event */
.event {
    width:100%;
    background:#fff;
    box-shadow:0px 1px 5px #ddd;
    padding:15px;
    margin-bottom:20px;
    overflow:hidden;
    position: relative;
}
.event .main_img{
    width:35.5%;
    height:0;
    padding-bottom:23.66%;
    float:left;
    overflow:hidden;
}
.event ul{
    width:calc(100% - 35.5%);
    padding:0 0 0 4%;
    float:right;
}
.event ul li{
    margin-bottom:15px;
    position: relative;
}
.event ul li:before{
    content:'';
    display:block;
    width:5px;
    height:14px;
    background:#e8ae2b;
    position:absolute;
    top:5px;
    left:-15px;
}
.event ul a{
    display:block;
    max-height:55.34px;
    overflow:hidden;
}
.event ul li:first-child a h3{
    font-weight:bold;
    color:#cc0000;
}
.event ul a h3{
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    line-height:1.5;
}

/* Topic - Desktop */
.topic ul.tabs{
    width:100%;
    height:40px;
    padding-left:5px;
}
.topic ul.tabs li{
    border:1px solid #b9b9b9;
    border-radius:5px 5px 0 0;
    background:#fff;
    margin:0px 8px -1px 0px;
    float:left;
    overflow:hidden;
    position: relative;
}
.topic ul.tabs li a{
    font-size:24px;
    color:#222;
    padding:5px 10px 8px;
    float:left;
}
.topic ul.tabs li a:hover{
    background:#eee;
    color:#222;
}
.topic ul.tabs li.active{
    color:#fff;
    text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 1px;
    background:#e8ae2b;
    border:1px solid #e8ae2b;
}
.topic ul.tabs li.active a{
    color:#fff;
}
.topic ul.tabs li.active a:hover{
    background:#e8ae2b;
}
/**/
.evt_m img{
    position: absolute;
    top: 0;
    left: 0;
}

/* Channel */
.channel{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    background:#fff;
    box-shadow:0px 1px 5px #ddd;
    padding:15px;
    margin-bottom: 20px;
    overflow:hidden;
}
.c_box{
    flex:0 0 48%;
    border-bottom:1px dotted #a2a2a2;
    padding-bottom:8px;
    margin:0 0 15px 0;
}
.c_box .labelA{
    margin-bottom:0;
}
.c_box .labelA:after,
.c_box .labelA b:after{
    display:none;
}
.c_box .big_box{
    position: relative;
    display:block;
    width:100%;
    height:0;
    background:#000;
    padding-bottom:66.66%;
    margin-bottom:14px;
    overflow:hidden;
    position: relative;
}
.c_box .big_box div{
    display:block;
    width:100%;
    height:90px;
    padding:5.5% 3% 2%;
    position:absolute;
    bottom:0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 5%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.45) 35%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.45) 35%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.c_box .big_box h3{
    display:block;
    max-height:55.64px;
    line-height:1.5;
    color:#fff;
    overflow:hidden;
}
.c_box ul{
    width:100%;
    padding:0 0 0 15px;
}
.c_box ul li{
    margin-bottom:12px;
    position: relative;
}
.c_box ul li:before{
    content:'';
    display:block;
    width:5px;
    height:14px;
    background:#e8ae2b;
    position:absolute;
    top:2px;
    left:-15px;
}
.c_box ul a h3{
    display:block;
    height:44px;
    font-size:17px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    line-height:1.4;
    overflow:hidden;
}

/* 新聞事件簿+專題 */
.proj .tab{
    width:100%;
    height:auto;
    margin:0 auto 20px auto;
    position: relative;
}
.proj .tab-nav{
    width:100%;
    height:40px;
    padding-left: 5px;
    overflow:hidden;
}
.proj .tab-nav a{
    display:block;
    font-size:24px;
    font-weight:bold;
    color:#222;
    background:#fff;
    padding:5px 10px;
    margin:0px 8px -1px 0px;
    border-radius:5px 5px 0 0;
    border:1px solid #b9b9b9;
    overflow:hidden;
    float:left;
}
.proj .tab-nav a.current{
    color:#fff;
    text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 1px;
    background:#e8ae2b;
    border:1px solid #e8ae2b;
}
.proj .tab-con{
    width:100%;
    height: auto;
    background:#fff;
    padding:15px;
    box-shadow:0px 1px 5px #ddd;
    position: relative;
}
.proj .tab-con-item{
    display: none;
}
.proj .flex{
    display:flex;
    justify-content:space-between;
}
.topic_box{
    flex:0 0 32%;
}
.proj .topic_box &gt; figure{
    width: 100%;
    height: 0px;
    border:1px solid #ddd;
    background:url("../images/default.png") no-repeat;
    background-size:100% auto;
    padding-bottom:66%;
    margin-bottom: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.proj .topic_box &gt; figure img{
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.proj span.year{
    font-size: 14px;
    color:#fff;
    margin: 10px 12px 0px 0px;
    bottom: 65px;
    right: 12px;
    float: right;
    z-index: 20;
    position: relative;
}
.proj span.year:after{
    content:"";
    display:block;
    width:50px;
    height:1px;
    background-color:#ccc;
    transition:all 0.15s linear;
    transform:rotate(-35deg);
    -moz-transition:rotate(-35deg);
    -webkit-transition:rotate(-35deg);
    -o-transition:rotate(-35deg);
     z-index: 20;
}
.proj span.month{
    font-size: 30px;
    color:#fff;
    font-weight:lighter;
    margin: 10px -50px 0px 0px;
    float: right;
    bottom: 50px;
    z-index: 20;
    position: relative;
}
.proj .topic_box .btn a{
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color:#7f6b3e;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #7f6b3e;
    padding: 8px 15px;
    margin: 0 auto;
    position: relative;
}
.proj .topic_box .btn a:hover{
    color:#fff;
    background: #e8ae2b;
    border: 1px solid #e8ae2b;
}
.proj .topic_box figure a:before{
    content: "";
    display:block;
    width: 100%;
    height: 0px;
    padding-bottom:66.55%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(0, 0, 0, .8)), color-stop(55%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=1);
}
.proj .triangle{
    position:absolute;
    top: -30px;
}


/*------------------------------*\
	    THIRD PART - RIGHT
\*------------------------------*/
aside .bg{
    width:100%;
    background:#fff;
    box-shadow:0px 1px 5px #ddd;
    margin-bottom:20px;
    overflow:hidden;
}
aside div#right_blake{
    width: 300px;
}

/* Market + FB */
.market300 ul{
    padding:0 0 10px 0;
}
.market300 ul li{
    border-bottom:1px solid #bbb;
    padding:10px 10px 10px 25px;
    position: relative;
}
.market300 ul li:last-of-type{
    border-bottom:none;
    padding-bottom:0px;
}
.market300 ul li:before{
    content:'';
    display:block;
    width:5px;
    height:14px;
    background:#e8ae2b;
    position:absolute;
    top:13px;
    left:11px;
}
.market300 ul li h3{
    font-size:16px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    line-height:1.5;
}
.fb-like-box{
    box-shadow:0px 1px 5px #ddd;
    margin-bottom:20px;
}
#fb-root{
    display:none;
}
.fb-comments,
.fb-comments iframe[style]{
    width:100% !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]{
    width:100% !important;
}

/* 國會LIVE */
.gov_live .labelE b:after{
    content:'';
    display:inline-block;
    width:47px;
    height:19px;
    background:url(../images/live_logo.png) no-repeat;
    background-size:100%;
    top:2px;
    left:3px;
    position: relative;
}
.gov_live .l_live iframe{
    width:300px;
    height:169px;
}
.gov_live .r_live a{
    display:block;
    width:100%;
    height:30px;
    font-size:16px;
    color:#222;
    border-bottom:1px dotted #d7d7d7;
    padding:6px 0px 6px 10px;
    position: relative;
}
.gov_live .r_live a:hover{
    background:#eee;
}
.gov_live .r_live a span{
    width:37px;
    font-size:12px;
    line-height:14px;
    text-align:center;
    color:#fff;
    padding:3px 5px 0px;
    position:absolute;
    right:8px;
}
.gov_live .r_live a.onplay{
    background:#ffc000;
    background:-moz-linear-gradient(top,  #ffc000 0%, #ffaa00 100%);
    background:-webkit-linear-gradient(top,  #ffc000 0%,#ffaa00 100%);
    background:linear-gradient(to bottom,  #ffc000 0%,#ffaa00 100%);
}
.gov_live .r_live a.onplay span{
    background:url(../images/s_play.png) no-repeat right center;
    padding-right:54px;
}
.gov_live .r_live a.off span{
    background:#ccc;
}
.gov_live .r_live a.p_live span{
    background:#ffaa00;
}
.gov_live .s_live .legislature_cover{
    width:735px;
    height:414px;
    cursor:pointer;
    position: relative;
}

/* Oil */
.oil{
    padding:10px;
}
.oil table{
    width:100%;
}
.oil label{
    font-size:20px;
    font-weight:bold;
    text-align:left;
    margin-bottom:7px;
}
.oil th, .oil td{
    font-size:14px;
    line-height:1.2;
    text-align:center;
    vertical-align:middle;
    background:#f7f7f7;
    border:1px solid #a1a1a1;
    padding:8px;
}
.oil th{
    background:#e4e4e4;
    background:-moz-linear-gradient(top,  #f6f6f6 0%, #d3d3d3 100%);
    background:-webkit-linear-gradient(top,  #f6f6f6 0%,#d3d3d3 100%); background:linear-gradient(to bottom,  #f6f6f6 0%,#d3d3d3 100%);
}
.oil thead th{
    color:#fff;
    background:#555;
    padding:5px 8px;
}
.oil thead th:first-child{
    vertical-align:middle;
}
.oil td:first-child{
    font-size:16px;
    font-weight:bold;
    color:#fff;
}
.oil tr:nth-child(1) td:first-child{
    background:#835bae;
}
.oil tr:nth-child(2) td:first-child{
    background:#9c3b3e;
}
.oil tr:nth-child(3) td:first-child{
    background:#338962;
}
.oil tr:nth-child(4) td:first-child{
    background:#246dc5;
}
.oil td .oilr, .oil td .oilg{
    font-weight:bold;
    padding-left:8px;
    margin-left:2px;
}
.oil td .oilr{
    color:#ed6624;
    background:url(../images/oil_up.png) no-repeat left 6px;
}
.oil td .oilg{
    color:#009900;
    background:url(../images/oil_down.png) no-repeat left 6px;
}

/* Invoice + Weather */
.invoice, .weather300{
    padding:10px;
}
.invoice label,
.weather300 label{
    display:block;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}
.rtab .tab{
    width:100%;
    height:auto;
    margin:0 0 7px 0;
    overflow:hidden;
    position: relative;
}
.rtab .tab-nav{
    border-bottom:2px solid #e8ae2b;
    margin:0 0 3px 0;
    overflow:hidden;
}
.rtab .tab-nav a{
    display:block;
    font-size:15px;
    letter-spacing:0.5px;
    text-align:center;
    padding:5px;
    margin:0 7px 0 0;
    border:1px solid #e8ae2b;
    border-bottom:none; /*刪除底線*/
    border-radius:5px 5px 0px 0px;
    float:left;
}
.rtab .tab-nav a.current{
    color:#fff;
    background:#e8ae2b;
    border:1px solid #e8ae2b;
    border-bottom:none; /*刪除底線*/
}
.rtab .tab-con{
    overflow:hidden;
    position: relative;
}
.rtab .tab-con-item{
    display:none;
}
.rtab .tab-con-item table{
    width:100%;
}
.rtab .tab-con-item th,
.rtab .tab-con-item td{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    background:#efefef;
    border:1px solid #efefef;
    border-right:1px solid #fff; /*右框白線*/
    padding:7px;
}
.rtab .tab-con-item th:last-child,
.rtab .tab-con-item td:last-child{
    border-right:1px solid #efefef;
}
.rtab .tab-con-item thead th{
    color:#fff;
    background:#555;
}
.rtab .tab-con-item tbody tr:nth-child(2n-1) td{
    background:#fff;
}
.rtab .tab-con-item th:first-child,
.rtab .tab-con-item td:first-child{
    width:40.5%;
}
.rtab .tab-con-item td:last-child{
    font-size:16px;
}
.rtab .tab-con-item td span{
    color:#db0808;
}
.date_award{
    font-size:13px;
    line-height:1.5;
    margin-bottom:10px;
}
.date_award a{
    font-weight:bold;
    color:#7f6b3e;
    text-decoration:underline;
}
.invoice .btn a{
    display:block;
    width:100%;
    height:35px;
    font-size:15px;
    line-height:34px;
    color:#7f6b3e;
    text-align:center;
    background:#fff;
    border:1px solid #7f6b3e;
    border-radius:3px;
    margin:0 auto 5px;
}
.invoice .btn a:hover{
    color:#fff;
    background:#e8ae2b;
    border:1px solid #e8ae2b;
}
.weather300 .tab-nav a{
    padding:5px;
}
.weather300 .tab-con-item th:first-child,
.weather300 .tab-con-item td:first-child{
    width:auto;
}
.weather300 td img{
    width:30px;
    vertical-align:middle;
}
a.w_link{
    font-size:15px;
    font-weight:bold;
    color:#7f6b3e;
}
/* 對獎功能 */
.foraward{
    display:none;
    height:1px;
    overflow:hidden;
}
.for_award_no{
    width:92%;
    font-size:18px;
    text-align:right;
    letter-spacing:3px;
    margin:10px 0px;
}
.input_no{
    width:23%;
    height:40px;
    font-size:20px;
    vertical-align:middle;
    padding:0px;
    margin:5px;
}
.clear_text{
    width:53.5%;
    height:40px;
    font-size:20px;
    font-weight:bold;
    vertical-align:middle;
    padding:0px;
    margin:5px;
}
.lst_award_no_item{
    width:92%;
    line-height:40px;
    letter-spacing:3px;
    border-top:1px dotted #b9b9b9;
    margin-top:15px;
}
.lst_award_no_item span{
    margin-top:0px;
    float:left;
}
.lst_award_no_item b{
    color:#CC0000;
}
.lst_award_no{
    height:45px;
    overflow:hidden;
}
.lst_award_move{
    transition: all 0.15s linear;
}
.foraward ul{
    width:100%;
    line-height:16px;
    letter-spacing:1px;
    margin:10px 0px 0px;
}
.foraward ul p{
    font-size:15px;
    font-weight:bold;
    background-color:#efefef;
    padding:6px;
    margin:5px 0px 10px;
}
.foraward li{
    font-size:13px;
    background:url(../images/dot-right.gif) no-repeat 0px 8px;
    padding:0px 5px 0px 12px;
    margin:5px 0px;
}
.invoice .foraward[style]{
    height:auto!important;
}

/* 中英 */
.ch_en .labelE{
    border-bottom:1px solid #bbb;
}
.ch_en ul{
    padding:0px 10px;
}
.ch_en ul li{
    padding:10px 10px 10px 15px;
    position: relative;
}
.ch_en ul li:before{
    content:'';
    display:block;
    width:5px;
    height:14px;
    background:#e8ae2b;
    position:absolute;
    top:13px;
    left:2px;
}
.ch_en ul li h3{
    font-size:16px;
    font-family: Arial, helvetica, "微軟正黑體", sans-serif;
    font-weight: normal;
    line-height:1.5;
}

/* Keywords Cloud */
.hot_tag{
    width:300px;
    min-height:250px;
    padding:10px 10px 7px 10px;
}
.hot_tag label{
    display: block;
    font-size:20px;
    font-weight:bold;
    color:#111;
    border-bottom:1px solid #bbb;
    padding-bottom:3px;
}

/* 好康 */
.agoods .labelD{
    background:#beac84;
}
.agoods figure{
    width:100%;
    height:auto;
    overflow:hidden;
}

/*************** 瀏覽器更新提醒 ***************/
.ie9{
    width:800px;
    border:1px solid #ddd;
    padding:25px 0;
    margin:0 auto;
    overflow:hidden;
}
.ie9 p{
    font-size:18px;
    line-height:30px;
    color:#222;
    padding:0px 55px;
    margin:0px;
}
.button{
    padding:15px 0;
}
.button a{
    display:block;
    height:40px;
    line-height:40px;
    color:#2052d1;
    text-align:center;
    background:#f7f7f7;
    border:1px solid #999;
    padding:0px 15px;
    margin:0 10px;
    float:right;
}
.button a:hover{
    background:#ddd;
    color:#222;
}
a.close{
    width:40px;
    height:40px;
    padding:0px;
    margin:0 40px 0px 20px;
}
a.close img{
    width:35px;
    margin-top:3px;
}

/*巨橫幅*/
#ad-K1{
    margin:0
    auto 20px;
    overflow:hidden;
    line-height:0;
}
/* Aside AD */
#ad-BD1,
#ad-BD2{
    line-height:0;
    margin:0 auto 20px;
}
.ad_w300{
    width:300px;
    line-height:0;
    padding:0;
    margin:0 auto 20px;
}
.ad_w300 a{
    display:block;
}
/* Mobile AD */
#ad-B2,
#ad-B3,
#ad-B4{
    line-height:0;
    border-bottom: 1px dotted #a2a2a2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.suggest_full {
    width:100%;
    line-height:0;
    padding:0;
    margin:0 auto 20px;
}

/* 廣告共用 */
.suggest_default { margin:0 0 20px 0; position: relative;}
.suggest_default::after { content: "AD"; position: absolute; padding: 12px; font-size: 12px; color: #9a9a9a; border: 1px solid #b2b2b2; left: calc(50% - 24px);top: calc(50% - 18px); z-index: -1;}
</pre></body></html>