﻿/**!
 * 江苏省公共资源交易网
 * author: wuzhou
 * editor: qianyuting
 * last edit date: 2021-10-20
 */

.trade-mid {
    background: url(../images/trade_bg.jpg) center top no-repeat #f2f2f2;
    padding-bottom: 30px;
}

.trade-left {
    min-height: 272px;
    background-color: #ecf6ff;
}

.trade-tt {
    width: 280px;
    height: 55px;
    font-size: 18px;
    margin-left: -7px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    background: url(../images/trade_tt_bg.png) center top no-repeat #e6f4ff;
    background-size: 100% 100%;
}


/* 表格 */

.trade-tb {
    width: 100%;
    table-layout: fixed;
}

.w44 {
    width: 44px;
}

.w133 {
    width: 133px;
}

.w108 {
    width: 108px;
}

.trade-th {
    background-color: #5cc5fb;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.trade-pro {
    text-align: left;
    text-indent: 20px;
}

.trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trade-tr:hover {
    background-color: #fff3e4;
}

/* 左侧菜单 */

.snav-items>li {
    height: 50px;
    vertical-align: top;
    line-height: 50px;
}

.snav-items>li>a {
    display: block;
    font-size: 18px;
    text-indent: 29px;
    color: #333;
}

.snav-items>li>a:hover {
    color: #fff;
    font-weight: bold;
    background: url(../images/right_arr.png) 211px 50% no-repeat #5cc5fb;
}