html {
    line-height: 1.15;
}
body {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-family: 'Microsoft yahei', Arial, "Times New Roman", Times, serif;
    font-size: 14px;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

#down li {
    height: 20px;
    line-height: 20px;
    border: none;
    margin-top: 12px;
    padding:0px;width:230px;overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}


#down li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    border-radius: 10px;
    padding-left: 1px;
    background: #e8e8e8;
    color: #8b8b8b;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}

#down li em.bgred,#down li:nth-child(1) em,#down li:nth-child(2) em,#down li:nth-child(3) em {
    background: #cc3333;
    color: #fff;
}