.ewb-mt20 {
    margin-top: 20px;
}


/* panel */

.ewb-panel {
    
    border: 1px solid #dddddd;
}

.ewb-panel-hd {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #4169e2;
}

.ewb-panel-tt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-panel-bd {
    margin-top: 1px;
}



/* tree */
.wb-tree li{
	border-bottom: 1px solid #e1e1e2;
}
.wb-tree-node {
	
padding: 15px 0;
    padding-left: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #ffffff;
}

.wb-tree-tt {
       display: inline-block;
    vertical-align: top;
    padding-left: 28px;
    color: #666666;
    background: url(../images/p_nor.png) 12px center no-repeat;
}

.wb-tree-sub {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.wb-tree-item {
    margin-bottom: 10px;
    width: 230px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
}

.wb-tree-item>a {
    color: #666666;
}

.wb-tree-item:hover {
    background: url(../images/panel_rbg.png) center top no-repeat;
}

.wb-tree-item.current {
    background: url(../images/panel_rbg.png) center top no-repeat;

}

.wb-tree-item:hover>a {
    color: #ffffff;
}

.wb-tree-item.current>a {
    color: #6395ec
}

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

.current .wb-tree-tt {
    background: url(../images/p_cur.png) 9px center no-repeat;
}



/* loca */

.ewb-loca {
    padding-left: 39px;
    height: 34px;
    line-height: 34px;
    color: #666;
    border: 1px solid #eee;
    background: url(../images/loca_img.png) 13px center no-repeat #f4f4f4;
}

.ewb-loca a {
    color: #666;
}

.ewb-loca .ewb-cur {
    font-weight: bold;
    color: #6395ec;
}


/* 分页 */
.ewb-page {
    margin-top: 26px;
    padding-bottom: 38px;
    text-align: center;
}

.ewb-page-items {
    vertical-align: middle;
    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;
    font-family: "Microsoft YaHei";
    float: left;
    background-color: #fff;
	    border: 1px solid #dfdfdf;
}

.ewb-page-li.page-last,
.ewb-page-li.page-home{
    *width: 46px;
}

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

/* .ewb-page-li.current>a {
    background-color: #6395ec;
    color: #fff;
} */

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    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: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

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

.ewb-page-hover>a {
    
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #666;
    /* background-color: #eee; */
    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;
}

/* page-count */
.ewb-pcount{
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    color: #6395ec;
    vertical-align: middle;
}

.ewb-page-li.current {
    color: #666;
    height: 27px;
    line-height: 27px;
    border: 0;
	font-weight: bold;
	color: #0030cc;
}