@charset "utf-8";
/* CSS Document */
/*导航*/
.tzb_zt_list_main{
	width: 100%;
	*width:1160px;
	padding: 0px 20px;
	background: #fef8f8;
}
.tzb_zt_subnav{
	border-bottom: 0;
	background: url(../../images/xjpzyjh/subnav_bg.png) repeat-x 0 bottom;
}
/*标题*/
.tzb_zt_list_title{
	float: left;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	height: 44px;
	line-height: 44px;
	padding-top: 4px;
}
.tzb_zt_list_title h4{
	float: left;
	font-size: 18px;
	color: #e82a12;
	display: inline-block;
	font-weight: 600;
	/* background: url(../images/ddhz_title_bg.png) no-repeat 0 center; */
	padding-left: 16px;
}
.tzb_zt_list_title a{
	float: right;
	font-size: 12px;
	color: #999;
}
.tzb_zt_list_title a:hover{
	color: #e11a00;
}
/*最外层*/
.tzb_zt_list_wrap{
	float: left;
	width: 100%;
}
.tzb_zt_list_box{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #cecece dashed;
}
/*列表*/
.tzb_zt_list_list{
	float: right;
	width: 1160px;
}
.tzb_zt_list_list ul{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px #cecece dashed;
	margin-bottom: 0;
}
.tzb_zt_list_list ul:first-child{
	border-top: 0;
}
.tzb_zt_list_list li{
	float: left;
	width: 1160px;
	*width: 1130px;
	line-height: 38px;
	background: url(../../images/xjpzyjh/list_ico.png) no-repeat 10px center;
	padding-left: 30px;
}
.tzb_zt_list_list li a{
	float: left;
	display: inline-block;
	width: 1010px;
	line-height: 38px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tzb_zt_list_list li span{
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 20px;
}