



  .zj_title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin: 20px 0;
  }
  .line_zj {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background: rgba(216, 216, 216, 0.4);
  }
  @media screen and (min-width: 768px) {
    .export_box {
      margin: 0 auto;
      padding: 0px 20px;
    }
  .expert {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .expert_item {
    display: flex;
    align-items: center;
  }

  .expert img {
    width: 240px;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 50px;
  }

  .expert-info h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .expert-info p {
    margin: 6px 0 20px 0;
    color: #666666;
  }

  .expert-info-tag span {
    margin-right: 15px;
    font-size: 14px;
  }
}
/*移动端样式*/
@media screen and (max-width: 768px) {
  .export_box {
    margin: 0 auto;
    padding: 0px 8px;
  }
 .zj_title{
   font-size: 18px;
 }
  .line_zj {
    margin: 20px 0;
  }
  body {
    margin: 0;
    padding: 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100vh;*/
  }

  .zj_title {
    font-weight: bold;
  }

  .zj-container {
    padding:0px 8px;
  }

  /* 头像与文本布局 */
  .zj-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .expert img {
    width: 72px;
    height: 76px;
    object-fit: cover;
    margin-right: 16px;
  }

  .zj-profile-text {
    display: flex;
    flex-direction: column;
  }

  .zj-profile-name {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333333;
  }

  .zj-profile-title {
    font-size: 12px;
    color:#666666;
    margin: 5px 0;
  }
  .left2{
    margin-left: 20px;
  }
  .zj-profile-subtitle {
    font-size: 12px;
    color: #666666;
    margin: 0;
  }

  /* 描述文本 */
  .zj-description {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
  }
}
