
/*分页*/
.met_pager {
    margin-top: 20px;
    text-align: center;
}
.met_pager * {
    display: inline-block;
}
.met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #fff;
    text-align: center;
    color: #76838f;
    border-right: 1px solid #e4eaec;
}
.met_pager a:hover {
    background: #f5f5f5;
    text-decoration: none;
}
.met_pager a.NextA {

}
.met_pager .PreSpan, .met_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
}
.met_pager p {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
}
.met_pager .firstPage, .met_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px;
}
.met_pager a.Ahover,.met_pager a.cur {
    border-color: #62a8ea;
    background: #62a8ea;
    color: #fff;
    cursor: default;
}
.met_pager a.Ahover:hover,.met_pager a.cur:hover {
    border-color: #62a8ea;
    background: #62a8ea;
    color: #fff;
}
.met_pager a {
    text-decoration: none;
}
.met_pager a:active, .met_pager a:focus, .met_pager a:hover {
    text-decoration: none;
}
.met_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa;
}
.met_pager input {
    display: none;
}
.met_pager .firstPage, .met_pager .lastPage {
    height: auto;
    line-height: inherit;
}
/*翻篇*/
.pager li {
    width: 49%;
    display: inline-block;
}
.pager li a {
    max-width: 100%;
}