
.liebiaojieshao{ display: flex;
    justify-content:space-between; /* 水平居中 */
    align-items: center;
  align-items:center; flex-wrap:wrap;
   width: 900px;
    border-radius: 6px;
   margin: 10px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 6px;
    box-sizing: border-box;
}
.liebiaojieshao>div{ display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
     width: 400px;
   height: 200px;

 
}


.liebiaojieshao>div>img{
  max-height: 100%; /* 确保图像不会超出容器 */
    max-width: 100%; 
    width: auto;/* 保持图像比例 */
    height: auto; /* 保持图像比例 */
     border-radius: 6px;
}

 .liebiaojieshao>figcaption{  width: 480px; min-height: 200px; letter-spacing: 2px; line-height: 40px;}


 @media screen  and (max-width: 635px){


.liebiaojieshao{ display: flex;
   width: 98%;
   
}
.liebiaojieshao>div{
     width: 100%;
   height: 200px;
}


  .liebiaojieshao>figcaption{ width: 100%; min-height: 100px; line-height: 25px; font-size: 0.9rem;}

    
 }



 