/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2022 | 13:26:02 */
.is-news-info-homepage-headline {
  font-size: 24px;
  max-width: 1200px;
  margin: 60px auto 30px auto;
  padding: 0 36px;
}

.is-news-info-homepage-container {
  margin: 0 auto 30px;
  padding: 36px;
  max-width: 1128px;
  background-color: #fff;
}
.is-news-info-homepage-container ul {
  margin: 0;
}
.is-news-info-homepage-container ul li {
  position: relative;
  margin: 0 0 30px;
}
.is-news-info-homepage-container ul li:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: calc(100% - 225px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li:after {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 414px) {
  .is-news-info-homepage-container ul li:after {
    width: calc(100% - 95px);
  }
}
.is-news-info-homepage-container ul li a {
  display: flex;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a {
    align-items: flex-start;
  }
}
.is-news-info-homepage-container ul li a:hover header h3 {
  color: #0078bc;
}
.is-news-info-homepage-container ul li a:hover picture:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.is-news-info-homepage-container ul li a picture {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 133px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a picture {
    width: 100px;
    height: 67px;
  }
}
@media only screen and (max-width: 414px) {
  .is-news-info-homepage-container ul li a picture {
    width: 80px;
    height: 53px;
  }
}
.is-news-info-homepage-container ul li a picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s;
  pointer-events: none;
}
.is-news-info-homepage-container ul li a picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.is-news-info-homepage-container ul li a header {
  width: calc(100% - 200px);
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a header {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}
@media only screen and (max-width: 414px) {
  .is-news-info-homepage-container ul li a header {
    width: calc(100% - 80px);
  }
}
.is-news-info-homepage-container ul li a header h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 10px;
  transition: color 0.2s;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a header h3 {
    font-size: 14px;
  }
}
.is-news-info-homepage-container ul li a header p {
  display: -webkit-box;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a header p {
    font-size: 14px;
  }
}
.is-news-info-homepage-container ul li a header .date {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .is-news-info-homepage-container ul li a header .date {
    font-size: 12px;
  }
}

.is-news-info-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.is-news-info-pagination-container a {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 10px;
  padding: 10px 30px;
  border-radius: 2px;
  background-color: #ddd;
  transition: opacity 0.2s;
  cursor: not-allowed;
}
.is-news-info-pagination-container a[href] {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.is-news-info-pagination-container a[href]:hover {
  opacity: 0.8;
}
