/*左侧*/
.leftclass{
	width:230px;
	float:left;
	border:1px solid #48BA6D;
}
.leftclass .title{
	width:230px;
	background:url(../images/leftclass_title.gif) center top no-repeat;
	letter-spacing:2px;
	color:#268645;
	font-weight:bold;
	font-size:14px;
	padding-top:8px;
	text-indent:15px;
	height:18px;
}
.classlist{
    width:100%;
	clear:both;
}
.classlist li{
	float:left;
	padding-left:28px;
	width:199px;
	margin:auto;
	height:30px;
	line-height:30px;
	background:url(../images/ico_21.gif);
	border-bottom:1px dotted #DDD;
}
.classlist li a{font-size:13px;}
/*----------首页:中间*/
.mlist{
	width:506px;
	float:left;
	margin-left:7px;
	overflow:hidden;
}
/*----------首页:中间:推荐问题*/
.tjbox{
	width:504px;
	border:1px solid #48BA6D;
	background:#EAFBF0;
	overflow:hidden;
}
.tjbox .title{
	background:url(../images/ico_22.gif) 10px 8px no-repeat;
	text-indent:30px;
	line-height:29px;
	font-weight:bold;
	color:#369;
	letter-spacing:2px;
}
.tjbox .tlist{
	width:494px;
	margin:0px auto 5px;
	background:#FFF;
	border:1px solid #B1E3C1;
	overflow:hidden;
}
.tjbox .tlist dl{
	margin-left:6px;
	padding-bottom:5px;
	clear:both;
}
.tjbox .tlist dl dd{
	display:block;
	clear:both;
	width:430px;
	height:21px;
	margin-top:7px;
	line-height:17px;
}
.tjbox .tlist dl dd img{
	float:left;
}
.tjbox .tlist dl dd span.tclass{
	float:left;
	color:#999;
	display:block;
	width:80px;
	text-align:right;
}
.tjbox .tlist dl dd span.tclass a{
	color:#777;
	text-decoration:none;
}
.tjbox .tlist dl dd span.tclass a:hover{
	color:#FF3300;
}
.tjbox .tlist dl dd span.tlink{
	float:left;
	font-size:14px;
	margin-left:10px;
	display:block;
}

