.content-right{
    width:100%;
    margin-left:10px;
    font-size:18px;
    text-align: center;
}
table{
    border:1px solid #c9caca;
}


thead th:nth-child(1) {width: 6%;}    /* 序号 */
thead th:nth-child(2) { width: 45%; }   /* 标题 */
thead th:nth-child(3) { width: 7%; }    /* 年级 */
thead th:nth-child(4) { width: 7%; }   /* 课目 */
thead th:nth-child(5) { width: 8%; }   /* 分类 */
thead th:nth-child(6) { width: 10%; }   /* 日期 */
thead th:nth-child(7) { width: 17%;}   /* 操作 */

