#content {
	width: 100%;
	margin-top: 15px;
	overflow: auto;
}
/*！！！！！！！！！！！！！！！！！！！！ main */
#main {
	float: left;
	width: 550px;
	padding: 0 12px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
}
#main h2 {
	height: 40px;
	padding-top: 10px;
	font: bold 24px/40px "卜悶";
	color: #06c;	
	text-align: center;
}
.artdata {
	height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center; 
	line-height: 24px; 
	color: #999;
}
.newsContent {
	font: normal 14px/26px "卜悶";
	color: #333;
}
.newsContent a,
.newsContent a:visited {
	color: #36c;
	text-decoration: underline;
}
.newsContent a:hover {
	color: #f60;
	text-decoration: underline;
}
.newsContent p {
	margin-top: 10px;
}
.newsContent img {
	display: block;
	max-width: 550px;
	width: expression(this.width > 550 ? 550 : this.width);
}
#ckepop {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	overflow: auto;
}
/*！！！！！！！！！！！！！！！！！！！！ main end */
/*！！！！！！！！！！！！！！！！！！！！ column */
#column {
	float: left;
	width: 192px;
}
.sidebar {
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #e5e5e5;
}
.sidebar h2 {
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
	background: #f8f8f8;
	font: bold 14px/30px "卜悶";
	color: #f60;
}
.sidebar ul {
	display: block;
	padding: 4px 10px;
	background: url(../Images/Before/index/top10.gif) no-repeat 10px 8px;
}
.sidebar ul li {
	height: 24px;
	padding-left: 20px;
	line-height: 24px;
	overflow: hidden;
}
.sidebar .newsguide {
	padding-right: 0;
	background: #fffff5;
}
.sidebar .newsguide li {
	height: auto;
	padding-left: 0;
}
.sidebar .newsguide li a,
.sidebar .newsguide li a:visited {
	margin-right: 5px;
	color: #369;
	text-decoration: none;
	white-space: nowrap;
}
.sidebar .newsguide li a:hover {
	color: #f60;
	text-decoration: underline;
}
/*！！！！！！！！！！！！！！！！！！！！ column end */