.mainBox-con {
  display: flex;
  padding: 0 20px;
  padding-top: 10px;
}

.mainBox .mainBox-list {
  margin-left: 20px;
}
.mainBox .mainBox-slide {
  width: 270px;
}

.listPage .menu {
  height: auto;
  margin-bottom: 20px;
}
.listPage .menu:nth-last-of-type(1) {
  margin-bottom: 0;
}
.listPage .menu-content {
    height: auto;
}

/* table */
 .menu-list table {
  padding: 0 37px;
  font-size: 14px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
}
.tr_odd {
  height: 34px;
  padding: 0 20px;
}
.td_dot {
  width: 16px;
  height: 34px;
  font-size: 20px;
  color: #EC2300;
  position: relative;
}
.td_dot::after {
  content: '';
  width: 5px;
  height: 5px;
  background: url('../img/menu_icon_arrow.png');
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.td_line a {
    width: 700px;
    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;
}