.b-news-feed {
  font-family:Arial,Tahoma,sans-serif;
  padding:12px 0 27px;

  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
  .b-news-feed__title {
    padding:13px 0 13px;
    font-size:1em;
  }
    .b-news-feed__title a {
      font-size:2em; line-height:1; font-weight:600;
      color:#036;

      text-decoration:none;
    }
  .b-news-feed__list {}
    .b-news-feed__list__item {
      margin-bottom:12px;
	  list-style: none;
    }
      .b-news-feed-desc {
        display:block;
        overflow:hidden;
        clear:both;

        /* padding-left:83px; */
      }
        .b-news-feed_date {
          font-size:1.1em; line-height:20px;
          color:#838383;

          font-style:normal;

          /* margin:0 0 0 -77px; */

          display:block;
          clear:both;
        }
        .b-news-feed_link {
          font-size:1.3em; line-height:1.3em;
          color:#000;
          
          text-decoration:none;
          /* border-bottom:1px solid #ccc; */
        }
          .b-news-feed_link:hover {
            /* border-bottom-color:#fff; */
          }
  .b-news-feed__link-more {
    padding-top:2px;
  }
    .b-news-feed__link-more a {
      font-size:1.1em; line-height:15px;
      color:#06c;

      text-decoration:none;

      /* margin-left:83px; */
      padding-left:21px;

      background:url(../../../images/list.png) 0 0 no-repeat;
    }
      .b-news-feed__link-more a i {
        text-decoration:underline;
        font-style:normal;
      }
        .b-news-feed__link-more a:hover i {
          text-decoration:none;
        }