
#panolist {
	clear:both;
	margin:auto;
	width:990px;
	overflow:hidden;
}

#panolist li{
	position:relative;
	float:left;
	margin:0px 10px 30px 10px;
	display:inline;
	width:310px;
	height:218px;
}
.panopic{
	width:310px;
	height:188px;
	overflow:hidden;
}
.panopic img{
	width:310px;
	height:188px;
}
.panotitle{
	width:310px;
	text-align:center;
	font-size:16px;
	padding:15px 0 30px;
}
.panotitle a{
	color:#666;
	text-decoration:none;
}
.panotitle a:hover{
	color:#f60;
}
#panolist li b{
	width:140px;
	height:42px;
	line-height:42px;
	border:#fff 2px solid;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	top:73px;
	left:85px;
	cursor:pointer;
	display:none;
	z-index:2;
	text-align:center;
}
#panolist .blackBg{
	width:310px;
	height:188px;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	display:none;
	opacity:0.4;
	filter:alpha(opacity=40);  
   -moz-opacity:0.4;         
}
#panolist b a{
	display:block;
	width:140px;
	height:43px;
	color:#e5e5e5;
	text-decoration:none;
}
#panolist .blackBg a{
	display:block;
	width:310px;
	height:188px;
}
#classind,#classpost{
	clear:both;
	margin:auto;
	width:990px;
	font-size:16px;
	line-height:250%;
	overflow:hidden;
	margin-top:20px;
}
#classind li,#classpost li{
	float:left;
	margin-left:5px;
}
#classind a,#classpost a{
	display:block;
	padding:5px 15px;
	height:30px;
	line-height:30px;
	color:#999;
	font-size:14px;
	text-decoration:none;
}
#classind a:hover,#classpost a:hover,#classind a.curr,#classpost a.curr{
	background:#E76B2B;
	color:#fff;
}
#titleind,#titlesub,#titlepost{
	clear:both;
	width:100px;
	float:left;
	color:#E76B2B;
	font-size:14px;
	font-weight:bolder;
}
.classall{
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bolder;
}
.classlist{
	margin-left:5px;
}