.newsg {
	color: #666666;
}

.newslist, .newsitem {
	width: 635px; /* calling content module, so don't use % here */
}

.newshead {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
}
	.newslhed {
		width: 60%;
		float: left;
	}
	.newsview {
	}

.newsltit {
	margin: 0 0 5px 0;

	font-size: 15px;
	font-weight: bold;

	color: #004680;
}

.newslmvl {
	margin: 0 0 10px 0;

	font-size: 11px;

	color: #8b9d3c;
}

.newslbod {
	margin: 0 0 25px 0;
}

	.newslbod a {
		font-weight: bold;

		color: #48bcec;
	}