#content {
	background: #f6f6f6;
	border-top: 1px solid #dedede;
	margin: 0 4px 4px 4px;
	min-height: 355px;    height:auto!important;    height: 355px;
	padding: 0 20px;
}
#content h2 {
	background: url(cssimg/h2_index.gif) left top no-repeat;
	color: #333399;
	margin-left: 0;
}
#boxA {
	border-right: 1px solid #dedede;
	float: left;
	padding: 0 23px 0 10px;
	width: 40%;
}
#boxA ul {
	font-weight: bold;
}
#boxB {
	float: right;
	width: 54%;
}
#boxB .box {
	height: 285px;
	overflow-y: scroll;
}
#boxB ul li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#boxB ul li {
	background: url(cssimg/li_boxb.gif) left top no-repeat;
	clear: both;
	min-height: 15px; height: auto!important; height: 15px;
	padding: 3px 0 12px 20px;
}
#boxB .date {
	float: left;
	width: 80px;
}
#boxB .news {
	float: right;
	width: 350px;
}
#boxB img {
	margin-right: 5px;
}
#content ul, #content dl, #content ol, #content p {
    margin: 0 0 15px 20px;
}