.list2-ul{
    
    list-style-type: none;
    padding: 0; /* 去除默认内边距 */;
    margin:0;       
}
.list2_item{
    width: 100%;
    height:190px;    
    border-bottom: 1px solid #DBDBDB; /* 设置底部边框 */
    margin-bottom: 10px; /* 设置底部外边距 */

}
.list2-one{
 margin-bottom: 10px; /* 清除默认内边距 */;
 width: 240px; /* 设置宽度为240px */
 height: 180px; /* 设置高度为180px */ 
 object-fit: fill;
 overflow: hidden; /* 超出部分隐藏 */
 
 float: left; /* 向左浮动 */
 margin-right: 10px; /* 设置右侧外边距为10px */
}

.list2-two{
    padding: 0;
    margin: 0; 
    
}

.list2-title{
   
  
    height: 40px;
    font-size: 18px;
    color: black;    
    overflow: hidden; /* 超出部分隐藏 */
    white-space: normal; /* 允许自动换行 */
    word-wrap: break-word; /* 允许单词内换行 */
    line-height: 1.5; /* 设置 1.5 倍行距 */

  
}

.list2-neirong,
.list2-neirong a
{
    
    height: 120px;
    font-size: 14px;
    color: #8D9187;    
    overflow: hidden; /* 超出部分隐藏 */
    white-space: normal; /* 允许自动换行 */
    word-wrap: break-word; /* 允许单词内换行 */
    line-height: 2; /* 设置 1.5 倍行距 */
    text-indent: 2em;
    

}



.list2-time{
    


    font-size: 12px;
    color: #585757;    
    overflow: hidden; /* 超出部分隐藏 */
    white-space: normal; /* 允许自动换行 */
    word-wrap: break-word; /* 允许单词内换行 */
    line-height: 1.5; /* 设置 1.5 倍行距 */
    align-items: flex-end; /* 文字底端对齐 */

}
.list2-item:hover
{
    color: #027CF6;
    font-weight: bold;
}


