.fz16 {
  font-size: 16.67px;
}

.text-center {
  text-align: center;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.news-list__item {
  position: relative;
  margin-right: 2%;
  margin-bottom: 23px;
  padding: 0 10px 52px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 23%;
  max-width: 280px;
  border: 1px solid #e3e3e3;
}

.news-list__item:nth-child(4n + 4) {
  margin-right: 0;
}

.news-list__item .news-side-list__title {
  max-height: 40px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 2px;
}

.news-list__item .news-side-list__label {
  font-size: 20px;
  line-height: 1;
  color: #010101;
}

.news-list__item .news-list__description {
  font-size: 16px;
  color: #6e6e6e;
}

.news-list__item .but_holder {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.news-list__item .but_holder .gui-button {
  height: 29px;
  line-height: 14px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
}

.news-list__item .but_holder .gui-button.grey-button {
  background-color: #797979;
  border-color: #797979;
}

.news-list__item .but_holder .gui-button.grey-button:hover {
  background-color: #5d5d5d;
  color: white;
}

.news-list__img {
  display: block;
  float: none;
  margin-right: 0;
  height: 273px;
  line-height: 273px;
  text-align: center;
}

.news-list__img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .news-list {
    max-width: 885px;
  }
  .news-list__item {
    margin-right: 2%;
    width: 33%;
    max-width: 280px;
    border: 1px solid #e3e3e3;
  }
  .news-list__item:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .news-list__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 895px) {
  .news-list {
    max-width: 650px;
  }
  .news-list__item {
    margin-right: 2%;
    width: 48%;
    max-width: 310px;
    border: 1px solid #e3e3e3;
  }
  .news-list__item:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .news-list__item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .news-list__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 479px) {

  .news-side .news-side-list img {
    width: initial;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news-list {
    max-width: 320px;
  }
  .news-list__item {
    margin-right: 0;
    width: 95%;
    max-width: 310px;
    border: 1px solid #e3e3e3;
  }
  .news-list__item:nth-child(4n + 4) {
    margin-right: 0;
  }
  .news-list__item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .news-list__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=news_css.css.map */
