.main-container {
  background: #F2F5F8;
}
.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #FFF;
  background: #003;
}
.header > img {
  margin: 10px 0 10px 20px;
}
.header .title {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(255, 255, 255, .4);
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
}
.list-header {
  margin-bottom: 10px;
}
.list-header > span {
  font-size: 20px;
  font-weight: bold;
}
.list-header > img {
  margin-right: 10px;
}
.list-container {
  display: flex;
  overflow: hidden;
  padding: 20px;
  gap: 20px;
}
.ent-list-box {
  flex: 1;
}
.news-list-box {
  width: 730px;
}
.box {
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
}
.table-header, .table-row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.table-row:hover {
  background: #F4F4F4;
}
.enter-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  gap: 20px;
}
.enter-row {
  display: flex;
  gap: 20px;
}
.enter {
  flex: 1;
  padding: 20px;
  cursor: pointer;
  background: #FFF;
  font-weight: bold;
}
.enter:hover {
  background: rgba(29, 33, 41, .0784);
}
.ent-list-table {
  width: 100%;
}
.ent-list-tit {
  color: #999;
  background: #F5F5F5;
  font-weight: bold;
}