.notice-title-popper {
  max-width: 238px;
}.notice-container[data-v-a61a9566] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.notice-container .notice-container-avatar[data-v-a61a9566] {
  margin-right: 16px;
  background: #fff;
}
.notice-container .notice-container-text[data-v-a61a9566] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.notice-container .notice-container-text .notice-text-title[data-v-a61a9566] {
  display: flex;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.notice-container .notice-container-text .notice-text-title .notice-title-content[data-v-a61a9566] {
  flex: 1;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-container .notice-container-text .notice-text-title .notice-title-extra[data-v-a61a9566] {
  float: right;
  margin-top: -1.5px;
  font-weight: 400;
}
.notice-container .notice-container-text .notice-text-description[data-v-a61a9566], .notice-container .notice-container-text .notice-text-datetime[data-v-a61a9566] {
  font-size: 12px;
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.45);
}
.notice-container .notice-container-text .notice-text-description[data-v-a61a9566] {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-container .notice-container-text .notice-text-datetime[data-v-a61a9566] {
  margin-top: 4px;
}