/* --文章页面CSS(QQ:971345)-- */

/* --文章信息-- */
#resource {
width:252px;
height:280px;
line-height:28px;
padding:0 10px;
float:left;
}
#resource li {
height:28px;
line-height:28px;
border-bottom:1px dotted #ccc;
overflow:hidden;
width:252px;
}
#resource li a {
text-decoration:underline;
}
#resource li span {
font-weight:bold;
}
#content {
width:608px;
height:auto;
margin:10px auto;
line-height:26px;
padding:0 10px;
font-size:14px;
}
#content a {
text-decoration:underline;
}
#content img {
max-width:600px;
border:1px solid #666666;
}
#content li {
list-style: inside circle;
line-height:24px;
}
#break {
height:28px;
line-height:28px;
float:left;
font-size:13px;
text-align:center;
width:628px;
}
/* --分类页文章列表-- */
#navmenu1 {
	width:910px;
	height:auto;
	text-align:center;
	margin:10px auto;
	z-index:-1;
}
/* --责任编辑-- */
#writter {
width:628px;
height:auto;
float:left;
text-align:right;
margin:10px auto;
font-size:14px;
}
/* --上一篇和下一篇-- */
#nextandpre {
width:628px;
height:24px;
line-height:24px;
float:left;
}
#nextandpre li {
width:294px;
height:24px;
line-height:24px;
float:left;
overflow:hidden;
padding:0 10px;
display: inline;
}
.newdigg{
	width:406px;
	height:51px;
	margin:40px 97px;
	float:left;
	display:inline;
	overflow:hidden;
	padding-left:8px;
}
.diggbox{
	width:195px;
	height:51px;
	float:left;
	margin-right:8px;
	overflow:hidden;
	cursor:pointer;
}
.diggbox .digg_act{
	font-size:14px;
	float:left;
	line-height:31px;
	text-indent:32px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}
.diggbox .digg_num{
	float:left;
	line-height:29px;
	text-indent:5px;
}
.diggbox .digg_percent{
	width:180px;
	clear:both;
	padding-left:10px;
	overflow:hidden;
}
.diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:7px;
	background:#E8E8E8;
	border-right:1px solid #CCC;
	float:left;
	overflow:hidden;
	margin-top:3px;
}
.diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:left;
	padding-left:10px;
}
.diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.newdigg .digg_good{
	background:url(/img/newdigg-bg.png) left top no-repeat;
}
.newdigg .digg_bad{
	background:url(/img/newdigg-bg.png) right top no-repeat;
}
.newdigg .digg_good .digg_act{
	color:#C30;	
}
.newdigg .digg_good .digg_num{
	color:#C63;
}
.newdigg .digg_bad .digg_act{
	color:#36C;	
}
.newdigg .digg_bad .digg_num{
	color:#39C;
}
.newdigg .digg_good .digg_percent .digg_percent_bar span{
	border:1px solid #E37F24;
	background:#FFC535;
}
.newdigg .digg_bad .digg_percent .digg_percent_bar span{
	border:1px solid #689ACC;
	background:#94C0E4;
}