.news--ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.news--ul li {
  padding: 0 1rem;
  border-left: 1px solid #d0d0d0;
}
.news--ul li:last-child {
  border-right: 1px solid #d0d0d0;;
}
.news--ul a {
  padding: 10px 24px;
}
.news--ul a img.is-active {
  display: none;
}
.news--ul a.active,
.news--ul a:hover {
  display: block;
  background-image: url(../images/h2/hover.jpg);
}
.news--ul a.active img,
.news--ul a:hover img {
  display: none;
}
.news--ul a.active img.is-active,
.news--ul a:hover img.is-active {
  display: block;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
}
.row-flex .flex-4 {
  position: relative;
  display: inline-block;
  flex: 0 0 33.33333%;
  width: 100%;
  max-width: 33.33333%;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}

.video--flex p {
  font-size: 87.5%;
  margin-bottom: 0.5rem;
}
.overflow-text {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 49px;
  margin-bottom: 0.5rem;
}
