@charset "UTF-8";
a{
    text-decoration: none;
}
.btn_disabled{color: #d3d3d3 !important;}
.m-style {text-align: center;zoom: 1;padding: 27px 0 27px;float: right;}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    /*margin: 0 5px;*/
    width: 38px;
    height: 40px;
    line-height: 40px;
    color: #808080;
    font-size: 14px;   
}

.m-style .active {
    float: left;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FF6619;
    color: #fff;
    font-size: 14px;
    border: 1px solid #FF6619;
    border-radius: 4px;
}

.m-style a {
    float: left;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #d3d3d3;    
    color: #808080;
    font-size: 14px;
    border-radius: 4px;
}

.page-box .m-style a:hover {
    border:1px solid #FF6619;
    color: #FF6619;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
}
.m-style .prev {
  border-right: none;
}
/* 
.m-style .next:hover,
.m-style .prev:hover{
  border:1px solid #FF6619;
  color: #FF6619;
} */
.now,
.count {
    padding: 0 5px;
    color: #FF6619;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 16px 0 8px;   
    padding: 0;
    line-height: 32px;
    text-align: center; 
    font-size: 14px;
    width: 73px;
    height: 32px;
    border-radius: 4px;   
    background: #f5f5f5;
    border: none;
}
.m-style .jump-btn {
    width: 46px;
    border-right: 1px solid #d3d3d3;
    font-size: 12px;
}

.total-page{font-weight: normal;color:#808080;}
.jump-des,.page-count{
    float: left;
    display: inline;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #808080;
    margin-left: 12px;
}
.jump-des{margin-left: 15px;}
.page-box .page_left{
    margin-left: 10px;
    font-size: 12px;
    color: #808080;
    float: left;
    line-height: 60px;
}
.page-box .page_left .page_down{
    position: relative;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
.page-box .page_left .page_down:hover .page_down_select{
    display: block;
}

.page-box .page_left .page_down_cur{
    width: 48px;
    height: 30px;
    line-height: 30px;
    background: url(../../../images/icon/icon_down_new.png) no-repeat 54px center;                   
    padding-right: 31px;
    text-align: center;
    border: 1px solid #E4E6E8;
    display: inline-block;
    font-size:14px;
    color: #222;
    border-radius: 4px;
}
.page-box .page_left .page_down_select{
    position: absolute;
    cursor: pointer;
    background: #FFFFFF;
    right: 0px;
    left: 0;    
    top: 45px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #E4E6E8;
    display: none;
    z-index: 88;
}
.page-box .page_left .page_down_select span{
    display: block;
    text-align: left;
    padding-left: 16px;
    font-size: 12px;
}
.page-box .page_left .page_down_select span:hover{
    color: #FF6619;
    background: #F5F5F5;
}




