.crumbs {
    width: 1200px;
    margin: 30px auto;
    font-size: 14px;
    color: #666666;
}
.mainBox-con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.xwzxMenu {
    width: 285px;
}
.sfgkMenu {
    width: 285px;
    margin-top: 30px;
}
.newsMenu {
    width: 876px;
    margin-bottom: 30px;
}
.newsMenu .menu-item {
    display: flex;
    justify-content: space-between;
    color: #666666;
}
.newsMenu .menu-item-text {
    width: 447px;
    font-size: 16px;
}
.menu-item-time {
    font-size: 14px;
    color: #999999;
}
.newsMenu tr {
    display: flex;
    /* justify-content: space-between; */
    color: #666666;
    width: 100%;
    height: 36px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    font-size: 14px;
    color: var(--main-font-color);
}
.newsMenu .td_line a {
    width: 100%;
    color: #666666;
    font-size: 16px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.td_dot {
    width: 10px;
}
.td_line {
    width: 447px;
}
.td_time {
    flex: 1;
    font-size: 14px;
    color: #999999;
    text-align: right;
}
.td_pagebar a {
    color: #666666;
    display: inline-block;
}
#goto_page {
    border: 1px solid #666666;
    margin: 0 5px;
}
