.product_list li {
  margin-bottom: 0;
  min-height: 440px;
  height: auto;
  /* background-color: #edf4fa; */
}
.product_list li h2 {
  color: #fff;
  padding-bottom: 40px;
}
.product_info h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  left: 0;
  bottom: 0.5px;
  transition: all 0.3;
}
.btn_more {
  
  border: solid 1px #fff;
}
.product_list li h2:after {
  z-index: 1;
  background-color: #fff !important;
}

.product_list li .img_num_default {
  display: none;
}
.product_list li .img_num_hover {
  display: block;
}
.product_list li a {
  color: #ffffff;
  transition: all 0.3;
}
.product_list li .product_info {
  padding: 40px 50px;
  max-height: none;
}
.product_list li .hover_bg {
  display: block;
}
.product_info .desc_item {
  overflow: hidden;
  color: #ffffff;
  line-height: 2;
  font-size: 0;
}

.desc_title {
  vertical-align: top;
  display: inline-block;
  width: 10%;
  opacity: 0.8;
  font-size: 18px;
}
.desc_inner {
  vertical-align: top;
  display: inline-block;
  width: 90%;
  font-size: 18px;
  opacity: 0.8;
  /*max-height: 6em;*/
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*text-align: justify;*/
}
.product_info p {
  color: #ffffff;
}

.btn_get_price {
  margin-top: 30px;
  cursor: pointer;
}

.product_detail_title h2 {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-weight: bold;
  font-size: 0;
}
.product_detail_title.border h2 {
  font-weight: normal;
  padding: 0 38px;
  background: url(../images/detail_title_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.product_detail_title h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.product_detail_title h2 img {
  vertical-align: middle;
  margin-right: 10px;
}
.product_detail_title.border {
  border-bottom: 1px solid #e6e6e6;
  color: #ffffff;
}
.rich_wrap {
  padding: 40px 0 70px;
}

.other_product_wrap {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.other_product_list li {
  width: 380px;
  margin-right: 30px;
  float: left;
}
.other_product_list li img {
  width: 100%;
}
.other_product_list li.last {
  margin-right: 0;
}
.other_product_list li a {
  display: block;
  color: #333333;
}
.other_product_list li a h2 {
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  white-space:nowrap; 
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  overflow: hidden; 
}
.other_product_list li:hover a {
  color: #0390f4;
}
@media (max-width: 768px) {
  .product_list li h2 {
    color: #fff;
    padding-bottom: 20px;
  }
  .product_list li .product_info {
    padding: 20px 25px;
  }
  .product_detail_title.border h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .product_detail_title h2 span {
    font-size: 16px;
  }
  .product_detail_title h2 img {
    width: 18px;
    margin-right: 10px;
  }

  .rich_wrap {
    padding: 20px 0 35px;
  }

  .other_product_wrap {
    padding: 25px 0;
    background-color: #f7f7f7;
  }

  .other_product_list li {
    width: 100%;
    margin-right: 0;
  }

  .other_product_list li img {
    width: 100%;
  }

  .other_product_list li a h2 {
    padding: 20px 0;
    font-size: 16px;
  }
  .product_info .desc_item {
    line-height: 2;
  }

  .desc_title {
    display: inline-block;
    /* margin-right: 1em; */
    width: 20%;
    opacity: 0.8;
    font-size: 14px;
  }
  .desc_inner {
    display: inline-block;
    width: 80%;
    font-size: 14px;
  }
}
