@charset "UTF-8";.example1{height:50px;max-width:1300px;margin:0 auto;position:relative;overflow:hidden;transform:translate3d(0,0,0)}.example1 ul{font-size:18px;color:#747480;width:9526px;position:absolute;top:0;left:0;height:100%;transform:translate3d(0,0,0);display:flex;flex-direction:row;animation:moveSlideshow 20s linear infinite}.example1 ul li h6{display:flex;flex-direction:row;line-height:66px;margin-left:40px}.example1 ul li h6 a{padding-left:10px}@keyframes moveSlideshow{100%{transform:translateX(-55.5555%)}}

@media only screen and (max-width: 770px) {
    .read_article{
        display: none;
    }
}

.ticker_sec{
    border-bottom: #ccc solid 1px;
 }
 .ticker_text{
     /* padding: 25px 0px; */
    margin-bottom: 0px;
    word-wrap: break-word;
 }