@charset "utf-8";
/* CSS Document */
#categoryWrapper a{
	color: #000;
	text-decoration:none;
}

#categoryWrapper h2{
	font-size: 18px; 
	color: #636466;
	padding: 0;
	margin: 20px 0 10px 0;
}

#categoryWrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}

#categoryWrapper .feedBox {
	width: 570px;
	height: 160px;
	clear: both;
	padding: 15px;
	border: 1px solid #dadada;
	background-color: #fff;
	margin-bottom: 10px;
	display:block;
}

#categoryWrapper .feedImg{
	float:left;
	width: 160px;
	height: 160px;
	margin-right: 10px;
	text-align: center;
}

#categoryWrapper .feedImg img{
	max-width: 160px;
	max-height: 160px;
}


#categoryWrapper .feedTitle {
	font-size: 20px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#categoryWrapper .feedBox:hover .feedTitle{
	color:#0042ff;
}

#categoryWrapper .feedContent {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-top: 10px;
	height: 115px;
	word-break: break-all;
	overflow:hidden;
}

#categoryWrapper .feedDate {
	font-size: 13px;
	color: #46abe7;
}

