
.list-nr .bt a{
	color:#464646;
}
.list-nr .bt a:hover{
	color:#ed7500;
}


/***************************** 任务首页 *******************************/

#bIndex #bd .newEvent{
	position:relative;
	width:920px;
	margin:0 15px;
	background:url(../images/bg1.png) 0 1px repeat-x;
}
#bIndex #bd .newEvent-wrap{
	border-top:1px solid #DADADA;
	background:url(../images/bg4.gif) 0 0 no-repeat;
}

#bIndex #bd .newEvent .hd{
	position:relative;
	margin:10px 10px 0 10px;
}

#bIndex #bd .newEvent h2{
	height:57px;
	width:900px;
	background:url(../images/task-topbg.gif) 0 0 no-repeat;
	text-indent:-99999px;
}

#bIndex #bd .newEvent .list-bt{
	background:url(../images/task-bg1.png) 0 0 no-repeat;
	width:530px;
	height:28px;
	margin:0 10px;
	padding-top:85px;
	padding-left:370px;
	color:#FFFFFF;
	font-weight:bold;
}

#bIndex #bd .newEvent .list-nr{
	width:900px;
	margin:0 10px 10px;
	position:relative;
}

#bIndex #bd .newEvent .list-nr .nrtop{
	background:url(../images/task-bg4.gif) 0 0 no-repeat;
	width:900px;
	height:30px;
}

#bIndex #bd .newEvent .list-nr .nrfoot{
	background:url(../images/task-bg5.gif) 0 0 no-repeat;
	width:872px;
	height:69px;
	font-weight:bold;
	color:#ed7500;
	padding-top:32px;
	padding-left:28px;
}

#bIndex #bd .newEvent .list-nr .nrbd{
	background:url(../images/task-bg6.gif) 0 0 repeat-y;
	width:850px;
	padding:10px 25px;
}

#bIndex #bd .newEvent .list-nr table{
	border-left:#cfcfcf 1px solid;
	border-top:#cfcfcf 1px solid;
	font-size:14px;
	font-weight:bold;
	color:#ed7500;
	text-align:center;
	line-height:34px;
	border-spacing:0;
}

#bIndex #bd .newEvent .list-nr table td{
	border-right:#cfcfcf 1px solid;
	border-bottom:#cfcfcf 1px solid;

}


#bIndex #bd .newEvent .list-nr table .bt{
	text-align:left;
	font-weight:normal;
	padding-left:10px;
}

#bIndex #bd .newEvent .list-nr table .doing{
	color:#666666;
	font-size:12px;
}

/***************************** 结束 *******************************/