/*
 * @description: 
 * @autor: gaojian
 * @lastedittime: 2021-02-22 14:00:54
 */


.ewb-main {
    min-height: 834px;
    background:  left bottom no-repeat #fff;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-main {
        background: #fff;
    }
}


/* 左侧 */

.ewb-left {
    margin: -1px 5px 0 23px;
}

.ewb-menu-hd {
    height: 57px;
    line-height: 56px;
    text-align: center;
    background:  no-repeat #075cd3;
}

.ewb-menu-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
}

.wb-tree {
    padding-top: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items {
    margin-top: 2px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    height: 57px;
    padding: 0 30px;
    color: #085dce;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.wb-tree-tt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
}

.wb-tree-tt i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.wb-tree-node {
    position: relative;
    display: block;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #e1eaf9;
}

.wb-tree-iconr {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    background:  no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-node {
    position: relative;
}

.wb-sub-tt {
    display: block;
    padding: 5px 30px 5px 50px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.wb-sub-tt:hover {
    color: #085dce;
}

.wb-sub-iconr {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 10px;
    background:  no-repeat;
}

.wb-three-sub {
    display: none;
}

.wb-three-sub li {
    vertical-align: top;
    border-top: 1px dashed #e6e6e6;
}

.wb-three-sub li a {
    display: block;
    padding: 4px 0 4px 79px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background:  70px center no-repeat;
}

.wb-three-sub li a:hover,
.wb-three-sub li a.current {
    color: #0965c8;
    background-image: ;
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #0d7ddc;
}

.current .wb-tree-iconr {
    background-image: ;
}

.haschild.current .wb-tree-iconr {
    right: 14px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background:  no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-sub-tt {
    color: #085dce;
}

.wb-tree-item.current .wb-sub-iconr {
    background-image: ;
}

.wb-tree-item.haschild.current .wb-sub-iconr {
    right: 17px;
    width: 10px;
    height: 9px;
    background-image: ;
}

.wb-tree-item.current .wb-three-sub {
    display: block;
}

/* 竖版pad-1099分辨率 */

@media (min-width: 980px) and (max-width: 1099px) {
    .wb-tree-tt {
        padding-left: 20px;
    }
    .wb-sub-tt {
        padding-left: 40px;
    }
    .wb-three-sub li a {
        padding-left: 69px;
        background-position: 60px center;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-menu-hd span,
    .wb-tree-tt span {
        font-size: 16px;
    }
    .wb-sub-tt {
        font-size: 14px;
    }
    .wb-three-sub li a {
        font-size: 12px;
    }
}

/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 8px;
}

.ewb-column-hd {
    height: 40px;
    border-bottom: 3px solid #88b5e4;
}

.ewb-column-tt {
    float: left;
    padding-left: 37px;
    padding-right: 10px;
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #0965c8;
    background:  left 11px no-repeat;
}

.ewb-list-node {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: top;
}
.ewb-list-node:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #666;
    margin-top: -2px;
}

.ewb-list-name {
    float: left;
    max-width: 80%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #075cd3;
}

.ewb-list{
    overflow: hidden;
}
/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    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: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.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 10px;
    color: #666;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 10px 10px 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-column-tt {
        font-size: 16px;
    }
    .ewb-list-name {
        max-width: 65%;
    }
}
.tips{
    font-size: 14px;
	color: #666;
    text-align: left;
    line-height: 48px;
}