@charset "utf-8";
/* CSS Document */
/*工作动态*/
.tzb_outer_leftlist{
	float: left;
	width: 356px;
}
/*列表*/
.tzb_outer_leftlist_list{
	float: left;
	width:100%;
	margin: 14px 0 26px 0;
	height: 456px;
}
.tzb_outer_leftlist_list li{
	float: left;
	line-height: 38px;
	width:100%;
}
.tzb_outer_leftlist_list li a{
	float: left;
	display: inline-block;
	width:336px;
	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_leftlist_list li a:hover{
	color: #e60012;
}
/*相关政策*/
.tzb_outer_rightlist{
	float: left;
	width: 356px;
	margin-left: 30px;
}
/*列表*/
.tzb_outer_rightlist_list{
	float: left;
	width:100%;
	margin: 14px 0 6px 0;
	height: 190px;
}
.tzb_outer_rightlist_list li{
	float: left;
	line-height: 38px;
	width:100%;
}
.tzb_outer_rightlist_list li a{
	float: left;
	display: inline-block;
	width:336px;
	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_rightlist_list li a:hover{
	color: #e60012;
}