/**!
 * äºŒçº§é¡µ
 * author: fxyue;
 * date:2019-12-26
 */
 
.ewb-col {
    min-height: 700px;
}

/* pad */
@media (max-width:979px) {
    .ewb-col {
        min-height: 0;
    }
}

/* å·¦ä¾§æ ‘ */
.ewb-menu {
    margin: 0 11px 0 20px;
    padding-bottom: 20px;
}

.wb-tree {
    margin: 0 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-items {
    margin-top: 20px;
}

.wb-tree-node {
    display: block;
    line-height: 50px;
    padding: 0 20px 0 15px;
    background: #e9f0fc;
}

.wb-tree-iconr {
    display: none;
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 17px;
    background: url('../images/wblistr.png') center center no-repeat;
}

.wb-tree-items.hasChild .wb-tree-iconr {
    display: block;
}

.wb-tree-tt {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    margin-right: 20px;
    background: url("../images/menu_icon.png") left center no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 6px 10px 6px 30px;
    border: 2px solid #e8ecf3;
    border-top: 1px solid #e8ecf3;
}

.wb-sub-node>a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background: url("../images/list_img.png") left center no-repeat;
}

.wb-sub-node>a:hover,
.wb-sub-node>a.current {
    color: #3379e1;
    background-image: url("../images/list_imgh.png");
}

.current .wb-tree-tt {
    color: #fff;
    background-image: url("../images/menu_iconh.png");
}

.current .wb-tree-node {
    background-color: rgba(51, 121, 225, 0.7);
}

.current .wb-tree-iconr {
    background-image: url('../images/wblistrh.png');
}

.current .wb-tree-sub {
    display: block;
}

.wb-three-sub {
    display: none;
}

/* pad */
@media (max-width:979px) {
    .ewb-menu {
        margin: 0 20px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {

    .ewb-menu,
    .wb-tree {
        margin: 0 10px;
    }

}

/* å³ä¾§ */
.ewb-column {
    margin: 0 20px 0 -3px;
    padding-top: 0;
}

.ewb-column-hd {
    height: 51px;
    padding-top: 3px;
    margin-left: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.ewb-column-tt {
    float: left;
    line-height: 45px;
    border-bottom: 3px solid #3379e1;
    color: #3379e1;
    font-size: 18px;
    font-weight: bold;
}

.ewb-column-bd {
    padding: 15px 20px 20px;
}

/* åˆ†é¡µ */
.ewb-page {
    height: 26px;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}

.pager {
    display: inline-block;
    vertical-align: middle;
}

.m-pagination-jump {
    width: auto;
}

.m-pagination-page,
.m-pagination-info,
.m-pagination-size,
.m-pagination-jump {
    margin-top: 0;
}

.m-pagination-info {
    height: 26px;
    line-height: 26px;
}

.m-pagination-page>li>a {
    height: 24px;
    line-height: 24px;
    display: block;
}

.m-pagination-group>input {
    height: 24px;
}

.m-pagination-group>button {
    height: 26px;
}

.m-pagination-page>li.active>a {
    color: #3379e1;
    font-weight: normal;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #3379e1;
}

/* pad */
@media (max-width:979px) {
    .ewb-column {
        margin: 20px 20px 0;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-column {
        margin: 20px 10px 0;
    }

    .ewb-column-hd {
        margin-left: 10px;
    }

    .ewb-column-bd {
        padding: 15px 10px;
    }
}


.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #3379e1;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
    border-right: 0;
    border-radius: 4px 0  0 4px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-go {
    margin-left: -6px;
}
.ewb-page-li:hover>a,
.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    border-color:#3379e1;
}

.ewb-page-go>a {
    padding: 0 6px;
    border-radius: 0 4px 4px 0;
}

.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;
    color: #666;
}