﻿/**!
 * &#23433;&#21331;&#36719;&#20214;&#19979;&#83;&#72;&#51;&#54;&#53;&#95;&#30452;&#25773;&#51;&#54;&#53;&#36275;&#29699;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#20013;&#22269;公共资源
 * author: xuyang;
 */


/* 左侧 */

.ewb-left {
    min-height: 1080px;
    border: 1px solid #e7eff4;
}

.ewb-left-hd {
    margin-top: -1px;
    margin-left: -1px;
    width: 242px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    background-color: #0f6698;
}

.ewb-left-hd a {
    color: #fff;
}

.ewb-left-bd {
    padding: 0 19px;
}

.wb-tree {
    width: 202px;
}

.wb-tree-items {
	margin-top: 10px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node {
    display: block;
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #e7eff4;
}

.wb-tree-sub a {
	height: 42px;
	line-height: 42px;
    font-size: 14px;
	color: #333;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
	background: url(../images/left_icon.png) 62px 18px no-repeat;
}

.wb-tree-item>a {
    padding-left: 80px;
    font-size: 12px;
    background: none;
}

.wb-tree-item:hover {
	background: url(../images/left_iconh.png) 62px 18px no-repeat;
}

.wb-tree-item:hover a {
	font-weight: bold;
	color: #ff9d33;
}

.current .wb-tree-node {
    background-color: #ff9d33;
}

.wb-tree-node:hover {
    background-color: #ff9d33;
}

.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-node:hover .wb-tree-tt {
	color: #fff;
}

.current .wb-tree-sub {
    display: block;
}

/* 右侧 */

.ewb-right-hd {
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}

.ewb-right-hd a {
	color: #666;
}

.ewb-right-hd span {
	color: #ff8400;
}

.ewb-he200 {
	height: 200px;
}

.ewb-com-hd {
    height: 32px;
    line-height: 32px;
    background-color: #e8eff7;
}

.ewb-com-tt {
    padding-left: 10px;
    font-size: 16px;
}

.ewb-com-link {
    margin-right: 10px;
    padding-right: 12px;
    font-size: 14px;
    color: #999;
    background: url(../images/link_iconh.png) right 11px no-repeat;
}

.ewb-com-items {
    padding: 10px 10px 0;
}

.ewb-com-item {
    line-height: 25px;
    vertical-align: top;
    font-size: 14px;
}

.ewb-com-block {
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item:hover a,
.ewb-com-item:hover span {
    color: #ff8400;
}