@media only screen and (max-width: 1024px) {
  .news_home {
    margin-top: 0px;
  }
}

.page_title .block_search_news {
  width: 50%;
  float: right;
  margin-top: -12px;
}
.page_title .block_search_news .block_title {
  width: calc(55% - 10px);
  float: left;
  text-align: right;
}
.page_title .block_search_news .block_title span {
  font-size: 15px;
  padding: 13px 0px;
}
.page_title .block_search_news .block_title:after {
  display: none;
}
.page_title .block_search_news .block_content {
  width: 45%;
  float: right;
}

.header_l {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
@media only screen and (max-width: 550px) {
  .header_l {
    margin-bottom: 15px;
  }
}

.list-news {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 55px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
  margin-top: 88px;
}
@media screen and (min-width: 1440px) {
  .list-news {
    margin-bottom: 4.167vw;
    margin-top: 4.583vw;
    grid-column-gap: 2.083vw;
    grid-row-gap: 2.865vw;
  }
}
@media screen and (max-width: 900px) {
  .list-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 620px) {
  .list-news {
    grid-template-columns: repeat(1, 1fr);
  }
}

.header_l .title {
  font-size: 22px;
  margin-top: 20px;
  line-height: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .header_l .title {
    font-size: 15px;
    margin-top: 10px;
    text-transform: unset;
  }
}

.header_l .datetime {
  margin-top: 9px;
  color: #888;
}

.header_l .summary {
  font-weight: normal;
  margin-top: 6px;
  text-align: justify;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "LexendLight";
}
@media only screen and (max-width: 550px) {
  .header_l .summary {
    line-height: 22px;
    font-size: 14px;
  }
}

.header_r {
  width: 80%;
  margin: auto;
}

.header_r_inner {
  display: flex;
  flex-wrap: wrap;
}

.header_r .item {
  width: 29%;
  margin: 0 22px 70px;
}
@media screen and (min-width: 1440px) {
  .header_r .item {
    margin: 0 1.146vw 3.646vw;
  }
}

.item-img {
  border-radius: 5px;
  display: grid;
}

.news_home .frame_img {
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px;
}

.frame_title a {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .frame_title a {
    font-size: 1.042vw;
  }
}

.news_home .item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: auto;
  width: 100%;
}

.news_home .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5 !important;
}

.list-news .sum {
  font-weight: normal;
  margin-top: 14px;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "LexendLight";
}
@media only screen and (max-width: 550px) {
  .list-news .sum {
    margin-top: 5px;
    display: none;
  }
}

.list-news .view-more {
  position: relative;
  color: var(--main-color);
  padding-left: 29px;
  transition: 0.3s;
  margin-top: 17px;
  display: block;
}
@media only screen and (max-width: 550px) {
  .list-news .view-more {
    margin-top: 5px;
    display: none;
  }
}
.list-news .view-more svg {
  position: absolute;
  fill: var(--main-color);
  width: 20px;
  height: 20px;
  left: 0px;
  top: -1px;
}

.news_bottom_l .item:hover .view-more {
  transform: translateX(10px);
}

.news_bottom_l {
  box-sizing: border-box;
}

.right_b {
  float: right;
  width: 32%;
}
.right_b .block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 550px) {
  .right_b .block {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header_l {
    width: 100%;
  }
  .header_l .frame_img a {
    display: block;
  }
  .header_r {
    width: 100%;
    padding-left: 0;
  }
  .news_bottom_l {
    float: none;
    width: 100%;
  }
  .right_b {
    float: none;
    width: 100%;
  }
}
.news_pos1 {
  background: #f5f5f5;
  padding: 44px 0px 0px;
  margin-bottom: 44px;
}
@media screen and (max-width: 550px) {
  .news_pos1 {
    padding: 20px 0px 0px;
  }
}/*# sourceMappingURL=home.css.map */