*{
    font-family: sans-serif;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #000;
    cursor: pointer;
    transition: all .5s;
}

.open{
    height:120px;  
}