/*全局信息*/
.img_100{
    width: 100%;
}
/*详细信息*/
.list-header .img-100{
    height: 90px;
    overflow: hidden;
}
.list-header .img-info{
    padding: 5px 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


.list-header .img-info:hover{

}
.list-hot-small .img-info,.list-hot-big .img-info{
    margin: 5px 0;
    height: 40px;
    line-height: 30px;
    text-align: center;
    text-indent: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.img-info a{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}

