.main {
  padding-bottom: 64px;
}
.main .container {
  max-width: 1544px !important;
}
.back {
  display: flex;
  justify-content: space-between;
  padding-bottom: 31px;
  margin: 48px 0;
  border-bottom: 1px solid #BFBFBF;
}
.back .text {
  font-size: 14px;
  color: #373737;
}
.section .head {
  margin-bottom: 78px;
}
.section .head .title {
  font-size: 30px;
  font-weight: bold;
  color: #0062B1;
  line-height: 32px;
  text-align: center;
}
.section .head .detail {
  margin-top: 24px;
  font-size: 16px;
  color: #373737;
  text-align: center;
}
.section .bb .text {
  margin: 32px 0;
}
.bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin: 202px 0 65px;
  border-top: 1px solid #BFBFBF;
}
.bottom .text {
  width: 30%;
  font-size: 14px;
  color: #373737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
