
.select a{
	color:#c8c8c8;
}
.select a:hover{
	color:#fff;
}

.noselect a{
	color:#c8c8c8;
}
.noselect a:hover{
	color:#fff;
}

.back a{
	color:#969696;
}
.back a:hover{
	color:#ed7500;
}

.look a{
	color:#ed7500;
	text-decoration:underline;
}
.look a:hover{
	color:#ed7500;
	text-decoration:underline;
}


/***************************** 新手首页 *******************************/
/* 上边 */
#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 3px;
}

#bIndex #bd .newEvent h2{
	height:132px;
	width:900px;
	line-height:133px;
	background:url(../images/help-bg.gif) 0 0 no-repeat;
	text-indent:-99999px;
}

#bIndex #bd .newEvent .events{
	margin:0 0 0 10px;
	width:910px;
	height:320px;
	overflow:hidden;
}

/* 左边 */
#bIndex #bd .nr-box{
	margin:0 10px 10px;
}

#bIndex #bd .list-box,.help-box{
	float:left;
}

#bIndex #bd .newEvent .list-box{
	position:relative;
	width:200px;
}

#bIndex #bd .newEvent .list-box li{
	height:20px;
	width:155px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:3px;
	padding-left:45px;
	padding-top:8px;
}

#bIndex #bd .newEvent .list-box .select{
	background:url(../images/columns-selected.gif) 0 0 no-repeat;
}

#bIndex #bd .newEvent .list-box .noselect{
	background:url(../images/columns-noselected.gif) 0 0 no-repeat;
}


/* 右边 */
#bIndex #bd .newEvent .help-box{
	margin-left:10px;
	margin-top:3px;
	width:667px;
}

#bIndex #bd .newEvent .help-box .bt{
	background:url(../images/newhelp-bg.jpg) 0 0 no-repeat;
	width:690px;
	height:32px;
	line-height:30px
}

#bIndex #bd .newEvent .help-box .bt2{
	background:url(../images/newhelp-bg.jpg) 0 0 no-repeat;
	width:690px;
	height:32px;
	line-height:30px;
	margin-top:30px;
}


#bIndex #bd .newEvent .help-box .bt li{
	float:left;
}

#bIndex #bd .newEvent .help-box .bt2 li{
	float:left;
}

#bIndex #bd .newEvent .help-box .wt{
	width:115px;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
	color:#464646;
}

#bIndex #bd .newEvent .help-box .nr{
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

#bIndex #bd .newEvent .help-box .pic li{
	margin-top:15px;
	width:690px;
	text-align:center;	
}

#bIndex #bd .newEvent .help-box .pic .wz{
	width:680px;
	padding-left:10px;
	text-align:left;
	line-height:20px;	
}

#bIndex #bd .newEvent .help-box .pic .look{
	font-weight:bold;
}

/***************************** 结束 *******************************/