    .ejdh-div {
        position: relative;}

    .sjdh-ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        width: 150%;}

    .sjdh-ul div {
        background-color: #fff;
        line-height: 40px;
        height: 40px;}

    .sjdh-ul a {
        font-size: 14px;
        color: #155c42;
        text-align: center;
        display: block;}

    .ejdh-div:hover .sjdh-ul {
        display: block;}

    .sjdh-ul div:hover a {
        background-color: #f6f6f6;}

    @media screen and (max-width: 1199px) {
   
        .ejdh-div:hover .sjdh-ul {
            display: block;
            position: relative;
            left: auto;
            top: auto;}

        .sjdh-ul div {
            border-bottom: 1px solid #ddd;}

        .sjdh-ul a {
            font-size: 14px;
            color: #155c42;
            text-align: left;
            display: block;
            text-indent: 2em;}
    }
/*font-size:9pt;*/
