/*----------首页*/
/*----------首页:内容*/

/*----------首页:左侧*/
.leftclass{
	width:280px;
	float:left;
	background:#fff;
}
.leftclass .title{
	width:280px;
	letter-spacing:2px;
	color:#f16800;
	font-weight:bold;
	font-size:14px;
	padding-top:12px;
	text-indent:15px;
	height:18px;
}
.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;
	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:600px;
	float:left;
	margin-left:20px;
	overflow:hidden;
}
.mlist .title a,.mlist dt a{color:#f16800;font-size:15px;}
/*----------首页:中间:推荐问题*/
.tjbox{
	width:100%;
	 padding:10px 0px;
	background:#fff;
	overflow:hidden;
}
.tjbox .title{
	text-indent:20px;
	line-height:40px;
	font-weight:bold;
	color:#f16800;
	letter-spacing:2px;
}
.tjbox .tlist{
	width:560px;
	margin:0px auto;
	background:#FFF;
	overflow:hidden;
}
.tjbox .tlist dl{
	width:100%;
	padding-bottom:5px;
}
.tjbox .tlist dl dd{
	display:block;
	clear:both;
	width:100%;
	line-height:30px;
	height:30px;
	overflow:hidden;
	margin-top:7px;
	border-bottom:1px dotted #ddd;
}
.tjbox .tlist dl dd img{
	float:left;
}
.tjbox .tlist dl dd span.tclass{
	float:left;
	color:#999;
	display:block;
}
.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:100%;
	padding:10px 0px;
	background:#fff;
}
.qalist dl{
	clear:both;
	display:block;
	 padding:0px 20px;
}
.qalist dl dt{
	display:block;
	color:#f16800;
	font-size:15px;
	font-weight:bold;
	line-height:27px;
	letter-spacing:2px;
	padding-top:5px;
}
.qalist dl dd{
	display:block;
	clear:both;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-top:5px;
	border-bottom:1px dotted #ddd;
}
.qalist dl dd  span{
	display:inline;
}
.qalist dl dd  span.tclass{
	float:left;
	color:#999;
}
.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;
}
