#yjli {
    position: relative;}
.ejul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;}
#yjli:hover .ejul {
    display: block;
    background-color: #fff;}
