/**!
 * 江苏省公共资源交易网
 * author: 王亮;
 */

.ewb-trade-mid {
    /* height: 797px; */
    padding-bottom: 24px;
    background: url(../images/trade_bg.jpg) center top no-repeat #f2f2f2;
}

.ewb-h683 {
    width: 1400px;
    min-height: 683px;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
}
.info > li:nth-child(n + 2) {
    margin-top: 40px;
}
.info li .title {
    height: 54px;
    line-height: 54px;
    color: #333;
    font-family: 'Source Han Sans CN';
    font-size: 20px;
    font-weight: 700;
    padding-left: 38px;
    border-bottom: 1px solid #d5d5d5;
    background: url(../images/icon3.png) no-repeat left;
}
.info li .list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.info li .list li {
    width: 188px;
    height: 40px;
    background: #f5f5f5;
    text-align: center;
    line-height: 40px;
}
.info li .list li {
    margin: 6px 6px 0 0;
}
.info li .list li:hover {
    background: rgba(71, 130, 206, 0.1);
}
.info li .list li:hover a {
    color: #4782ce;
    font-weight: 700;
}
.info li .list li:nth-child(7) {
    margin-right: 0px;
    color: #333;
}
.info li .list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Source Han Sans CN';
    font-weight: 500;
}
