/**标签：新闻_列表_文字，一行普通记录最外层DIV*/
.tag_txt_list_outer{
	width:100%;
	margin:0px;
	padding:5px 0px;
	border-bottom:1px #ccc dotted;
}
/**标签：新闻_列表_文字，标题行标题图片*/
.tag_text_titleimg{
	float:left;
	width:86px;
	height:63px;
	border:0px;
	vertical-align:middle;
	margin-right:10px;
}

/**标签：新闻_列表_文字，标题行默认序号*/
.tag_txt_list_title_idx{
	float:left;
	text-align:center;
	padding:0px 2px 0px 3px;
	background:#789DE4; 
	color: #fff; 
	text-decoration:none; 
	font-weight:bold;
	font-family:inherit;
	font-size:9px;
	margin-right:8px; 
}

/**标签：新闻_列表_文字，标题行图片序号*/
.tag_txt_list_title_idxicon{
	float:left;
	border:0px;
	vertical-align:middle;
	margin:3px 0px;
	margin-right:8px; 
}

/**标签：新闻_列表_文字，标题行的标题*/
.tag_txt_list_title{
	float:left;
	text-align:left;
	color:#000;
	white-space:nowrap;
}

/**标签：新闻_列表_文字，标题行时间*/
.tag_txt_list_title_time{
	float:right;
	text-align:right;
	color:#666;
	white-space:nowrap;
}

/**标签：新闻_列表_文字，导读行外层DIV*/
.tag_txt_list_remark_outer{
	float:left;
	margin:0px;
	padding:5px 0px;
	width:100%;
}

/**标签：新闻_列表_文字，导读行导读*/
.tag_txt_list_remark_outer .remark_text{
	float:left;
	text-align:left;
	color:#666;
}

/**标签：新闻_列表_文字，导读行更多*/
.tag_txt_list_remark_outer .remark_more{
	float:right;
	text-align:right;
	color:#666;
	white-space:nowrap;
}


/**标签：新闻_列表_文字，一行强调记录最外层DIV */
.tag_txt_list_stress_outer{
	width:100%;
	padding:5px;
	margin:8px 0px;
	background:#F0F3FD;
	border:1px #666 solid;
}

/**标签：新闻_列表_文字，强调行标题图片*/
.tag_text_stress_titleimg{
	float:left;
	width:86px;
	height:63px;
	border:0px;
	vertical-align:middle;
	margin-right:10px;
}

/**标签：新闻_列表_文字，强调行标题行的标题*/
.tag_txt_list_stress_title{
	float:left;
	text-align:left;
	color:#000;
	white-space:nowrap;
}

/**标签：新闻_列表_文字，强调行标题行时间*/
.tag_txt_list_stress_title_time{
	float:right;
	text-align:right;
	color:#000;
	white-space:nowrap;
}

/**标签：新闻_列表_文字，强调行导读行外层DIV*/
.tag_txt_list_stress_remark_outer{
	float:left;
	margin:0px;
	padding:5px 0px;
	width:100%;
}

/**标签：新闻_列表_文字，强调行导读行导读*/
.tag_txt_list_stress_remark_outer .remark_text{
	float:left;
	text-align:left;
	color:#666;
}

/**标签：新闻_列表_文字，强调行导读行更多*/
.tag_txt_list_stress_remark_outer .remark_more{
	float:right;
	text-align:right;
	color:#666;
	white-space:nowrap;
}

/**标签：新闻栏目导航*/
.tag_nav_link{}
.tag_nav_link:hover{}
