#box3 {
	height: 308px;
	width: 440px;
	background-color: #D9D9D9;
	position: absolute;
	left: 300px;
	top: 6px;
}
#box3 .box_title {
	height: 38px;
	width: 100%;
	background-image: url(images/box3_title_bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 28px;
	text-indent: 70px;
}
#box3 .box_menu {
	height: 16px;
	width: 150px;
	font-size: 12px;
	position: absolute;
	left: 180px;
	top: 10px;
}
#box3 .box_menu ul {
	list-style-type: none;
	display: inline;
}
#box3 .box_menu li {
	padding-left: 6px;
	padding-right: 6px;
	line-height: 16px;
	float: left;
	margin: 1px;
}
#box3 .box_menu li a {
	color: #7C6600;
	text-decoration: none;
}

#box3 .article_list {
	background-color: #F1FEDD;
	border: 2px solid #FFFFFF;
	width: 410px;
	height: 208px;
	padding: 10px;
	margin-left: 20px;
}
#box3 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box3 .article_list li {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 22px;
}
#box3 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box3 .article_list li a:hover {
	background-color: #C1FB6C;
	color: #FFFFFF;
}
#box3 .article_list .article_title {
	width: 310px;
	height: 22px;
	display: block;
	text-indent: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
#box3 .article_list .article_time {
	width: 70px;
	height: 22px;
	display: block;
	float: left;
}
#box3 .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;
}
#box3 .box_more a {
	text-decoration: none;
	color: #000000;
	letter-spacing: 10px;
}