.news_list__detail .main_btn {
    border: 1px solid #ededed;
    font-size: 12px;
    font-weight: bold;
  }
  
  .news_list__title {
    padding: 0;
    margin-bottom: 20px;
  }
  
  .news_list .row {
    margin-left: -11px;
    margin-right: -11px;
  }
  
  .news_list .news-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
  }
  
  .news_list__img_block {
    height: 100%;
  }
  
  .news_list__big_content .news_list__content_comment_name {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .news_list__item .news_list__content_comment_name {
    line-height: 20px;
  }
  
  .news_list__big_content .news_list__content_comment_text {
    height: 54px;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 0.75rem;
  }
  
  .news_list__item .news_list__content_comment_text {
    height: 56px;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 12px;
  }
  
  .news_list__img {
    width: 100%;
  }
  
  .news_list__link {
    position: relative;
    display: block;
    height: 100%;
  }
  
  .news_list__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: 1px solid #ededed;
  }
  
  .news_list__big_content {
    position: absolute;
    color: #fff !important;
    bottom: 0;
    padding: 0 10.5rem 1.1rem 0.95rem;
  }
  
  .news_list__big_item .news_list__img_link {
    display: block;
    margin-bottom: 1.3rem;
  }
  
  .news_list__content .news_list__content_date {
    color: #949393;
    margin-bottom: 4px;
  }
  
  .news_list__content_comment-bold {
    font-weight: bold;
  }
  
  .news_list__nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .news_list__content {
    padding: 13px 12px 0px 12px;
    position: relative;
  }
  
  .news_list__detail {
    margin-bottom: 20px;
  }
  
  .news_list__img_link_big,
  .news_list__img_link_big img {
    height: 100%;
  }
  
  .news_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .news_wrapper .breadcrumb_block {
    margin-bottom: 5px;
  }
  
  .news_list__img_link_big:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(120%, #050505), to(#050505));
    background: linear-gradient(to bottom, transparent 0%, #050505 120%, #050505 100%);
  }
  
  .news_list__img_link {
    height: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .news_list__img_link img {
    height: 100%;
    width: auto;
  }
  
  @media (max-width: 576px) {
    .news_wrapper {
      padding-left: 10px;
      padding-right: 10px;
    }
  }