@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:10px 0px 0px 0px;
	/*margin-left:20px;*/
}
.news .tab ul{
	margin:0px;
	padding:0px;
	list-style:none;height:0px;
}
.news .tab ul li{
	float:left;
	display:block;
	/*background:url(../Upload/image/Niag106/TabOff.png) center top no-repeat;*/
	background-color:#dfdfdf;
	margin-right:1px;	
	line-height:1em;
	height:39px;
	font-size:1.3em;
	color:#333;
	width:9.5%;min-width:100px;
	text-align:center;	
	vertical-align:middle;
	padding-top:5px;
	
	padding-right:15px;
	margin-top:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

*::-ms-backdrop, .news .tab ul li { padding-top:5px;} /* IE11 */
.news .tab ul li a{
	float:left;
	display:block;
	/*background:url(zh_TW/outlook/tabNright.gif) right bottom no-repeat;*/
	height:39px;
	color:#333;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	padding-left:22%;
	padding-top:7px;
	font-size:16px;
	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:#f5a21d;
	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:0px;} /* IE11 */
.news .tab ul li.current a{
	float:left;
	display:block;
	/*background:url(zh_TW/outlook/tabAright.gif) right bottom no-repeat;*/
	height:39px;
	margin:0px;
	/*padding-left:5px;*/
	color:#fff;
	text-decoration:none;
	padding-left:22%;
	padding-top:11px;
	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.5em;
	color:#333;
	text-decoration:none;
}
.news .body ul li a:hover{
	color:#C33;
	text-decoration:none;
}
.news .body ul li span.date{
	background:url(zh_TW/outlook/icon6.gif) 0px 5px no-repeat;
	padding:0px 8px 0px 14px;
	font-size:0.78em;
	color:#777;
}
.news .body ul li span.dept{
	padding:0px 0px 0px 0px;
	font-size:0.83em;
	color:#999;
}
