﻿
.ulliList li a{
    color: #16A085;
}
.ulliList li:hover a{
    color: white;
}
.ulliList li:hover span{
    color: white;
}
/* .ulliList li :hover div{
    display: flex;
} */
.ulliList li:hover .icongif{
    width: 7px;
    height: 7px;
    background: url('../images/list_l.png') no-repeat;
    width: 10px;
    height: 10px;
    background-size: cover;
}
.ulliList li:hover{
    background: #01B468;
    border-bottom:1px dashed #01B468;
}
.ulliList li {
    background: #ffffff;
    padding: 10px;
    border-bottom: #999 1px dashed;
    color: #000;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 10px 0;
}
.ulliList li div {
    display: flex;
    align-items: center;
   
}
.icongif{
    margin-right: 15px;
    width: 10px;
    height: 10px;
    background: url('../images/list_a.gif') no-repeat;
    background-size: cover;
}