.newsListDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 100px;
	margin-left: 20px;
	height: 20px;
}
.newsListTitle {
	font-size: 12px;
	overflow: hidden;
	float: left;
	width: 500px;
	line-height: 20px;
	text-align: left;
	height: 20px;
	margin-left: 40px;
}
.newsListTitle .en {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	font-size: 11px;
	line-height: 18px;
}
.newsListLine {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.newsDispDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
}
.newsDispOwner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	width: 600px;
	margin-top: 20px;
}


