@charset "utf-8";
/* CSS Document */
.news{
	margin:0px 0px 0px 0px;
	width:100%;	


}


.news .tab{
	/*background:url(zh_TW/outlook/tabAline.gif) left bottom repeat-x;*/
	width:100%;
	padding:0px 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:#727171;
	border: solid 1px #ffffff;
	line-height:1em;
	/*height:39px;*/
	
	color:#fff;
	width:25%;min-width:85px; /*�ݤ��X��*/
	text-align:center;	
	vertical-align:middle;
	padding-top:2px;
	
	padding-right:0px;
	margin-top:0px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}

@media(max-width:869px){
.news{margin:0px 0px 0px 0px;}
.news .tab ul li{width:33.3%;}
.news .tab ul li:nth-child(4){width:100%;}
}
*::-ms-backdrop, .news .tab ul li { padding-top:5px;} /* IE11 */

.news .tab ul li h2{
 text-align:center;
}
.news .tab ul li h2 a{
	float:left;
	display:block;
	height:50px;
	color:#fff;
	text-decoration:none;
	letter-spacing:0.2rem;
	/*padding-left:12%;*/
	padding-top:10px;
	width:100%;
	font-size:1.3rem;
	padding-left:5px;
	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 h2 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:#2878B9;
	/*height:50px;*/
	font-size:1.1rem;
	color:#333;
	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 h2 a{
	float:left;
	display:block;
	/*background:url(zh_TW/outlook/tabAright.gif) right bottom no-repeat;*/
	height:50px;
	/*padding-left:5px;*/
	color:#fff;
	text-decoration:none;
	/*padding-left:12%;*/
	padding-top:10px;
	
	width:100%;

	
	
}
.news .tab ul li.current h2 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;
}
@media(max-width:510px){
.news .tab ul li{width:50%;}
.news .tab ul li:nth-child(4){width:50%;}
}