.main {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 44px 30px 47px 30px;
  margin-top: -120px;
  z-index: 99;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main .inner {
  display: flex;
}
.main .inner .side {
  width: 322px;
  margin-right: 40px;
}
.main .inner .side .avatar {
  display: flex;
  justify-content: center;
}
.main .inner .side .avatar img {
  width: 195px;
  height: 273px;
  object-fit: contain;
}
.main .inner .side .name {
  text-align: center;
  font-size: 24px;
  color: #00569d;
  font-weight: 700;
  margin-top: 16px;
}
.main .inner .side .other {
  border: solid 1px #e9f4fa;
  margin-top: 46px;
}
.main .inner .side .other .head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  background-color: #e9f4fa;
  font-size: 20px;
  color: #155a97;
  font-weight: 700;
}
.main .inner .side .other .other_inner {
  padding: 24px;
}
.main .inner .side .other .other_inner .first {
  display: flex;
  justify-content: center;
  text-align: center;
}
.main .inner .side .other .other_inner .first h4 {
  font-size: 18px;
  color: #32689e;
  margin-bottom: 10px;
}
.main .inner .side .other .other_inner .first p {
  font-size: 18px;
  color: #333;
}
.main .inner .side .other .other_inner .leader_list {
  display: flex;
  flex-wrap: wrap;
}
.main .inner .side .other .other_inner .leader_list li {
  width: 50%;
  margin-top: 32px;
}
.main .inner .side .other .other_inner .leader_list li a {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.main .inner .side .other .other_inner .leader_list li a h4 {
  font-size: 18px;
  color: #32689e;
  margin-bottom: 10px;
}
.main .inner .module {
  flex: 1;
}
.main .inner .module .module_item {
  margin-bottom: 40px;
}
.main .inner .module .module_item .head {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.main .inner .module .module_item .head .text {
  display: inline-block;
  padding: 0 16px 10px 16px;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  border-bottom: 3px solid #015293;
}
