/* .news
================================================ */
.news {
  padding: 52px 0 63px;
}

.news__tit {
  text-align: center;
  margin-bottom: 50px;
}

.news__item + .news__item {
  margin-top: 30px;
}

.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F0F8FF;
  padding: 20px;
}

.news__head__tit {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

.news__head__date {
  font-size: 16px;
  width: 13%;
  text-align: right;
}

.news .body {
  margin-top: 24px;
}

@media all and (max-width: 767px) {
  .news {
    padding: 43px 0 50px;
  }
  .news__tit {
    line-height: 1.3;
    margin-bottom: 37px;
  }
  .news__item + .news__item {
    margin-top: 30px;
  }
  .news__head {
    display: block;
    padding: 13px 20px 20px;
  }
  .news__head__tit {
    margin-top: 10px;
    line-height: 1.6;
  }
  .news__head__date {
    width: 100%;
  }
  .news .body {
    margin-top: 18px;
  }
}
