/* 
* @Author: xuchen
* @Date:   2016-08-03 11:48:36
* @Last Modified by:   QZY
* @Last Modified time: 2016-08-10 16:07:00
*/   
/*游戏中奖名单公用样式*/
.win_list{text-align: center;color:#fff;height: 100px; background: #FA6F4E;display:none;}
.show_win_list .win_title{font-size:14px;background: #DF5437;}
.show_win_list img{
    margin: 10px 0px 0px 30px;
    width: 50px;
    float: left;
}
.show_win_list span:nth-child(1){
    display: inline-block;
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-top;
}
.show_win_list span:nth-child(2){
    display: inline-block;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-top;
}
.list_lh{float:left;height:80px; overflow-x: hidden;text-align:center;}
.win_ul li{height: 30px;}