.bwms-page {
  background-color: #F7F7F7;
}
.bwms-page .list .item {
  margin-bottom: 20px;
  padding: 25px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.bwms-page .list .item .left-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.bwms-page .list .item .left-tit .round {
  margin-right: 15px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ececec;
}
.bwms-page .list .item .left-tit h6 {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
.bwms-page .list .item .time {
  color: #888888;
  font-size: 14px;
}
