.contentBoxHj .contentCenterHj .con304 .flex_area {
  display: flex;
  gap: 20px;
}
.contentBoxHj .contentCenterHj .con304 .flex_area .textCon {
  width: 50%;
}
.contentBoxHj .contentCenterHj .con304 .flex_area .textCon .imgCon img {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con304 .flex_area .textCon .imgCon.test {
  max-width: 260px;
  margin: 0 auto;
}
.contentBoxHj .contentCenterHj .con304 .flex_area .textCon .text_area {
  padding: 20px;
  background-color: #f9f9f9;
  min-height: 370px;
}
.contentBoxHj .contentCenterHj .con304 .flex_area .textCon .text_area .mini_title {
  margin-bottom: 20px;
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 .imgCon {
  border: 1px solid red;
  width: calc(100% - 50px);
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 .imgCon img {
  max-width: none;
  width: 100%;
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 .middleTitle {
  color: #fff;
  background-color: #ee4003;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 .text_area {
  font-size: 1.15em;
  line-height: 2.1rem;
}
.contentBoxHj .contentCenterHj .con304 .flex_area2 .text_area .mini_title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con304 .textCon .border {
  border-bottom: 1px dotted #444;
  margin: 30px 0px 50px 0;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle {
  color: #ee4003;
  flex-flow: row;
  align-items: flex-end;
  margin-top: 0px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle p {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .around {
  font-size: 0.9em;
  background-color: #f9bf58;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 120px;
  text-align: center;
  margin-top: 20px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .roundBack {
  width: 100px;
  height: 100px;
  background-color: #42459a;
  color: white;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBoxHj .contentCenterHj .con304 .textCon .imgCon {
  margin-top: 10px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .imgCon .imgBorderR {
  overflow: hidden;
  border-radius: 50px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .imgCon:first-child {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle {
    font-size: 1.4rem;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle p {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .roundBack {
    width: 70px;
    height: 70px;
    font-size: 0.6em;
    line-height: 1.4em;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .img_resize {
    display: flex;
    align-items: center;
    height: 377px;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .text_area {
    min-height: 480px !important;
  }
}
@media screen and (max-width: 470px) {
  .contentBoxHj .contentCenterHj .con304 .flex_area {
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con304 .flex_area .textCon {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con304 .flex_area .textCon .img_resize {
    display: unset;
    height: auto;
  }
}/*# sourceMappingURL=con304.css.map */