/* 撑开底部198px */
#pb198 {
  padding-bottom: 198px;
}

.container_j_content {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 0px;
}
.container_j_left {
  width: 530px;
  /* height: 471px; */
}
.container_j_left_pic {
  width: 100%;
  height: 351px;
  display: block;
}
.container_j_left_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container_j_left_content {
  width: 100%;
  background-color: #b71d20;
  display: flex;
  padding: 10px 0px;
}
.container_j_left_content_left {
  width: 141px;
  border-right: 1px solid #fff;
  padding: 17px 0px 4px 0px;
  color: #fff;
}
.container_j_left_content_left > p:nth-child(1) {
  font-size: 31px;
  font-weight: 800;
  padding-left: 20px;
  margin-bottom: 14px;
}
.container_j_left_content_left > p:nth-child(2) {
  text-align: center;
  font-size: 18px;
}

.container_j_left_content_mid {
  width: 153px;
  border-right: 1px solid #fff;
  padding: 10px 0px 0px 20px;
  font-size: 15px;
  color: #fff;
}
.container_j_left_content_mid > p:nth-child(1) {
  margin-bottom: 13px;
}
.container_j_left_content_mid > p:nth-child(2) {
  margin-bottom: 13px;
}
.container_j_left_content_right {
  padding: 10px 0px 0px 20px;
  font-size: 15px;
  color: #fff;
}
.container_j_left_content_right > p:nth-child(1) {
  margin-bottom: 13px;
}
.container_j_left_content_right > p:nth-child(2) {
  margin-bottom: 13px;
}

.container_j_right {
  width: calc(100% - 570px);
}
.container_j_right_bg {
  width: 100%;
  padding-top: 22px;
}
.container_j_right_bg > p:nth-child(1) {
  color: #b71d20;
  font-size: 32px;
  margin-bottom: 55px;
}
.container_j_right_bg > p:nth-child(2) {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}
.container_j_right_line {
  width: 87px;
  height: 4px;
  background-color: #b71d20;
  margin-bottom: 40px;
}
.container_j_right_bg_text {
  font-size: 23px;
  font-weight: bolder;
  margin-bottom: 53px;
}
.container_j_right_qianming {
  position: relative;
}
.container_j_right_qianming img {
  position: absolute;
  right: 11px;
}

@media screen and (max-width: 1045px) {
  .container_j_right_bg > p:nth-child(1) {
    margin-bottom: 10px;
  }
  .container_j_right_bg > p:nth-child(2) {
    margin-bottom: 15px;
  }
  .container_j_right_line {
    margin-bottom: 20px;
  }
  .container_j_left{margin-top: 100px;}
}
@media screen and (max-width: 925px) {
  .container_j_content {
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  .container_j_content {
    flex-direction: column;
    align-items: center;
  }
  .container_j_right {
    width: 530px;
  }
  #pb198 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .container_j_right {
    width: 100%;
  }
  .container_j_left {
    width: 100%;
  }
  .container_j_left_content {
    flex-direction: column;
    align-items: center;
    padding: 10px 0 0 0;
  }
  .container_j_left_content_left {
    border-right: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .container_j_left_content_left > p:nth-child(2) {
    margin-left: 30px;
  }
  .container_j_left_content_mid {
    border-right: 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .container_j_left_content_mid>p:nth-child(2){
    margin-left: 30px;
  }
  .container_j_left_content_mid>p:nth-child(3){
    margin-left: 30px;
    margin-bottom: 13px;
  }
  .container_j_left_content_right {
    border-right: 0;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 7.5px 0px 7.5px;
  }
  .container_j_left_content_right>p{
    width: 100%;
    margin-left: 43px;
  }
}
@media screen and (max-width: 375px) {
  .container_j_left_content_right>p{
    margin-left: 23px;
  }
}