/*----------首页*/
/*----------首页:内容*/

/*----------首页:左侧*/
.leftclass{
	width:230px;
	float:left;
	box-shadow:0 -3px 6px #ccc;
	padding:8px 0
}
.leftclass .title{
	width:230px;
	color:#222;
	font-weight:bold;
	font-size:14px;
	padding-top:12px;
	text-indent:15px;
	height:22px;
}
.classbox{
	display:block;
	padding-bottom:10px;
}
.classbox dl{
	width:210px;
	display:block;
	margin:10px auto 0px;
	border-bottom:1px dotted #DDD;
	padding-bottom:10px;
}
.classbox dl dt{
	font-size:14px;
	background:url(../images/ico_21.gif) 4px 8px no-repeat;
	text-indent:19px;
	display:block;
	clear:both;
	line-height:25px;
}
.classbox dl dd {
	clear:both;
	width:210px;
	overflow:hidden;
}
.classbox dl dd a{
	color:#666666;
	display:block;
	float:left;
	height:15px;
	line-height:15px;
	padding-right:6px;
	padding-left:7px;
	margin:10px 0px 0px -1px;
	white-space:nowrap;
	border-left:1px solid #EEE;
}
/*----------首页:中间*/
.mlist{
	width:660px;
	float:left;
	margin-left:7px;
	overflow:hidden;
}
/*----------首页:中间:推荐问题*/
.tjbox{
	width:658px;
	background:#fff;
	overflow:hidden;
	border:1px solid #eee
}
.tjbox .title{
	text-indent:10px;
	line-height:32px;
	font-weight:bold;
	color:#369;
	height:32px;
	border-left:3px solid #ff5a5f;
	font-size:14px;
	margin:10px 0 0 10px
}
.tjbox .tlist{
	width:97%;
	margin:0px auto 5px;
	background:#FFF;
	overflow:hidden;
}
.tjbox .tlist dl{
	margin-left:10px;
	padding-bottom:5px;
	clear:both;
}
.tjbox .tlist dl dd{
	display:block;
	clear:both;
	width:100%;
	height:21px;
	margin-top:7px;
	line-height:17px;
}
.tjbox .tlist dl dd img{
	float:left;
}
.tjbox .tlist dl dd span.tclass{
	float:left;
	margin-left:2px;
	color:#999;
	display:block;
	width:72px;
	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;
}
/*----------首页:中间:问题列表*/
.qalist{
	width:658px;
	border:1px solid #eee;padding:10px 0
}
.qalist dl{
	clear:both;
	display:block;
	 width:97%; margin:0 auto
}
.qalist dl dt{
	display:block;
	color:#222;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	text-indent:10px;
	border-left:3px solid #ffd765;
}
.qalist dl dd{
	display:block;
	margin-left:8px;
	clear:both;
	height:23px;
	margin-top:5px;
}
.qalist dl dd  span{
	display:inline;
}
.qalist dl dd  span.tclass{
	float:left;
	color:#999;
	width:72px;
	text-align:right;
}
.qalist dl dd  span.tclass a{
	color:#777;
	text-decoration:none;
}
.qalist dl dd span.tclass a:hover{
	color:#FF3300;
}
.qalist dl dd span.tlink{
	float:left;
	margin-left:16px;
	font-size:14px;
}
.qalist dl dd span.fen{
	float:left;
	margin-left:10px;
	color:#999999;
}
