.main_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_news_item {
  margin-top: 30px;
  width: calc(50% - 15px);
  color: #333333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main_news_item {
    width: 100%;
  }
}
.main_news_item_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
}
@media (max-width: 768px) {
  .main_news_item_img {
    height: 250px;
  }
}
.main_news_item_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .main_news_item_content {
    padding: 0px 15px;
  }
}
.main_news_item_content h3 {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin: 10px 0px 0px 0px;
  padding: 0;
  text-align: center;
}
.main_news_item_content p {
  display: block;
  padding: 5px 0px;
  color: #666666;
  margin: 0;
  text-align: center;
}
.main_news_item_content i {
  font-style: normal;
  margin-top: 5px;
  text-align: center;
}

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