.news-title {
  display: block;
  text-align: center;
}
.news-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.news-left {
  float: left;
  padding-right: 15px;
}
.news-right {
  float: right;
  padding-left: 15px;
}
.color_font {
  text-decoration: underline;
}
.button_bb {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  margin: 5px;
  border: 1px solid #858787;
  border-radius: 5px;
  background-color: #ededed;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
.button_bb:hover {
  background-color: #cccccc;
}

@media (max-width: 767px) {
  .news-right,
  .news-left {
    float: none;
    padding: 0;
  }
  .news-img {
    width: 100vw;
  }
  .news-text {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
  }
}