a{
  color: #616161;
}
header {
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
}
header .HD {
  width: 100%;
  height: 0.59rem;
  line-height: 0.59rem;
  background: #FFFFFF;
  border-bottom: .01rem solid #BFBFBF;
}
header .HD .logo {
  float: left;
  width: .72rem;
  height: .23rem;
  line-height: .59rem;
  /* margin-left: 2.78rem; */
  margin-left: .9rem;
  font-size: .12rem;
}
header .HD .logo img {
  width: 100%;
  height: 100%;
  line-height: .59rem;
}
header .HD ul {
  list-style: none;
  float: right;
  /* margin-right: 2.76rem; */
  margin-right: 4%;
}
header .HD ul li {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: .12rem;
  color: #000;
  letter-spacing: 0;
  margin-left: .4rem;
}
header .hea-msg {
  margin-left: 2.76rem;
  margin-top: .83rem;
  font-family: PingFangSC-Heavy;
}
main {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
main .main-box {
  margin-top: .7rem;
  width: 9rem;
  margin-left: 2.76rem;
}
main .main-box .tx-box {
  width: 3.8rem;
  height: 4.42rem;
  padding: .34rem .3rem;
  background: #FFFFFF;
  color: #000;
  /* border: 1px solid #cccccc; */
  float: left;
  margin-left: .08rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}
main .main-box .tx-box:hover{
  box-shadow: inset 0 1px 7px 0 rgba(0,0,0,0.20);
}
main .main-box .tx-box b {
  font-family: PingFangSC-Heavy;
  letter-spacing: 0;
}
main .main-box .tx-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .main-box .tx-box .tx1 {
  overflow: hidden;
}
main .main-box .tx-box .tx1 b {
  display: block;
  font-family: PingFangSC-Heavy;
  font-size: .18rem;
  color: #333333;
  letter-spacing: 0;
  float: left;
}
main .main-box .tx-box .tx2 {
  font-size: .14rem;
  margin-top: .04rem;
}
main .main-box .tx-box .tx3 {
  font-family: PingFangSC-Heavy;
  font-size: .12rem;
  color: #333333;
  letter-spacing: 0;
  margin-top: .13rem;
}
main .main-box .tx-box .job-msg {
  margin-top: .05rem;
  font-family: PingFangSC-Regular;
  font-size: .12rem;
  color: #666666;
  letter-spacing: 0;
}
.ft {
  height: .4rem;
  line-height: .4rem;
  background: #2B3244;
  margin-top: 1.24rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ft .ct {
  position: absolute;
  left: 20%;
}
.ft .ct p {
  float: left;
  font-family: PingFangSC-Thin;
  font-size: .12rem;
  color: #FFFFFF;
  letter-spacing: 0.38px;
  text-align: center;
}
.grey{
  color: #2A2A2A;
  font-family: PingFangSC-Regular;
}