.recruit-page .type-bar {
  margin-top: 40px; }
  .recruit-page .type-bar .types span {
    float: left;
    margin-left: 10px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer; }
    .recruit-page .type-bar .types span:first-child {
      margin-left: 0; }
    .recruit-page .type-bar .types span.active {
      background: #E00B1A;
      color: #fff;
      border-radius: 15px; }
  .recruit-page .type-bar .contact .tel {
    margin-right: 25px; }

.recruit-page .con {
  margin-top: 40px;
  overflow: auto; }

.recruit-page .table-hover {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px 6px 0 0;
  width: 1000px;
  max-width: 1000px;
  overflow: hidden; }
  .recruit-page .table-hover thead tr {
    background-color: #E00B1A; }
    .recruit-page .table-hover thead tr th {
      text-align: center;
      color: #fff;
      font-size: 16px;
      border-bottom: none;
      height: 20px;
      line-height: 20px;
      padding: 15px 0; }
      .recruit-page .table-hover thead tr th span {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #FFFFFF; }
      .recruit-page .table-hover thead tr th:last-child span {
        border-right: none; }
  .recruit-page .table-hover tbody tr td {
    text-align: center;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    padding: 10px 0; }
    .recruit-page .table-hover tbody tr td a.tab-a {
      color: #333333; }
      .recruit-page .table-hover tbody tr td a.tab-a.active {
        color: #E00B1A; }
      .recruit-page .table-hover tbody tr td a.tab-a:nth-child(1) {
        margin-right: 10px; }
  .recruit-page .table-hover tbody tr:nth-child(odd) {
    background-color: #F3F3F3; }

@media (max-width: 1000px) {
  .recruit-page .type-bar {
    margin-top: 20px; }
    .recruit-page .type-bar .types span {
      font-size: 12px; }
    .recruit-page .type-bar .contact {
      float: left;
      margin-top: 10px; }
  .recruit-page .con {
    margin-top: 20px; } }
