
/*全文检索、分类资讯信息列表样式*/

/*信息名称样式*/
/*蓝色*/
.h_rsInfo {
		font-size: 12px;
		text-decoration: none;
		color: #000000;
	}

.h_rsInfo b{
		font-size: 12px;
		text-decoration: none;
		color: #DC0000;
	}
	
.h_rsInfo a {
		font-size: 12px;
		color: #5D9BC4;/*蓝色*/
		font-weight:normal ; /*设置粗体*/
		text-decoration: none;
	}
.h_rsInfo a:hover {
		font-size: 12px;
		color: #DC0000;
		font-weight:bold ; /*设置粗体*/
		text-decoration: underline;
	}

/*淡黑色*/
.h_rsInfo_black {
		font-size: 12px;
		text-decoration: none;
		color: #000000;
	}

.h_rsInfo_black b{
		font-size: 12px;
		text-decoration: none;
		color: #DC0000;
	}
	
.h_rsInfo_black a {
		font-size: 12px;
		color: #464646;
		font-weight:normal ; /*设置粗体*/
		text-decoration: none;
	}
.h_rsInfo_black a:hover {
		font-size: 12px;
		color: #DC0000;
		font-weight:bold ; /*设置粗体*/
		text-decoration: underline;
	}

/*黑色*/
.h_rsInfo_black1 {
		font-size: 12px;
		text-decoration: none;
		color: #000000;
	}

.h_rsInfo_black1 b{
		font-size: 12px;
		text-decoration: none;
		color: #DC0000;
	}
	
.h_rsInfo_black1 a {
		font-size: 12px;
		color: #000000;
		font-weight:bold ; /*设置粗体*/
		text-decoration: none;
	}
.h_rsInfo_black1 a:hover {
		font-size: 12px;
		color: #DC0000;
		font-weight:bold ; /*设置粗体*/
		text-decoration: underline;
	}



/*列表内容样式*/
.h_rsBcolor{
	background: #FFFFFF;/*背景色，白色*/
}

.h_rscount {
	font-size: 12px;
	padding: 2px 2px;
	color: #000000;
}
.h_rscount a {
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color:#5D9BC4;/*蓝色*/
}

.h_rscount a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}


