.textList{}
.textList ul{}
.textList ul li{}
.textList ul li a{
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    float: left;
    background: url(images/ico2.png) left 15px no-repeat;}
.textList ul li em{
    float: left;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;}

.textList ul li span{
    float: right;
    font-size: 12px;
    color: #c3c3c3;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;}
