.recomend_stockItem {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.content {
  flex: 1;
  overflow: hidden;
}

.usm {
  color: #333333;
  line-height: 14px;
  font-size: 16px;
}

.desc {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 10px;
  color: #666666;
}

.detail {
  margin-top: 11px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

.attachment_report {
  margin: 12px auto 0;
  box-sizing: border-box;
  width: 347px;
  height: 36px;
  padding: 0 8px;
  background: #f5f8fc;
  display: flex;
  align-items: center;

  font-size: 11px;
  font-weight: bolder;
  color: #1e1e1e;
}

.icon_pdf {
  width: 15px;
  height: 17px;
  margin-right: 7px;
}

.pdf_title {
  flex: 1;
  overflow: hidden;
}
