.table_pages {
  padding: 24px 0;
  border-right: solid 1px #ededed;
  margin: 0px;
  overflow: hidden;
}

.table_pages caption {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 30px;
  table-layout: fixed;
  /*åˆ—å®½ç”±è¡¨æ ¼å®½åº¦å’Œåˆ—å®½åº¦è®¾å®šã€‚*/
}

.table_pages th {
  margin: 0px;
  padding: 0px;
  background-color: #ea3e3e;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_pages td {
  margin: 0px;
  padding: 5px;
  background-color: #fff;
  border-bottom: solid 1px #d1d1d1;
  border-left: solid 1px #d1d1d1;
  font-size: 14px;
  color: #666666;
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}
.searchBox{
  display: flex;
  margin: 15px 0;
}
.searchBox input{
  width: 450px;
  height: 24px;
  line-height: 24px;
  margin-right: 15px;
  text-indent: 1em;
  /* border-radius: 3px; */
}
.searchBox input:focus-visible{
  outline: none;
}
.searchBox .searchButton{
  width: 150px;
  background-color: #ea3e3e;
  color: #fff;
  border: none;
  border-radius: 3px;
}