@charset "utf-8";
/* CSS Document */

/* content */
.tzb_zt_content{
	float: left;
	width: 100%;
	height: 492px;
	margin: 20px 0px;
}
.tzb_zt_main{
	float: left;
	width: 590px;
	*width: 550px;
	height: 492px;
	padding: 15px 20px;
	background: url(../../images/xjpzyjh/main_bg.png) no-repeat;
}
.tzb_zt_content .tzb_zt_main:first-child{
	margin-right: 20px;
}
/* top */
.tzb_zt_top{
	float: left;
	width: 100%;
	height: 44px;
	background: url(../../images/xjpzyjh/tit_icon.png) 0px center no-repeat;
}
.tzb_zt_top h3{
	float: left;
	line-height: 44px;
	font-size: 20px;
	font-weight: 600;
	color: #e82a12;
	padding-left: 27px;
	margin: 0px 15px 0px 0px;
}
.tzb_zt_top ul{
	float: left;
	width: 164px;
	height: 28px;
	margin-bottom: 0px;
	margin-top: 8px;
}
.tzb_zt_top ul li{
	float: left;
	width:50%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	background: #fef2f1;
	cursor: pointer;
}
.tzb_zt_top ul li.current{
	color: #fff;
	background-color: #e82a12;
}
.tzb_zt_top a{
	float: right;
	line-height: 44px;
	font-size: 14px;
	color: #555;
}
/* bottom */
.tzb_zt_bot,
.tab_zt_box{
	float: left;
	width: 100%;
}
.tab_zt_box{
	display: none;
}
.tab_zt_box.current{
	display: block;
}
.tab_zt_box ul{
	margin-bottom: 0px;
}
.tab_zt_box ul li{
	float: left;
	width: 100%;
	height: 52px;
	border-bottom: 1px dashed #d8d7d8;
}
.tab_zt_box ul li a{
	display: inline-block;
	width: 100%;
	height: 52px;
	background: url(../../images/xjpzyjh/li_icon.png) 0px center no-repeat;
}
.tab_zt_box ul li a:hover{
	background: url(../../images/xjpzyjh/li_active_icon.png) 0px center no-repeat;
}
.tab_zt_box ul li a span{
	float: left;
	display: inline-block;
	width: 400px;
	*width: 385px;
	height: 52px;
	line-height: 52px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tab_zt_box ul li a i{
	float: left;
	display: inline-block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	font-style: normal;
	text-align: right;
}