.newsPage {
  background: #F8F8F8;
}
.newsPage .indexPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .newsPage-one1 {
  width: calc((100% - 60px) / 3);
}
.newsPage .newsPage-one1 .news-img {
  width: 100%;
  display: block;
}
.newsPage .newsPage-one1 .news-img img {
  width: 100%;
  display: block;
}
.newsPage .newsPage-one1 .news-main {
  width: 100%;
  padding: 5% 4%;
}
.newsPage .newsPage-one1:nth-of-type(2) {
  margin: 0 30px;
}
.newsPage .newsPage-one2 {
  width: 100%;
  margin-top: 40px;
}
.newsPage .newsPage-one2 .news-img {
  width: 32%;
  display: block;
}
.newsPage .newsPage-one2 .news-img img {
  width: 100%;
  display: block;
}
.newsPage .newsPage-one2 .news-main {
  width: 68%;
  padding: 4% 4%;
}
.newsPage .newsPage-one {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  transition: 0.5s;
}
.newsPage .newsPage-one .news-img {
  border-radius: 0 !important;
}
.newsPage .newsPage-one .news-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  font-family: 'LamaSans-Medium';
  margin-bottom: 12px;
  transition: 0.5s;
}
.newsPage .newsPage-one .news-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-family: 'LamaSans-Regular';
}
.newsPage .newsPage-one .news-more {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #01824a;
  line-height: 24px;
  transition: 0.5s;
  margin-top: 24px;
  border-bottom: 1px solid transparent;
}
.newsPage .newsPage-one .news-more i {
  margin-left: 6px;
}
.newsPage .newsPage-one:hover {
  box-shadow: 0px 10px 23px 0px rgba(207, 207, 207, 0.23);
  transition: 0.5s;
}
.newsPage .newsPage-one:hover .news-title {
  color: #01824a;
  transition: 0.5s;
}
.newsPage .newsPage-one:hover .news-more {
  border-bottom: 1px solid #01824a;
  transition: 0.5s;
}
.newsPage .pages {
  margin-top: 5%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1598px) {
  .newsPage .newsPage-one .news-title {
    font-size: 16px;
  }
  .newsPage .newsPage-one .news-more {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .newsPage .newsPage-one .news-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .newsPage .newsPage-one1:nth-of-type(2) {
    margin: 0 21px;
  }
  .newsPage .newsPage-one2 {
    margin-top: 22px;
  }
  .newsPage .newsPage-one1 {
    width: calc((100% - 42px) / 3);
  }
  .newsPage .newsPage-one .news-desc {
    line-height: 20px;
  }
  .newsPage .newsPage-one .news-more {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .newsPage .newsPage-one .news-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .newsPage .newsPage-one1 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .newsPage .newsPage-one {
    margin-bottom: 15px;
  }
  .newsPage .newsPage-one:nth-of-type(2n) {
    margin: 0 0 15px !important;
  }
  .newsPage .newsPage-one2 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .newsPage .newsPage-one2 .news-img {
    width: 100%;
  }
  .newsPage .newsPage-one2 .news-main {
    width: 100%;
  }
  .newsPage .newsPage-one .news-more {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 641px) {
  .newsPage .newsPage-one1 {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .newsPage .newsPage-one {
    margin-bottom: 12px;
  }
  .newsPage .newsPage-one:nth-of-type(2n) {
    margin: 0 0 12px !important;
  }
  .newsPage .newsPage-one2 {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .newsPage .newsPage-one .news-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 425px) {
  .newsPage .newsPage-one1 {
    width: 100%;
    margin-right: 0;
  }
  .newsPage .newsPage-one2 {
    width: 100%;
    margin-right: 0;
  }
}
