/**!
 * 许昌市公路局-通用二级页
 * author: xuyang;
 */

/* main */

/* left */

.ewb-left {
	height: 668px;
	border: 1px solid #d1d0d0;
}

.ewb-left-hd {
	margin-top: -1px;
	margin-left: -1px;
	width: 242px;
	height: 40px;
	line-height: 40px;
	background-color: #1c64a8;
}

.ewb-left-tt {
	margin-left: 86px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.ewb-left-bd {
	padding: 11px 9px 0;
}

.ewb-left-link {
	display: block;
	margin-bottom: 10px;
	width: 222px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #333;
	background-color: #f0f0f0;
}

.ewb-left-link:hover,
.ewb-left-link.current {
	color: #fff;
	background-color: #75ace0;
}

/* right */

.ewb-right-hd {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #3879b5;
	border-bottom: 1px solid #3879b5;
}

.ewb-right-hd a {
	color: #3879b5;
}

.ewb-right-hd span {
	color: #ff0000;
}

.ewb-right-bd {
	height: 629px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #3879b5;
}

.ewb-right-items {
	padding: 8px 15px 0;
}

.ewb-right-item {
	line-height: 27px;
	vertical-align: top;
	font-size: 14px;
	background: url(../images/item_icon.jpg) 0 12px no-repeat;
}

.ewb-right-item:hover {
	background: url(../images/item_iconh.jpg) 0 12px no-repeat;
}

.ewb-right-block {
	padding-left: 10px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-right-item a {
	color: #333;
}

.ewb-right-item span {
	color: #999;
}

.ewb-right-item:hover a,
.ewb-right-item:hover span {
	color: #ed580f;
}

/* 分页 */

.ewb-page {
    margin-top: 30px;
    height: 26px;
    text-align: center;
}

.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;
	line-height:25px;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #0030cc;
}

.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;
    font-size: 14px;
    color: #555;
}
