/**!
 * 景德镇市建设局二级
 * author: shenyh;
 * date:2016-08-05;
 */


/* 左侧菜单树 */

.ewb-menu-hd {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e74c3c;
    font-family: "Microsoft YaHei";
}

.ewb-menu-bd {
    height: 607px;
    border: 1px solid #ededed;
    border-top: 0;
    overflow: hidden;
    background: url(../images/subbg.jpg) center bottom no-repeat;
}

.wb-tree {
    width: 210px;
    margin: 0 auto;
}

.wb-tree-items {
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.wb-tree-tt {
    color: #555;
    font-weight: bold;
}

.wb-tree-node,
.wb-tree-sub a {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
    color: #555;
    background: #f3f3f3;
}

.wb-tree-iconr {
    float: right;
    width: 9px;
    height: 5px;
    margin-top: 16px;
    margin-right: 20px;
    background: url(../images/slistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    border: 1px solid #ededed;
    border-top: 0;
}

.wb-tree-item>a {
    height: 34px;
    line-height: 34px;
    padding-left: 42px;
    border-bottom: 1px dashed #dcdcdc;
    background: #fff;
}

.wb-tree-item .last {
    border-bottom: 0;
}

.wb-tree-item>a:hover {
    background: #ffefd1;
    color: #e74c3c;
}

.current .wb-tree-tt {
    color: #0956c2;
    font-weight: bold;
}

.current .wb-tree-node {
    background: #ffb45c;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-iconr {
    background: url(../images/slistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧 */

.ewb-scol-bd {
    height: 605px;
    border: 1px solid #ededed;
    border-top: 0;
    overflow: hidden;
}

.ewb-scol-tt {
    margin: 0 15px;
    height: 37px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-scol-h {
    height: 27px;
    padding: 9px 20px 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
    font-family: "Microsoft YaHei";
}

.ewb-scol-h a {
    color: #e74c3c;
}

.ewb-list-bd {
    height: 522px;
}

.wb-data-infor {
    margin-right: 120px;
}


/* 页码样式 */

.wb-page-items {
    width: 635px;
    margin: 0 auto;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.wb-page-item:hover {
    border: 1px solid #ff0000;
}

.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-default.current {
    color: #ff0000;
    font-weight: bold;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}
