.content table {
    width: 100%;
    border-top: 6px solid #3F63BB;
    /*border-bottom: 6px solid #3F63BB;*/
    border-collapse:collapse;
}
.content table tr {
    height: 50px;
    line-height: 50px;
}
.content table tr th {
    font-weight: bold;
}
.content table tr td , .content table tr th{
    border:1px solid #C5C5C5;
    padding: 15px;
    text-align: center;
    line-height: 22px;
}
.content table thead tr th {
    /*font-weight: normal;*/
    font-size: 16px;
}

.content table tr td:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}

thead tr th:nth-child(1) , thead tr th:nth-child(5) , thead tr th:nth-child(8){
    min-width: 70px;
}
thead tr th:nth-child(5) ,thead tr th:nth-child(7) ,thead tr th:nth-child(2) {
    min-width: 100px;
}
thead tr th:nth-child(6) ,thead tr th:nth-child(3) ,thead tr th:nth-child(4) ,thead tr th:nth-child(9){
    min-width: 130px;
}

.oldModel .content table tr td, .content table tr th {
    line-height: 1.5;
}
