.content-slide {
  height: 100%;
}
.w {
  padding: 0 10px;
}
table {
  width: 100%;
}
.w thead {
  background: #f0faf1;
  font-weight: bold;
}
.w thead tr {
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.w thead tr th {
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0px;
}
.w thead tr th input {
  margin-right: 3px;
}
.w tbody tr:nth-of-type(even) {
  background: #f0faf1;
}
.w tr th:first-of-type {
  width: 10%;
}
.w tr th:nth-of-type(2) {
  width: 22%;
}
.w tr th:nth-of-type(3) {
  width: 22%;
}
.w tr th:nth-of-type(4) {
  width: 22%;
}
.w tr th:nth-of-type(5) {
  width: 22%;
}

.w tbody tr td {
  /* color: #777777; */
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: 5px 0px;
}

/* 分页器 */
.w .pager_bor {
  text-align: center;
}

/* 我的检索 */
.retrieve tbody td {
  padding: 5px 0 !important;
  /* font-size: 15px !important; */
}
.retrieve tr th:first-of-type {
  width: 24%;
}
.retrieve tr th:nth-of-type(2) {
  width: 38%;
}
.retrieve tr th:nth-of-type(3) {
  width: 38%;
}

.retrieve tfoot {
  display: none;
}
