.list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #E7E7E7;
}

.list .item .item-l {
  flex: 1;
  font-size: 30px;
}

.list .item .item-l-up .item-l-up-period {
  margin-right: 40px;
  color: #333;
}

.list .item .item-l-up .item-l-up-time {
  color: #666;
}

.list .item  .item-l-number span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 35px;
  margin-right: 12px;
  line-height: 60px;
  color: #fff;
  background-color: #559FDE;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
}

.list .item .item-r {
  flex: none;
  margin-left: 30px;
}

.list .item .item-r .item-r-arrow {
  width: 20px;
  height: 32px;
}

.list .item .item-r .item-r-arrow img {
  width: 100%;
  height: 100%;
}