.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 {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 44px;
  overflow: hidden;
}
.item_left {
  width: 50%;
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
}
.nav_square {
  width: 65px;
  height: 12px;
  background-image: url('/static/home/imgs/Line90(1).png');
  margin: 20px 0;
}
.item_left > h2 {
  font-size: 32px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.item_left > p {
  flex: 1;
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.item_right {
  width: 50%;
  overflow: hidden;
}
.item_right > img {
  width: 100%;
  transition: all 0.8s ease;
}
.cover_foot a {
  display: flex;
  align-items: center;
}
.cover_foot p {
  font-size: 18px;
  font-family: SYRegular;
  font-weight: 400;
  color: #d7000f;
  line-height: 28px;
  margin-right: 12px;
}
.cover_foot i {
  font-size: 18px;
  color: #d7000f;
}
.product_content_item:hover .item_left > h2 {
  color: #d7000f;
}
.product_content_item:hover .nav_square {
  background-image: url('/static/home/imgs/Line90.png');
}
.product_content_item:hover .item_right > img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1600px) {
  .item_left {
    width: 50%;
    padding: 41px 60px;
    display: flex;
    flex-direction: column;
}
}
@media only screen and (max-width: 767px) {
  .product_content {
    display: flex;
    flex-direction: column;
  }
  .product_content_item {
    width: 100%;
    padding: 30.75px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin-bottom: 33px;
    position: relative;
  }
  .item_left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .item_right {
    width:100%;
    overflow: hidden;
    margin-top: 24px;
  }
  .cover_foot{
    margin-top: 24px;
  }
}
