.fl a{
	color:#ffffff;
}
.fl a:hover{
	color:#fff000;
}

.select a{
	color:#c8c8c8;
}
.select a:hover{
	color:#fff;
}

.noselect a{
	color:#c8c8c8;
}
.noselect a:hover{
	color:#fff;
}

.cz, a{
	color:#239d46;
}
.cz a:hover{
	color:#239d46;
}

.nextpage a{
	color:#969696;
}
.nextpage a:hover{
	color:#FF6600;
}

.list a{
	color:#464646;
}
.list a:hover{
	color:#ed7500;
}

table{
	border:0;
	border-spacing:0;
}

/***************************** 新闻列表 *******************************/
/* 左边 */
#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;
	padding:10px;
}

#bIndex #bd .newEvent-wrap .list-box,.list-list{
	float:left;
}


#bIndex #bd .newEvent .list-box{
	position:relative;
	width:200px;
}

#bIndex #bd .newEvent .list-box dt{
	height:26px;
	width:135px;
	background:url(../images/jx5188.gif) 0 0 no-repeat;
	font-size:16px;
	padding-top:31px;
	padding-left:65px;
	font-family:Consolas,'微软雅黑','宋体';
	*font-family:'微软雅黑';
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:3px;
}

#bIndex #bd .newEvent .list-box dd{
	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 .list-box img{
	border:#e2e2e2 5px solid;
	margin-bottom:3px;
}

/* 右边 */
#bIndex #bd .newEvent .list-list{
	margin-left:10px;
	margin-top:35px;
	width:680px;
	background:url(../images/news-awardNews.png) 0 0 no-repeat;
	padding-top:30px;
	padding-left:8px;
}

#bIndex #bd .newEvent .list-list .list li{
	line-height:24px;
	background:url(../images/arrow.png) 0 50% no-repeat;
	padding-left:17px;
}


/* 翻页 */
#bIndex #bd .newEvent .nextpage{
	margin:20px 3px 20px;
}


#bIndex #bd .newEvent .nextpage ul{
	float:right;	
}

#bIndex #bd .newEvent .nextpage li{
	float:left;
	margin-right:4px;
}

#bIndex #bd .newEvent .nextpage .now{
	color:#FF6600;
}


/***************************** 结束 *******************************/