.yue-more {
  margin: 0 auto;
  max-width: 1440px;
  padding: 120px 95px 50px 95px;
  box-sizing: border-box;
}
.yue-more .list_header {
  display: flex;
}
.yue-more .list_header .tit {
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
}
.yue-more .list .row {
  margin-top: 50px;
}
.yue-more .list-item {
  cursor: pointer;
  margin-bottom: 50px;
}
.yue-more .list-item_body {
  /* border-radius: 12px; */
  height: 332px;
  overflow: hidden;
}
.yue-more .list-item_body img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.yue-more .list-item_body img:hover {
  transform: scale(1.1);
}
.yue-more .list-item_footer {
  padding: 16px 0;
}
.yue-more .list-item .t1 {
  font-size: 28px;
  line-height: 1;
  color: #1f2937;
  font-weight: 900;
}
.yue-more .list-item .t2 {
  margin-top: 22px;
  font-size: 26px;
  line-height: 1;
  color: #4b5563;
  font-weight: 900;
}
@media (max-width: 767px) {
  .yue-more {
    max-width: 100%;
    padding: 80px 18px 30px 18px;
  }
  .yue-more .list {
    margin-bottom: 30px;
  }
  .yue-more .list_header .tit {
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
  }
  .yue-more .list .row {
    margin-top: 20px;
  }
  .yue-more .list-item {
    margin-bottom: 10px;
  }
  .yue-more .list-item_body {
    height: auto;
  }
  .yue-more .list-item .t1 {
    font-size: 16px;
    font-weight: bold;
  }
  .yue-more .list-item .t2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }
}
/*# sourceMappingURL=style.css.map */