/**!
 * 办事指南
 * author: wangkai;
 */


/* main */

/* 当前位置 */

.ewb-location {
	padding: 16px 0 14px 0;
	height: 30px;
}

.ewb-location p {
	padding-left: 48px;
	height: 30px;
	line-height: 29px;
	color: #2c84d1;
	background: url('../images/location_ico.png') 18px center no-repeat;
}

.ewb-location p a {
	color: #2c84d1;
}

/* 内容 */

.ewb-content {
	padding: 30px 30px 0 30px;
	height: 846px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

/* 左侧 */

.ewb-left {
	float: left;
	width: 235px;
}

.ewb-menu-hd {
	padding-left: 29px;
	height: 48px;
	line-height: 47px;
	background-color: #4a8ccf;
}

.ewb-menu-hd span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ewb-menu-list {
	padding: 24px 20px 62px 20px;
	background-color: #eef6fb;
}

.ewb-menu-node {
	margin-top: 15px;
	height: 36px;
	vertical-align: top;
}

.ewb-menu-node:first-child {
	margin-top: 0;
}

.ewb-menu-name {
	display: block;
	padding-left: 20px;
	height: 34px;
	line-height: 33px;
	border: 1px solid #cadde8;
	border-radius: 17px;
	font-size: 16px;
	color: #165ca0;
	background: url('../images/menu_ico.png') 168px center no-repeat #fff;
}

.ewb-menu-name:hover,
.ewb-menu-name.current {
	color: #f8881a;
	background: url('../images/menu_ico_cur.png') 168px center no-repeat #fff;
}

/* 右侧 */

.ewb-right {
	float: right;
	width: 873px;
}

.ewb-right-hd {
	padding-left: 29px;
	height: 48px;
	line-height: 47px;
	background-color: #f1f1f1;
}

.ewb-right-hd span {
	font-size: 16px;
	color: #f8881a;
}

.ewb-list {
	padding: 12px 0 20px 0;
}

.ewb-list-node {
	height: 47px;
	line-height: 46px;
	padding-left: 13px;
	border-bottom: 1px dashed #cdcdcd;
	vertical-align: top;
	font-size: 16px;
	background: url('../images/dian.jpg') left center no-repeat;
}

.ewb-list-name {
	float: left;
	max-width: 690px;
	color: #333;
}

.ewb-list-date {
	float: right;
	color: #999;
}

.ewb-list-node:hover {
	background: url('../images/dian_cur.jpg') left center no-repeat;
}

.ewb-list-node:hover .ewb-list-name {
	color: #f8881a;
}

.ewb-total {
	float: left;
	height: 26px;
	line-height: 26px;
}

.ewb-total span {
	margin: 0 4px;
	color: #ab2525;
}

.ewb-page {
	float: right;
	height: 26px;
    text-align: right;
}

.ewb-page-items {
    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;
    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;
}

.ewb-page-li>a:hover {
	border: 1px solid #ab2525;
}

.ewb-page-li.current>a {
	height: 26px;
	line-height: 26px;
    border: 0;
    color: #ab2525;
}

.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;
    margin-right: 0;
}

.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;
    font-size: 14px;
    color: #555;
}

/* footer */

.ewb-footer {
	margin-top: 40px;
}