/**!
 * 黑龙江公共资源交易网--二级页
 * author: lucw;
 * date:2019-10-23
 */

/* pan */
.hack-pan {
    padding-left: 27px;
    padding-right: 27px;
}

.hack-colu {
    margin-left: -24px;
    padding-right: 27px;
}

/* tree */
.wb-tree-tt {
    color: #1e69bc;
}

.wb-tree-sub{
    padding-top: 4px;
    padding-bottom: 4px;
}

.wb-tree-sub a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.wb-tree-node{
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #1e69bc;
    border: 1px solid #6fa1d9;
    border-radius: 3px;
    cursor: pointer;
    background-color: #e5eef9;
}

.wb-tree-iconl {
    float: left;
    width: 11px;
    height: 16px;
    margin-top: 14px;
    margin-left: 34px;
    margin-right: 32px;
    
}

.wb-tree-items.hasChild .wb-tree-iconl {    
    background: url('../images/wblistl.png') no-repeat;
}


.wb-tree-items{
    margin-top: 10px;
}

.wb-tree-items:first-child{
    margin-top: 0;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 87px;
    font-size: 16px;
    background: url('../images/tree_list.jpg') 75px center no-repeat;
}

.wb-tree-item>a:hover {
    background-image: url('../images/tree_listh.jpg');
    color: #1e69bc;
    font-weight: bold;
    text-decoration: underline;
}

.current .wb-tree-iconl {
    width: 16px;
    height: 11px;
    margin-left: 34px;
    margin-top: 17px;
    margin-right: 27px;
    
}

.wb-tree-items.hasChild.current .wb-tree-iconl {    
    background: url('../images/wblistlh.png') no-repeat;
}

.current .wb-tree-node{
    background-color: #3880d0;
}

.current .wb-tree-tt{
    color: #fff;
    font-weight: bold;
}

.current .wb-tree-sub {
    display: block;
}

/* colu */

.ewb-colu .wb-data-item{
    margin-top: -12px;
    padding-top: 0;
}

.ewb-colu .wb-data-infor{
    margin-right: 160px;
}

.ewb-mh400{
    min-height: 400px;
}

.under-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 744px;
    background: url('../images/body_bg02.jpg') center bottom no-repeat;
}