/* key */
/* font */
/* grey */
/* background */
/* Information */
/* pink */
/* Font */
.news-index-block {
  margin-bottom: 60px;
}
.news-index-block .index-list {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d6d6;
}
.news-index-block .index-list:first-child {
  padding-top: 0px;
}
.news-index-block .index-list span {
  font-size: 13px;
  color: #888;
}
.news-index-block .index-list h2 {
  margin-top: 10px;
  font-size: 17px;
}
.news-index-block .index-list p {
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
}

.news-detail-header-block {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-detail-header-block {
    margin-top: 10px;
  }
}
.news-detail-header-block .info-group {
  content: '';
  clear: both;
  display: block;
}
.news-detail-header-block .info-group:after {
  content: '';
  clear: both;
  display: block;
}
.news-detail-header-block .info-group .header-date {
  float: left;
  color: #888;
  font-size: 15px;
}
.news-detail-header-block .page-title h1 {
  font-size: 26px;
  color: #212121;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-body-block {
  margin-top: 30px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.news-body-block img {
  display: block;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-body-block em {
  color: #9b1927;
  font-weight: bold;
  font-size: 17px;
}
.news-body-block strong {
  font-size: 10px;
}

.news-end .link-list {
  margin-bottom: 10px;
}

.news-side-block {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-side-block {
    border-top: 1px solid #d8d6d6;
    margin-top: 20px;
    padding-top: 30px;
  }
}
.news-side-block h4 {
  color: #212121;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
.news-side-block .news-list {
  margin-bottom: 10px;
}
.news-side-block .news-list a {
  color: #888;
  font-size: 12px;
}
