.main {
  margin-bottom: -6rem;
}
.main .section_title {
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
}
.section {
  margin-top: 89px;
}
.section .box {
  display: flex;
}
.section .box > .lb {
  flex: 1;
  padding-bottom: 96px;
}
.section .box > .lb .intros .intro_box {
  display: flex;
  flex-direction: column;
  max-height: 540px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.section .box > .lb .intros .intro_box::-webkit-scrollbar {
  width: 0;
}
.section .box > .lb .intros .intro {
  font-size: 14px;
  line-height: 24px;
}
.section .box > .lb .intros .intro.i1 {
  padding: 32px 0;
}
.section .box > .lb .intros .lb {
  margin-right: 1rem;
  font-size: 36px;
  color: #0062B1;
}
.section .box > .lb .intros .rb {
  font-size: 20px;
  color: #0062B1;
  display: block;
  line-height: 36px;
}
.section .box > .lb .name {
  float: right;
  margin-top: 1rem;
}
.section .box > .lb .name .img {
  display: block;
  width: 8.75rem;
}
.section .box > .rb {
  margin-left: 3rem;
  width: 32.4375rem;
  position: relative;
}
.section .box > .rb .chariman_avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
