.news_locationInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.news_locationInfoBox .dateBox, .news_locationInfoBox .classTitle {
  padding: 5px 0;
}
.news_locationInfoBox .dateBox .date {
  line-height: 1;
}
.news_locationInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.news_locationList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1180px) {
  .news_locationList {
    margin: 0 -10px;
  }
}
.news_locationList .news_locationItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1180px) {
  .news_locationList .news_locationItem {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .news_locationList .news_locationItem {
    width: 100%;
  }
}
.news_locationList .item {
  padding: 20px 0px;
}
.news_locationList .Img {
  width: 100%;
  border-radius: 4px;
}
.news_locationList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.news_locationList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.news_locationList .Txt .title a {
  display: block;
  font-size: clamp(20px, 1.25vw, 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_locationList .Txt .text {
  color: #6E6E6E;
  font-size: clamp(16px, 0.95vw, 18px);
  padding-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_locationList .Txt .dataBox {
  color: #6E6E6E;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.news_locationList .Txt .dataBox a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .news_locationList .Txt .dataBox a:hover {
    opacity: 0.8;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}