#index_article_list3 {
	height: auto;
	width: 268px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
}
#index_article_list3 .box_title {
	height: 35px;
	width: 260px;
	background-image: url(images/ico_trumpet_red.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 35px;
	text-indent: 60px;
	font-weight: bold;
	color: #333333;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#index_article_list3 .article_list {
	width: 260px;
	height: auto;
	padding-top: 6px;

}
#index_article_list3 .article_list ul {
	list-style-type: none;
	font-size: 12px;
}
#index_article_list3 .article_list li {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 22px;
	background-image: url(images/li_ico_red_square.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#index_article_list3 .article_list li a {
	display: block;
	color: #003300;
	text-decoration: none;
}
#index_article_list3 .article_list li a:hover {
	background-color: #C1FB6C;
	color: #FFFFFF;
}
#index_article_list3 .article_list .article_title {
	width: 260px;
	height: 22px;
	display: block;
	text-indent: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
#index_article_list3 .article_list .article_time {

}
#index_article_list3 .box_more {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#index_article_list3 .box_more a {
	text-decoration: none;
	color: #000000;
	letter-spacing: 2px;
}
