﻿/**!
 * &#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: 536px;
    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;
}

.wb-tree-node:hover {
    background-color: #ff9d33;
}

.wb-tree-node:hover .wb-tree-tt {
	color: #fff;
}

/* 右侧 */

.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-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;
}

.ewb-block {
  	margin-top: 28px;
}


.ewb-block-font {
	padding-top: 2px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
}

.ewb-block-font span {
	color: #ff8400;
}


/*!
* 页码样式
*/

.ewb-page {
    margin-top: 10px;
}

.wb-page-items {
    width: 635px;
    margin: 0 auto;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 30px;
    border: 1px solid #c3e6f9;
    line-height: 30px;
    color: #666;
    background: #fff;
}

.wb-page-item:hover {
    border: 1px solid #0030cc;
}

.wb-page-default {
    width: 36px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.wb-page-default.current {
    color: #f67c31;
}

.wb-page-item.current {
    color: #f67c31;
	border:0px;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

.ewb-page-go{
	float: left;
	display: block;
	width: 31px;
	height: 32px;
	border: 1px solid #c3e6f9;
	border-left: none;
	text-align: center;
	color: #2b89e0;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background: url(../images/go_bg.png) repeat-x;
}