@charset 'UTF-8';

/**!
 * 通用二级页
 * author: wangkai;
 */


/* main */

.ewb-location {
    line-height: 50px;
    box-shadow: 0px 1px 8px #ccc;
    font-size: 16px;
}

.ewb-location p a {
    color: #333;
    margin-right: 8px;
}

.ewb-location p span {
    margin-left: 8px;
}

.ewb-location p a:hover {
    color: #c00;
}

.ewb-list {
    margin-top: 0px;
    
}

.ewb-list-node {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 16px;
}

.ewb-list-name {
    float: left;
    max-width: 800px;
    color: #333;
}

.ewb-list-name:hover {
    color: #5a8a1e;
}

/* 页码 */

.ewb-page {
    margin-top: 40px;
    padding-bottom: 10px;
    height: 26px;
    text-align: center;
    overflow: hidden;
}

.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;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li>a:hover {
    border: 1px solid #5a8a1e;
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #5a8a1e;
}

.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;
}
.ewb-article-content{line-height: 2;}