.taihao-info-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.taihao-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.taihao-info-box .left {
  width: 987px;
}
.taihao-info-box .left img {
  display: block;
  width: 100%;
  height: auto;
}
.taihao-info-box .right {
  padding-left: 25px;
}
.taihao-info-box .right .title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #0e7320;
}
.taihao-info-box .right p {
  line-height: 24px;
}
.taihao-info-box .right p b {
  font-weight: bold;
}
.taihao-info-box .right h4 {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  color: #0e7320;
}
.taihao-info-box .right h4.mt-20 {
  margin-top: 20px;
}
.content-box {
  width: 100%;
}
.content-box .content-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.content-box .content-group .title {
  font-size: 12px;
  line-height: 32px;
}
.content-box .content-group .content {
  padding: 0;
}
.content-box .content-group .content p {
  line-height: 32px;
  color: #666;
}
.content-box .content-group .content p b {
  font-size: 14px;
  font-weight: bold;
}
.content-box .content-group.flex {
  display: flex;
  justify-content: space-between;
}
.content-box .content-group.flex .content.left {
  width: 48%;
}
.content-box .content-group.flex .right-img {
  width: 48%;
}
.content-box .content-group.flex .right-img img {
  display: block;
  width: 100%;
}
.content-box .img-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-box .img-group img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .taihao-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
  }
  .taihao-info-box .left {
    width: 100%;
  }
  .taihao-info-box .left img {
    display: block;
    width: 100%;
  }
  .taihao-info-box .right {
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .taihao-info-box .right .title {
    margin-bottom: 5px;
    line-height: 26px;
  }
  .taihao-info-box .right p {
    width: 100%;
    line-height: 24px;
    box-sizing: border-box;
  }
  .taihao-info-box .right h4 {
    line-height: 30px;
    font-weight: 300;
    margin: 0;
  }
  .taihao-info-box .right h4.mt-20 {
    margin-top: 20px;
  }
  .content-box .img-group {
    display: block;
  }
  .content-box .img-group img {
    display: block;
    width: 100%;
    height: unset !important;
  }
}
