#article_list2 .article_list {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #003300;
}
#article_list2 .article_list ul {
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 20px;
	padding-bottom: 20px;
}
#article_list2 .article_list li {
	width: 48%;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	float: left;
}
#article_list2 .article_list li a {
	display: block;
	text-decoration: none;
}
#article_list2 .article_list li a:hover {
	color: #DDDDDD;
}
#article_list1 .article_list li .article_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#article_list2 .article_list li img {
	width: 260px;
	height: 200px;
	border: 3px solid #DEDEDE;
	margin: 2px;
}
#article_list2 .pagination {
	width: 90%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #003300;
}
#article_list2 .pagination ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 20px;
	padding-bottom: 20px;
	display: inline;
	float: right;
}
#article_list2 .pagination li {
	float: left;
	padding: 6px;
}
