/**!
 * author: gaoli;
 * date:2018-01-31
 */

/* 当前位置 */
.ewb-loc {
    line-height: 20px;
    padding-left: 25px;
    color: #999;
    margin: 17px 0;
    background: url('../images/loc.png') no-repeat left 2px;
}

.ewb-loc>a {
    color: #999;
}

.ewb-loc>span {
    color: #333;
}

/* 左侧树 */
.ewb-tree {
    margin-right: 16px;
}

.ewb-tree-hd {
    position: relative;
    text-align: center;
    border-top: 2px solid #fbfbfb;
}

.ewb-tree-hd>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ewb-tree-hd>span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 88px;
    padding-left: 39px;
    background: url('../images/tree_icon.png') no-repeat left center;
}

.ewb-tree-bd {
    height: 566px;
    background: url('../images/tree_bd.jpg') no-repeat center bottom #fbfbfb;
}

.wb-tree-items {
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    color: #333;
    padding-left: 45px;
    margin-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/tree_left.jpg') no-repeat 22px center;
}

.wb-tree-node {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid #eee;
    background-color: #fbfbfb;
}

.wb-tree-items:first-child .wb-tree-node {
    border-top: none;
}

.wb-tree-iconr {
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 20px;
    margin-right: 18px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 9px 0;
}

.wb-tree-item>a {
    display: block;
    line-height: 30px;
    padding-left: 45px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item>a:hover,
.wb-tree-item.cur>a {
    color: #d73241;
    text-decoration: underline;
}

.current .wb-tree-node {
    font-weight: bold;
    background-color: #fcf2f2;
}

.current .wb-tree-tt {
    color: #d73241;
}

.current .wb-tree-iconr {
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* phone */
@media(max-width: 767px) {
    .ewb-loc {
        margin: 10px 0;
    }

    .ewb-tree {
        margin: 0;
    }

    .ewb-tree-hd>span {
        font-size: 15px;
        font-weight: normal;
        line-height: 40px;
    }

    .wb-tree-node {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    .wb-tree-item>a {
        font-size: 14px;
    }

    .ewb-tree-bd {
        height: auto;
        background: #fbfbfb;
    }

    .wb-tree-iconr {
        margin-top: 10px;
    }
}


/*con */
.ewb-con {
    margin: 0 5px 0 -11px;
}

.ewb-con-hd {
    border-bottom: 1px solid #d73241;
}

.ewb-con-hd>a {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #d73241;
    line-height: 48px;
    padding-bottom: 6px;
}

.wb-data-item {
    padding-top: 13px;
}

.wb-data-list {
    line-height: 34px;
    background-image: url('../images/secimg.png');
}

.wb-data-list:hover {
    background-image: url('../images/secimg_h.png');
}

.wb-data-date {
    margin-top: -34px;
}

.ewb-page {
    text-align: center;
    margin-top: 18px;
    height: 26px;
}

.ewb-page-items {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #e16055;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #dedede;
    line-height: 26px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/* phone */
@media(max-width: 767px) {
    .ewb-con {
        margin: 10px 0 0 0;
    }

    .ewb-con-hd>a {
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 0;
    }

    .wb-data-item {
        padding-top: 5px;
    }

    .wb-data-list {
        line-height: 28px;
        background-image: url('../images/secimg.png');
    }

    .wb-data-date {
        margin-top: -28px;
    }

    .ewb-page {
        margin-top: 5px;
    }

    .ewb-page-li {
        display: none;
    }

    .ewb-page-hover {
        display: block;
    }
}


/* ipad */
@media (min-width: 768px) and (max-width: 979px) {

    .ewb-page-li {
        display: none;
    }

    .ewb-page-hover {
        display: block;
    }
}