﻿/**!
 * 二级页通用样式
 * author: wangkai;
 */

/* main */

/* 当前位置 */

.ewb-location {
	height: 49px;
}

.ewb-location p {
	padding-left: 21px;
	height: 49px;
	line-height: 48px;
	color: #666;
	background: url('../images/location_ico.png') left center no-repeat;
}

.ewb-location p a {
	color: #666;
}

.ewb-location p span {
	color: #ffab00;
}

/* 左侧 */

.ewb-menu-hd {
	padding-left: 32px;
	height: 50px;
	line-height: 49px;
	border-top: 2px solid #ffab00;
	background: url('../images/menu_bg.png') right no-repeat #31a0ff;
}

.ewb-menu-hd a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ewb-menu-bd {
	margin-top: 2px;
	height: 710px;
	border: 1px solid #bfdcff;
}

.ewb-menu-list {
	padding-top: 8px;
}

.ewb-menu-node {
	margin-top: 10px;
	vertical-align: top;
}

.ewb-menu-node:first-child {
	margin-top: 0;
}

.ewb-menu-name {
	display: block;
	height: 50px;
	line-height: 49px;
	padding-left: 82px;
	font-size: 16px;
	color: #31a0ff;
	background: url('../images/menu_jt.png') 24px center no-repeat;
}

.ewb-menu-name:hover,
.ewb-menu-name.current {
	background-color: #e2f3ff;
}

/* 右侧 */

.ewb-right {
	height: 764px;
	border: 1px solid #bfdcff;
}

.ewb-cm-hd {
	margin: -1px -1px 0 -1px;
	height: 52px;
	background: url('../images/tt_bg1.png') right bottom no-repeat #31a0ff;
}

.ewb-cm-tt {
	float: left;
	margin: 13px 0 0 20px;
	padding: 0 20px;
	height: 26px;
	line-height: 25px;
	border-radius: 13px;
	box-shadow: 0px 4px 2px #298af5;
	font-size: 16px;
	color: #31a0ff;
	background-color: #fff;	
}

.ewb-list {
	padding: 0px 19px 0px 19px;
}

.ewb-list-node {
	padding-left: 15px;
	height: 42px;
	line-height: 42px;
	vertical-align: top;
	background: url('../images/list_ico.png') left center no-repeat;
}

.ewb-list-name {
	float: left;
	max-width: 70%;
	color: #333;
}

.ewb-list-date {
	float: right;
	color: #666;
}

.ewb-list-node:hover {
	background: url('../images/list_ico_cur.png') left center no-repeat;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
	color: #ff8b17;
}

.ewb-page {
	height: 26px;
    text-align: center;
}

.ewb-total {
	margin-right: 12px;
	display: inline-block;
    *display: inline;
    zoom: 1;
    height: 26px;
    line-height: 26px;
    color: #6395ec;
    vertical-align: top;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.ewb-page-li {
    min-width: 26px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    float: left;
        height: 24px;
    line-height: 23px;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 23px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.ewb-page-li>a:hover {
	border: 1px solid #6395ec;
}

.ewb-page-li.current>a {
	height: 26px;
	line-height: 25px;
    border: 0;
    color: #fff;
    background-color: #6395ec;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    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: 23px;
    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;
}