@charset "utf-8";
.word_list_item{
    margin-bottom: 10px;
    padding: 10px;
}
.word_list_item .words_img_box{
    width: 90px;
    padding: 5px;;
 
}
.word_list_item .words_img_box img{ 
    width: 100%;
}
.word_list_item .words_img_box .words_list_img_url{
    display: block;
      overflow: hidden; /* 隐藏超出容器部分的内容 */
    position: relative; /* 设置定位为相对定位，以便于图片定位 */
}
.word_list_item .words_img_box .icon{
    position: absolute;
    bottom: 5px;
    width: 16px;
    height: 16px;
    right: 5px;
}
.words_list_img_url:hover img {
    transform: scale(1.4); /* 鼠标悬停时放大 1.2 倍 */
}
.word_list_item_info_title{
    line-height: 30px;
}
.word_list_item_info_content a{
    display: block;
    height: 70px;
    overflow: hidden;

}
.word_list_item_info_title_info{
    margin-top: 2px;
}
.word_list_item_info_title_info ul li{
   font-size: 12px;
   line-height: 20px;
   color: #999;
   margin-right: 10px;
   padding-right: 10px;
   border-right: #999 1px solid;
}
.word_list_item_info_title_info ul li a{
   font-size: 12px;
   line-height: 20px;
   color: #999;
}
.word_list_item_info_title_info ul li:last-child{
 
   border-right: none
}
.word_list_item_info_title  a{ 
    font-weight: bold ;
    font-size: 16px;
}
.word_list_item_info_title h2 {
        min-width: 0; /* 关键！允许 flex 项目缩小并裁剪内容 */
        white-space: nowrap; /* 禁止文本换行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 可选：用省略号表示截断 */
}
.jingbi{
    color:rgb(255, 183, 0) ;
    font-size: 14px;
    margin: 0px 3px;
    font-weight:  bold;
}