.table-list {
  margin-bottom: 90px;
  border: 1px solid #d8d8d8;
}
.table-list .m-table-wrapper {
  padding: 42px 18px;
  background-image: url("/zouchuqu/images/table.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.table-list .m-table-wrapper .m-table {
  width: 1160px;
  border-spacing: 0;
  border-left: 1px solid #1873e4;
  border-top: 1px solid #1873e4;
}
.table-list .m-table-wrapper .m-table th {
  text-align: center;
  font-weight: bold;
  color: #1873e4;
  font-size: 24px;
  line-height: 69px;
  border-bottom: 1px solid #1873e4;
  border-right: 1px solid #1873e4;
}
.table-list .m-table-wrapper .m-table tbody td {
  width: 230px;
  text-align: center;
  border-collapse: separate;
  border-right: 1px solid #1873e4;
  border-bottom: 1px solid #1873e4;
}
.table-list .m-table-wrapper .m-table tbody td a {
  display: block;
  color: #444444;
  font-size: 24px;
  line-height: 69px;
}
