@charset "UTF-8";
.page-container .list-container .itemList .receive-info[data-v-4be4eb63] {
  font-size: 14px;
  color: #666;
  border-bottom: none;
  line-height: 14px;
}
.page-container .list-container .itemList .receive-info[data-v-4be4eb63]:after {
  border-bottom: none;
}
.dash-line[data-v-4be4eb63]:after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #ccc !important;
  width: calc(100% + 20px);
  height: 1px;
  top: 0px;
  left: -10px;
}
.project-name[data-v-4be4eb63] {
  padding-top: 10px !important;
  height: 30px;
  font-size: 16px !important;
  color: #000 !important;
}
.two-item[data-v-4be4eb63] {
  display: flex;
  justify-content: space-between;
}
.over-hide[data-v-4be4eb63] {
  overflow: hidden;
  /*超出宽度部分的隐藏*/
  white-space: nowrap;
  /*文字不换行*/
  text-overflow: ellipsis;
  /*超出则...代替*/
  height: 25px;
  width: 50%;
}
