/*自定义CSS*/
.star_name_style{
    /*display: block;*/
    /*display: inline-table;*/
    display: inline-block;
    max-width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 17px;
    line-height: 17px;
}
.star_name_style1{
    max-width: 95px;
}
.star_name_style2{
    max-width: 75px;
}