.articleslist-card {
  width: 280px;
  height: 140px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.offertitle {
  font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 14px;
  padding: 1rem 0 0.5rem 0.6rem;
}

.canapply .location {
  color: #3377ff;
}

.canapply .split {
  color: #3377ff;
  cursor: pointer;
}

.offerplace {
  font-family: "思源黑体 CN Medium", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  flex-grow: 1;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offercompany {
  display: flex;
  font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 14px;
  padding: 1rem 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
