* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Arial;
	color: #666;
	background: #e8eded;
}
a {
	color: #666;
	text-decoration: none;
}

#content {
	width: 960px;
	height: 718px;
	margin: 0 auto;
	margin-top: 10px;
	padding-left: 40px;
}
#title {
	width: 170px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #39b4be;
}
#detail {
	float: left;
}
#detailContent {
	width: 750px;
	line-height: 30px;
}
#detailContent img {
	float: right;
	margin: 20px 0;
}

.clear {
	clear: both;
}
.line {
	width: 800px;
	border-bottom: 1px solid #666;
}
.news strong {
	font-size: 14px;
	list-style: none;
	color: #39b4be;
}
.news {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0;
}