@media screen and (min-width: 1200px) {
  /* 合并的关于博士内容 */
  .about-figure .container img {
    width: 170px;
    height: 170px;
  }

  .about-figure .container .content {
    display: block;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    max-width: 1280px;
    padding: 0 40px;
  }
  .about-figure .container .content:nth-child(1) {
    margin-bottom: 20px;
  }
  .about-figure .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .item2 .figure {
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 90px 35px 25px 0;
  }

  .figure .introduce p {
    font-size: 30px;
    line-height: 58px;
    font-weight: 400;
    color: #343434;
  }
  .figure .l img {
    width: 556px;
    height: 556px;
  }
  .figure .button {
    width: 300px;
    height: 66px;
    background: #e72418;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 66px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .figure .introduce1 {
    margin: 0 auto;
  }
  .figure .introduce1 .title1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    text-align: center;
  }
  .figure .introduce1 .name {
    margin-top: 28px;
    text-align: center;
  }
  .figure .introduce1 .name:nth-child(2) {
    margin-left: 20px;
  }
  .figure .introduce1 .name span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
  }
  .figure .introduce1 .name span:nth-child(2) {
    font-size: 22px;
    margin-left: 10px;
  }

  @media screen and (max-width: 1480px) {
  }
}
