.pos7 .container {
  width: 1376px;
}
.pos7 .block_title {
  text-align: center;
  font-size: 50px;
  font-family: "MarcellusRegular";
  text-transform: capitalize;
  font-weight: 400;
  color: #111;
  margin: 15px 0 35px 0;
}
@media screen and (max-width: 990px) {
  .pos7 .block_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .pos7 .block_title {
    font-size: 22px;
    color: #000000;
  }
}

.news_list_body {
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news_list_body .news-hot {
  width: 45%;
  margin: 15px;
  display: flex;
}
.news_list_body .news-hot .news-hot-img {
  width: 58%;
  margin-right: 20px;
}
.news_list_body .news-hot .news-hot-img img {
  width: 100%;
  height: auto;
  display: grid;
}
.news_list_body .news-hot .info_new {
  width: calc(100% - 120px - 10px);
  float: left;
  margin-left: 10px;
}
.news_list_body .news-hot .info_new a h3 {
  font-size: 24px;
  font-family: "MarcellusRegular";
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .news_list_body .news-hot .info_new a h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.news_list_body .news-hot .info_new .datetime {
  color: #888;
  margin-top: 5px;
  position: relative;
  font-size: 12px;
}
.news_list_body .news-hot .info_new .datetime svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #888;
}

@media screen and (max-width: 650px) {
  .news_list_body {
    display: block;
    padding: 0;
  }
  .news_list_body .news-hot {
    width: 100%;
    margin: 25px 0;
  }
  .news_list_body .news-hot .news-hot-img {
    width: 40%;
  }
  .news_list_body .news-hot .info_new {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .news_list_body {
    display: block;
    padding: 0;
    width: 94%;
    margin: auto;
  }
  .news_list_body .news-hot {
    width: 100%;
    margin: 25px 0;
  }
  .news_list_body .news-hot .news-hot-img {
    width: 39%;
    margin-right: 0px;
  }
  .news_list_body .news-hot .info_new {
    width: 50%;
  }
  .news_list_body .news-hot .info_new a h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 15px;
  }
}/*# sourceMappingURL=newslist_grid.css.map */