@charset "utf-8";

.newsArea{
	background: none repeat scroll 0 0 #FFFFFF;
	width: 960px;
	height: 100px;
	overflow: hidden;
	margin: 15px auto;
}

.newsArea #newsTopics{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
}

.newsArea #newsList{
	float: left;
	font-size: 12px;
	height: 80px;
	overflow: hidden;
	width: 560px;
	padding: 10px 0 10px 10px;
}

.newsArea #newsList ul{
	list-style-type: none;
}

.newsArea #newsList ul li{
	background: url("/hk/img/icon_new_s.gif") no-repeat scroll 0 8px transparent;
	padding-left: 28px;
	font-size: 12px;
	line-height: 25px;
}

.newsArea #newsList ul li + li{
	background: none;
}

.newsArea #newsList ul li + li +li{
	background: none;
}

.newsArea #newsList ul li a:link, a:hover, a:active, a:visited{
	color: #1A51BD;
	text-decoration: underline;
}

.newsArea #newsList ul li a:hover{
	color: #1A51BD;
	text-decoration: none;
}

.newsArea #newsCheck{
	display: block;
	float: right;
	width: 290px;
	height: 100px;
}
