.wp_pop_article_list {
    display: block;
    width: 100%;
}
.wp_pop_article_list .list_item .count {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    background: #ddd;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
}
.wp_pop_article_list .i1 .count, .wp_pop_article_list .i2 .count, .wp_pop_article_list .i3 .count {
    background: #9C3;
    border: 1px solid #060;
}
.wp_pop_article_list .list_item {   
	width:240px;
	margin-left:15px;
	height:30px;
	line-height:30px;border-bottom:0px;
	clear:both;
}

.wp_pop_article_list .list_item .pr_fields {
width:280px;
	float:left;
	height:28px;
	line-height:28px;
	color:#666;}
.wp_pop_article_list .list_item .title {
    float: left;
}
.wp_pop_article_list .list_item .pr_fields a{color:#666;}
.wp_pop_article_list .list_item .ex_fields {
	
	line-height:28px;
	color:#ff0000;
        width:50px;
        float:left;
}
.wp_pop_article_list .list_item .views {
    color: #900;
}