.li{    width: 100%;
   
         background-position: 190px 15px;
    background-size: 20px;
        background-repeat: no-repeat;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    margin: 0;
    padding: 0;}
    .li>a{font-size: 16px;
    padding-left: 30px;}
    

    
    .lis {
    border-top: 1px solid #E6E6E6;
    background-color: #1b65ac;
    width: 100%;
    line-height: 50px;
    position: relative;
    margin: 0;
    padding: 0;
    background-position: 190px 15px;
    background-repeat: no-repeat;
    background-size: 20px;}
    
    
    
    
    .lis:hover{background-color: #6ca8e1 !important;}
       .lis>a{font-size: 16px;
    padding-left: 30px;
    color: #fff;}
