.wrapper .container {
  padding-bottom: 0 !important;
}
.wrapper .header-index .header {
  background: #fff;
}
.wrapper .header-index.with-bg .header {
  background: #fff;
}
.wrapper .grid .head_image {
  width: 100%;
  height: 19vw;
  margin-top: 70px;
  min-height: 220px;
  background-image: url("../images/news_list_head.png");
  background-size: 100% 100%;
}
.wrapper .grid .news_detail_mobie {
  display: none;
}
.wrapper .grid .news_detail_pc {
  display: block;
  width: 78%;
  margin-left: 11%;
  background-color: #F5F5F5;
}
.wrapper .grid .news_detail_pc .breadcrumb {
  cursor: pointer;
  padding: 30px 0 15px 0;
  color: #674b2c !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.wrapper .grid .news_detail_pc .info-wrap {
  display: flex;
  margin-bottom: 60px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-detail {
  width: 48vw;
  background-color: #fff;
  padding: 40px;
  background: #fff;
  margin-right: 20px;
  flex: 1;
  border-radius: 10px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-detail .info-block {
  max-width: 840px;
  margin: 0 auto;
  color: #674b2c;
}
.wrapper .grid .news_detail_pc .info-wrap .info-detail .info-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #674b2c;
}
.wrapper .grid .news_detail_pc .info-wrap .info-detail .info-time {
  color: #674b2c;
  margin-bottom: 40px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-detail .info-detail-cnt img {
  max-width: 100%;
  vertical-align: top;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec {
  width: 340px;
  min-width: 340px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: var(--theme);
  border-radius: 10px 10px 0 0;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item {
  padding: 20px;
  border-bottom: solid 1px #EBEFF2;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item:last-child {
  border-bottom: 0;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-img {
  border-radius: 6px 6px 0 0;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-img img {
  width: 300px;
  height: 210px;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.22s ease;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-item-title {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #674b2c;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-item-title:hover {
  color: var(--themeHover);
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 10px;
  color: #674b2c;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-time {
  display: flex;
  color: #674b2c;
  align-items: center;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item .rec-time .rec-time-i {
  background-image: url(../images/clock.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -1px;
}
.wrapper .grid .news_detail_pc .info-wrap .info-rec .rec-list .rec-item:hover .rec-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .grid .head_image {
    width: 100%;
    height: 85px !important;
    margin-top: 0 !important;
    min-height: 0 !important;
    background-image: url("../images/product_list_head.png");
    background-size: 100% 100%;
  }
  .grid .news_detail_pc {
    display: none !important;
  }
  .grid .news_detail_mobie {
    display: block !important;
  }
  .grid .news_detail_mobie .breadcrumb {
    padding: 20px 20px 12px 20px;
    color: #674b2c !important;
    font-style: normal;
    font-weight: 400;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .grid .news_detail_mobie .info-wrap .info-detail {
    width: 100vw;
    background-color: #fff;
    padding: 20px;
  }
  .grid .news_detail_mobie .info-wrap .info-detail .info-block {
    max-width: 840px;
    margin: 0 auto;
    color: #674b2c;
  }
  .grid .news_detail_mobie .info-wrap .info-detail .info-title {
    font-size: 5vw;
    margin-bottom: 10px;
    font-weight: 700;
    color: #674b2c;
  }
  .grid .news_detail_mobie .info-wrap .info-detail .info-time {
    color: #674b2c;
    margin-bottom: 20px;
  }
  .grid .news_detail_mobie .info-wrap .info-detail .info-detail-cnt p {
    font-size: 10px !important;
  }
  .grid .news_detail_mobie .info-wrap .info-detail .info-detail-cnt img {
    max-width: 100%;
    vertical-align: top;
    width: 100%!important;
    height: 100%!important;
  }
  .grid .news_detail_mobie .info-wrap .info-rec {
    width: 88vw;
    margin-left: 6vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    background: var(--theme);
    border-radius: 8px 8px 0 0;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list {
    background: #fff;
    border-radius: 0px 0px 8px 8px;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item {
    padding: 20px;
    border-bottom: solid 1px #EBEFF2;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item:last-child {
    border-bottom: 0;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-img {
    border-radius: 6px 6px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-img img {
    width: 300px;
    height: 210px;
    object-fit: cover;
    vertical-align: top;
    transition: all 0.22s ease;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #674b2c;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-item-title:hover {
    color: var(--themeHover);
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-intro {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 10px;
    color: #674b2c;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-time {
    display: flex;
    color: #674b2c;
    align-items: center;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item .rec-time .rec-time-i {
    background-image: url(../images/clock.svg);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -1px;
  }
  .grid .news_detail_mobie .info-wrap .info-rec .rec-list .rec-item:hover .rec-img img {
    transform: scale(1.05);
  }
}
