﻿.table-content .card-panel .tlt {
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #6e3911;
    border-bottom: 1px solid #deccaf;
    background: url("../image/cloud.png") 108px center no-repeat;
  }

  /* ------------------------ */
/* 分页 */
/* ------------------------ */
.page {
    display: block;
    height: 36px;
    overflow: hidden;
  }
  .page a, .page span {
    display: block;
    float: left;
    padding: 0 10px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #fff;
    /* 中间省略号 */
  }
  
  .page a:first-child,
  .page span:first-child,
  .page abbr:last-child {
    padding: 0 15px;
  }
  .page a, .page span {
    margin-left: 5px;
  }
  .page a:hover,
  .page span.current,
  .page a.current {
    color: #ffffff;
    border-color: #6e3911;
    background: #6e3911;
  }
  .page span.dotdot {
    color: #000000;
    border-color: #ffffff;
    background: #ffffff;
  }
  .page a.omit,
  .page a.omit:hover {
    border: 0;
    background: url("../image/omit.jpg") center center no-repeat;
  }