/**!
 * 通用二级页
 * author: wangkai;
 */

/* 当前位置 */

.ewb-location {
	padding-bottom: 5px;
	line-height: 34px;
}

.ewb-location p {
	padding-left: 20px;
	font-size: 15px;
	color: #666;
	background: url('/Template/special/shshbdczt/css/../images/location_ico.png') left center no-repeat;
}

.ewb-location p a {
	color: #666;
}

.ewb-location p span {
	color: #13b965;
}

/**
*分页
*/

/* 分页 */
.pager {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.ewb-page {
	margin: 35px 0 20px;
    height: 29px;
    text-align: center;
    font-size: 0;
}
.m-pagination-page>li.active>a {
    border: 1px solid #129B4C;
    color: #fff;
    background: #129B4C;
    font-weight: normal;
}
.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover,
.m-pagination-page>li.accfocus>a,
.m-pagination-group>button.accfocus {
    border: 1px solid #129B4C;
    color: #fff;
    background: #129B4C;
}
/* .ewb-page {
	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;
}

.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 #4573af;
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #4573af;
}

.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;
}
 */