.yn-lists-v2 .body-box .box {
  margin-bottom: 10px;

  background-color: #FFF9F4;
  padding: 8px 10px;
}

.yn-lists-v2 .body-box img {
  height: 166px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.yn-lists-v2 .body-box .box .text {
  padding: 4px 8px;
  height: 48px;
}


.yn-lists-v2 .body-box .box .text .title a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  max-height: 48px;
  text-decoration: underline;
}

.yn-lists-v2 .body-box .box .text .title a:hover {
  text-decoration: unset;
}

.yn-lists-v2 .body-box .box .text .summary {
  white-space: pre-line;
  font-size: 13.5px;
  color: #000 !important;
}

.yn-lists-v2 .body-box .box .tags {
  display: flex;
  margin: 8px 0 6px 0;
}

.yn-lists-v2 .body-box .box .tag {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FF6B00;
  margin-right: 4px;
  border-radius: 2px;
  color: #FF6B00;
  padding: 0 4px;
}





.yn-lists-v2 .body-box .box .more-field {
  font-size: 14px;
  color: #000;
}

.yn-lists-v2 .body-box .box .more {
  display: block;
}

.yn-lists-v2 .body-box .box .right {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.yn-lists-v2 .body-box .box .right a {
  display: flex;
  justify-content: flex-end;
}

.yn-lists-v2 .body-box .box .right .contact-bt {
  width: 90px;
  background-color: #FF6B00;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media (min-width:576px) {

  .yn-lists-v2 .body-box .box .more {
    display: flex;
    justify-content: space-between;
  }

  .yn-lists-v2 .body-box .box .right .contact-bt {
    width: 120px;
    background-color: #FF6B00;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
}