.section {
  background-color: #EFF8FF;
  padding: 90px 0 64px;
}
.section .box .title .img {
  display: block;
  width: 21.875rem;
}
.section .box .bb {
  margin-top: 138px;
}
.section .box .bb .pic .img {
  width: 100%;
}
.section .box .bb .list {
  display: flex;
  justify-content: space-around;
}
.section .box .bb .list .item .hb {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: bold;
  color: #0062B1;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
.section .box .bb .list .item .hb::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0979C5;
  position: absolute;
  bottom: -10px;
}
.section .box .bb .list .item ul li {
  font-size: 18px;
  font-family: AdobeSongStd;
  font-weight: 300;
  color: #373737;
  line-height: 36px;
}
