.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: noyyhy-wrap;
}

.multi-line-ellipsis {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.yyhy-wrap {
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 324px;
  height: 457px;
  background: #ffffff;
  border-radius: 10px;
}

.yyhy-wrap > .yyhy-column {
  height: 200px;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-top > .yyhy-column-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-top > .more {
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-decoration: none;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-list > .yyhy-column-item {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-list > .yyhy-column-item > .yyhy-img {
  margin-right: 12px;
  width: 115px;
  height: 67px;
  border-radius: 4px;
  overflow: hidden;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-list > .yyhy-column-item > .yyhy-img > img {
  width: 115px;
  height: 67px;
  transition: transform 0.3s ease;
}

.yyhy-wrap > .yyhy-column > .yyhy-column-list > .yyhy-column-item > .yyhy-img > img:hover {
  transform: scale(1.12);
}

.yyhy-column-list > .yyhy-column-item > .yyhy-content {
  width: calc(100% - 20px - 108px);
}

.yyhy-column-list > .yyhy-column-item > .yyhy-content > .yyhy-content-header {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.yyhy-column-list > .yyhy-column-item > .yyhy-content > .yyhy-content-info {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #959595;
}

.yyhy-column-list > .yyhy-column-item > .yyhy-content > .yyhy-content-info > .address {
  max-width: 50%;
}
