.news-category {
	border-bottom-color: #4f4d4f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-repeat: no-repeat;
	height: 147px;
	width: 574px;
}
.news-category h2 {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 555px;
}
.news-category h2 a {
	font-size: 12px;
	text-decoration: none;
	color: #fcc033;
}
.news-category h2 a:hover {
	color: #00ace5;
}
.news-category h2 span {
	color: #999999;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news-category-image {
	position: absolute;
	left: 10px;
	top: 34px;
	height: 91px;
	width: 91px;
}
.news-category-text {
	position: absolute;
	left: 120px;
	top: 30px;
	height: 90px;
	width: 440px;
}
.news-category-more {
	position: absolute;
	background-repeat: no-repeat;
	right: 13px;
	bottom: 9px;
}

