/*articles.line*/
#center #center_bottom ul
{
	margin: 0;
}

#center #center_bottom ul li
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 47%;
margin-bottom: 20px;
}

#center #center_bottom ul li h3
{
	font-size: 11px;
}

#center #center_bottom ul li img
{
	float: left;
	padding: 5px;
	padding-left: 0;
	border: none;
}

#center #center_bottom ul li span
{
	color: #888;
	display: block;
	font-style: italic;
	margin: 5px 0;
}
#center #center_bottom ul li
{
	margin-left: 15px;
}

#center #center_bottom ul li:nth-child(odd)
{
	margin-right: 15px;
	margin-left: 0;
clear: left;
}
/*end_articles.line*/
