aside .ticker li h3, article .dx ul.ticker li h3 {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    max-height: 48px;
    overflow: hidden
}
aside .ticker li h3 span, article .dx ul.ticker li h3 {
    font-weight: 700
}
article aside ul.ticker li {
    font-size: 18px;
    margin-bottom: 0px;
    background-size: auto 25px;
    padding-left: 0px;
    background-image: none;
    width: 100%;
    clear: both;
    height: auto;
    display: inline-block;
    padding: 10px;
}

article  ul.ticker li::before {
    content: "" !important;
    margin-right: 0px !important;
    margin-left: 5px !important;
}

ul.ticker .img {
    position: relative;
    float: left;
    width: 40%;
    height: 83px;
    overflow: hidden;
    max-width: 100px;
    text-align: center;
}
ul.ticker .img img {
    margin-bottom: 0px;
    max-height: 83px;
    max-width:100%;
    width:auto;
}
ul.ticker .testo {
    position: relative;
    float: left;
    width: 60%;
    padding-left: 15px;
}
ul.ticker .testo div {
    max-height: 70px;
    overflow: hidden;
    margin-top: 5px;
}
ul.ticker .testo a:hover {
    text-decoration: none
}
ul.ticker .testo p {
    margin-bottom: 0px;
}
ul.ticker .testo p a {
    text-decoration: underline;
    color: #333
}
ul.ticker .data {
    color: #ffc800;
    font-weight: 700;
    font-size: 14px;
}
.ticker, article aside ul.ticker {
    height: 288px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    border-top: none
}
aside .ticker a {
    color: #2b2a28;
}
ul.ticker li {
    margin-bottom: 20px;
}
ul.ticker {
}

@media screen and (max-width:690px) {
.ticker, article aside ul.ticker {
    height: 272px;
}
ul.ticker .img {
    width: 20%;
}
ul.ticker .testo {
    width: 80%;
}
}

@media screen and (max-width:500px) {
.ticker, article aside ul.ticker {
    height: 261px;
}


