body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#page {
	width:760px;
	margin:auto;
}

#top{
	display:none;
}

#menu{
	display:none;
}
#content{

}

#left-content{
	/*width:550px;*/
}


#road{
	display:none;
}


#right-content{
	display:none;
}

#bottom {
	display:none;
}

#funcs 		{width:35%;float:left}
#article	{width:65%;float:left;text-align:justify}

/******************************************************************************/

.hItem {
	height:100px;
	margin:16px 16px;
	font-size:11px;
}

.hItem h3 {
	background:none;
	clear:none;
	font-size:14px;
	font-weight:bolder;
	margin:0px;
	border:0;
}

.hItem .thumb{
	margin-right:12px;
	padding:1px;
	border:1px solid #999;
}

.hItem .date{
	color:#aaa;
	font-size:11px;
}

.hItem p{
	text-align:justify;
	overflow:hidden;
	height:56px;
	margin:0;
}

.hItem p img{
	position:relative;
	left:296px;
	top:40px;
}

.item{
	clear:left;
	height:80px;
	margin:4px 16px;
	font-size:11px;
}

.item h3 {
	background:none;
	clear:none;
	font-size:14px;
	font-weight:bolder;
	margin:0px;
	border:0;
}

.item .thumb{
	margin-right:12px;
	padding:1px;
	border:1px solid #999;
}

.item .date{
	color:#aaa;
	font-size:11px;
}

.item p{
	text-align:justify;
	overflow:hidden;
	height:16px;
	margin:0;
	font-size:11px;
}

.item p img{
	position:relative;
	left:296px;
	top:40px;
}

table {
	width:100%;
	font-size:11px;
}

table th{
	text-align:left;
}

a {

	color:#000;
}
