﻿/********************************************************************************
**项目名：紫微恒
** 创建时间：2018/10/16
** 最后修改人：（无）
** 最后修改时间：（无）
** 版权所有 (C) :tianmei
*********************************************************************************/
@charset "utf-8";
/*分页*/
.page_wrapper{
    width: 100%;
    /*bottom:33px;
    left: 0px;
    position: absolute;*/

}
.page_wrapper.type1{
    bottom:20px;
}
.pagination{
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0px;
}
.pagination  li,.page_jump{
    display: inline-block;
}

.pagination a ,.page_jump{
    padding: 0 12px;
    margin-right: 5px;
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    height:36px;
    line-height:36px;
    display: block;
}
.page_jump{
    width: 90px;
    position:absolute;
    right: 182px;
    top: 0px;
    margin-right: 0px;
    text-align: center;
}
.pagination>li.page>a, .pagination>li.page>span {
    color: #000000;
    line-height: 1.7;
}

.pagination>li.page.active  a {
    color: #ffffff;
    border: none;
    cursor: default;
    background: #fa4c51;
}
.pagination>li.page .disabled a{
    background: #fff;
    color: #999;
    cursor: default;
    cursor: not-allowed;
}
