.recruit {
  margin: 60px 0;
}
.recruit .content {
  overflow: hidden;
  overflow-x: auto;
}
.recruit .content ul {
  padding: 0;
  margin: 0;
  min-width: 900px;
}
.recruit .title li {
  color: #337ab7;
  font-weight: bold;
}
.recruit .title li:last-child {
  padding-right: 20px;
}
.recruit .recruit-row .col-right a {
  padding: 10px 20px;
  line-height: 0;
}
.recruit li {
  list-style: none;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}
.recruit .detail {
  background-color: transparent;
}
.recruit .detail a {
  background-color: #006ab3;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
.loadmore {
  max-width: 115px;
  margin-top: 30px;
  padding: 10px 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  border-radius: 20px;
  text-align: center;
}
.loadmore a {
  color: #999;
}
@media (max-width: 480px) {
  .recruit {
    margin: 15px;
  }
  .recruit li {
    padding: 15px 0;
  }
  .recruit .title li:last-child {
    padding-right: 0px;
  }
  .recruit li {
    font-size: 14px;
  }
  .recruit li a {
    font-size: 14px;
    padding: 5px 10px !important;
  }
}
