/* CSS Document */

#index_list{
	width: 572px;
}

/* 偶数 */
#index_list .even{
	width: 260px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 10px;
	height: 300px;
}
/* 奇数 */
#index_list .odd{
	width: 260px;
	float: right;
	padding: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	height: 300px;
}

#index_list .cl_a{ clear: both; height:1px; visibility:hidden;}
#index_list .cl_b{ display: none;}
