/*popular artical*/
.b-last_articles {
  overflow:hidden;
  width:302px;
  float:left;
  padding:9px;
  background: #fff; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
}
.b-last_articles_hr {
  font-size:0px;
  height:1px;
  overflow:hidden;
  background: #efe9e2;
  margin:4px 0;
}
.b-last_articles_article {
  margin-right:6px;
}
.b-last_articles_section {
  font-size:11px;
  color:#888;
}
.b-last_articles_section:hover {
  color:#982339;
}
.b-last_articles_article_date {
  font-size:11px;
  color:#888;
  margin-right:6px;
}
/*end *popular artical*/