.wrapper .container {
  background: #fff;
  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_list_mobie {
  display: none;
}
.wrapper .grid .news_list_pc {
  display: block;
  width: 78%;
  margin-left: 11%;
}
.wrapper .grid .news_list_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_list_pc .list {
  width: 100%;
}
.wrapper .grid .news_list_pc .list .list_item {
  display: inline-block;
  width: 31%;
  min-height: 360px;
  background-color: #F6F6F6;
  margin-bottom: 30px;
  position: relative;
  margin-right: 3%;
  border-radius: 12px;
  cursor: pointer;
}
.wrapper .grid .news_list_pc .list .list_item:nth-child(3n) {
  margin-right: 0;
}
.wrapper .grid .news_list_pc .list .list_item .top_image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.wrapper .grid .news_list_pc .list .list_item .top_image img {
  width: 100%;
  height: 16vw;
  min-height: 240px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 12px 12px 0 0;
}
.wrapper .grid .news_list_pc .list .list_item .top_image img:hover {
  transform: scale(1.1);
}
.wrapper .grid .news_list_pc .list .list_item .title {
  color: #674b2c;
  padding: 0 20px;
  margin-top: 10px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.wrapper .grid .news_list_pc .list .list_item .content {
  color: #674b2c;
  padding: 0 20px;
  margin-top: 10px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}
.wrapper .grid .news_list_pc .list .list_item .time {
  height: 0.9vw;
  font-size: 0.9vw;
  line-height: 0.9vw;
  color: #674b2c;
  padding: 15px 20px 30px 20px;
}
.wrapper .grid .pagena {
  padding-top: 10px;
  padding-bottom: 30px;
}
@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_list_pc {
    display: none !important;
  }
  .grid .news_list_mobie {
    display: block !important;
  }
  .grid .news_list_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_list_mobie .list {
    width: 100%;
    padding: 0 20px;
  }
  .grid .news_list_mobie .list .list_item {
    display: inline-block;
    width: 100%;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .grid .news_list_mobie .list .list_item:nth-child(3n) {
    margin-right: 0;
  }
  .grid .news_list_mobie .list .list_item .top_image {
    width: 100%;
    overflow: hidden;
  }
  .grid .news_list_mobie .list .list_item .top_image img {
    width: 100%;
  }
  .grid .news_list_mobie .list .list_item .title {
    font-size: 16px;
    padding: 0 20px;
    color: #674b2c;
    margin-top: 10px;
  }
  .grid .news_list_mobie .list .list_item .content {
    font-size: 14px;
    color: #674b2c;
    padding: 0 20px;
    margin-top: 10px;
  }
  .grid .news_list_mobie .list .list_item .time {
    height: 14px;
    color: #674b2c;
    padding: 15px 20px 30px 20px;
  }
}
