#box14 {
	height: 200px;
	width: 210px;
	background-image: url(images/box14_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}
#box14 .box_title {
	height: 42px;
	width: 210px;
}
#box14 .article_list {
	height: 96px;
	position: absolute;
	left: 0px;
	top: 42px;	
}
#box14 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#box14 .article_list li {
	height: 22px;
	line-height: 22px;
}
#box14 .article_list li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#box14 .article_list li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#box14 .article_list .article_title {
	width: 190px;
	height: 22px;
	float: left;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(images/box14_article_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 7px;
}
#box14 .article_list .article_time {
	width: 20%;
	float: left;
}
#box14 .box_file {
	width: 100%;
	margin: 4px;
	position: absolute;
	left: 0px;
	top: 136px;
}
#box14 .box_file ul {
	list-style-type: none;
	display: inline;
}
#box14 .box_file li {
	float: left;
}
#box14 .box_file li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box14 .box_more {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#box14 .box_more a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
