.content_header > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_content {
  margin-top:88px;
  margin-bottom:54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_content_item {
  width: 48.625%;
  padding: 41px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom:44px;
  position: relative;
}
/*.product_content_item::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 0px;*/
/*  background-image: url(/static/en/imgs/Rectangle734.png);*/
/*  background-color: #d7000f;*/
/*  transition: all 0.4s ease;*/
  /* z-index: -1; */
/*}*/
.product_content_item:hover::before {
  height: 100%;
}
.product_content_item:hover .item_left  h3 {
  color: #d7000f;
}
.product_content_item:hover .item_left_text  p {
  color: #d7000f;
}
.product_content_item:hover .item_left > .look_more {
  color: #d7000f;
  border: 1px solid #d7000f;
}


.product_content_item:hover .title_line span {
  
  background-color: #ffffff;
}
.product_content_item:hover .item_left_text > div {
  
  background-color: rgba(255, 255, 255, .4);

}
.product_content_item:hover .item_right > img {
  transform: scale(1.1);
}
.item_left {
  width: 53.59898%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.item_left_text > h3 {
  margin-top: 29px;
  font-size: 26px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 35px;
}

.item_left_text > div {
  margin: 17px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, .06);

}
.title_line span {
  display: block;
  width: 12%;
  height: 100%;
  background-color: #d7000f;
}
.item_left_text > p {
  flex: 1;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.item_right {
  width: 33.563%;
  overflow: hidden;
  /* border-radius: 10px; */
}
.item_right > img {
  width: 100%;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1670px) {
  .item_left  h3 {
    margin-top: 0;
    font-size: 30px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .product_content {
    display: flex;
    flex-direction: column;
  }
  .product_content_item {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin-bottom: 33px;
    position: relative;
  }
  
  .product_content_item .look_more{
      display: none;
  }
  
  .item_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
  .item_right {
    margin-top: 24px;
    width: 100%;
    margin-left: 0rem;
    overflow: hidden;
  }
  .look_more {
    margin-top: 24px;
  }
}
