﻿/*标题的下划线*/
.f-tlk{padding-bottom:17px;border-bottom:1px solid #BAC1CB;padding-left:35px;}

/*清除浮动*/
.clear {
    overflow: hidden;
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: 0;
    height: 0;
}

/*空白层*/
.empty {
    width: 100%;
    height: 30px;
}



/* 简易数据表格-格边框 */
.m-table {
    table-layout: fixed;
    width:100%;
    line-height: 1.5;
}

    .m-table td {
        padding:6px 10px;
        color:#999898;
        border-bottom: 2px solid #E4EFDB;
    }
     .m-table td.num{text-align:center;}

    .m-table th {
        padding:6px 10px;
        color: #69AD00;
        letter-spacing: 0.2mm;
        border-bottom: 2px solid #E4EFDB;
    }

    .m-table tbody tr {
        background: #FFFFFF;
        color:#949393
    }


    .m-table .cola {
        width: 75px;
        padding-left: 25px;
        
    }

    .m-table .colb {
        width: 85px;
    }

    .m-table .colc {
        width: 85px;
    }

    .m-table .cold {
        width: 150px;
    }

     .m-table .cole {
        width: 35px;
       
    }
      .m-table .colf {
        width: 35px;
    }
    .m-table thead {
        background: #fff;
    }
/* 简易数据表格-行边框*/


/*学生列表*/
.m-table-stu {
    table-layout: fixed;
    width:100%;
    line-height: 1.5;
}

   .m-table-stu td {
        padding: 6px 10px;
       
    }
  
    .m-table-stu th {
        background:#67AB00;
        padding: 10px;
        color: #fff;
        letter-spacing: 0.2mm;
        
    }
    .m-table-stu thead tr {
        border-left: 1px solid #67AB00;
        border-right:1px solid #67AB00;
        
    }

    .m-table-stu tbody tr {
        background: #FFFFFF;
        color:#898989;
        border-left: 1px solid #67AB00;
        border-right:1px solid #67AB00;
        border-bottom:1px solid #67AB00;
    }


    .m-table-stu .cola {
        width: 160px;
        padding-left: 30px;
        
    }

    .m-table-stu .colb {
        width: 150px;
    }

   .m-table-stu .colc {
        width: 250px;
    }

    .m-table-stu .cold {
        width: 250px;
    }

    .m-table-stu .cole {
        width: 60px;
       
    }
     .m-table-stu .colf {
        width: 35px;
    }
   .m-table-stu thead {
        background: #fff;
    }