@charset "utf-8";
/* CSS Document */
.news{
	margin:10px 0px 0px 0px;
	width:100%;	


}
@media(max-width:869px){.news{margin:0px 0px 0px 0px;
}}

.news .tab{
	background:url(zh_TW/outlook/tabAline.gif) left bottom repeat-x;
	width:100%;
	padding:0px 0px 0px 0px;
	margin-left:9px;
	
}
.news .tab ul{
	margin:0px;
	padding:0px;
	list-style:none;height:0px;
	
}
.news .tab ul li{
	float:left;
	display:block;
	border-radius:5px;
	/*background:url(../Upload/image/Niag106/TabOff.png) center top no-repeat;*/
	background-color:#dfdfdf;
	margin-right:1px;	
	line-height:1em;
	height:39px;
	font-size:1rem;
	color:#333;
	/*width:105px;*/
	text-align:center;	
	vertical-align:middle;
	padding-top:10px;
	padding-right:10px; padding-left:10px;
	margin-top:0px;
	
}

*::-ms-backdrop, .news .tab ul li { padding-top:10px;} /* IE11 */
.news .tab ul li a{
	float:left;
	display:block;
	/*background:url(zh_TW/outlook/tabNright.gif) right bottom no-repeat;*/
	height:25px;
	color:#333;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	<!--padding-left:10px;-->
	<!--padding-top:6px;-->
	transition:color 0.3s ease-in-out;-moz-transition: color 0.3s ease-in-out;    -webkit-transition: color 0.3s ease-in-out;
}
.news .tab ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.news .tab ul li.current{
	float:left;
	display:block;
	/*background:url(../Upload/image/Niag106/TabOn.png) center top no-repeat;*/
	background-color:#d43839;
	height:39px;
	<!--font-size:1.3em;-->
	color:#333;
	/*width:105px;*/
	text-align:center;	
	vertical-align:middle;
	<!--padding-top:0px; *padding-top:0px;-->
	transition:background-color 0.3s ease-in-out;-moz-transition: background-color 0.3s ease-in-out;    -webkit-transition: background-color 0.3s ease-in-out;
}
/**::-ms-backdrop, .news .tab ul li.current { padding-top:12px;}  IE11 */
.news .tab ul li.current a{
	float:left;
	display:block;
	/*background:url(zh_TW/outlook/tabAright.gif) right bottom no-repeat;*/
	height:25px;
	margin:0px;
	/*padding-left:5px;*/
	color:#fff;
	text-decoration:none;
	/*padding-left:10px;	padding-top:10px;*/
	font-family:Microsoft JhengHei;
	
	
}
.news .tab ul li.current a:hover{
	color:#ffffff;
	text-decoration:none;
}
.news .body{
	clear:both;
	padding:5px 0px 5px 5px;
}
.news .body ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.news .body ul li{
	background:url(zh_TW/outlook/dot1.gif) left bottom repeat-x;
	padding:4px 0px 2px 0px;
	text-indent:-88px;
}
.news .body ul li a{
	<!--font-size:0.83em;-->
	line-height:1.5rem;
	color:#333;
	text-decoration:none;
}
.news .body ul li a:hover{
	color:#C33;
	text-decoration:none;
}