﻿/**!
 * 江苏省公共资源交易网
 * 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: 658px;
    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%;
}

/* 地区选择 */

.area-tt {
    padding-top: 20px;
    height: 51px;
    border-top: 2px solid #52b0ff;
    background-color: #f7f7f7;
}

.area-left {
    line-height: 48px;
    text-align: right;
    width: 62px;
    font-weight: bold;
    color: #333;
}

.area-right {
    width: 666px;
}

.area-ritems {
    padding-top: 11px;
}

.area-ritems>li {
    width: 72px;
    height: 26px;
    line-height: 26px;
    float: left;
    padding-bottom: 5px;
    margin-right: 10px;
}

.area-ritems>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.area-ritems>li>a:hover,
.area-ritems>li.cur>a {
    color: #fff;
    font-weight: bold;
    background-color: #ffae00;
}


/* 搜索 */

.trade-search {
    margin: 0 20px;
    padding-top: 15px;
    border-top: 1px dashed #cbcbcb;
}

.stxt {
    line-height: 30px;
}

.law-input {
    display: block;
    border: 1px solid #e1e1e1;
    width: 218px;
    height: 28px;
    outline: none;
    line-height: 28px;
    margin-right: 10px;
}

.trade-sel {
    display: block;
    width: 72px;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    outline: none;
}

.sbtn {
    display: block;
    width: 52px;
    height: 30px;
    outline: none;
    border: 0;
    cursor: pointer;
    background: url(../images/s_wico.png) center no-repeat #ffae00;
    margin-right: 20px;
}

.sbtn:hover {
    background-color: #f60;
}

.ml30 {
    margin-left: 30px;
}

.ml5 {
    margin-left: 5px;
}

.trade-tb {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.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;
}

/*  */
.wb-tree-item>.haschild {
    margin:0 20px;
}

.wb-tree-item .wb-tree-item>a {
    width: auto;
}