.listPage .mainBox-con {
    display: flex;
}
.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 {
    height: auto;
    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 #F12406;
    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) {
    background-color: #FEFEFE;
}

.listPage .column {
    width: 240px;
    border: 1px solid #F58F80;
    margin-top: 20px;
    background: #FDFDFD;
}
.listPage .column-item {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #F58F80;
}
.listPage .column-item:hover {
    color: var(--hover-color);
}
.listPage .column-item img {
    width: 42px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.weibo {
    height: 277px;
    width: 228px;
    margin-left: 5px;
    border: 1px solid #efeffe;
    overflow: hidden;
    margin-top: 20px;
}

.slideNav {
    width: 240px;
    border: 4px solid #F12406;
    border-radius: 10px;
}
.slideNav .menu-item {
    height: 46px;
    padding: 0 37px;
    background-color: #FAFAFA;
}
.slideNav .menu-item:nth-of-type(2n) {
    background-color: #FEFEFE;
}

/* 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/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;
}