  .page_sub_newsitem {}

.page_sub_newsitem .main {}

.page_sub_newsitem .news_title {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 25px;
}

.page_sub_newsitem .news_date {
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
}

.page_sub_newsitem .news_cont {
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.page_sub_newsitem img {
  max-width: 100% !important;
}

@media (max-width: 1700px) and (min-width: 1300px) {
  .page_sub_newsitem .news_title {
    font-size: 22px;
    line-height: 38px;
  }

  .page_sub_newsitem .news_date {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .page_sub_newsitem .main {
    padding: 16px;
  }
}