* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.yn_plate.left_recommend_v1 {
  width: 100%;
  max-width: 400px;
  padding: 8px 12px;
  font-family: "Microsoft Yahei", sans-serif;
  padding-bottom: 10px;
}

.yn_plate.left_recommend_v1 > div {
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.yn_plate.left_recommend_v1 > div:hover {
  background-color: #f5f7fa;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #d1d5db;
}

.yn_plate.left_recommend_v1 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
  padding: 8px;
  display: block;
}

.yn_plate.left_recommend_v1 a {
  display: flex;
  align-items: center;
}

.yn_plate.left_recommend_v1 .image {
  width: 86px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.yn_plate.left_recommend_v1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yn_plate.left_recommend_v1 .content {
  flex: 1;
  margin-left: 10px;
}

.yn_plate.left_recommend_v1 .title {
  line-height: 1.4;
}

.yn_plate.left_recommend_v1 .title h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yn_plate.left_recommend_v1 .title p {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yn_plate.left_recommend_v1 .title p:not(:last-child) {
  margin-bottom: 1px;
}
@media (max-width: 767px) {
    .yn_plate.left_recommend_v1 {
        display: none   ;
    }
}