* {
	margin: 0;
	padding: 0;
}

.zixun {
	font-family: "微软雅黑";
}

.zixun>h2 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: 100;
	padding-left: 10px;
	background: #f6f6f6;
	border-top: 1px #ddd solid;
}
.zxquery{
	padding:10px 0;
	padding-left:60px;
	background: #f6f6f6;
	border-bottom: 2px #ff6241 solid;
}
.zxquery label{
	padding-left:20px;
	padding-right:10px;
}
.zxquery input[type=text], .zxquery select{
	height:26px;
	border: 1px solid #c3c3c3;
	border-radius: 2px;
	padding:0 5px;
	font-size:14px;
	font-family: "Microsoft YaHei";
	outline:none;
}
.zxquery .input-date{width:120px;}
.zixun>ul {
	padding: 0 10px 0 10px;
	background: #fcfcfc;
	/* height: 318px; */
}

.zixun>ul li {
	clear: both;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	list-style: none;
	border-bottom: 1px #ddd dotted;
}

.zixun>ul li a {
	display: block;
	text-decoration: none;
	color: #3f3f3f;
}

.zixun>ul a:hover {
	color: #ff6241;
}

.zixun>ul li a span {
	display: inline-block;
	float: right;
	font-size: 13px;
	padding-left: 10px;
}