@charset "utf-8";
*{padding:0px; margin:0px;}
button, input, select, textarea {
  font: 14px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif;
  outline:none;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
ul, ol { list-style: none; }
a { text-decoration: none;outline:none;}
img{ border:0px;}

body{
	text-align:center;
	background:url(../images/body-bg.png) repeat-x left top;
}
.main{
	width:1000px;
	border:2px solid #f6f6f6;
	margin:20px auto 120px auto;
	background-color:#fff;
	padding:30px 0;
	font-size:14px;
}
/*----------------总体查询和分类查询------------------*/
.query{
	float:left;
	width:370px;
	height:220px;
	border:1px solid #f4f4f4;
	background-color:#f9f9f9;
	margin:0 15px 0 25px; /*上右下左*/
	text-align:center;
	line-height:34px;
	font-size:14px;
}
.query-kinds{
	float:left;
	width:560px;
	height:220px;
	border:1px solid #f4f4f4;
	background-color:#f9f9f9;
}
.query h1,.query-kinds h1{
	font:normal 18px "微软雅黑";
	color:#2273cb;
	margin:20px;
}
.query .text{
	height:34px;
	line-height:34px;
	border:none;
	background-color:#efefef;
	margin:0 0 15px 10px;
	padding-left:5px;
}
.query span{
	vertical-align:top;
	margin-top:10px;
}
.query .dl{
	text-align:left;
	text-indent:30px;
	color:#777777;
	margin:0 30px;
	line-height:27px;
}
.button3,.button4{
	width:84px;
	height:36px;
	background:url(../images/button3-bg.png) no-repeat left top;
	border:none;
	color:#fff;
	font-weight:bold;
	margin:0 10px;
	cursor:pointer;
}
.button4{
	color:#777;
	background:url(../images/button4-bg.png) no-repeat left top;
}
.button3:hover,.button4:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
.left{
	text-align:left;
}
.clear{
	clear:both;
}
/*result table*/
.t-list{
	width:950px;
	border:1px solid #dddddd;
	border-bottom:none;
	margin:0 auto;
	margin-top:20px;
}
.t-list th{
	height:40px;
	line-height:40px;
	background-color:#f0f0f0;
	color:#7e7e7e;
	border-right:2px solid #fff;
	letter-spacing:1px;
}
.t-list td{
	height:48px;
	border-bottom:1px solid #f0f0f0;
	color:#4e4e4e;
	text-align:center;
}
.t-list td:hover{
	color:#0095e7;
	text-decoration:underline;
}
.t-list a{
	color:#4e4e4e;
}
.t-list a:hover{
	color:#0095e7;
	text-decoration:underline;
}
/*分页*/
.pages{
	text-align:center;
	margin:35px 0;
}
.pages a{
	color:#585050;
	padding:8px 15px;
	border:1px solid #d5d5d5;
	margin:0 5px;
}
.pages a:hover{
	background-color:#8ab3e1;
	border:1px solid #8ab3e1;
	color:#fff;
}
.company{
	margin:0 25px;
	margin-bottom:15px;
	background:url(../images/claim-company.png) no-repeat left center;
	color:#1c6abf;
	font:normal 16px 微软雅黑;
	text-indent:35px;
	color:#2d82d2;
}
.company .return-login {
	color: #1c6abf;
}
.company .return-login:hover{
	color: #b94001;
}
.line{
	height:1px;
	margin:0 25px 20px 25px;
	border:none;
	border-top:1px solid #cdcdcd;
}