.main_wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}

@media screen and (max-width: 720px) {
  .news {
    padding-top: 90px;
  }
}

.news .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.news .page-numbers li a {
  color: #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 16px 0px;
  margin: 0 20px;
  text-align: center;
}

.news .page-numbers li span {
  color: #4a618f;
  border-bottom: 1px solid #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 16px 0px;
  margin: 0 20px;
  text-align: center;
}

.news li a.prev {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #4a618f;
  border: 1px solid #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 20px 0px;
  text-align: center;
  width: 88px;
  margin-right: 35px;
}

.news li a.prev:hover {
  background: #4a618f;
  color: #fff;
}

.news li a.next {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #4a618f;
  border: 1px solid #4a618f;
  display: inline-block;
  line-height: 1;
  padding: 20px 0px;
  text-align: center;
  width: 88px;
  margin-left: 35px;
}

.news li a.next:hover {
  color: #fff;
  background: #4a618f;
}

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 720px) {
  .news_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_left {
  width: 20%;
}

@media screen and (max-width: 720px) {
  .news_left {
    width: 90%;
    margin: 0 auto 90px;
  }
}

.news_left .news_categories {
  margin-top: 50px;
  width: 100%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 720px) {
  .news_left .news_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
  }
}

.news_left .news_categories-item {
  margin-bottom: 20px;
  font-size: 13px;
}

.news_left .news_categories-item a {
  color: #4a618f;
}

.news_left .news_categories-item .under_link {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4a618f), to(#4a618f));
  background-image: linear-gradient(to right, #4a618f, #4a618f);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.4s ease 0s;
  transition: background-size 0.4s ease 0s;
  display: inline-block;
}

.news_left .news_categories-item .under_link:hover {
  background-size: 100% 1px;
}

.news_left .news_categories-item .under_link.current {
  background-size: 100% 1px;
}

.news_right {
  width: 75%;
}

@media screen and (max-width: 720px) {
  .news_right {
    width: 100%;
  }
}

.news_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 720px) {
  .news_post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_post:first-child {
  padding: 0 0 70px;
}

.news_post a {
  text-decoration: none;
}

.news_post:last-child {
  border-bottom: none;
}

.news_post-category {
  color: #4a618f;
}

.news_post-img {
  margin-right: 60px;
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 720px) {
  .news_post-img {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.news_post-img a {
  width: 100%;
}

.news_post-img a img {
  max-width: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 720px) {
  .news_post-img a img {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .news_post-content {
    width: 100%;
  }
}

.news_post-date {
  margin-bottom: 35px;
  font-size: 12px;
  color: #999;
}

.news_post-title {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 720px) {
  .news_post-title {
    margin-bottom: 10px;
  }
}

.news_post-content {
  color: #595358;
}

.search_form-input {
  width: 100%;
  max-width: 160px;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  background-image: url(../images/news/search.webp) !important;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding-left: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 720px) {
  .search_form-input {
    max-width: none;
  }
}
/*# sourceMappingURL=news.css.map */