.listPage .mainBox-con {
    display: flex;
    padding: 0 20px;
}
.mainBox .mainBox-list {
    margin-left: 20px;
}

.mainBox-list .menu {
    width: 942px;
    height: auto;
    margin-top: 20px;
}
.mainBox-list .menu-content {
    height: auto;
}
.menu-item-time {
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
}

.mainBox-slide .menu {
    margin-top: 20px;
}
.mainBox-slide .menu-content {
    height: auto;
}

.mainBox-slide .menu-nav {
    width: 240px;
}
.menu-nav-header {
    width: 100%;
    height: 45px;
    background: url('../img/bg_04.png');
    background-size: 100% 100%;
    font-size: 22px;
    color: #fff;
    font-weight: var(--font-bold-weight);
    padding: 10px 30px;
}
.menu-nav .menu-content {
    padding: 0 4px;
    border: 4px solid #1286E5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}
.menu-nav .menu-item {
  height: 46px;
  padding: 0 20px;
  background-color: #FAFAFA;
}
/* .menu-nav .menu-item:nth-of-type(2n-1) {
    background-color: #FEFEFE;
} */



/* table */
.menu-list table {
    padding: 0 37px;
    font-size: 16px;
    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: #1286E5;
    position: relative;
}
.td_dot::after {
    content: '';
    width: 5px;
    height: 5px;
    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;
}