.recruitment-details {
  border: 0.01rem solid #0B40AE;
  margin-top: 0.3rem;
}
.recruitment-details .teble-group {
  border-bottom: 0.01rem solid #0B40AE;
  display: table;
  width: 100%;
  padding: 0.2rem;
}
.recruitment-details .teble-group:last-child {
  border-bottom: 0;
}
.recruitment-details .teble-group b {
  display: table-cell;
  vertical-align: top;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000000;
  width: 15%;
  text-align: center;
}
.recruitment-details .teble-group div {
  display: table-cell;
  vertical-align: top;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .recruitment-details .teble-group {
    display: block;
  }
  .recruitment-details .teble-group b {
    display: block;
    font-size: 0.32rem;
    line-height: 1.6;
    width: 100%;
  }
  .recruitment-details .teble-group div {
    display: block;
    font-size: 0.28rem;
    line-height: 1.6;
  }
}
.file-list {
  margin-top: 0.2rem;
}
.file-list .file-list-title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #0B40AE;
}
.file-list ul {
  margin-top: 0.2rem;
}
.file-list ul li {
  float: left;
  width: auto;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background: #e5e5e5;
  font-size: 0;
  padding: 0.14rem 0.15rem 0.14rem 0.2rem;
}
.file-list ul li:hover a {
  color: #ffffff;
  background-color: #0b40ae;
}
.file-list ul li img,
.file-list ul li a,
.file-list ul li span {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: auto !important;
}
.file-list ul li img {
  width: 0.3rem;
}
.file-list ul li span {
  width: 1.6rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 0 0.04rem !important;
}
.file-list ul li a {
  /*width: 0.46rem;
        height: 0.22rem;*/
  padding: 0.05rem 0.1rem;
  border: 0.01rem solid #707070;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .file-list .file-list-title {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .file-list ul {
    margin-top: 0.2rem;
  }
  .file-list ul li {
    float: left;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 4% !important;
    padding: 0.28rem 0.3rem 0.28rem 0.4rem;
  }
  .file-list ul li:last-child {
    margin-bottom: 0 !important;
  }
  .file-list ul li img,
  .file-list ul li a,
  .file-list ul li span {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: auto !important;
  }
  .file-list ul li img {
    width: 0.6rem;
  }
  .file-list ul li span {
    width: 4.2rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin: 0 0 0 0.08rem !important;
  }
  .file-list ul li a {
    font-size: 0.26rem;
    line-height: 1.6;
    padding: 0.05rem 0.2rem;
  }
}
