.indent {
  text-indent: 2em;
}
/* 撑开底部198px */
#pb198 {
  padding-bottom: 198px;
}

/*  开始 */
.container_j {
  padding: 45px 40px 0px;
}
.container_j_content {
  display: flex;
  justify-content: space-between;
}
.container_j_content_left {
  width: calc(100% - 490px);
  margin-bottom: 83px;
}
.container_j_content_left p:nth-child(1) {
  font-size: 32px;
  color: #b71d20;
  margin-bottom: 60px;
}
.container_j_content_left p:nth-child(2) {

}
.container_j_content_left p:nth-child(3) {

}
.container_j_content_right {
  display: block;
  width: 420px;
  height: 588px;
  overflow: hidden;
}
.container_j_content_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container_j_content_right > img:hover {
  transform: scale(1.2);
}
.container_j_jigou {
  display: flex;
}
.container_j_jigou_pic {
  width: 420px;
  height: 332px;
}
.container_j_jigou_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container_j_jigou_right {
  width: calc(100% - 420px);
  background-color: #f9e3e3;
  padding-top: 30px;
}
.container_j_jigou_right_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.container_j_jigou_right_div {
  width: 74px;
  height: 2px;
  background-color: #b71d20;
}
.container_j_jigou_right_top > p {
  font-size: 26px;
  font-weight: 800;
  color: #b71d20;
  margin: 0 24px;
}
.container_j_jigou_right_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 85px;
}
.container_j_jigou_right_icon_item {
  width: 314px;
  height: 90px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 22px;
  padding: 19px 12px;
  overflow: hidden;
}
.container_j_jigou_right_icon_item:hover{
  box-shadow: 0 0 4px 3px #7c7c7c;
}
.container_j_jigou_right_icon_item img:hover {
  /*transform: scale(1.2);*/

}

@media screen and (max-width: 1270px) {
  .container_j_jigou_right_icon {
    padding: 0 55px;
  }
}
@media screen and (max-width: 1210px) {
  .container_j_jigou {
    flex-direction: column;
    align-items: center;
  }
  .container_j_jigou_pic {
    margin-bottom: 30px;
  }
  .container_j_jigou_right {
    width: 100%;
  }
  .container_j_jigou_right_icon {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1055px) {
  .container_j_content_left p:nth-child(2) {
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 768px) {
  .container_j_content {
    flex-direction: column-reverse;
  }
  .container_j_content_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .container_j_content_right {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .container_j_jigou_right_icon {
    padding: 0px 0px;
  }
  .container_j_jigou_pic {
    margin-bottom: 30px;
  }
  #pb198 {
    padding-bottom: 50px;
  }
}
