.news_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_block .news_image > img {
  object-fit: cover;
}

.news_block .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.news_list {
  padding-top: 60px;
  margin: 0 -15px;
}
.news_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.news_list > ul li {
  margin-bottom: 40px;
}

.news_block {
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news_block .news_image {
  display: block;
  margin-bottom: 30px;
}
.news_block .news_image:before {
  background: #ffffff;
  opacity: 0;
  position: relative;
}
.news_block .news_date {
  font-size: 130%;
  line-height: 16px;
  color: #999999;
  margin: 0 51px 10px;
}
.news_block .news_title {
  display: inline-block;
  vertical-align: top;
  margin: 0 51px 10px;
  font-size: 260%;
  line-height: 1.23em;
  color: inherit;
  font-family: "bold";
}
.news_block .news_description {
  margin: 0 51px 20px;
  font-size: 180%;
  line-height: 1.28em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_block .read_all {
  display: inline-block;
  vertical-align: top;
  margin: auto 51px 0;
  color: inherit;
  font-family: "bold";
  font-size: 130%;
  line-height: 16px;
}
.news_block.hovered .news_image:before {
  opacity: 0.2;
  z-index: 5;
}
.news_block.hovered .news_title,
.news_block.hovered .read_all {
  color: rgba(51, 51, 51, 0.7);
}

@media (max-width: 1599px) {
  .news_block .read_all,
.news_block .news_date {
    margin-left: 30px;
    margin-right: 30px;
  }
  .news_block .news_title {
    font-size: 240%;
    margin-left: 30px;
    margin-right: 30px;
  }
  .news_block .news_description {
    font-size: 160%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  .news_block .read_all,
.news_block .news_date {
    margin-left: 20px;
    margin-right: 20px;
  }
  .news_block .news_title {
    font-size: 220%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .news_block .news_description {
    font-size: 140%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .news_list {
    padding-top: 30px;
  }
  .news_list ul li {
    margin-bottom: 20px;
  }

  .news_block .news_title {
    font-size: 200%;
  }
}
@media (max-width: 959px) {
  .news_block .news_title {
    font-size: 180%;
  }
  .news_block .news_description {
    font-size: 130%;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 399px) {
  .news_block .news_title {
    font-size: 160%;
  }
}
.news_block .news_title, .news_block .read_all {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news_block .news_image:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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