.news {
	float: left;
	margin-bottom: 15px;
}
.news_title {
	float: left;
	margin-bottom: 10px;
}
.news_title .category_left {
	float: left;
}
.news_title .category {
	float: left;
	height: 16px;
	width: 100px;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.news_title .caption {
	float: left;
	height: 17px;
	width: 301px;
	font-weight: bold;
	font-size: 11px;
	color: #BBBBBB;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.news_title .date {
	float: right;
	height: 17px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.news_text {
	float: left;
}
.news_text .photo {
	float: left;
	width: 100px;
	margin-left: 5px;
}
#content > .photo {
	margin-left: 10px;
}
.news_text .photoNewstitle {
	float: right;
	width: 355px;
	font-weight: bold;
	margin-bottom: 3px;
}
.news_text .photoSummary {
	float: right;
	width: 355px;
	text-align: justify;
}
.news_text .photoLink {
	float: right;
	width: 355px;
	margin-top: 5px;
}
.news_text .newstitle {
	float: right;
	width: 465px;
	font-weight: bold;
	margin-bottom: 3px;
}
.news_text .summary {
	float: right;
	width: 465px;
	text-align: justify;
}
.news_text .link {
	float: right;
	width: 465px;
	margin-top: 5px;
}

.app_item {
	float: left;
	margin-bottom: 10px;
}
.app_left {
	float: left;
}
.app_date {
	float: left;
	width: 200px;
	height: 16px;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 2px;
	background-color: #CCCCCC;
	font-size: 11px;
}
.app_title {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
}
#content > .app_title {
	margin-left: 10px;
}