@charset "utf-8";
/* CSS Document */

.news-list-container {
	padding-top: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.news-item {
	width: 202px;
	margin-right: 18px;
	margin-bottom: 16px;
	float: left;
	height: 386px;
	position: relative;
}
.news-item:hover {
	background-color: #efbe3a;
}

.news-item-thumb {
	margin-bottom: 12px;
	padding-top: 1px;
	padding-left: 1px;
}
.news-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #efbe3a;
	padding-left: 18px;
	margin-bottom: 6px;
}
.news-item:hover .news-item-title {
	color: #000;
}
.news-item:hover .news-item-summary {
	color: #523E07;
}
.news-item:hover a
{
	color:#000;
	text-decoration:underline;
}

.news-item-summary
{
	padding-left: 18px;
	padding-right: 18px;
	font-size: 12px;
	overflow: auto;
}
.news-item-button {
	margin-bottom: 10px;
	padding-left: 18px;
}
.news-horizontal-rule {
	height: 1px;
	width: 856px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f1f1f;
	clear: both;
}
.news-article {
	padding-bottom:24px;
	padding-top: 24px;
}
.news-article-col-side {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.news-article-col-main {
	float: left;
	width: 620px;
}
.news-article-image {
	height: 200px;
	width: 200px;
	margin-bottom: 16px;
}
.news-article-title {
	font-size: 22px;
	font-weight: bold;
	color: #efbe3a;
	margin-bottom: 12px;
}
.news-article-content {
	font-size: 14px;
	line-height: 20px;
}
.news-item-readmore {
	height: 20px;
	padding-left: 20px;
}
.news-item-content {
	height: 124px;
	overflow: auto;
	margin-bottom: 8px;
}
