/*common style*/
* {
	margin:0;
	padding:0;
}
#news {
	width:610px;
	height:140px;
	padding: 0 10px;
	overflow: scroll;
	overflow-x: hidden;
}
/*typo*/
#news ul li,
#news ol li,
#news p,
#news .p {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 1.8em;
	color: #121212;
	margin-bottom: 1em;
}

#news ol {
	margin-left: 14px;
	list-style-type: decimal;
}
#news ul {
	margin-left: 14px;
	list-style-type: circle;
}
#news li {
	margin-bottom: 0.8em;
}