.wp_pop_article_list .list_item .title {
    margin-top: 16px;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE杞泤榛 , Arial, sans-serif;
    color: #000;
    line-height: 20px;
    position: relative;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: inline-block;
    position:relative
}
.wp_pop_article_list .list_item .title:before{
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #3e80ff;
    left: 0;
    top: 6px;
}
.wp_pop_article_list .list_item  {
    height: auto;
    border: 0;
    line-height: unset;
}

.wp_pop_article_list .list_item .pr_fields{
    float: none;
    display: block;
}