#box4 {
	height: 228px;
	width: 300px;
	background-color: #E4E2D5;
	position: absolute;
	left: 0px;
	top: 320px;
}
#box4 .box_title {
	height: 40px;
	width: 295px;
	background-image: url(images/box4_title_bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 28px;
	text-indent: 70px;
}
#box4 .article_list {
	height: 130px;
	position: absolute;
	left: 10px;
	top: 40px;
}
#box4 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box4 .article_list li {
	height: 20px;
	line-height: 20px;
}
#box4 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box4 .article_list li a:hover {
	color: #990000;
}

#box4 .article_list .article_title {
	width: 65%;
	height: 20px;
	float: left;
	text-indent: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(images/box4_article_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#box4 .article_list .article_time {
	width: 20%;
	float: left;
}
#box4 .article_list .article_ico_new {
	width: 30px;
	float: left;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#box4 .box_file {
	position: absolute;
	left: 10px;
	top: 174px;
}
#box4 .box_file ul {
	list-style-type: none;
	display: inline;
}
#box4 .box_file li {
	float: left;
}
#box4 .box_file li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box4 .box_more {
	position: absolute;
	height: 22px;
	width: 36px;
	top: 10px;
	right: 20px;
	background-image: url(images/box4_more_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	
	text-indent: 18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#box4 .box_more a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
