/* Minification failed. Returning unminified contents.
(111,41): run-time error CSS1046: Expect comma, found '212'
(111,48): run-time error CSS1046: Expect comma, found '/'
(261,93): run-time error CSS1046: Expect comma, found '212'
(261,101): run-time error CSS1046: Expect comma, found '/'
(376,36): run-time error CSS1046: Expect comma, found '212'
(376,44): run-time error CSS1046: Expect comma, found '/'
(492,34): run-time error CSS1046: Expect comma, found '212'
(492,42): run-time error CSS1046: Expect comma, found '/'
(502,79): run-time error CSS1046: Expect comma, found '212'
(502,87): run-time error CSS1046: Expect comma, found '/'
(512,34): run-time error CSS1046: Expect comma, found '212'
(512,42): run-time error CSS1046: Expect comma, found '/'
(517,37): run-time error CSS1046: Expect comma, found '212'
(517,45): run-time error CSS1046: Expect comma, found '/'
(545,34): run-time error CSS1046: Expect comma, found '212'
(545,42): run-time error CSS1046: Expect comma, found '/'
 */
@charset "utf-8";

/*If you want to prevent scrolling of your site when Pushy is open just add overflow-x: hidden and height: 100% to both the html & body tags.*/
html, body{
    overflow-x: hidden;
    /*height: 100%;*/
    -webkit-overflow-scrolling: touch;
	
}

/* outline-off */
  
    a { cursor:pointer; color:#000000;}
	a:link {text-decoration: none; }
 	a:visited {text-decoration: none; }
	a:hover {text-decoration: none; }
	a:active {text-decoration: none; } 

.left {float:left;}
.right {float:right;}
.yellow-text{color:#f5d83c;}
.red-text{color:#e62117;}
.clear { display:block; clear:both; height:0;}

#arrow-left-w{
	position:absolute;
	top:13%;
    z-index:3;
	left:0;
	cursor:pointer;

}
#arrow-right-w{
	position:absolute;
	top:13%;
    z-index:3;
	right:0;
	cursor:pointer;

}

.arrow-left-y{
	position:absolute;
	top:40%;
    z-index:3;
	left:0;
	cursor:pointer;

}
.arrow-right-y{
	position:absolute;
	top:40%;
    z-index:3;
	right:0;
	cursor:pointer;

}

.onair, .read{
	position:absolute;
	top:0;
    z-index:3;
	right:0;
}
.onair img, .read img { width: auto;}

.news-category{
	position:absolute;
	top:0;
    z-index:3;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:0.8em;
	font-weight:bolder;
}
.hhmmss{
	position:absolute;
	bottom:0px;
    z-index:3;
	right:0;
	color:#FFFFFF;
	background-color:rgba(0,0,0, 0.8);
	font-size:0.8em;
	padding:0px 5px;
}
.play-icon {
	position: absolute;
	top: 35%;
    left: 42%;
	z-index:2;

}

.play-icon img {
	 width: 70%;
	 opacity: 0.8; 
    filter: alpha(opacity=80); 
	}

.small-gray-text{
	color:#666666; 
	font-size:0.75em;
	letter-spacing:0;
	margin-left:5px;
	margin-right:5px;
}

.white-box {
    background-color: #FFF;
    box-shadow: 1px 4px 7px 3px rgb(214 212 212/50%);
}
.white-box2{background-color:#FFF;}
.gray-box{background-color:#f6f6f6;}
.yellow-box{background-color:#f5d83c;}

/**list**/
#game_list {
    position: relative;
    overflow: hidden;
}

.list_banner {
    padding: 0 20px 20px 20px;
    line-height: 0;
}

.list_box {
    position: relative;
    padding: 0 20px 0 20px;
}

.list_box_l {
    background-color: #0384be;
    color: white;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 0;
}

.list_box_r {
    color: black;
    font-size: 1em;
    text-align: center;
    border-bottom: 1px #0384be solid;
    padding: 10px 0;
}

#game_list .list_box_r a {
    text-decoration: underline;
}

#game_list p {
    padding: 0 20px;
    font-size: 1em;
    text-align: center;
}

    #game_list p .title {
        font-weight: bolder;
        font-size: 1.1em;
    }

.game_list_title {
    padding: 0 20px 15px 20px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bolder;
}

/*这行代码对于大多数嵌入网页的图片+视频有效，所以可以写成*/
img, object { max-width: 100%; border:0;}

/*老版本的IE不支持max-width，所以只好写成*/
img { width: 100%; border:0;}
img { -ms-interpolation-mode: bicubic; border:0;}

/* 修正粗體 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bolder;
	src: local("MS Gothic"), local("Yu Gothic");
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local("Microsoft JhengHei");
}

body {
	font-family: "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", "PMingLiU", "新細明體", "MingLiU", "標楷體", "DFKai-sb", Arial, Helvetica, FreeSans, sans-serif;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	overflow-x: hidden;
	background-color: #EBEBE6;
}

body img{border:0px;}

#wrap {
	width: 100%;
	margin: 0 auto;
	display:block; 
	position:relative;
	text-align:justify; 
	word-wrap: break-word;
    word-break: break-all;
}

.mid{display:none;}

/*黑底pc-header*/
#pc-header-inner{
	margin: 0 auto;
	background-color:#000000;
	color:#FFF;
	height:43px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	letter-spacing:2px;
	display:none;
}

#pc-header-inner a {color:#fff;}
#pc-header-inner img { width:auto;}

/*黃底pc-logo*/
#pc-logo-inner{
	margin: 0 auto;
	background-color:#fff;
	padding:0;
	line-height: 0;
    /*margin: 60px 0 0 0;*/
	color:#000;
}

#pc-logo-inner img { width:auto;}


/*mobile-LOGO*/
#mobile-logo-inner{
	margin: 0 auto;
	/*background: #fff;*/
     text-align:center;
	 /*padding:5px 0;*/
	 position:fixed;
	 top:0;
	 z-index:5;
	  width:100%;
	line-height: 0;
	right: 0;
}
#mobile-logo-inner-margin{/*height:75px;*/}
#mobile-logo-inner img { width:auto;background-color: white;box-shadow:-3px 4px 7px rgb(214 212 212 / 50%);}

.logo-ss{
	display:inline-block;
	width:65%;
	margin: 0 auto;
	padding:7px 0;
}

/*藍底mobile-NAV*/

#mobile-nav-inner{
	margin: 0 auto;
	
	background:#f5d83c;

	padding-left:20px;
	padding-right:20px;
	letter-spacing:2px;
	
	font-weight:bolder;
	width:100%;
	overflow:hidden;
	height:60px;
	position:relative;
	
	
	color:#222;
	font-size:1.125em;
	margin-top:-7px;
    display: none;

}

#mobile-nav-inner img { width:auto;}
#mobile-nav ul{
	padding:0;
	margin-top:0;
}
#mobile-nav ul li{
	float:left;
	list-style:none;
	padding:0px 20px 20px 0;
}
#mobile-nav ul li a{color:#222;}


/*藍底pc-NAV*/
#pc-nav-inner{
	margin: 0 auto;
	 background:#f5d83c;

	padding-left:40px;
	padding-right:10px;
	/*letter-spacing:2px;*/
	width:auto;
	/*overflow:hidden;*/
	height:50px;
	position:relative;
	font-weight:bolder;
	color:#222;
	display:none;/*手機板取消左右滑動->不顯示*/
}

#pc-nav-inner img { width:auto;}
#pc-nav ul{
	padding:0;
	margin-top:-17px;
}
#pc-nav ul li{
	float:left;
	list-style:none;
	padding:10px 2px 20px 0;
	
}
#pc-nav ul li a{color:#222; }
#pc-nav ul li a:hover {padding-bottom:0px; /*background-image: url("../images/yellow-left-2.png");*/
	background-repeat:no-repeat;
	background-position:center bottom;
	font-weight:lighter;
  }
#pc-nav ul li::after {content:" ｜";}
#pc-nav ul li:last-child::after {content:" ";}


.main-menu	{cursor:pointer; display:inline-block; }	/* 主選單的樣式 */
	.sub-menu	{	color:#222; background-color:#f6f6f6 ; top:50px; padding:10px 10px;  position:absolute; width:auto; height:auto; z-index:99;} /* 下拉清單的樣式 */
	.sub-menu a	{ 	padding:3px 3px 6px 3px; margin:0px 5px; text-align:center; display:block; float:left;
	width:50px;font-size:1em; } /* 下拉清單每一列的樣式 */
	.sub-menu a:hover	{background-color:#f5d83c;}

/*MAIN主要內容*/

#main-inner{
	margin: 0 auto;
	/*margin-top:10px;*/
	letter-spacing:1px;
	position:relative;
}

#main{}

#main-left{margin-top:25px;}

#main-right{
	display:block;
	margin-top:25px;
}

/*倒數計時*/
#countdown0,#countdown,#countdown2{
   width: 300px;
   height:250px;
   /*background-image: url(../images/countdown_bg.jpg);*/
   margin: 0 auto;
   box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);	
}
    #countdown0 .cb, #countdown .cb, #countdown2 .cb {
        position: absolute;
        line-height: 0;
        width: 300px;
    }
#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {height:250px;}
    #countdown0 h2, #countdown h2, #countdown2 h2 {
        font-size: 1.7em;
        color: black;
        padding: 10px 20px 0px 20px;
        text-align: center;
        position: relative;
        font-weight: bolder;
    }
.channeltitle {
	background-color: #2a9fdc;
    color: white;
    padding: 0px 3px;
    display: table;
    position: relative;
    text-align: center;
    font-size: 1.5em;
	letter-spacing: -0.01em;
	margin: 0 auto;
}
.time_text{
	position: relative;
	color:#fddc01;
	text-align: center;
	font-weight: bolder;
	font-size: 1.5em;
	padding: 2px;
}
/*首頁*/
.match {
    position: relative;
    color: white;
    font-size: 1.2em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
/*其他頁*/
.match2 {
	position: relative;
	color:white;
	font-size: 1.4em;
	text-align: center;
	margin-top: -5px;
}

.schedule_b{
	width:120px;
	color: white;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	margin-top: 5px;
    font-size: 1.2em;
    font-weight: 600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

}
/*首頁*/
.example {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}
/*其他頁*/
.example2 {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    box-sizing: border-box;
	margin: -5px 0 0 0;
}
/*首頁焦點新聞*/
#fnews-left {
	position: relative;
	background-color: #f5d83c;
	margin: 30px 0 0 0;
}
.news-list-area .style1 .text .title p {
	padding: 0;
    margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

.wbox{position: relative;padding: 10px;}
.wbox span {
	font-size: 1.2em;
    font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fnews-leftbg{
	position: absolute;
	line-height: 0;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.news_bgline{display: none;}

/*台灣應援團*/
.tteams-area {
	margin-top: 20px;
}

/*獎項*/
#awards{position: relative;margin: 20px 0 0 0;box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);}
#awards table tr {height: 60px}
.tdw1{width:40%;}

/*轉播時刻表*/
#game_box {
	position: relative;
	box-sizing: border-box;
	background-image: url(../images/tteams_bg.png);
    background-color: #f5d83c;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#game_banner {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.game_main {
    width: auto;
}
.announcement {width:100%;margin: 0 auto;}


/*專題BANNER*/
#topics-banner{
	margin: 0 auto;
	position:relative;
	width:100%;
	/*margin-bottom:10px;*/
}

/*FOCUS=A1+即時*/

#focus{
	margin: 0 auto;
	position:relative;
	width:100%;
	
	margin-bottom:20px;
}

#focus-left{/*margin-top:10px;*/
	width: 100%;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#focus-contentb {/*真正的focus-left”变成focus-contentb，他的宽度跟以前的focus-left一样，是100%-320.*/
}

.a2-pic { 
	display: none;
}
/*頭條*/
.a1-pic{
	position:relative;
}

.a1-pic .text{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	/*height:50px;*/
	bottom:0;
	z-index:3;
	width:100%;
	display: block;
}

.a1-pic .text span{
	display:block;
	color:#f5d83c;
	font-size:1.25em;
	font-weight:bolder;
	padding:10px;
}
.dotdot{
	margin: 0 auto;
	position:relative;
	width:100%;
	padding:10px 0 0px 0;
	
	
}

    .dotdot ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
        .dotdot ul li {
            display: inline-block;
            margin: 8px;
        }
            .dotdot ul li.active {
                background: #f5d83c;
                background: rgba(245, 216, 60, 1);
                cursor: default;
            }

    .dotdot ul li a {
        width: 9px;
        height: 9px;
        display: block;
        background: #f6f6f6;
        background: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
#focus-right{
	margin-top:20px;
	display:none;
}

#focus-realtime, #mobile-hot{
	margin-top:10px;
}
.pc-hot{
	display:block;
	margin-top:20px;
	border:1px solid #f6f6f6;
}
.pc-hot-list ol li {width:100%;}
.pc-hot-list{
	padding:0 10px 10px 10px;
}
.pc-hot-list ol, .pc-hot-list ol li {
	padding:0;
	margin:0;
	list-style:none;
}
.pc-hot-list ol li {
   border-bottom:#eee 1px solid;
   padding-top:6px;
   padding-bottom:6px;
   font-size:1.05em;
   letter-spacing:0px;
   padding:15px 0 15px 0;
}
.pc-hot-list ol li p{
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    margin: 0;
}
.ten{
	margin-bottom:20px;
}
.rednumber{
	display:inline-block;
	text-align:center;
	width:30px;
	color:#e62117;
	font-size:1.25em;
	font-weight:bolder;
	margin-right:10px;
}
.ten .rednumber{
	display:inline-block;
	float:left;
	text-align:center;
	width:8%;
	margin-right:5px;
	font-size:1.25em;
}
.ten .text{
	display:inline-block;
	float:left;
	width:88%;
	
}
.hotlist-category{
	padding:3px 5px;
	color:#FFF;
	font-weight:bolder;
	margin-top:-2px;
	margin-right:10px;

	
}
/*新聞內頁分類*/
.orange-big-slider{
	position:relative;
	margin:0 auto;
}
.orange-big-slider .arrow-left-y, .orange-big-slider .arrow-right-y{
	display:none;
}
.orange-big-slider .play-icon{
	top: 29%; left: 40%;
}
.orange-big-slider .play-icon img{width:auto;}

.mobile-only{
	margin-bottom:10px;
	display:block;
	
}

.realtime{
	margin-top:10px;
}

/*首頁其他a1頭條*/
#a1-else{
	margin: 0 auto;
	position:relative;
	padding:10px 20px;
	overflow:hidden;
	display:none;
}
.a1-else-little-box{
	float:left;

	
}
.a1-else-little-box .pic{
position:relative;
margin-bottom:5px;
}

.a1-else-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}


.box-title{

	padding:15px 20px 10px 20px;
	letter-spacing:2px;
	font-weight:bolder;
	font-size:1.125em;

	background-image: url("../images/yellow-left.png");
	background-repeat:no-repeat;
	background-position:center left;
    border-bottom: #f5d83c 2px solid;
	/*width: 75%;
    margin: 0 auto;*/
}

.livelink-btn{
	background-color:#f5d83c;
	font-weight:bolder;
	padding:1px 5px;
	color:#000;
	margin-right:10px;
	font-size:0.9em;
	margin-top:20px;
	margin-bottom:20px;
}

.live-link-div{
	background: rgb(246,246,246);
	background: -moz-linear-gradient(left, rgba(246,246,246,1) 53%, rgba(245,216,60,1) 100%);
	background: -webkit-linear-gradient(left, rgba(246,246,246,1) 53%,rgba(245,216,60,1) 100%);
	background: linear-gradient(to right, rgba(246,246,246,1) 53%,rgba(245,216,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f5d83c',GradientType=1 ); 
    height:30px; 
    position:relative;
}
.livelinkover8-btn{
	font-weight:bolder;
	padding:1px 5px;
	color:#000;
	font-size:0.9em;
	position:absolute; 
	top:0; 
	right:0; 
	z-index:2;   
	text-decoration:underline;
	color:#000983;
}
/*精彩節目大影片*/
#fncvideo-big{
	margin: 0 auto;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.fncvideo-btn{
	background-color:#f5d83c;
	font-weight:bolder;
	padding:1px 5px;
	letter-spacing:2px;
	
	margin-top:15px;
}

/* Flexible iFrame */

.Flexible-container {
position: relative;
padding-bottom: 56.25%;
/*padding-top: 30px;*/
height: 0;
overflow: hidden;
}

.Flexible-container iframe, 
.Flexible-container object,
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*首頁其他直播*/
#live-else{
	margin: 0 auto;
	position:relative;
	padding:10px 20px;
	overflow:hidden;
	max-height:170px;
}
.live-else-little-box{
	float:left;
	min-height:150px;
	width:40%;
	margin:0 1%;
	
}
.live-else-little-box .pic{
position:relative;
margin-bottom:5px;
}

.live-else-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}

.live-else-little-box .view{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;

}

/*新聞單則內容*/
.raw-style{
font-size: 1.3em; line-height: 1.8em;
}
.fncnews-content{
	margin: 0 auto;
	position:relative;
	padding:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	border:1px solid #f6f6f6;
	
}
.fncnews-content h1{
	font-size:1.8em;
	font-weight:bolder;
	margin-bottom:10px;
	line-height:1.3em;
	
}
.news-cover{
	position:relative;
	margin-bottom:30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {/*chrome only*/
   
.defferenttop{margin-top:-45px;vertical-align :middle;}
}
.news-cover .play-icon{
	top: 29%; left: 38%;
}
.news-cover .play-icon img{width:auto;}
.fncnews-content img{width:auto;}

.fncnews-content .info{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#ccc solid 1px;
	width:100%;
	color:#666666;
}

.fncnews-content p{letter-spacing:0;}

.keyword{
	margin:20px 0 10px 0;
	color:#000983;
	font-size:0.875em;
	padding-top:15px;
	border-top:2px solid #f5d83c;
	
}

.keyword a{
	display:inline-block;
	color:#000983;
	padding:0 7px;
	border:1px #116591 solid;
	margin:0 6px;
	background: rgb(240,244,246);
background: -moz-linear-gradient(top, rgba(240,244,246,1) 0%, rgba(234,238,240,1) 100%);
background: -webkit-linear-gradient(top, rgba(240,244,246,1) 0%,rgba(234,238,240,1) 100%);
background: linear-gradient(to bottom, rgba(240,244,246,1) 0%,rgba(234,238,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f6', endColorstr='#eaeef0',GradientType=0 );
border-radius:3px;
	
}

/*下則新聞*/
.next-news{
	color:#000983;
	font-size:0.875em;
	line-height:1.5em;
	margin-bottom:20px;
	/*text-align:right;*/
	padding:10px;
	position:relative;
}

.next-news a{color:#000983;}


/*精彩關鍵*/
#momentoftruth{
	margin-top:20px;
}
.video-list-area{
	margin: 0 auto;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;		
}
.video-list-little-box{
	width:98%;
	margin:0 1%;
	margin-bottom:10px;
}
.video-list-little-box .pic{position:relative;margin-bottom:5px;}
.video-list-little-box .title{
	letter-spacing: 0;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.video-list-little-box .view, .video-list-little-box .time{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;
	line-height:1.5em;
}
/*精彩節目節目清單*/
.fncvideo-list-area{
	margin: 0 auto;
	position:relative;
	padding:0px 10px;
	margin-bottom:20px;
	
	
}

.fncvideo-list-little-box, .elselive30video-list-little-box{
	float:left;
	height:180px;

	width:48%;
	margin:0 1%;
	overflow:hidden;
	margin-bottom:10px;
	
	
}
.elselive30video-list-little-box{
   height:170px;
}
.fncvideo-list-little-box .pic, .elselive30video-list-little-box .pic{
position:relative;
margin-bottom:5px;
}
.elselive30video-list-little-box .play-icon{
top: 29%; left: 40%;
}

.fncvideo-list-little-box .title, .elselive30video-list-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}

.fncvideo-list-little-box .view, .fncvideo-list-little-box .time, .elselive30video-list-little-box .time{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;
	line-height:1.5em;
}

.moremore{
	font-size:0.875em;
	margin:0 10px;
	padding:5px;
	text-align:right;
	bottom: 40px;
    position: relative;
	float: right;
}
.moremore a{
	color:#272626;
	
	}	
.moremore_showintro{
	border-top:1px #ccc solid;
	font-size:0.875em;
	margin-top:10px ;
	padding:5px 5px 0 5px;
	text-align:right;
}
.moremore_showintro a{
	color:#000983;
	}	
/*影音BANNER下方的資訊*/
.video-info{
	padding:10px; 
	margin:-10px 0 20px 0;
}
/*新聞列表*/
.news-list-area{
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
	margin-top: 20px;
}
.news-list2-area{
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
}

.news-list-box{
	margin: 20px 0 0 0;
	padding:0 10px 10px 10px;
	font-size:1.15em;
}

.style1, .style2{
	margin-bottom:10px;
}

.style1 .pic{
	width:140px;
	position:relative;
}
.style1 .text{
    padding:5px;
	margin-left: 145px;
	font-size:0.875em;
	line-height:1.4em;
	position:relative;
}
.style1 .text2{
    /*padding:5px;*/
	font-size:0.875em;
	/*line-height:1.4em;*/
	position:relative;
	margin: 5px 0 0 0;
}
.style1 .title, .style2 .title{
font-weight:bold;

}
.style1 .summary, .style2 .summary, .style1 .summary2{
    padding:5px 0;
	font-size:1em;
	color:#666666; 
}
.style1 .summary2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0;
}
.style1 .summary2 img{
	vertical-align: middle; 
	padding: 0 5px 2px 0; 
	width: 14px; 
	height:16px;
	/*margin: 0 0 0 15px;*/
}
.style1 .text img, .style2 .text img{width:auto;}

.style2 .text{
    padding:5px;
	font-size:0.875em;
	line-height:1.4em;
	position:relative;
}
.news-list-area .style1 .summary{display:none;}

.rade{/*background-color:#fafafa;*/}
.rade .text{color:#aaa;}
.rade .summary{color:#bbb;}
.rade .small-gray-text{color:#999;}

.rade2 .title{color:#aaa;}
.rade2 .small-gray-text{color:#999;}
.rade2 .time{color:#999;}
/*頁數*/
.page-area{
	padding:20px 10px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
.page-area a{
	display:inline-block;
	margin:0 5px;
}
.white-btn{
	background-color:#fff;
	font-weight:bolder;
	padding:3px 10px;
	letter-spacing:2px;
}

/*載入更多*/
.load-more{
	margin:20px auto;
	position:relative;
	text-align:center;
	height:70px;
	
}
.load-more-btn{
	padding:20px 80px;
	letter-spacing:2px;
	border:1px solid #eee;
	background-color:#fff;
	
	
}
/*話題*/
#index-Feature{
	margin-top:20px;
}
.index-Feature-group{
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	
}

.index-Feature-group .box-title{
	margin-left:-10px;
}

.Feature-group-title{
    padding:15px 20px;
	letter-spacing:2px;
	font-weight:bolder;
	font-size:1.15em;

	background-image: url("../images/feature_bg.gif");
	background-repeat:repeat-x;
	background-position:center left;
	color:#000983;
	text-align:center;
}
.index-Feature-group-left{
	
	position:relative;
	margin-bottom:10px;
	
}

.index-Feature-group-left .text{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	/*height:50px;*/
	bottom:0;
	z-index:3;
	width:100%;
}

.index-Feature-group-left .text span{
	display:block;
	color:#f5d83c;
	font-size:1.15em;
	font-weight:bolder;
	padding:10px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:1.15em;
	
	line-height:1.4em;
}


/*話題feature2*/
.feature2{
	/*margin-top:20px;*/
}




.feature2-cover img{width:auto;}
.feature2-cover .box {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	
	float: left;
	

	
}

.feature2-cover .box .img{margin-bottom:5px; position:relative;}
.feature2-cover .box .play-icon{
	
	top:33%; left:40%;}


.feature2-cover .box .play-icon img{width:auto;}

.feature2-cover .box .title{
	display:inline-block;
	font-weight:bold;
	
	font-size:1.125em;
	width:96%;
}

.feature2-cover .box .summary{
	padding:5px 0;
	font-size:1em;
	color:#666666; 

}


.pic-text .name{
	font-size:2em;
	line-height:2em;
}

.pic-text .now ul li a{
	color:#c41629;
	text-decoration:underline;
}

/*輪播清單*/
#watch-playlist-area{
	/*margin-top:28px;*/
	margin-bottom:20px;
}
#watch-playlist{
	width:300px;
	max-height:495px;
	/*height:495px;*/
	overflow-y: scroll; 
	overflow-x: hidden;
}
#watch-playlist ul {padding:0; margin:0;}
#watch-playlist ul li{
	padding:0; 
	margin:0;
	margin-bottom:10px; 
	line-height:1.3em;
	list-style:none;
	padding-top:3px;
}
.nowplaying{
	background-color:#f5d83c;
}
#watch-playlist  .pic{
	width:145px;
	position:relative;
}
#watch-playlist  .title{
	font-size:.9em;
	margin-left:5px;
	margin-right:5px;
}



/*RIGHT BANNER*/
.banner{
	margin-bottom:20px;
}

/*RIGHT FB*/
.right-fb{
	margin-bottom:20px;
}

/*RIGHT LIVE BOX*/
.right-live-box{
	margin-bottom:20px;
	/*border-top:5px solid #f5d83c;*/
	font-weight:bolder;
	position:relative;
}
.right-live-box span{
	display:block;
	padding: 10px;
	position:relative;
}

.right-live-box .live_img{
	z-index:1;
	position:relative;
}

.right-live-box .live_img img{width: 300px;}

/*FOOTER*/
#footer-inner{
	width: 100%;
	margin: 0 auto;
	display:block; 
	position:relative;
	background-color:#f5d83c;
	letter-spacing:0px;
	padding:15px 10px 15px 10px;
	color:#000;
}
 
#footer-inner a {color:#000;}
#footer-inner img { width:auto;}

#footer{
	margin: 0 auto;
}

.footer-0{
	font-size:0.75em;
	text-align:center;
	line-height:1.5em;
}
.footer-1{
	display:none;
}

.footer-2{
	display:none;
}


/*幻燈片*/
.sslide{
	position:relative;
	width:80%;
	margin:30px auto 30px auto;
}
.sslide-icon {
	position: absolute;
	
	top: 22%; left: 33%;
	z-index:2;

}

.sslide-icon img {
	 width: 70%;
	 opacity: 0.8; 
    filter: alpha(opacity=80); 
	}
.sslide .sslide-icon{
	top: 29%; left: 38%;
}
.sslide .sslide-icon img{width:auto;}

/*幻燈片END*/

/*Smooth Page Scroll to Top */
.scrollup {
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	opacity: 0.85;
	position: fixed;
	bottom: 0px;
	right: 5%;
	/*display: none;*/
	background: url(../images/icon_top.png) no-repeat center top #000;
	z-index: 50;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*************overlay***************/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(25,25,25,0.95);
	z-index: 100;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}

.overlay .overlay-logo {
	width: 256px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 25px;
	overflow: hidden;
	border: none;
	background: url(../images/overlay-logo.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}
.overlay .overlay-content {
	color:#fff;
	position: relative;
	top: 55%;
	height: 85%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	margin: 0 auto;
	padding:2%;
	
	overflow:scroll; 
	overflow-x:hidden;
	overflow-y:auto;
}
.overlay .overlay-content img{
	width: auto;
	margin:2px;
}
.overlay .overlay-login .login_message{
	margin: 0 auto;
	text-align: left;
}
.final-top{
	margin-bottom:20px;
}
.fb a{
	background-color:#4267b2;
	padding:5px;
	color:#fff;
}
.social-gray{padding:10px;}
.social-gray span{margin-left:5px;}	


.app-box {
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	background-color:rgba(245,216,60,0.9);
	background-color: #f5d83c;
	font-size:0.875em;
}
.app-box a{ margin:0 5px;}

.final-bottom .box-title{
	background-position:left 5px; 
	padding-top:0px; 
	font-size:1.125em;
}

.final-bottom .text{
	font-size:0.875em;
	line-height:1.5em;
}

.checknumber{display:block; font-size:0.9em;}
.message_btn2{
	margin:0 auto;
	margin-top:20px;
    color: #000;
	border: 0;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體", "標楷體" ;
	font-size:1em;
	padding: 8px 38px;
	display:block;
	text-decoration:none;
	cursor: pointer;
	background-color: #f5d83c;
	text-align:center;
}
.message_btn2:active, .message_btn2:hover{background-color: #f5bf3c;}
/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

/*控制圖片顯示比例16:9*/
.target-img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /*margin-bottom:5px;*/
}
.target-img img {
  width: 100%;
}


/*倒數*/
.s_box {
	margin-bottom: 32px;
}
.s_box2 {
	display: none;
}

.s_box h2 ,.s_box2 h2 {
	display: inline-block;
	font-size: 24px;
	padding-bottom: 12px;
	margin: 0;	
}

 .outline_box {
	padding: 16px;
	border: 1px solid #f7bc01;
}

	.outline_box .text {
		font-weight: 500;
		line-height: 1.5;
		font-size: 20px;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #bbbbbb;
		margin-bottom: 16px;
	}

	.outline_box .day_box {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 16px;
	}
		 .outline_box .day {
			font-family: "Satoshi";
			color: #ff613f;
			font-size: 88px;
			font-weight: 700;
			line-height: 1;
			letter-spacing: 6px;
		}

		.outline_box span {
			font-weight: 500;
			line-height: 1.5;
			font-size: 17px;
			padding-bottom: 12px;
		}

	.outline_box .subtitle {
		font-weight: 500;
		line-height: 1.5;
		font-size: 17px;
		padding-bottom: 12px;
		text-align: center;
	}

	.outline_box .content {
		line-height: 1.5;
		font-size: 15px;
		padding: 12px;
		background-color: #fff9eb;
		text-align: center;
	}

	.outline_box .title {
		font-size: 22px;
		margin-bottom: 12px;
		text-align: center;
	}

.schedule_b {
	width: 120px;
	color: white;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: 600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}

/*句式只在viewport 寬度不小於320px才生效*/
@media screen and (min-width: 320px) {
	.s_box {
		display: none;
	}
	.s_box2 {
		display: block;
	}
    .list_box_r {
        margin-bottom: 20px;
    }
/*倒數計時*/
.time_open{display: block;}
.rightclose{display: none;}

/*獎項*/
#awards table  {
	font-size: 1em;
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;

}
}

/*轉播時刻表*/

.game_main {
    padding: 20px;
}



/*句式只在viewport 寬度不小於400px才生效*/
@media screen and (min-width: 400px) {
.logo-ss{padding:0;}
#mobile-logo-inner{
	width:96%;
/*padding:5px 2%;*/}
#marquee-text{width:80%;}

/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:200px;
}
.elselive30video-list-little-box{
   height:180px;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 31%; left: 38%;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 31%; left: 42%;
}
/*幻燈片*/
.sslide .sslide-icon{
	top: 31%; left: 38%;
}

}

/*句式只在viewport 寬度不小於480px才生效*/
@media screen and (min-width: 480px) {
.livelinkover8-btn{
	font-size:0.85em;
}
.elselive30video-list-little-box{
   height:180px;
}
/*內頁即時*/
.ten .rednumber{
	width:8%;
	font-size:1.25em;
}
.ten .text{
	width:90%;
}
.feature2-cover .box .play-icon{
	top:37%; left:43%;}

}
/*句式只在viewport 寬度不小於500px才生效*/
@media screen and (min-width: 500px) {
.feature2-cover .box{
	float:left;
	width:44%;
	margin:1% ;
	min-height:390px;
	
}
.feature2-cover .box .play-icon{
	top:25%; left:35%;}

#live-else{max-height:185px;}
.live-else-little-box{
	width:43%;
	margin:0 1%;
}

/*精彩節目節目清單*/
.fncvideo-list-little-box, .elselive30video-list-little-box{
	width:31%;
	margin:0 1%;
}
.fncvideo-list-little-box, .elselive30video-list-little-box{
   font-size:1.1em;
	line-height:1.4em;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 33%; left: 43%;
}

/*幻燈片*/
.sslide .sslide-icon{
	top: 33%; left: 43%;
}

}


/*句式只在viewport 寬度不小於520px才生效*/
@media screen and (min-width: 520px) {
.feature-cover .box{
	min-height:290px;
}
	
	#marquee-text{
	width:80%;
}

	#live-else{max-height:200px;}
/*手機上方新聞分享*/
.small{display:none;}
.mid{display:block;}
.live-link-div{
	
    height:33px; 
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 33%; left: 43%;
}
}
/*句式只在viewport 寬度不小於600px才生效*/
@media screen and (min-width: 600px) {
/*倒數計時*/
.example {
    padding:5px 0 0 0;
}
}
/*句式只在viewport 寬度不小於640px才生效*/
@media screen and (min-width: 640px) {
.feature2-cover .box{
	width:44.7%;
	min-height:380px;
}	
.feature2-cover .box .play-icon{
	top:33%; left:40%;}
#live-else{max-height:220px;}



/*頭條*/

.a1-pic .text span{
	font-size:1.55em;
	padding:20px;
}
/*話題*/

.Feature-group-title{font-size:1.375em;}

	.index-Feature-group-left .text span, .category6_1 .text span {
		font-size: 1.55em;
		padding: 20px;
	}

/*幻燈片*/
.sslide .sslide-icon{
	top: 40%; left: 43%;
}
/*新聞列表*/


.style1 .pic{
	width:155px;
	
}
.style1 .text{
     padding:10px;
	font-size:1em;
	margin-left: 160px;
	
	/*line-height:1.4em;*/
}
.style2 .text{
     padding:10px;
	font-size:1em;

}
/*頁數*/

.page-area a{
	margin:0 10px;
}

.fncvideo-btn{
	margin-right:20px;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:220px;
}
.elselive30video-list-little-box{
   height:210px;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 40%; left: 43%;
}

/*內頁即時*/
.pc-hot-list ol li {
   letter-spacing:2px;
}
.ten .rednumber{
	width:40px;
}
.ten .text{
	width:92%;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 35%; left: 44%;
}

.overlay .overlay-login .login_message{

	text-align: center;

}
/*************overlay***************/	
.overlay .overlay-login .login_message{

	text-align: center;

}
.checknumber{display:inline-block;}
}
/*句式只在viewport 寬度不大於767px才生效*/
@media screen and (max-width: 767px) {
.banner-big {
    display: none;
}
	.s_box {
		float: none !important;
		width: 100% !important;
	}
}
/*句式只在viewport 寬度不小於768px才生效*/
@media screen and (min-width: 768px) {
    .list_box_l {
        font-size: 1em;
        float: left;
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
        letter-spacing: -0.01em;
    }

    .list_box_r {
        color: black;
        font-size: 1.2em;
        float: left;
        width: 67.1%;
        margin-bottom: 20px;
    }

    .list_banner {
        padding: 20px;
    }

    #game_list p {
        padding: 0 20px;
        font-size: 1.1em;
    }

        #game_list p .title {
            font-weight: bolder;
            font-size: 1.2em;
        }

    .game_list_title {
        font-size: 1.3em;
        padding: 10px 20px 0 20px;
    }

/*倒數計時*/
#countdown,#countdown2 {
    width: 300px;
    /*height: 300px;*/
}
#countdown0 {
    width: 300px;
    /*height: 300px;*/
	float:left;
}
#countdown0 .cb,#countdown .cb,#countdown2 .cb{width:300px;}
#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {
    height: 300px;
}
.example {
    padding: 15px 0 0 0;
}
.example2 {
    padding: 12px 0 0 0;
}
/*獎項*/
#awards table  {font-size: 1.2em;}
/*首頁焦點新聞*/
#fnews-left {
    margin: 0 0 0 20px;
    float: left;
    width: 58.3%;
}
.wbox span {
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
	
.style1 .text2{	margin-left: 173px;width: auto;}
.news-list-area .style1 .text .title p,
.news-list-box .style1 .text .title p{
    -webkit-line-clamp: 1;
	width: auto;
}


    /*轉播時刻表*/	
.announcement {width:531px;}	
	
/*banner*/
.banner-small {
    display: none;
}
.introduction_main .text {
    font-size: 1em;
}	
	
	
.feature2-cover .box{
	width:45.2%;
}	
	/*內頁即時*/

.ten .text{
	width:93.5%;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 39%; left: 46%;
}
}
/*句式只在viewport 寬度不小於800px才生效*/
@media screen and (min-width: 800px) {
/*倒數計時*/
#countdown .cb img {
    height: 320px;
}
#countdown0,#countdown0 .cb img {
    height: 318px;
}
/*首頁焦點新聞*/
#fnews-left {width: 60%;}
	
	
	
.feature2-cover .box{
	width:30.3%;
	margin:0.4% 0.2%;
	min-height:380px;
}
#pc-header-inner{display:block;}
#marquee-text{width:80%;
	font-size:1em;padding-top:1px;}
#mobile-logo-inner-margin{display:none;}
#mobile-logo-inner{position:relative;}

#marquee-text ul li{
	height:37px;
}
.marquee-title{
	margin-top:3px;
	margin-right:10px;
	padding-left:12px;
	font-size:1em;
	line-height:1.9em;
}
#live-else{max-height:290px;}
.live-else-little-box{width:45%;}
.live-else-little-box .title{
	font-size:1em;
}
.elselive30video-list-little-box{
   height:225px;
}
.elselive30video-list-little-box .play-icon{
top: 35%; left: 40%;
}
.halfhalf{
	width:49%;
	margin-right:2%;
	float:left;
}


.footer-0{display:none;}
.footer-1{display:block; padding-bottom:10px; border-bottom:1px solid #999999; margin-bottom:20px;}
.footer-1-1{
	margin:5px auto;
	text-align:left;
	position:relative;
}
.footer-1 ul{padding:0; margin:0;}
.footer-1 ul li{ list-style:none; float:left;}
.footer-1 ul li::after {content:" ｜";}
.footer-1 ul li:last-child::after {content:" ";}
.footer-1-2{
	font-size:0.875em;
	margin:5px auto;
	text-align:left;
	position:relative;
}

.footer-2{display:block;padding-right:20px;}
.footer-2 .right{
	font-size:0.75em;
	text-align:right;
}

/*新聞列表*/

.style1 .text, .style2 .text{
     padding:15px;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:240px;
}

/*新聞單則內容*/
.fncnews-content{
	padding:20px;

}
/*下則新聞*/
/*.next-news{display:none;}*/

.pic-text{
	position:absolute;
	top:6%;
	left:50px;
	z-index:2;
}
.pic-text .name{
	font-size:3.75em;
	line-height:3em;
}
.pic-text .now ul li{
	font-size:0.875em;
}
}


/*句式只在viewport 寬度不小於900px才生效*/
@media screen and (min-width: 900px) {

.feature2-cover .box{
	width:30.5%;
	margin:0.4% 0.2%;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:260px;
}
}
/*句式只在viewport 寬度不小於960px才生效*/
@media screen and (min-width: 960px) {
/*倒數計時*/
#countdown,#countdown2 {
    /*height: 410px;*/
}

#countdown .cb img,#countdown2 .cb img {
    height: 410px;
}
#countdown0,#countdown0 .cb img {
    height: 407.63px;
}
/*首頁焦點新聞*/
#fnews-left {width: 66.6%;}
}
/*句式只在viewport 寬度不小於1002px才生效*/
@media screen and (min-width: 1002px) {
	.s_box {
		display: block;
	}
	.s_box2 {
		display: none;
	}

	.list_box_l {
		font-size: 1.1em;
		float: left;
		width: 35%;
		letter-spacing: -0.05em;
	}

    .list_box_r {
        font-size: 1.3em;
        width: 61.7%;
    }

    #game_list p {
        font-size: 1.2em;
    }

	.news-list-area, .video-list-area, .tteams-area {
		margin-top: 0;
	}
.style1 .title, .style2 .title{
 font-size:1.3em;
}
.style1 .summary2{font-size: 1.1em;}
.feature2-cover .box{
	width:29.8%;
	margin:0.2%;
	min-height:390px;
}
.feature2-cover .box .play-icon{
	top:25%; left:35%;}

.feature2-cover .box .title{
	font-size:1.3em;

}
	
#pc-top-ad{display:block;}
#pc-logo-inner{display:block;}
#mobile-logo-inner{display:none;}

#pc-nav-inner{display:block;padding-left:10px; top:-3px; }
#mobile-nav-inner{display:none;}


.live-else-little-box{width:28%;}
.live-else-little-box .title{
	font-size:0.95em;
}
#arrow-left-w, #arrow-right-w{display:none;}


/*倒數計時*/
#countdown,#countdown2{
   margin: 0;
   width: 300px;
   /*height:250px;*/
   float: left;
}

#countdown0,#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {
    height: 250px;
}

.example {
    padding: 5px 0 0 0;
}
.example2 {
    margin-top: -13px;
}
.time_open{display: none;}
.rightclose{display: block;}
/*首頁焦點新聞*/
#fnews-left {
    width: 53%;
	height: 250px;
    float: right;
	margin: 0;
}
.fl {
    float: left;
    padding: 20px;
    height: 115px;
}

.wbox {
    margin-right: 20px;
    margin: 10px 20px;
    float: right;
    background-color: #f5d83c;
	padding: 10px 0;
}
.wbox span {
    font-size: 1.4em;
	padding: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
}

/*focus*/
#focus-left{
	float: left;
    width: 454px;
	padding:0;
}
.a1-pic {
    background: url(../images/focusbg.png);
    padding: 10px 20px;
    background-color: #f5d83c;
}

.show {background-color: #f5d83c;}
/*獎項*/
#awards table  {font-size: 1.4em;}
	
/*專題BANNER*/
#topics-banner{
margin-bottom:10px;
}
#main-inner{padding:10px; top:-3px;}
#main{}

#main-left{
	margin-left: -320px; 
	float: left; 
	width: 100%;
	
}



#contentb {/*真正的“main-left”变成了contentb，他的宽度跟以前的main-left一样，是100%-320.*/
    margin-left: 320px;
  }
  
#main-right{
	display:block;
	float:right;
	width:300px;

}

#focus-right{display:block;width: 208px;float:right;margin: 0;}
#focus-realtime, #mobile-hot{display:none;}
.a1-pic .text{
	display: none;
}
/*內頁即時*/
.mobile-only{
	display:none;
}
.news-category{
	padding:2px 8px;
	font-size:1em;
}
.pc-hot{display:block;}
.pc-hot-list{
	padding:0 20px 10px 20px;
}
.ten .text{
	width:91.5%;
}
/*
.pc-hot-list ol, .pc-hot-list ol li {
	padding:0;
	margin:0;
	list-style:none;
}

.rednumber{
	display:inline-block;
	text-align:center;
	width:30px;
	color:#e62117;
	font-size:1.25em;
	font-weight:bolder;
	margin-right:10px;
}
.hotlist-category{
	padding:3px 5px;
	color:#FFF;
	font-weight:bolder;
	margin-top:-2px;
	margin-right:10px;

	
}*/

/*頭條*/

.dotdot{display:none;}
#a1-else{display:block;max-height:150px;}

.a1-else-little-box{
	min-height:130px;
	width:19.7%;
	margin:0 0.9%;
}
.news-list-box{font-size:1em;}



/*首頁PC-即時*/
#pc-focus-realtime ol{
	padding:0; margin:0;}
#pc-focus-realtime ol li{
	display:block;
	padding: 7.36px 10px;
	
	border-bottom:#eeeeee 1px solid;
	margin-bottom:6.5px;
	/*padding-bottom:5px;*/
	letter-spacing:0;
	overflow:hidden;
	
	font-size:1.05em;/*新加*/
	/*line-height:1.6em;*//*新加*/
	/*display: flex;
    align-items: center;*/
}
.tg p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	padding: 0;
    margin: 0;
	font-size: 1.1em;
}
#pc-focus-realtime ol li .small-gray-text{
	font-size:0.7em;
}

#pc-focus-realtime ol li:last-child{/*border-bottom:0px solid;*/
}

/*話題*/
.index-Feature-group-right .style1 .text .title{
	font-size:1em;
}
/*關鍵話題*/	
.pc-hot-list ol li {padding: 10px 0 10px 0;}
/*影音BANNER下方的資訊*/
.video-info{
	padding:20px; 
}
/*精彩關鍵*/
.video-list-little-box{
	float:left;
	height:170px;
	width:23%;
	margin:0 1%;
	overflow:hidden;
	margin-bottom:10px;

}
.video-list-little-box .title{
	font-size:0.875em;
	line-height:1.2em;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:220px;
}
.elselive30video-list-little-box{
   height:230px;
}


/*新聞內頁分類*/
.orange-big-slider .arrow-left-y, .orange-big-slider .arrow-right-y{
	display:block;
}

.news-list-area .style1 .summary{display:block;}

.news-list-area .style1 .summary p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	padding: 0;
    margin: 0;
}
/*************overlay***************/	
.overlay .overlay-close {
width: 50px;
height: 50px;}
.overlay .overlay-content {
	top: 60%;
width: 936px;}
.final-top{
	margin-left: -356px; float: left; width: 100%;

}
.final-bottom{
	float:right;
	width:336px;
}
.contentb2 {
    margin-left: 356px;
  }

.pic-text{
	top:0%;

}
}
/*句式只在viewport 寬度不小於1024px才生效*/
@media screen and (min-width: 1024px) {
.style1 .text2 {
    margin-left: 178px;
}
.feature2-cover .box{
	width:29.9%;
}
	
#focus-right {
    width: 230px;
}
	
}
@media screen and (min-width: 1130px) {
	.feature2-cover .box{
	width:30.3%;
}
.a1-else-little-box{
	min-height:130px;
	width:20.2%;
	margin:0 1%;
}
.fncvideo-list-little-box{
	height:230px;
}
}
/*句式只在viewport 寬度不小於1200px才生效*/
@media screen and (min-width: 1200px) {
    .list_box_r {
        width: 61.9%;
    }
.feature2-cover .box{
	width:30%;
}
.feature2-cover .box .title{
	width:97%;
}

#focus-right {
    width: 250px;
}
#pc-header, #pc-logo, #pc-nav, #main, #footer{
	margin: 0 auto;
	width:1024px;
}

#a1-else{max-height:150px;}

.a1-else-little-box{width:19.5%;}



.footer-2{padding-right:0px;}

/*首頁焦點新聞*/
#fnews-left {
    width: 55%;
}
/*話題*/


.index-Feature-group-left{
	float:left;
	width:50%;
}

.index-Feature-group-left .text span{
	font-size:1.25em;
	padding:10px;
}

.index-Feature-group-right{
	float:right;
	margin-left:1%;
	width:49%;
}

.index-Feature-group-right .style1 .pic{display:none;}

.index-Feature-group-right .style1 .text{
	margin-left:0px;
     padding:6.5px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:0.95em;
}

/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:210px;
}
.elselive30video-list-little-box{
   height:210px;
}
/*內頁即時*//*新聞列表*/
.style1 .pic{
	margin-top:21px;
}
/*話題清單*/
.Feature-list .style1 .pic{
	margin-top:10px;
}
}
/*句式只在viewport 寬度不大於1399px才生效*/
@media screen and (max-width: 1399px) {
.woman_bg,.man_bg{
	background:url(../images/tteams_bg.png) center bottom ,linear-gradient(top,#f5d83c,white);
    background:url(../images/tteams_bg.png) center bottom ,-moz-linear-gradient(top,#f5d83c,white);
    background:url(../images/tteams_bg.png) center bottom ,-webkit-linear-gradient(top,#f5d83c,white);
}
}
/*句式只在viewport 寬度不小於1400px才生效*/
@media screen and (min-width: 1400px) {
    .list_box_l {
        width: 27%;
        font-size: 1.2em;
    }

    .list_box_r {
        width: 71%;
        font-size: 1.4em;
    }

    #game_list p {
        font-size: 1.25em;
    }

    .game_list_title {
        font-size: 1.4em;
    }

#main-inner{ top:-5px;}
.feature2-cover .box{
	width:30.6%;
	margin:0.4%;
	min-height:330px;
	
}

.feature2-cover .box .play-icon{
	top:32%; left:40%;}
	
	
.errorr{text-align:center; margin-top:5%;}
.errorr img{width:auto;}


#pc-header, #pc-logo, #pc-nav, #main, #footer{
	width:1380px;
}
#pc-nav-inner{font-size:1.25em;}

#pc-nav ul{margin-top:-20px;}
#pc-nav ul li a{
	padding:20px 6px 20px 6px;
}


#pc-nav ul li .sub-menu a	{ 	padding:3px 3px 6px 3px; margin:0px 5px; text-align:center; font-size:0.8em; } /* 下拉清單每一列的樣式 */

#marquee-text{width:90%;}
/*首頁焦點新聞*/
#fnews-left {
    width: 740px;
	height: 250px;
    float: right;
}

.fl {
    float: left;
    width: 50%;
    padding: 20px;
}

.wbox {
    width: 41%;
    margin-right: 20px;
    margin: 20px 20px 20px 0;
    height: 204px;
    border: 2px solid white;
    float: right;
	display:flex;
    align-items:center;
    justify-content:center;
	background-color: #f5d83c00;
	padding: 0;
}
.wbox span {padding: 0 10px 0 10px;}
.news_bgline{
	display: block;
    position: absolute;
    bottom: 30px;
    width: 317px;
    right: 33px;
}

/*focus*/
.style1 .text2 {
   float: left;
    margin-left: 15px;
	width: 800px;
}
	
.a2-pic { 
	width: 13%;
    float: left;
    padding: 0 10px 0 0;
	display: block;
}

    /*轉播時刻表*/
#game_banner {
    height: 209px;
}
	

.woman_bg{
	background-image: url(../images/woman_bg.png);
	background-repeat : no-repeat ;
	background-color: white;
}
.man_bg{
	background-image: url(../images/man_bg.png);
	background-repeat : no-repeat ;
	background-color: white;
}
	
/*頭條*/
.a1-pic .text span{
	font-size:1.75em;
    letter-spacing:1.5px;
	padding:20px;
}

#a1-else{height:185px;}
.a1-else-little-box{
	min-height:130px;
	width:20%;
	margin:0 0.9%;
}
#focus-left{/*margin-top:10px;*/
/*margin-left: -320px;*/ 
	float: left; 
	}
#focus-contentb {/*真正的focus-left”变成focus-contentb，他的宽度跟以前的focus-left一样，是100%-320.*/
    /*margin-left: 320px;*/
  }

/*#pc-focus-realtime ol li{
	height:23px;
	padding-top:4px;
	
	font-size:0.95em;

}*/

#focus-right{
	
	width:606px;
	margin-top:0;
}

#pc-focus-realtime ol li{
	height:42.8px;
	/*padding-top:2.5px;
	line-height:1.4em;*/
	
	/*font-size:1em;*/
	padding: 0 20px;
	font-size:1.05em;/*新加*/
	display: flex;
}

.tg {
	align-self: center;
    align-items: center;
    margin: auto 0;
    width: 85%;
}




.live-else-little-box{width:29%;}
.live-else-little-box .title{
	font-size:1em;
}

/*熱門*/
.hot-half{
	float:left;
	width:48%;
	margin-right:2%;	
}
.pc-hot-list ol li {
   letter-spacing:1px;

}
/*內頁即時*/
.ten .text{
	width:90.5%;
}
/*新聞內頁分類*/
.orange-big-slider{
	height:470px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 60.5%, rgba(246,246,246,1) 60.5%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 60.5%,rgba(246,246,246,1) 60.5%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 60.5%,rgba(246,246,246,1) 60.5%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.orange-big-slider .a1-pic{
	width:740px;
}
.dotdot .orange_bg li a {
    
	background: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);

}

.orange-big-slider .arrow-left-y{
	left:120px;
}

.orange-big-slider .arrow-right-y{
	right:120px;
}
.orange-big-slider .play-icon{
	top: 42%; left: 46%;
}
/*話題*/

.index-Feature-group{
	padding:10px 20px 0 20px;
}
.index-Feature-group .box-title{
	margin-left:-20px;
}

.index-Feature-group-left{
	float:left;
	width:50%;
}

.index-Feature-group-left .text span{
	font-size:1.25em;
	padding:10px;
}

.index-Feature-group-right{
	float:right;
	margin-left:1%;
	width:49%;
}

.index-Feature-group-right .style1 .pic{
    width:158px;
	display:block;
	
	
}
.index-Feature-group-right .style1 .text{

	margin-left:160px;
}

.index-Feature-group-right .style1 .text{
     padding:10px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:1em;
}
/*新聞列表*/


.style1 .pic{
	width:220px;
	margin-top:0px;
	
}
.style1 .text{

	margin-left:225px;
	padding:7px;
}

.style2 .text{
     padding:15px;
}


/*話題清單*/
.Feature-list .style1 .pic{
	margin-top:0px;
}
/*精彩關鍵*/
.video-list-little-box{

	height:240px;

}
.video-list-little-box .title{
	font-size:1em;
	line-height:1.4em;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:280px;
}

.elselive30video-list-little-box{
   height:270px;
}
.elselive30video-list-little-box .title{
	font-size:0.9em;
	line-height:1.4em;
}
.play-icon img { width: 90%;}

/*新聞單則內容*/
.news-cover .play-icon{
	top: 45%; left: 45%;
}
/*主播主持人*/

.pic-text{
	top:8%;
	left:70px;
	position:absolute;

}
.pic-text .name{
	letter-spacing:10px;
}
.pic-text .now ul li{
	font-size:0.875em;
}
/*************overlay***************/	

.overlay .overlay-content {
	top: 60%;
width: 1236px;}
.final-top{
	margin-left: -356px; float: left; width: 100%;

}
.final-bottom{
	float:right;
	width:336px;
}
.contentb2 {
    margin-left: 356px;
  }

}
