.product-main {
  width: 100%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  padding-top: 53px;
  padding-bottom: 25px;
  background-color: #fff;
  overflow: auto;
}
.product-main .product-title {
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 36px;
  color: #666666;
  text-align: center;
  line-height: 32px;
}
.product-main .more {
  font-family: MicrosoftYaHeiUI;
  font-size: 16px;
  color: #d7000f;
  text-align: center;
  line-height: 18px;
  margin-top: 22px;
}
.product-main .container-fluid {
  margin-top: 36px;
}
.product-main .product-list {
  font-family: SourceHanSansCN-Medium;
}
.product-main .product-list .product-card {
  width: 379px;
  height: 194px;
  border: 1px solid #ddd;
  padding-left: 23px;
  padding-right: 25.8px;
  padding-top: 28.6px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 21px;
}
.product-main .product-list .product-card .product-name {
  font-size: 24px;
  color: #333333;
  line-height: 18px;
}
.product-main .product-list .product-card .product-desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  min-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-main .product-list .product-card .product-detail {
  width: 153.4px;
  height: 38.8px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 38.8px;
  background: #f6f6f6;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 23px;
  bottom: 19px;
}
.product-main .product-list .product-card:hover {
  border-color: #d7000f;
  box-shadow: 0 5px 11px 0 rgba(215, 0, 15, 0.13);
  background: url('../images/hjt_bg_red_block.png') no-repeat right center;
}
.product-main .product-list .product-card:hover .product-name {
  color: #d7000f;
}
.product-main .product-list .product-card:hover .product-detail {
  background-color: #d7000f;
  color: #fff;
}
.product-main .product-list .product-card:hover .product-detail::after {
  content: "→";
}
