.ticker {
        /* margin: 0 auto; */
    /* width: 100%; */
    /* text-align: left; */
    /* border: #ccc 1px solid; */
    /* position: relative; */
    /* overflow: hidden; */
    /* background-color: #BF263C; */
    color: #2e3192;
    padding: 10px;
    background: #efeff173;
    height: auto !important;
    box-shadow: 0 0 1px #a0a0a294;
}

.ticker ul {
        width: 100%;
    position: relative;
    /* margin-top: 7px; */
    line-height: 1.5;
    font-size: 16px;
    text-overflow: ellipsis;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
}

.ticker ul li {
  width: 100%;
  display: none;

}

.ticker ul li a{   color: #2e3192;
}

.ticker ul li a:hover{   color: #000;
}

.ticker ul li {


    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}

