@charset "UTF-8";
/*
 * @Description: 开标信息
 * @Author: hxh
 * @Date: 2025-05-13 17:25:20
 */
.table-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.table-list-body {
  height: 248px;
  background: #fff !important;
}
.table-list-body > div {
  top: auto;
  bottom: auto;
}

.table-list thead {
  background-color: #e7f0f9;
}

.table-list th {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  vertical-align: middle;
}

.table-list th:first-child {
  text-align: center;
}

.table-list tbody tr {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.table-list td {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.table-list td > div, .table-list td > a {
  color: #333;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.table-list tbody tr:hover td > div, .table-list tbody tr:hover td > a {
  color: #2485e7;
}

.table-list td:first-child {
  text-align: center;
}