﻿/**!
 * 四平市公共资通用二级;
 * author: lucw;
 * date:2018-06-19
 */


/* 左侧菜单 */

.ewb-menu-hd {
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #b6050d;
    font-weight: bold;
}

.ewb-menu-hd>a {
    font-size: 18px;
    color: #fff;
}

.ewb-menu-bd {
    min-height: 711px;
    padding-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: url("../images/subbg.jpg") center bottom no-repeat #fff;
}

.wb-tree {
    padding-top: 5px;
    width: 244px;
    margin: 0 auto;
    overflow: hidden;
}

.wb-tree-items {
    margin-top: 15px;
    cursor: pointer;
}

.wb-tree-items:first-child {
    margin-top: 15px;
}

.wb-tree-tt {
    color: #f6631b;
}

.wb-tree-node {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 29px;
    color: #f6631b;
    font-weight: bold;
    font-size: 15px;
    background: url("../images/listr.png") 208px 14px no-repeat #ffecc2;
}

.current .wb-tree-node {
    background: url("../images/listrh.png") 208px 14px no-repeat #ffa530;
}

.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    margin-top: 2px;
}

.wb-three-node {
    height: 36px;
    line-height: 36px;
    padding-left: 29px;
    background: #f0f0f0;
}

.wb-three-tt {
    font-size: 16px;
    color: #333;
}

.wb-tree-subicon {
    float: right;
    margin: 11px 28px 0 0;
    width: 10px;
    height: 10px;
    *margin-top: -20px;
    background: url("../images/stab_ico_sub.png");
}

.wb-tree-item.current .wb-tree-subicon {
    background: url("../images/stab_ico_sub_cur.png");
}

.current .wb-tree-sub {
    display: block;
}

.wb-four-sub {
    display: none;
}

.wb-tree-item.current .wb-four-sub {
    padding: 3px 0;
    display: block;
}

.wb-four-sub>li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    /*background: url("../images/tree_dian.png") 40px center no-repeat;*/
}

.wb-four-sub>li>a {
    padding-left: 45px;
    font-size: 16px;
    color: #333;
}

/* 右侧内容 */

.ewb-sub-hd {
    height: 45px;
    border-top: 2px solid #b6050d;
    border-bottom: 1px solid #ddd;
}

.ewb-sub-tt {
    padding-top: 4px;
    height: 38px;
    line-height: 38px;
    border-bottom: 4px solid #b6050d;
}

.ewb-sub-tt>a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 18px;
    color: #b6050d;
}

.ewb-sub-bd {
    height: 732px;
    overflow: hidden;
}

.ewb-sub .wb-data-item{
    padding-top: 10px;
    padding-left: 6px;
}

.ewb-sub .wb-data-list{
    line-height: 34px;
}

.ewb-sub .wb-data-date{
    padding-right: 0;
    margin-top: -34px;
}

.ewb-sub .wb-data-infor{
    margin-right: 200px;
}