.careers {
  width: 62.5vw;
  height: auto;
  margin: 0 auto;
  padding: 5.2083vw 0;
}
.careers .title {
  width: 100%;
  font-size: 34px;
  color: #2B1E1A;
}
.careers li {
  width: 100%;
  margin-top: 3.125vw;
}
.careers li a {
  display: block;
  width: 100%;
}
.careers li a .tit {
  font-size: 20px;
  color: #2B1E1A;
  margin-bottom: 20px;
}
.careers li a .page {
  width: 100%;
  font-size: 16px;
  color: #787E80;
  line-height: 18px;
  margin-bottom: 20px;
}
.careers li a .bom {
  font-size: 14px;
  color: #787E80;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.careers li:hover .tit {
  color: #3DB0AD;
  text-decoration: underline;
}
.careers li:hover .page {
  color: #3DB0AD;
}
.careers li:hover .bom {
  color: #3DB0AD;
}
@media (max-width: 960px) {
  .careers {
    width: 100%;
    padding: 1.33333333rem 0.4rem;
  }
  .careers .title {
    width: 100%;
    font-size: 0.58666667rem;
    color: #2B1E1A;
  }
  .careers li {
    margin-top: 0.8rem;
  }
  .careers li a {
    display: block;
    width: 100%;
  }
  .careers li a .tit {
    font-size: 0.53333333rem;
    color: #2B1E1A;
    margin-bottom: 0.26666667rem;
  }
  .careers li a .page {
    width: 100%;
    font-size: 0.42666667rem;
    color: #787E80;
    line-height: 0.48rem;
    margin-bottom: 0.26666667rem;
  }
  .careers li a .bom {
    font-size: 0.37333333rem;
    color: #787E80;
    line-height: 0.74666667rem;
    height: 1.49333333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .careers li:hover .tit {
    color: #3DB0AD;
    text-decoration: underline;
  }
  .careers li:hover .page {
    color: #3DB0AD;
  }
  .careers li:hover .bom {
    color: #3DB0AD;
  }
}
