.wrappers .f-title {
  padding-left: 10px;
  border-left: 3px solid #e2231a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 20px;
}
.wrappers .table-wp {
    margin-bottom: 20px;
  }
  
  .wrappers .table-box .table-th {
    background: #ebedef;
    padding: 10px 30px;
    border-radius: 5px 5px 0px 0px;
  }
  
  .wrappers .table-box .th-ul {
    height: 30px;
  }
  
  .wrappers .table-box .th-ul li {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
  }
  
  .wrappers .table-box .th-ul li.post {
    width: 300px;
    text-align: left;
  }
  
  .wrappers .table-box .th-ul li.sel {
    width: 110px;
    position: relative;
  }
  
  .wrappers .table-box .th-ul li:last-child, .wrappers .table-box .th-ul li .option {
    margin-right: 0;
  }
  
  .wrappers .table-box .line {
    background: #fff;
    font-size: 14px;
  }
  
  .wrappers .table-box .line .info span {
    display: inline-block;
    width: 120px;
    margin-right: 14px;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
  }
  
  .wrappers .table-box .line .info span.post {
    width: 300px;
    text-align: left;
  }
  
  .wrappers .table-box .line .info span.sel {
    width: 110px;
  }
  
  .wrappers .table-box .line .info span:last-child {
    margin-right: 0;
  }
  
  .wrappers .table-box .hot-tag {
    width: 40px;
    height: 18px;
    background: url(../image/home-icons.png) no-repeat;
    display: inline-block;
    background-position: -110px 0px;
    vertical-align: middle;
  }
  
  .wrappers .table-box .hot-tag.new-tag {
    background-position: -159px 0px;
  }
  
  .wrappers .table-box .star-icon {
    width: 20px;
    height: 20px;
    background: url(../image/home-icons.png) no-repeat;
    display: inline-block;
    background-position: -77px 0px;
    vertical-align: middle;
  }
  
  .wrappers .table-box .star-icon.light {
    background-position: -42px 0px;
  }
  
  .wrappers .table-box .apply-btn {
    color: #e2231a;
    border: 1px solid #e2231a;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 12px;
    background: #fff;
  }
  
  .wrappers .table-box .drop-down {
    width: 20px;
    height: 20px;
    background: url(../image/home-icons.png) no-repeat;
    display: inline-block;
    background-position: 4px -40px;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
  }
  
  .wrappers .table-box .drop-down.up {
    background-position: -15px -40px;
  }
  
  .wrappers .table-box .info {
    padding: 0 30px;
    border-bottom: 1px solid #f3f5f7;
  }
  
  .wrappers .table-box .info:hover {
    background: #f8f9fa;
  }
  
  .wrappers .table-box .detail {
    padding: 30px 50px 10px;
    background: #f8f9fa;
    display: none;
  }
  
  .wrappers .table-box .detail .par {
    margin-bottom: 30px;
  }
  
  .wrappers .table-box .detail h3 {
    font-size: 14px;
    border-left: 2px solid #e2231a;
    padding-left: 10px;
    margin: 0px 0 10px;
  }
  
  .wrappers .table-box .detail p {
    font-size: 12px;
  }
  
  .wrappers .table-box .suggess-sel {
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 40px;
    background: #fff;
    line-height: 30px;
    border: 1px solid #ccc;
  }
  
  .wrappers .table-box .suggess-sel .sug-ipt {
    width: 90px;
    text-align: center;
    border: none;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 8px;
    border: 1px solid #fff;
  }
  
  .wrappers .table-box .suggess-sel .arrow-down {
    width: 20px;
    height: 20px;
    background: url(../image/home-icons.png) no-repeat;
    display: inline-block;
    background-position: 0px -23px;
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
  }
  
  .wrappers .table-box .suggess-sel .arrow-down.up {
    background-position: -19px -25px;
  }
  
  .wrappers .table-box .sug-dropdown {
    position: absolute;
    width: 130px;
    background: #fff;
    border: 1px solid #eaebec;
    text-align: left;
    top: 40px;
    left: -5px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    display: none;
  }
  
  .wrappers .table-box .sug-dropdown ul {
    padding: 5px 0;
    overflow: auto;
    max-height: 235px;
    border-radius: 3px;
    width: 130px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .wrappers .table-box .sug-dropdown ul li {
    text-align: left;
    padding: 5px;
    width: 100%;
    margin-right: 0;
  }
  
  .wrappers .table-box .sug-dropdown ul li:hover {
    background: #f3f5f7;
  }
  
  .wrappers .table-box .sug-dropdown:before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: -6px;
    z-index: 10;
    left: 59px;
  }
  
  .wrappers .table-box .sug-dropdown:after {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #eaebec;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: -9px;
    z-index: 9;
    left: 57px;
  }

  /* 页码 */
.page-area {
    padding: 5px 20px 20px;
  }
  
  .page-area .page-sel {
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    margin: 0 10px;
  }
  
  .page-area .page-totle {
    display: inline-block;
  }
  
  .page-area .page-totle .red-w {
    color: #c91a27;
  }
  
  .pagination {
    float: right;
    margin-right: 10px;
  }
  
  .pagination a {
    min-width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ebedef;
    border-radius: 2px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    padding: 0 2px;
  }
  
  .pagination a:hover {
    border: 1px solid #df3f42;
    color: #df3f42;
  }
  
  .pagination .prev, .pagination .next {
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '宋体';
  }
  
  .pagination .current {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 2px;
    background: #df3f42;
    border-radius: 3px;
    margin: 0 5px;
  }
  
  .pagination .current.prev, .pagination .current.next {
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    color: #ccc;
    border: 1px solid #ebedef;
    border-radius: 2px;
    font-weight: normal;
    font-family: '宋体';
    margin: 0 5px;
  }
  
  .pagination.page-skip {
    line-height: 30px;
  }
  
  .pagination.page-skip input {
    min-width: 30px;
    height: 30px;
    border: 1px solid #ebedef;
  }
  
  .pagination.page-skip button {
    height: 30px;
    width: 48px;
    border: 1px solid #ebedef;
    background-color: #f7f7f7;
  }
  
  .page-skip {
    float: right;
  }
  
  .page-skip .total-page {
    margin: 0 10px 0 5px;
  }
  
  .page-skip input {
    width: 60px;
    height: 30px;
    border: 1px solid #ebedef;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    outline: none;
    vertical-align: baseline;
  }
  
  .page-skip .sure-btn {
    width: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ebedef;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px;
    background: #fff;
  }
  
  .page-skip .sure-btn:hover {
    border: 1px solid #df3f42;
    color: #df3f42;
  }

  .pagination li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .pagination .page-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
