/* 数据单元格左对齐 */
table.docutils td {
    text-align: left !important;
}