.component-popular-articles {
  width: 270px;
  background: #fff;
  padding: 0 20px;
  overflow: hidden; }
  .component-popular-articles .title {
    font-size: 16px;
     
    color: #333333;
    font-weight: bold;
    height: 55px;
    line-height: 55px; }
  .component-popular-articles .pop-list {
    border-bottom: 1px solid #eff0f3; }
    .component-popular-articles .pop-list > a {
      width: 100%;
      font-size: 14px;
       
      color: #000033;
      text-transform: uppercase;
      text-align: left;
      line-height: 1;
      margin-bottom: 20px; }
  .component-popular-articles .more {
    font-size: 14px;
     
    color: black;
    line-height: 1;
    display: block;
    text-align: center; }
  .component-popular-articles a:hover {
    color: #16c3ca; }
