.news_active{
    float: left;
    width: 100%;
    height: 1.3rem;
    padding: 0;
    overflow: hidden;position: relative;
    margin: 0.2rem 0;
    box-sizing: border-box;
    padding: 0 3%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_active>ul>li{
    line-height: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    color: rgba(0,163,240,1);
    font-size: 1.3rem;
}