/**!
 * 中国（江苏）自由贸易试验区连云港片区-创新成果
 * date: 2020-05-14
 * author: qxy;
 */

body {
    padding-bottom: 146px;
    background: url(../images/header-bg.png) center 0 no-repeat;
}

.header {
    border-bottom: 5px solid #E6EBEE;
}

.product-con {
    padding: 20px 0 25px 0;
    font-size: 15px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}

.product-con>p.title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


/* 列表信息 */

.product-list .num {
    width: 90px;
    text-align: center;
}

.product-list .item {
    width: 360px;
    padding: 0 22px;
}

.product-list .content {
    width: 748px;
    padding: 0 22px;
}

.product-hd {
    height: 48px;
    margin-top: 20px;
    line-height: 48px;
    background-color: #EFF7FF;
}

.product-hd li {
    float: left;
    text-align: center;
    font-weight: bold;
}

.product-bd li {
    display: table;
    height: 80px;
}

.product-bd li>p {
    display: table-cell;
    vertical-align: middle;
}

.product-con .product-bd li:nth-child(even) {
    background-color: #F6FAFF;
}