article {
  position: relative;
  width: 100%;
  height: auto;
}
article .bg {
  bottom: 2.71rem;
  width: 12.73rem;
  height: 18.24rem;
}
article .content {
  bottom: 3rem;
  height: 18.07rem;
}
article .content .company_list {
  display: flex;
  justify-content: space-between;
  width: 10.99rem;
  margin: 0.8rem auto 0;
}
article .content .company_list .con-lf li {
  width: 1.82rem;
  height: 0.53rem;
  margin-bottom: 0.24rem;
  text-align: center;
  line-height: 0.53rem;
  background: url(../images/postlist_bg.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
article .content .company_list .con-lf li strong {
  color: #fff;
  font-size: 0.18rem;
}
article .content .company_list .con-lf .post_active {
  background: url(../images/postlist_active.png) no-repeat;
}
article .content .company_list .con-rg {
  width: 8.83rem;
}
article .content .company_list .con-rg .searchbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.66rem;
  background-color: #eee;
}
article .content .company_list .con-rg .searchbox span {
  color: #000;
  font-size: 0.16rem;
  margin-left: 0.31rem;
  margin-right: 0.21rem;
}
article .content .company_list .con-rg .searchbox input {
  width: 7.71rem;
  height: 0.27rem;
  color: #000;
  font-size: 0.16rem;
  text-indent: 0.1rem;
  border: 0.01rem solid #a5a5a5;
  outline: none;
}
article .content .company_list .con-rg .searchbox a {
  position: absolute;
  right: 0.22rem;
  display: block;
  width: 0.74rem;
  height: 0.31rem;
  text-align: center;
  background-color: #3a81ec;
  border: none;
  outline: none;
  cursor: pointer;
}
article .content .company_list .con-rg .searchbox a img {
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.06rem;
}
article .content .company_list .con-rg .postlist {
  width: 100%;
  height: 15rem;
  margin-top: 0.32rem;
  overflow-y: auto;
}
article .content .company_list .con-rg .postlist li {
  width: 100%;
  margin-bottom: 0.34rem;
}
article .content .company_list .con-rg .postlist li .head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.34rem;
}
article .content .company_list .con-rg .postlist li .head strong {
  color: #000;
  font-size: 0.2rem;
  margin-left: 0.26rem;
}
article .content .company_list .con-rg .postlist li .head a {
  display: block;
  width: 1.05rem;
  height: 0.35rem;
  margin-right: 0.11rem;
}
article .content .company_list .con-rg .postlist li .head a img {
  width: 1.05rem;
  height: 0.4rem;
}
article .content .company_list .con-rg .postlist li .head_active::after {
  position: absolute;
  top: 0.47rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.01rem;
  border-bottom: 0.01rem dashed #aaa;
}
article .content .company_list .con-rg .postlist li .bottom {
  width: 8.56rem;
  height: auto;
  margin-left: 0.18rem;
  background: url(../images/post_active_bg.png) no-repeat;
  background-size: 100%;
  border-bottom: 2px solid #9bd1fb;
}
article .content .company_list .con-rg .postlist li .bottom .txt {
  padding: 0.55rem 0.43rem 0.19rem 0.38rem;
  line-height: 0.24rem;
}
article .content .company_list .con-rg .postlist li .bottom .txt .request {
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.13rem;
  border-bottom: 0.01rem dashed #aaa;
}
article .content .company_list .con-rg .postlist li .bottom .txt .request .education {
  width: 100%;
  height: 0.21rem;
  color: #1664d3;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
article .content .company_list .con-rg .postlist li .bottom .txt .request .education img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.1rem;
}
article .content .company_list .con-rg .postlist .details_active .head strong {
  color: #1568e4;
}
article .content .company_list .con-rg .postlist::-webkit-scrollbar {
  width: 0 !important;
}
