/**!
 * 通用二级页
 * author: wangkai;
 */

/* 左侧 */

.ewb-left {
	height: 640px;
	background-color: #f3f5fb;
}

.ewb-menu-hd {
	margin: 0 -7px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background: url(../images/menu_ico.png) 256px center no-repeat #1492ff;
    position: relative;
}

.ewb-menu-hd a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ewb-menu-ico1,
.ewb-menu-ico2 {
    position: absolute;
    bottom: -6px;
    display: block;
    width: 7px;
    height: 6px;
}

.ewb-menu-ico1 {
    left: 0;
    background: url('../images/menu_ico1.png');
}

.ewb-menu-ico2 {
    right: 0;
    background: url('../images/menu_ico2.png');
}

/* 左侧树 */

.wb-tree {
	padding: 20px 10px 20px 10px;
	height: 550px;
}

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

.wb-tree-items:first-child {
	margin-top: 0;
}

.wb-tree-tt {
	font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.wb-tree-node {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 36px;
    border-radius: 16px;
    background: url('../images/tree_ico.png') 200px center no-repeat #fdaa2a;
}

.current .wb-tree-node {
    background: url('../images/tree_ico_cur.png') 200px center no-repeat #fdaa2a;
}

.wb-tree-sub {
    display: none;
    padding-top: 8px;
}

.wb-three-node {
    height: 32px;
    line-height: 32px;
    padding-left: 22px;
    background: url(../images/tree_ico_sub.png) 8px center no-repeat;
}

.wb-three-tt {
    font-size: 14px;
    color: #333;
}


.wb-tree-subicon {
    float: right;
    margin: 11px 28px 0 0;
    width: 10px;
    height: 10px;
    *margin-top: -20px;
    background: url("../images/stab_ico_sub.png");
}


.wb-tree-item.current .wb-tree-subicon {
    background: url("../images/stab_ico_sub_cur.png");
}

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

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

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

.wb-four-sub>li {
	height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url("../images/tree_dian.png") 40px center no-repeat;
}

.wb-four-sub>li>a {
    padding-left: 64px;
    font-size: 14px;
    color: #666;
}

/* 右侧 */

.ewb-right {
	height: 640px;
}

.ewb-column-hd {
	height: 46px;
	line-height: 46px;
	background-color: #f3f5fb;
	/* overflow: hidden; */
}

.ewb-column-tt {
	float: left;
	padding-right: 10px;
	background-color: #fff;
}

.ewb-column-tt a {
	float: left;
	padding: 0 32px;
	height: 44px;
	line-height: 44px;
	border-top: 2px solid #1492ff;
	font-size: 18px;
	font-weight: bold;
	color: #1492ff;
}

.ewb-list {
	padding: 10px 18px 28px 12px;
}

.ewb-list-node {
	padding-left: 15px;
	height: 49px;
	line-height: 49px;
	vertical-align: top;
	font-size: 16px;
	background: url('../images/tree_dian.png') left center no-repeat;
}

.ewb-list-name {
	float: left;
	width: 80%;
	color: #333;
}

.ewb-list-date {
	float: right;
	color: #666;
}

/* 分页 */

.ewb-page {
    text-align: center;
    height: 26px;
}

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

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
    height: 24px;
    line-height: 24px;
}

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

.ewb-page-li>a:hover {
	border: 1px solid #0030cc;
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #0030cc;
    background: none;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    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;
}

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

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

/* 20180313 新增选择 */

.ewb-column-hd .chzn-select {
    float: right;
    width: 100px;
    margin: 6px 20px 0 0;
}

.ewb-column-hd .chosen-container {
    float: right;
    margin: 6px 20px 0 0;
}

.ewb-column-hd .chosen-container .chosen-drop {
    bottom: auto;
    border: 1px solid #aaa;
    border-top: 0;
}

.ewb-column-hd .chosen-container .chosen-results li {
    padding: 2px 6px 2px 12px;
}


.ewb-query {
	float: right;
	margin-top: 7px;
	width: 385px;
	height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	margin-right: 15px;
	background-color: #fff;
}

.ewb-input-txt {
	float: right;
	padding-left: 20px;
	width: 320px;
	height: 30px;
	line-height: 30px;
	border: 0;
	background: none;
}

.ewb-input-btn {
	float: right;
	width: 22px;
	height: 30px;
	border: 0;
	margin-right: 20px;
	cursor: pointer;
	background: url('../images/query_ico.png') center center no-repeat;
}

/* end */


.wb-four-sub>li {    
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}