.main{
  width: 100%;
  margin: 0 auto;
}

.main div{
  width: 100%;
  height: 0.8rem;
  border-bottom: solid 1px #E5E5E5;
  display: flex;
  position: relative;

}

.main div p{
  line-height: 0.8rem;
  font-size: 0.18rem;
}

.main .radius{
  width: 8px;
height: 8px;
background: #999999;
border-radius: 50%;
margin: auto 0.1rem auto 0;
}

.main .date{
  line-height: 0.8rem;
  font-size: 0.16rem;
  position: absolute;
  right: 0;
  color: #999999;
}