﻿ol, ul {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.ewb-route {
    margin: 0 23px;
    padding: 17px 0 13px 0;
    line-height: 22px;
    border-bottom: 1px solid #e2e2e2;
}

.ewb-main {
    min-height: 834px;
    background: #fff;
}


.ewb-route p {
    padding-left: 24px;
    font-size: 12px;
    color: #666;
    background: url(../images/route_ico.png) left 5px no-repeat;
}


.ewb-route p a {
    color: #666;
}


.ewb-route p span {
    color: #107edc;
}


.ewb-route p span.canclick {
    cursor: pointer;
    color: #666;
}


.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.active>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.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-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a,
.ewb-page-btn:hover {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.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 10px;
    color: #666;
}

.ewb-page-info {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    vertical-align: top;
}

.ewb-page-btn {
	cursor: pointer;
	color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 6px;
}