.bhjs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bhjs .bhjs_left {
  width: 220px;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 16px;
  min-height: 1100px;
}
.bhjs .bhjs_left .bhjs_left_title {
  line-height: 60px;
  font-size: 18px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: bold;
  color: #163ea3;
  letter-spacing: 1.8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 12px;
}
.bhjs .bhjs_left .bhjs_left_title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #163ea3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bhjs .bhjs_left .bhjs_left_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.bhjs .bhjs_left .bhjs_left_content .content_item {
  min-width: 188px;
  height: 54px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #454545;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bhjs .bhjs_left .bhjs_left_content .cur {
  background: #3860c5;
  border-radius: 5px;
}
.bhjs .bhjs_left .bhjs_left_content .cur a {
  color: #ffffff;
}
.bhjs .bhjs_right {
  width: 1150px;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 58px 40px;
  text-align: justify;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 768px) {
  .bhjs {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
  }
  .bhjs_left {
    width: 100% !important;
    height: auto !important;
  }
  .bhjs_left_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start !important;
    -ms-flex-pack: start;
    justify-content: flex-start !important;
  }
  .bhjs_left_content {
    -ms-flex-direction: row;
    flex-direction: row !important;
  }
  .bhjs .bhjs_right {
    width: 100% !important;
    height: auto !important;
    padding: 16px !important;
  }
  .content_item {
    min-width: 1.2rem !important;
    border: 1px solid #3860c5;
    border-radius: 5px;
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    white-space: nowrap;
  }
}
