@charset "utf-8"; 
body, p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial; color: #333; font-family: "Microsoft YaHei";}
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: #952122;}
.wp_pop_article_list .list_item {width: 25%; height: 60px; line-height: 60px; border-bottom: 0; vertical-align: top; float: left;}
.wp_pop_article_list .list_item .pr_fields {display: inline-block; float: left; font-size: 15px; padding-left: 40px; line-height: 60px; width: 72%; background: url(../../images/title_icon.png) 15% center no-repeat; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.wp_pop_article_list .list_item .title {color: #313131; font-size: 15px; float: none; display: inline-block; font-family: "Microsoft YaHei";}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 465~626
 */
@media screen and (max-width: 625px) {
.wp_pop_article_list .list_item {width: 33.3%;}
}

/**
 * [xSmall Screen for Smart Phone]
 * <465
 */
@media screen and (max-width: 464px) {
.wp_pop_article_list .list_item {width: 50%;}
}