.header img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.mainBox-con {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 98px;
}

.mainBox .mainBox-slide {
  /* width: 228px; */
}

.listPage .menu {
  margin-bottom: 20px;
}
.listPage .menu:nth-last-of-type(1) {
  margin-bottom: 0;
}
.listPage .menu {
  height: auto;
}
.listPage .mainBox-list .menu-title {
  border-bottom: 3px solid #EB1E00;
  margin-bottom: -3px;
  padding: 0 5px;
}

/* table */
 .menu-list table {
  padding-left: 10px;
  padding-right: 24px;
  font-size: 14px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
}
.menu-list .pic_area a{
  color: black;
}
.tr_odd {
  height: 34px;
}
.td_dot {
  width: 16px;
  height: 34px;
  font-size: 20px;
  color: #EC2300;
  position: relative;
}
.td_dot::after {
  content: '';
  width: 5px;
  height: 7px;
  background: url('../img/menu_item_icon.png');
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.td_line a {
  width: 550px;
  line-height: 34px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.td_line a:hover {
  color: var(--hover-color);
}
.td_time {
  font-size: 12px;
  color: #666666;
  margin-left: 20px;
}