.grid-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px 20px;
      max-width: 1500px;
      margin: 0 auto;padding-top: 5rem;}
.avatar-img{width:100%;}
   .user-card {
    display: flex;
    flex-direction: column;padding-bottom: 2rem;
    align-items: center;
    width: 232px;
    align-content: space-between;}

    /* 圆形背景容器 */
    .avatar-wrapper {
      position: relative; /* 关键：为内部绝对定位提供参考 */
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: linear-gradient(135deg, #2EC4B6, #9ACD32);
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      margin-bottom: 12px;
      overflow: visible;}

    /* 浮动头像图片 */
    .avatar-img {
    position: absolute;
    top: 58%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 174px;
    height: auto;
    z-index: 2;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));}
    /* 文字样式 */
    .user-info {
      text-align: center;
      color: #333;
      line-height: 1.4;}

    .user-name {
      font-size: 16px;
      font-weight: bold;
      display: block;
      margin-bottom: 4px;}

    .user-title {
      font-size: 13px;
      color: #666;
      display: block;}

    /* --- 响应式适配 --- */

    @media (max-width: 900px) {
      .user-card {
        width: 160px;}
      .avatar-wrapper {
        width: 140px;
        height: 140px;}
      .avatar-img {
        width: 120px;}
    }

    @media (max-width: 600px) {
      .grid-container {
        gap: 20px 15px;}
      .user-card {
        width: 45%;
        min-width: 140px;}
      .avatar-wrapper {
        width: 120px;
        height: 120px;}
      .avatar-img {
        width: 100px;}
      .user-name {
        font-size: 15px;}
      .user-title {
        font-size: 12px;}
    }
.ztzl03_part02 .ztzl03_part02_list ul li {
    position: relative;
    float: left;
    width: calc(23.3333% - 0.5rem);
    margin: 0 0.75rem;
    background: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .21);}
.flexzf{
    display: flex;
    justify-content: space-around;
    align-items: center;}
.flexzf li{
    width: 45%;
    padding-right: 2rem;}
    .flexzf li img{
    width: 100%;}
.ztzl03_hd1{color: #fff;
    background: rgb(22, 164, 66);
    width: 10%;
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.3rem;
    margin-bottom: 2rem;}


.flexhzhb{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;}
.flexhzhb li{
    width: 20%;
    padding-right: 2rem;}
    .flexhzhb li img{
    width: 100%;}
   
   .ztzl03_hd2{color: #fff;
    background: rgb(22, 164, 66);
    width: 10%;
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.3rem;
    margin-bottom: 2rem;}
