.ticker{    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 20;} 

           .news{width: 100%;background: #cc4444;}
           .news-title{width: 235px;text-align: center;background: #c81c1c;position: absolute; z-index: 10;height: 50px;}
           .news-title:after{position: absolute;content: "";right: -39px;border-left: 20px solid #c81c1c;border-top: 28px solid transparent;border-right: 20px solid transparent;border-bottom: 21px solid transparent;top: 0px} 
           .news-title h5{font-size: 17px;margin: 8% 0;color: #fff;} 
           .news marquee{font-size: 18px;margin-top:15px}
           .news-content p{margin-right: 41px;display: inline;color: #fff;}