.logodw {
    display: flex;
    align-items: center;
    align-content: center;}
.logodw a.txtlogo {
    font-size: 30px;
    color: #fff;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 10px;}

.ej{display: none;}
.yj:hover .ej{display: block;    width: 100%;}
.yj{position: relative;}
.ej{position: absolute;
    top: 49px; width: 100%;
    left: 0;
    z-index: 999;
    background-color: #8b1919;}
