.container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            padding: 10px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .card {
            border: 1px solid #fff;
            border-radius: 8px;
            overflow: hidden;
            background: #ecf0f3;
            
            
            
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgb(255 255 255 / 80%);
        }
        
        .card-image {
            width: 100%;
            height: 100px;
            background-size: cover;
            background-position: center;
        }
        
        .card-content {
            padding: 10px;
            background: rgb(251 252 254);
            background-image: linear-gradient(to top, #b6c5d6, #ffffff 33%);
             border-color: #fff #fe2c55 #fff #00faf0;
        }
        
        .card-title {
            width: 150px; /* 设置标题的最大宽度 */
            font-size: 16px;
            margin-bottom: 10px;
            white-space: nowrap; /* 防止文字换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
        }
        
        .card-meta {
            display: flex;
            align-items: center;
            color: #666;
            font-size: 14px;
        }
        
        .avatar {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            margin-right: 10px;
        }
        
        .tag {
            background: #4a90e2;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
            margin-right: 8px;
        }
        
        .meta-info {
            margin-left: auto;
        }
        
        
        
        
        
        
        
   
        
        
              
        /* 友情链接css */
.friend-link {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .friend-link a {
      width: 21%;
      text-decoration: none;
      color: #008d08;;
      text-align: center;
      padding: 5px 0;
      border: 2px solid #fff;
      background-color: #f0f0f0;
      border-radius: 0px;
      margin-bottom: 10px;
      transition: 0.3s;
    }

    .friend-link a:hover {
      background-color: #f2f2f2;
    }

        
        
        
        
        
        
        
        
        .github-badge {
    display: inline-block;
    border-radius: 4px;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #abbac3;
    margin-bottom: 5px;
}
  .github-badge a{
   color: #fff; 
}     
  .github-badge .badge-subject {
    display: inline-block;
    background-color: #4d4d4d;
    padding: 4px 4px 4px 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}     
   .github-badge .bg-green {
    background-color: #3bca6e;
}    
 .github-badge .badge-value {
    display: inline-block;
    padding: 4px 6px 4px 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}      
       
        
        
        
        
        
        
        
        
        .post-list-info {
    font-weight: 400;
    margin: 5px 0;
    display: flex;
            font-size: 24px;
            color: #fff;
}
      
      
 
     .post-list-info .post-list-avatar {
    width: 60px;
    height: 60px;
    z-index: 0;
    float: left;
    margin-right: 20px;
    position: relative;
    text-align: right;
    display: inline-block;
}
        
   
 .post-list-info .post-list-avatar .avatar {
    width: 60px;
    height: 60px;
}       
        
  .post-list-info .post-list-avatar img {
 
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}      
        
  .post-list-info .post-list-avatar img {
  
    clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
    border: 1px solid transparent;
    
}      
        
   
   
   
  .post-list-info .post-list-avatar:after {
    width: 71%;
    height: 71%;
    content: "";
    position: absolute;
    top: 9px;
    left: 13px;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 4px;
    border: 2px solid #b23231;
}      
   
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        