.myul ul li a {
    display: none;
}

.myul ul li a:first-of-type {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}