.page_title .block_search_news {
  width: 50%;
  float: right;
}
.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: 10px 0px;
}
.page_title .block_search_news .block_content {
  width: 45%;
  float: right;
}

.news_home .container2 {
  width: 1340px;
}
.news_home .bg_white {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .news_home .bg_white {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.news_header {
  border-bottom: 1px solid #EEE;
  margin-bottom: 50px;
}
@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: 17px;
  margin-top: 23px;
  text-transform: uppercase;
  line-height: 23px;
  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: 4px;
  color: #888;
}

.header_l .summary {
  font-weight: normal;
  margin-top: 6px;
  text-align: justify;
  line-height: 27px;
}
@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: 34px;
  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;
  }
}

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

.news_home .frame_img {
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
}

.news_home .item img {
  width: 100%;
  height: auto;
  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 {
  margin-top: 14px;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  .header_r .item_title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.list-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 990px) {
  .list-news {
    margin: 0 -10px;
  }
}
.list-news .item {
  width: calc(33.3333333333% - 42px);
  box-sizing: border-box;
  margin: 10px 20px;
}
@media screen and (max-width: 990px) {
  .list-news .item {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .list-news .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.list-news .frame_right .title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 30px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.list-news .frame_right .new-date {
  color: #5f646b;
  font-size: 13px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .list-news .frame_right {
    padding: 0px;
  }
  .list-news .frame_right .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 550px) {
  .list-news .frame_right {
    padding: 10px;
  }
  .list-news .frame_right .title {
    text-transform: unset;
    font-size: 15px;
    font-weight: normal;
  }
}

.list-news .datetime {
  color: #888;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 550px) {
  .list-news .datetime {
    margin-bottom: 0px;
    margin-top: 10px;
    display: none;
  }
}

.list-news .sum {
  font-weight: normal;
  margin-top: 14px;
  font-size: 14px;
  line-height: 23px;
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
  color: #727272;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@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;
  margin-top: 14px;
  transition: 0.3s;
}
@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 {
  box-sizing: border-box;
}
.right_b .block {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .right_b .block {
    padding: 15px 10px;
  }
}
.right_b .block_title {
  text-align: left;
  margin-bottom: 34px;
  padding-bottom: 12px;
  border-bottom: 3px solid #ddd;
  position: relative;
}
.right_b .block_title:after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: "";
  height: 3px;
  width: 40px;
  background: #000;
}
.right_b .block_title span {
  font-size: 20px;
  text-transform: uppercase;
  text-transform: unset;
  font-weight: 600;
}

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

.nav_cat_new {
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 0px 3px 5px 1px #eae9e9; */
  /* padding: 10px 5px; */
  margin: 15px auto;
}
@media only screen and (max-width: 850px) {
  .nav_cat_new {
    margin: 0px auto 0;
  }
}
.nav_cat_new .cat_new a {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  padding: 5px 0;
}
@media only screen and (max-width: 650px) {
  .nav_cat_new .cat_new a {
    margin-right: 10px;
    padding: 7px 0px;
    font-size: 15px;
  }
}

.news_home .title {
  font-weight: normal;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .news_home .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  .news_home .title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .list-news {
    display: block;
  }
  .list-news .item {
    width: 100%;
    display: flex;
    margin: 0 0 50px;
  }
  .news_home .frame_img {
    width: 40%;
  }
  .news_home .frame_right {
    width: 60%;
    margin-left: 20px;
  }
  .news_home .container2 {
    padding: 0 30px;
  }
  .news_home .bg_white {
    margin: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .list-news .frame_right {
    padding: 0px;
  }
  .list-news .frame_right h2 {
    margin-top: 0px;
  }
  .list-news .frame_right .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .list-news .frame_right .title {
    font-size: 16px;
  }
}/*# sourceMappingURL=home.css.map */