#box15 {
	height: 220px;
	width: 210px;
	background-image: url(images/box15_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}
#box15 .box_title {
	height: 38px;
	width: 100%;
}
#box15 .article_list {
	height: 170px;
	position: absolute;
	left: 0px;
	top: 38px;	
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#box15 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box15 .article_list li {
	height: 22px;
	line-height: 22px;
}
#box15 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#box15 .article_list li a:hover {
	color: #990000;
}
#box15 .article_list .article_title {
	width: 190px;
	height: 22px;
	float: left;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#box15 .article_list .article_time {

}
#box15 .box_file {
	width: 202px;
	height: 42px;
	position: absolute;
	left: 4px;
	top: 170px;
}
#box15 .box_file ul {
	list-style-type: none;
	display: inline;
}
#box15 .box_file li {

	float: left;
}
#box15 .box_file li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#box15 .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;
}
#box15 .box_more a {
	text-decoration: none;
	color: #000000;
	display: block;
}
