.xfxcz_box{
  padding: 2.3333rem 10.4167rem 4.5rem;
}
.xfxcz_h2{
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.xfxcz_h2:last-child{
  border-bottom: 0;
}
.xfxcz_name{
  font-size: 0.8333rem;
  color: #000000;
}
.xfxcz_time{
  font-size: 0.8333rem;
  color: #b9b9b9;
  white-space: nowrap;
}

@media screen and (max-width:940px) {
  .xfxcz_box {
    padding: 2.3333rem 0 4.5rem;
    width: 90%;
    margin: auto;
}

}