.news-block ul {
  margin-bottom: 10px;
}
.news-block ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.news-block ul,
.news-block li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.news-block .title a {
  color: inherit;
}
.news-block {
  position: relative;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image-box .date {
  position: absolute;
  left: 35px;
  bottom: -10px;
  color: var(--theme-color1, #010169);
  z-index: 1;
  height: 76px;
  width: 70px;
  text-align: center;
  background: #ffffff;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 800;
  border-radius: 10px;
  font-family: var(--title-font, inherit);
  padding: 10px 10px;
  z-index: 9;
}
.news-block .image-box .date .month {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color1, #010169);
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 424px) {
  .news-block .image-box .date {
    right: 20px;
    bottom: 20px;
  }
}
.news-block .lower-content {
  position: relative;
  margin-top: -20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  z-index: 2;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 424px) {
  .news-block .lower-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.news-block .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-block .post-info li {
  position: relative;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--title-font, inherit);
  margin-left: 10px;
}
.news-block .post-info li i {
  margin-left: 3px;
  color: var(--theme-color3, #888);
  font-size: 12px;
}
.news-block .title {
  line-height: 1.2em;
  font-weight: 800;
  padding-bottom: 17px;
  margin-bottom: 10px;
}
.news-block .title:before {
  position: absolute;
  right: 35px;
  top: 85px;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(var(--bg-theme-color2, #010169))
  );
  background: linear-gradient(to right, transparent, var(--bg-theme-color2, #010169));
  content: "";
}
.news-block .title a:hover {
  color: var(--theme-color1, #010169);
}
.news-block .text {
  font-size: 13px;
}
.news-block .btn a {
  color: #fff;
  background-color: var(--theme-color1, #010169);
  padding: 5px 20px;
  border-radius: 7px;
  position: relative;
  border: 1px solid var(--theme-color1, #010169);
  text-decoration: none;
  display: inline-block;
}
.news-block .btn a:hover {
  background-color: #fff;
  color: #010169;
}
.news-block .bottom-sec {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
