.h-table {
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.h-table .thead {
    height: 40px;
    background: #fffff1;
    line-height: 40px;
}

.h-table .thead .viewall {
    position: absolute;
    right: 18px;
    top: 11px;
}

.h-table .tbody .th {
    height: 34px;
    line-height: 35px;
    background: #e9e9e9;
    color: #333;
}

.item-wrap {
    overflow: hidden;
    margin: 0 -15px;
}

.item-wrap>.item {
    float: left;
    margin: 0 15px;
    width: 585px;
}


/*制程能力*/

.h-table.ability {
    margin-bottom: 22px;
}

.ability .thead h3 {
    padding: 0 0 0 12px;
    font-size: 15px;
    color: #f34a4a;
    font-weight: bold;
    color: #00a2ca;
}

.ability .th {
    text-indent: 13px;
    font-weight: bold;
}

.ability .tbody .td {
    margin: 1px 13px 0 13px;
}

.ability .tbody li {
    padding: 8px 0 8px;
    max-height: 3em;
    line-height: 1.5;
    border-bottom: 1px dashed #e4e4e4;
}

.ability .tbody li:last-child {
    border-bottom: 0;
    padding-bottom: 9px;
}

.ability .tbody li.gao {
    max-height: 4.5em;
}

.ability .tbody li.gao .col-desription {
    font-size: 12px;
}

.ability .tbody li.gao4 {
    min-height: 6em;
}

.ability .tbody .td>li,
.ability .tbody .th {
}

.ability span>i {
    color: #999;
    font-size: 12px;
}

.ability span>i.none {
    color: #ccc;
}

.ability .col-type {
    width: 90px;
    margin-right: 20px;
}

.ability .col-ability {
    width: 130px;
}

.ability .col-description {
    padding-right: 2px;
}