﻿.table_list {
    border-collapse:collapse;
    background-color:#fff;
    width:100%;
    border:1px solid #e7e7e7;
}

    .table_list thead {
        height: 50px;
        vertical-align: middle;
        text-align:center;
        border-bottom:1px solid #e7e7e7;
    }

    .table_list th {
        color: #467cd4;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        border-right:1px solid #e7e7e7;
    }

    .table_list tr td {
        color: #333333;
        text-align: center;
        font-size: 12px;
        height:42px;
        padding:4px 0px;
    }

.table_list tbody tr:nth-child(2n+1) {
    background: #ffffff;
}

.table_list tbody tr:nth-child(2n) {
    background: #f8fafd;
}

