.productList {
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.productList .bannerBox {
  width: 100%;
  height: auto;
  position: relative;
}
.productList .bannerBox img {
  display: block;
  width: 100%;
}
.productList .bannerBox .text {
  position: absolute;
  top: 32%;
  left: 30px;
  border-bottom: 1px solid #fff;
}
.productList .bannerBox .text a {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 7px;
  text-decoration: none;
}
.productList .bannerBox .text h6 {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.productList .pl_content {
  height: auto;
  margin-top: 0.6rem;
}
.productList .pl_content .pl_m {
  border-top: 1px solid #e3e6ec;
  border-bottom: 1px solid #e3e6ec;
  margin-bottom: 0.6rem;
  background: #fff;
  text-align: center;
  padding-top: 1rem;
  height: auto;
  overflow: hidden;
}
.productList .pl_content .pl_m h6 {
  height: 3.85rem;
  line-height: 3.85rem;
  border-bottom: 1px solid #e3e6ec;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  color: #000;
}
.productList .pl_content .pl_m .pro_list {
  height: auto;
  margin-left: -1px;
  overflow: hidden;
}
.productList .pl_content .pl_m .pro_list li {
  height: auto;
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #e3e6ec;
  padding-top: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
}
.productList .pl_content .pl_m .pro_list li a {
  display: block;
}
.productList .pl_content .pl_m .pro_list li img {
  width: 65%;
}
.productList .pl_content .pl_m .pro_list li span {
  width: 100%;
  height: 3rem;
  line-height: 1.6rem;
  padding: 0 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #666;
}
.productList .pl_content .pl_m:last-child {
  margin-bottom: 0;
}
.productList .pl_content .pl_m05 .pro_list li,
.productList .pl_content .pl_m06 .pro_list li {
  border-bottom: 1px solid #e3e6ec;
}
.productList .pl_content .pl_m .pro_list li:last-child {
  border-bottom: none;
}
