section .about_department h2 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 16px;
}

section .about_department .department .department_list .inner_d {
  width: 49%;
  float: left;
  margin-bottom: 1%;
  padding: 20px;
}

section .about_department .department .department_list .inner_d:nth-child(odd) {
  margin-right: 1%;
}

section .about_department .department .department_list .inner_d.bm {
  background: linear-gradient(315deg, #005fc4 0%, #0072c4 100%);
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 25px;
}

section .about_department .department .department_list .inner_d.dw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border: 1px solid #0b80db;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 25px;
}

section .about_department .department .department_list .inner_d.dw:nth-child(1)::before {
  content: "";
  background: url(../images/);
}

section .team ul,
section .team ol {
  margin-left: 8px;
}

section .team .title .tab-item {
  background: white;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  float: left;
  width: calc(50% - 6px);
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  display: block;
}

section .team .title .tab-item:nth-child(odd) {
  margin-right: 12px;
}

section .team .title .tab-item.current {
  display: block;
  background: #005fc4;
  background: linear-gradient(315deg, #005fc4 0%, #0072c4 100%);
  color: white;
}

section .team .team_list .t_list li {
  float: left;
  width: calc(50% - 6px);
  margin-bottom: 12px;
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
}

section .team .team_list .t_list li:nth-child(odd) {
  margin-right: 12px;
}

section .team .team_list .t_list li a {
  display: block;
}

section .team .team_list .t_list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section .team .single-sence {
  padding-bottom: 48px;
}

section .team .sin-content hr.wp-block-separator {
  height: 1px;
  border: none;
  border-top: 1px solid #e9edf2;
}

section .team .sin-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  padding-top: 36px;
}

section .team .sin-content ul,
section .team .sin-content ol {
  padding-top: 16px;
  margin-left: 16px;
}

section .team .sin-content p {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 0 !important;
}

section .team .sin-content p.no-p {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

section .team .img_wrap {
  width: 143px;
  height: 190px;
  max-height: 190px;
  float: left;
  position: relative;
  overflow: hidden;
}

section .team .team_sence {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 143px);
  padding: 28px 24px 16px 24px;
}

section .team .team_sence h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  padding-bottom: 16px;
}

section .team .team_sence .work {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding-bottom: 24px;
}

section .team .team_sence .tx {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

section .team .team_sence.team_sence_info {
  padding-top: 0;
  padding-left: 32px;
  padding-right: 0;
}

section .team .team_sence.team_sence_info h2 {
  color: #0b80db;
}

@media screen and (max-width: 1180px) {
  section .team .team_list .t_list li .team_sence {
    padding: 28px 16px 16px;
  }
}

@media screen and (max-width: 1180px) {
  section .team .team_list .t_list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section .top_inner .info_top_inner {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  section .team .team_list .t_list li .team_sence {
    padding: 28px 5px 8px;
  }
}

.phone-tit {
  background: linear-gradient(315deg, #005fc4 0%, #0072c4 100%);
  color: white;
  position: relative;
  font-size: 0;
}

.phone-tit span {
  background: linear-gradient(315deg, #005fc4 0%, #0072c4 100%);
  color: white;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.phone-tit i {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  padding: 17px 0;
  cursor: pointer;
  text-align: center;
}

.phone-tit i::before {
  font-size: 17px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  section
.inner_container
.list_wrap
.list_content
.wrap_right
.team
.phone-tit {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  section .inner_container .list_wrap .list_content .wrap_right .team .title {
    display: none;
  }
  section .team .title .tab-item.current {
    background: white;
    color: #0b80db;
  }
  section .inner_container .list_wrap .list_content .wrap_right .team .title_top {
    margin-top: 32px;
  }
  section .team .title .tab-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #e9edf2;
  }
}
/*# sourceMappingURL=about.css.map */