.staff-list-container {
        display: grid;
        flex-wrap: wrap;
        font-family: 思源黑体,微软雅黑;
    }

    
    .staff-photo {
        height:230px;
        width:100%;
        display: flex;
        align-items:end;
        justify-content: center;
        overflow: hidden;
        background-color: transparent;
        padding:0 15px;
    }

     .staff-photo a
     {
     }
    
    .staff-photo img {
        margin:0 auto;
        display:block;
        height:auto;
        width:160px;
        object-fit:contain;
    }
    
    .no-photo {
        color: #999;
        font-size: 16px;
    }
    
    .staff-info {
        padding:15px 0;
        text-align: center;
        
    }
    
    .staff-name {
        margin: 0 0 15px;
        font-size: 24px;
        color: #333;
    }
    
    .staff-id {
        color: #666;
        font-size: 16px;
        line-height: 25px;
    }

   .staff-name a.staff-related-post
    {
        color:#0073aa;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
    }

   .staff-name a.staff-related-post:hover
    {
        color:#005177;
    }