

.lastupdate {
    float: right;
    font-size: 16px;
    margin: 30px 20px 20px 0;
}

.lastupdate::before {
    content: '更新时间：';
}

.zc {
    width: 95%;
    counter-reset: section;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0 auto;
}

.zc th {
    background-color: #dbeef3;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    border: 1px solid #000;
    line-height: 36px;
    height: 36px;
}

.zc th:first-child {
    width: 9%;
}

.zc th:last-child {
    width: 24%;
}

.zc td {
    font-size: 16px;
    line-height: 32px;
    height: 36px;
    text-align: center;
    border: 1px solid #000;
}

.zc tbody {
    counter-reset: porder;
}

.zc td.order {
    counter-increment: porder;
    width: 2%;

}

.zc td.order::after {
    content: counter(porder);
}

.zc .title {
    text-align: left;
    padding: 5px;
    width:35%;
}

.zc .title a {
    color: #0070c0;
}

.zc .num{width:18%; }
.zc .gov{width:12%;}
.zc .cate{width:15%;}
/* .zc .remark{width:10%;} */
nav.linksNav {
    margin: 0 1vw;
    background-position: 9px 19px;
    color: #777;
    letter-spacing: 1px;
}

nav.linksNav a{ color: #777;}