/* 表格头部标题 */
.table_wrap table thead th {
    font-family: "方正小标宋简体";
    font-size: 20px;
    color: #333333;
}
/* 序号 */
.table_wrap table tbody tr td:nth-child(1) {
    font-family: "宋体常规体";
    font-size: 16px;
    color: #333333;
}
/* 规章标题 */
.table_wrap table .title {
    font: bold 16px SimSun, serif;
    line-height: 30px;
    color: #333333;
}
/* 规章副标题 */
.table_wrap table .sub_tit {
    color: #4667A1;
    font-size: 14px;
    line-height: 24px;
    display: block;
}
/* 下载按钮字体 */
.table_wrap table .xz_btn a {
    font: 14px/24px "宋体常规体";
    color: #333333;
}