.section {
  margin-top: 89px;
}
.section .title .img {
  display: block;
  width: 12.125rem;
}
.section .box {
  display: flex;
  justify-content: flex-end;
}
.section .box > .lb {
  flex: 1;
  padding-bottom: 32px;
}
.section .box > .lb .intros .intro_box {
  display: flex;
  flex-direction: column;
}
.section .box > .lb .intros .intro {
  font-size: 14px;
  line-height: 38px;
}
.section .box > .lb .intros .lb {
  margin-right: 1rem;
  font-size: 36px;
  color: #0062B1;
  line-height: 118px;
}
.section .box > .lb .intros .rb {
  font-size: 20px;
  color: #0062B1;
  line-height: 118px;
}
.section .box > .lb .name {
  float: right;
  margin-top: 1rem;
}
.section .box > .lb .name .img {
  display: block;
  width: 8.75rem;
}
.section .box > .rb {
  margin-left: 7.1875rem;
  display: flex;
  justify-content: flex-end;
}
.section .box > .rb .img {
  display: block;
  width: 32.4375rem;
}
