.mainBox-con {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: #ffffff;
}

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

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

.mainBox-slide .menu_01 {
  width: 310px;
}

/* table */
 .menu-list table {
  padding: 15px 0;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
}
.menu-list .pic_area a{
  color: black;
}
.tr_odd, .tr_even {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  padding: 0 35px;
}
.td_dot {
  width: 5px;
  height: 34px;
  line-height:34px;
  font-size: 16px;
  color: #DBE7FA;
  position: relative;
}
.td_dot::after {
  content: '';
  width: 5px;
  height: 5px;
  background: url('../img/menu_item_dot.png');
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.td_line {
  width: 700px;
}
.td_line a {
  width: 700px;
  line-height: 34px;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  margin: 0 15px;
  text-align:left;
}
.td_line a:hover {
  color: var(--hover-color);
}
.td_time {
  font-size: 12px;
  color: #666666;
  margin-left: 20px;
}
.tb_pagebar {
  text-align: center;
  margin-top: 10px;

}
.tb_pagebar .td_pagebar {
  font-size: 14px;
}

.tb_pagebar a{
  color: black;
}
.tb_pagebar #goto_page {
  border: 1px solid #000;
  margin: 0 5px;
}