.mainBox-con {
  display: flex;
  padding-top: 30px;
}

.mainBox .mainBox-list {
  margin-left: 43px;
}

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

.column-list {
  width: 228px;
  margin-top: 20px;
}
.column-list a {
  width: 228px;
  height: 60px;
  border: 1px solid #E4E4E4;
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  margin-top: 7px;
  color: #333333;
}
.column-list span {
  display: block;
  flex: 1;
  font-size: 14px;
}
.column-icon {
  width: 33px;
  height: 27px;
  margin-right: 19px;
}
.column-arrow {
  width: 7px;
  height: 12px;
}
.column-list a:hover {
  color: var(--hover-color);
}
/* table */
 .menu-list table {
  padding: 0 37px;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
}
.menu-list .pic_area a{
    color: black;
}
.tr_odd {
  height: 34px;
  padding: 0 20px;
}
.td_dot {
  width: 16px;
  height: 34px;
  font-size: 20px;
  color: #2F74B1;
  position: relative;
}
.td_dot::after {
  content: '';
  width: 4px;
  height: 4px;
  background: url('../img/dot.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;
}