/*------------------------page start------------------------*/
.table_bottom {
   line-height: 56px;
   margin-left: 30px;
   height: 56px;
   background: #fff;
}
.table_bottom select {
   min-width: 80px;
   text-align: center;
   height: 30px;
   border-color: #ddd;
   padding-left: 10px;
   margin-left: 10px;
   border-radius: 3px;
}
.table_bottom select option{
   text-align:center;
   line-height:30px;
}
.display {
   float: left;
}
.page{
   height:30px;
   background:#fff;
   min-width:118px;
   float:right;
   margin:13px 55px 0 0;
   
}
.page ul{
   float:left;
   border:1px solid #ddd;
   padding:0 !important;
}
.page li a{
   display:block;
   line-height:28px;
   min-width:46px;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
}
.page li a:hover{
   background:#6f9aea;
   color:#fff;
   text-decoration:none;
}
.page li .active{
   background:#6f9aea;
   color:#fff;
   cursor:default;
   text-decoration:none;
}
.page li+li{
   border-left:1px solid #e1e1e1;
}
.page li{
   float:left;
   height:28px !important;
}
.prev{
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:16px;
   border-radius:3px 0 0 3px;
   border:1px solid #ddd;
   border-right:0;
}
.next{
   float:right;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   color:#333;
   font-size:16px;
   border-radius: 0 3px 3px 0;
   border:1px solid #ddd;
   border-left: 0;
}
.page .next:hover,.page .prev:hover{
   background:#6f9aea;
   color:#fff;
   text-decoration:none;
}
.prev_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:not-allowed;
   color:#ccc!important;
   text-decoration:none;
}
.next_disabled {
   float:left;
   width:35px;
   height:28px;
   line-height:28px;
   text-align:center;
   font-size:13px;
   border-radius:3px 0 0 3px;
   border:1px solid #eee;
   cursor:not-allowed;
   color:#ccc!important;
   text-decoration:none;
}
/*------------------------page end------------------------*/