/**!
 * 江苏省公共资源交易网
 * author: wuzhou
 * editor: qianyuting
 * last edit date: 2021-10-19 
 */

/* 面包屑 */

.bread {
    height: 54px;
    line-height: 54px;
    text-indent: 40px;
    font-size: 14px;
    color: #999;
    background: url(../images/bread_ico.png) 20px 50% no-repeat;
}

.bread>a {
    color: #999;
}

.bread>a:hover,
.bread>a:last-child {
    color: #f60;
}

/* 中间内容 */

.page-main {
    background-color: #fff;
    padding-bottom: 20px;
	min-height: 396px;
}

.page-wrap {
    width: 1200px;
    margin: 0 auto;
}

.sub-container {
    width: 1160px;
    margin: 0 auto;
}

.span5 {
    float: left;
    width: 220px;
}

.span6 {
    width: 265px;
}

.span9 {
    float: left;
    width: 435px;
}

.span10 {
    float: left;
    width: 485px;
}

.span15 {
    float: left;
    width: 715px;
}

.span18 {
    width: 875px;
}

/* 左侧菜单 */

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    background-color: #ecf6ff;
}

.wb-tree-iconr {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 16px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #d0efff;
    padding-top: 10px;
}

.wb-tree-item {
    min-height: 40px;
    vertical-align: top;
    line-height: 40px;
}

.wb-tree-item>a {
    width: 222px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    color: #333;
    text-indent: 50px;
    margin-left: 10px;
    background: url(../images/trade_ico.png) 39px center no-repeat;
}
.wb-tree-item.current>a {
    font-weight: bold;
    color: #fff;
    background: url(../images/trade_ico_hover.png) left center no-repeat;
}
.wb-tree-item>a:hover {
    font-weight: bold;
    color: #fff;
    background: url(../images/trade_ico_hover.png) left center no-repeat;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node {
    color: #fff;
    font-weight: bold;
    background-color: #5cc5fb;
}

.current .wb-tree-iconr {
    width: 16px;
    height: 16px;
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}