.queryList {
  width: 100%;
  margin-top: 18px;
}
.queryList table {
  table-layout: fixed;
}
.queryList table th,
.queryList table td {
  white-space: nowrap;
}
.queryList table#pageTab {
  margin-top: 0px;
}
.queryList table tr.listTit th {
  padding: 0 5px;
  text-align: center;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
  font-weight: normal;
}
.queryList table td {
  color: #333; font-size:22px;
  text-align: center;
  border-right: 1px solid #ebeced;
  padding: 0 6px;
  border-bottom: 1px solid #ebeced;
  word-wrap: break-word;
}
.queryList table .grayBg {
  background: #f7f7f7;
}
.queryList table .hoverBg {
  background: #B2E1FF;
}
.queryList .lookBtn {
  text-decoration: underline;
  color: #1A6968;
  margin: 0 4px;
}
.queryList {
  width: 100%;
  overflow:hidden;
}
.queryBox {
  width: 1032px;
  margin: 0 auto;
}