.tab {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 2rem;
  font-size: 0.32rem;
  padding: 0 0.4rem;
  text-align: center;
  font-size: 0.4rem;
  color: #FFFFFF;
  background: #f7f7f7;
}
.tab-item {
  color: #333333;
  width: 45%;
  height: 0.92rem;
  line-height: 0.92rem;
}
.tab-item span {
  width: 100%;
  display: inline-block;
}
.tab .tab-btn {
  width: 4.22666667rem;
  height: 0.92rem;
  line-height: 0.92rem;
  background-color: #999999;
}
.tab .active {
  color: #ffffff;
  background-color: #00A4C0;
}
ul {
  padding: 0.46666667rem 0.4rem;
  width: 100%;
  font-size: 0.4rem;
  color: #333333;
}
ul li {
  width: 100%;
  color: #333333;
  border-bottom: 1px solid #f1f1f1;
}
ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.33333333rem;
}
ul li .title .text {
  width: 3.33333333rem;
}
ul li .title .time {
  font-size: 0.32rem;
  color: #999999;
}
ul li .recruit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 0.32rem;
  padding: 0.32rem 0;
}
ul li .recruit div {
  width: 4.66666667rem;
  text-align: right;
}
ul li:last-child {
  border-bottom: 0;
}
