.yn-lists-v5 .body-box .title {
  height: 24px;
  line-height: 24px;
}

.yn-lists-v5 .body-box .left img {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  height: 48px;
  border-radius: 4px;
}

.yn-lists-v5 .body-box .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  text-decoration: underline;
}

.yn-lists-v5 .body-box .title p:hover {
  text-decoration: unset;
}

@media only screen and (max-width: 499px) {

  .yn-lists-v5 .body-box .title p {
    font-size: 14px;
  }
}
