@charset "UTF-8";
.list_header{
  width: 100%;
  position: relative;
}
.list_bg{
  width: 100%;
}
.list_but{
  display: block;
  position: absolute;
  top: 8%;
  left: 3%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color:rgba(0,0,0,0.5);
  text-align: center;
}
.list_but img{
  width: 8px;
  height: 14px;
  margin-top: 10px;
}
.list_wrap{
  width: 98%;
  margin: 0 auto;
}
.list_tit{
  width: 96%;
  margin: 10px auto 15px;
  font-size: 0.78rem;
  color: #777;
}
.list_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productlist_box{
  width: 48%;
  height: 10rem;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow:0 0 6px #d0cfcf;
  margin-bottom: 0.6rem;
}
.productlist_box img{
  width: 100%;
  height: 6.2rem;
}
.productlist_text{
  width: 96%;
  margin: 0.1rem auto;
}
.productlist_text h5{
  font-size: 0.7rem;
  min-height: 2.2rem;
}
.productlist_text p{
  color: #cc0000;
  font-size: 0.6rem;
}
.productlist_text p span{
  font-size: 0.86rem;
  margin-right: 0.1rem;
}
.News_wrap{
  /* width: 96%;
  margin: 10px auto; */
  display: flex;

}
.News_wrap a{
  display: block;
  width: 48%;
  background: #fff;
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  box-shadow:4px 4px 6px #ececec;
}