@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;
}

.news_header {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .news_header {
    margin-bottom: 20px;
  }
}

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

.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;
}
@media only screen and (max-width: 550px) {
  .header_l .summary {
    line-height: 22px;
    font-size: 14px;
  }
}

.header_r {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
}

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

.header_r .item {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.header_r .item:nth-child(odd) {
  padding-right: 13px;
}
@media only screen and (max-width: 550px) {
  .header_r .item:nth-child(odd) {
    padding-right: 5px;
  }
}
.header_r .item:nth-child(even) {
  padding-left: 13px;
}
@media only screen and (max-width: 550px) {
  .header_r .item:nth-child(even) {
    padding-left: 5px;
  }
}

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

.header_r .item:nth-child(odd) {
  clear: left;
}

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

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

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

.header_r .item_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .header_r .item_title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.list-news .item {
  border-bottom: 1px solid #dedede;
  padding-bottom: 42px;
  margin-bottom: 42px;
}
.list-news .item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 550px) {
  .list-news .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.list-news .frame_img {
  float: left;
  width: 42%;
}
.list-news .frame_right {
  float: right;
  width: calc(58% - 15px);
}
.list-news .frame_right .title {
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .list-news .frame_right .title {
    text-transform: unset;
    font-size: 14px;
    line-height: 20px;
  }
}

.list-news .datetime {
  color: #888;
  margin-top: 12px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 550px) {
  .list-news .datetime {
    margin-bottom: 0px;
  }
}

.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;
}
@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 {
  float: left;
  width: calc(68% - 30px);
  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 */