.news-list li{
    border-bottom: 1px dashed #F4F4F4;
    padding: 15px 0;
}

.news-items p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    float: left;
    padding-left: 14px;
    background-image: url("../img/icon_37.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 4px;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-items span{
    display: block;
    float: right;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.news-list li a:hover p{
    color: #0B8066;
    background-image: url("../img/icon_41.png");
}

@media (max-width: 992px) {
    .news-list li{
        padding: 10px 0;
    }
    .news-items p{
        font-size: 14px;
        line-height: 26px;
    }

}

@media (max-width: 768px) {
    .news-items p{
        font-size: 16px;
        line-height: 26px;
        height: 26px;
        max-width: 75%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-items span{
        font-size: 12px;
        line-height: 26px;
    }
    .news-list li{
        padding: 10px 0;
    }
}
