#box16 {
	height: 180px;
	width: 210px;
	background-image: url(images/box16_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}
#box16 .box_title {
	height: 40px;
	width: 100%;
}
#box16 .article_list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#box16 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box16 .article_list li {
	height: 20px;
	line-height: 20px;
}
#box16 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box16 .article_list li a:hover {
	color: #990000;
}
#box16 .article_list .article_title {
	width: 190px;
	height: 20px;
	float: left;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#box16 .article_list .article_time {

}
#box16 .box_more {
	position: absolute;
	top: 8px;
	right: 14px;
	font-size: 8px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#box16 .box_more a {
	text-decoration: none;
	color: #000000;
	display: block;
}
