#box5 {
	height: 228px;
	width: 430px;
	background-color: #FFFFFF;
	position: absolute;
	left: 306px;
	top: 320px;
}
#box5 .box_title {
	height: 42px;
	width: 100%;
	background-image: url(images/box5_title_bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 28px;
	text-indent: 70px;
}
#box5 .article_list {
}
#box5 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box5 .article_list li {
	height: 20px;
	line-height: 20px;
}
#box5 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box5 .article_list li a:hover {
	background-color: #C1FB6C;
	color: #FFFFFF;
}
#box5 .article_list .article_title {
	width: 80%;
	height: 20px;
	float: left;
	text-indent: 25px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#box5 .article_list .article_time {
	width: 15%;
	float: left;
}
#box5 .box_more {
	position: absolute;
	top: 10px;
	right: 40px;
	background-image: url(images/box_more_+.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	text-indent: 16px;
}
#box5 .box_more a {
	text-decoration: none;
	color: #000000;
	letter-spacing: 10px;
}