.feedEkList {
	/*width:450px;*/
	list-style:none outside none;
	background-color:#FFFFFF;
	border:1px solid #D3CAD7;
	padding:4px 6px;
	color:#3E3E3E;
}
.feedEkList li {
	border-bottom:1px solid #D3CAD7;
	padding:5px;
}
.feedEkList li:last-child {
	border-bottom:none;
}
.itemTitle a {
	font-weight:bold;
	/*color:#4EBAFF !important;*/
	color:#06203f !important;
	text-decoration:none
}
.itemTitle a:hover, a:focus {
	text-decoration:underline;
	color:#68a9cd !important;
}
.itemDate {
	font-size:11px;
	color:#AAAAAA;
}
