.wrapp_content {
  background: #ffffff;
  margin-bottom: 20px;
}

.title_module {
  font-size: 22px;
  color: #d9222a;
  font-family: OpenSans-Bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.title_module span {
  display: inline-block;
  padding-bottom: 15px;
}

.default_content .nav-tabs {
  background: #d9222a;
  border: 1px solid #d9222a;
}
.default_content .nav-tabs > li {
  width: 17.6666%;
  text-align: center;
  margin-bottom: 0;
}
.default_content .nav-tabs > li.active a, .default_content .nav-tabs > li:hover a {
  background: #fff;
  border-radius: 0px;
  color: #d9222a;
  border-color: #d9222a;
}
.default_content .nav-tabs > li a {
  color: #ffffff;
  margin-right: 0;
}
.default_content .list_news {
  padding: 20px 0px 0px;
}
.default_content .item-news {
  padding-top: 12px;
  margin: 0 10px;
}
.default_content .item-news .image_item {
  max-width: 210px;
  margin-right: 20px;
}
.default_content .item-news .title {
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans-Bold;
}
.default_content .item-news .datetime {
  color: #999999;
}
.default_content .item-news .summary {
  color: #666666;
}
.default_content .pagination {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .block_aside {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .default_content .item-news {
    margin: 0;
    padding: 20px 10px 10px;
  }
}
@media (max-width: 490px) {
  .default_content .item-news .image_item img {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .default_content .item-news .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 491px) and (max-width: 767px) {
  .default_content .item-news {
    padding-bottom: 20px;
  }
  .default_content .item-news .image_item img {
    max-width: 200px;
  }
  .default_content .item-news .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}/*# sourceMappingURL=list-news.css.map */