.products {
    padding-bottom: 50px;
}

.products-title {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
    line-height: 45px;
    padding-left: 10px;
}


.products-box {
    font-size: 0;
    text-align: left;
    padding: 0 50px;
}

.products-box li {
    display: inline-block;
    vertical-align: initial;
    font-size: 16px;
    width: 25%;
    padding: 35px 25px;
}

.products-box li img {
    width: 100%;
}


.products-box .title {
    color: #0f6cad;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    line-height: 36px;
    height: 72px;
    margin-bottom: 10px;
}

.products-box .desc {
    height: 82px;
    overflow: hidden;
}

.products-box .desc span {
    display: inline-block;
    padding: 8px 10px;
    background-color: #ebebeb;
    font-size: 12px;
    color: #666666;
    margin-right: 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.products-table {
    padding-top: 20px;
}

.products-table table {
    width: 100%;
    /* border: 1px solid black; */
    border-collapse: collapse;
}

.products-table table thead tr {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}


.products-table table tr td:nth-child(2n) {
    background-color: #ebebeb;
}

.products-table td {
    width: 14%;
    border: 1px solid rgba(200, 200, 200, 0.8);
    padding: 5px 0;
    vertical-align: top;
}

.products-table tbody tr td:first-child {
    text-align: center;
}

.products-table tbody tr td:first-child img {
    width: 150px;
    height: 120px;
}

.products-table tbody tr td:first-child .title {
    line-height: 32px;
}

.products-table tbody tr .keys ul {
    height: 100%;
}

.products-table tbody tr .keys ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 12px;
    color: #4b4b4b;
}