 .ticker li h3, article .dx ul.ticker li h3 {
   color: #887971;
   text-decoration: none;
   font-size: 13px;
   margin-bottom: 0px;
   font-family: 'Philosopher', sans-serif;
   font-weight: 400;
   overflow: hidden;
   line-height: 14px;
   margin-top: 4px;
 }
 .ticker li h3 span, article .dx ul.ticker li h3 {
   font-weight: 700
 }
 .box_news ul.ticker li {
   font-size: 18px;
   margin-bottom: 0px;
   background-size: auto 25px;
   background-image: none;
   width: 100%;
   clear: both;
   display: inline-block;
   padding: 10px 20px 8px 20px;
   /*height: 80px;
    overflow: hidden;*/
   height: 78px;
   overflow: hidden;
 }
 ul.ticker .img {
   position: relative;
   float: left;
   width: 20%;
   height: auto;
   overflow: hidden;
   max-width: 100px;
   text-align: center;
   background: #fff;
 }
 ul.ticker .img img {
   margin-bottom: 0px
 }
 ul.ticker .testo {
   position: relative;
   float: left;
   width: 80%;
   padding-left: 15px;
 }
 ul.ticker .testo div {
   height: 63px;
   overflow: hidden;
   margin-bottom: 0px;
 }
 ul.ticker .testo a:hover {
   text-decoration: none
 }
 ul.ticker .testo p {
   margin-bottom: 0px;
   font-size: 13px;
 }
 ul.ticker .testo p a {
   text-decoration: underline;
   color: #584c45
 }
 ul.ticker .data, ul.ticker .data a {
   color: #584c45;
   font-weight: 700;
   font-size: 14px;
 }
 .ticker, .box_news ul.ticker {
   height: 243px;
   overflow: hidden;
   margin-bottom: 0px;
   padding: 0px;
 }
 ul.ticker li {
   margin-bottom: 20px;
 }
 ul.ticker {
   /* border-bottom: 1px solid #cec6c2; */
 }
 @media (max-width:875px) {
   .ticker, .box_news ul.ticker {
     height: 250px;
   }
   ul.ticker .img {
     max-height: 60px;
     width: 60px;
     max-width: 25%;
   }
 }
 @media (max-width:778px) {
   ul.ticker .testo div {
     height: 39px;
   }
 }
 @media (max-width:670px) {
   .ticker, .box_news ul.ticker {
     height: 234px;
   }
 }
 @media (max-width:500px) {
   ul.ticker .testo div {
     height: 48px;
   }
   ul.ticker .testo {
     width: 75%;
   }
 }