/* 推荐列表 */
.recommend {
  height: 344px;
  background: #fff;
}
.recom_title {
  text-align: center;
}
.recom_title .zh {
  font-size: 24px;
  margin-bottom: 10px;
}
.recom_title .en {
  font-size: 14px;
  color: #999999;
}
.list_box {
  margin-top: 30px;
  display: flex;
}
.list_box .list {
  width: 280px;
  height: 264px;
  margin-right: 26px;
}
.list_box .list:last-child {
  margin-right: 0;
}
.list_box .img_box {
  width: 280px;
  height: 230px;
}
.list_box .img_box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_box .info {
  line-height: 34px;
  text-align: center;
  color: #666666;
}
