@charset "utf-8";
/* CSS Document */
/*列表*/
.tzb_outer_jypx_list{
	float: left;
	width:100%;
	margin: 14px 0;
}
.tzb_outer_jypx_list li{
	float: left;
	line-height: 38px;
	width:100%;
}
.tzb_outer_jypx_list li a{
	float: left;
	display: inline-block;
	width:988px;
	padding-left: 20px;
	background: url(../images/sublist_ico.png) no-repeat 0 center;
	font-size: 16px;
	color: #444444;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tzb_outer_jypx_list li a:hover{
	color: #e60012;
}
.tzb_outer_jypx_list li span.time{
	float: right;
	display: inline-block;
	width: 120px;
	text-align: right;
	font-size: 16px;
	color: #a5a5a5;
}