.block_title {
  margin-top: 40px;
  margin-bottom: 20px; }

.list_cat {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .list_cat {
      white-space: nowrap;
      overflow-x: auto; } }
  .list_cat a {
    display: inline-block;
    font-size: 20px;
    font-weight: 750;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .list_cat a {
        font-size: 16px;
        white-space: nowrap; } }

@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; }

.img-title-cat {
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (max-width: 736px) {
    .img-title-cat {
      padding-top: 0px; } }
  @media screen and (max-width: 540px) {
    .img-title-cat {
      margin-top: 0px;
      margin-bottom: 40px; } }
  .img-title-cat .button {
    background: var(--main-color);
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px auto 50px; }
    @media screen and (max-width: 736px) {
      .img-title-cat .button {
        margin: 0px auto 20px; } }
    .img-title-cat .button svg {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 4px;
      left: 5px; }
  .img-title-cat .title {
    font-size: 36px;
    color: var(--black-color);
    font-family: "CormorantGaramond-Regular";
    position: relative; }
    .img-title-cat .title:after {
      content: '';
      border-bottom: 2px solid #8a8a8a;
      width: 20px;
      position: absolute;
      top: 45px;
      left: 50%;
      transform: translate(-50%, 0%); }
    @media screen and (max-width: 540px) {
      .img-title-cat .title {
        font-size: 28px; }
        .img-title-cat .title:after {
          top: 30px; } }

.list-news {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 990px) {
    .list-news {
      grid-gap: 10px; } }
  @media screen and (max-width: 768px) {
    .list-news {
      grid-template-columns: repeat(2, 1fr); } }
  .list-news .item {
    width: 100%; }

.news_header {
  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: 85%;
  margin: 0px auto;
  box-sizing: border-box;
  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: 20px; }
  @media screen and (max-width: 768px) {
    .news_home .frame_img {
      margin-bottom: 10px; } }

.news_home .item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
  display: block; }
  @media screen and (max-width: 1200px) {
    .news_home .item img {
      min-height: 398px; } }
  @media screen and (max-width: 990px) {
    .news_home .item img {
      min-height: 290px; } }
  @media screen and (max-width: 736px) {
    .news_home .item img {
      min-height: 207px; } }
  @media screen and (max-width: 540px) {
    .news_home .item img {
      min-height: 211px; } }
  @media screen and (max-width: 450px) {
    .news_home .item img {
      min-height: 137px; } }

.list-news .item {
  -webkit-transition: all 0.5s ease-out; }

.list-news .item:hover {
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

.header_r .item_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  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 {
  padding-bottom: 35px; }
  .list-news .item:last-child {
    margin-bottom: 0px; }
  @media only screen and (max-width: 550px) {
    .list-news .item {
      padding-bottom: 20px;
      margin-bottom: 0px; } }

.list-news {
  margin-bottom: 50px; }
  .list-news .frame_right .name_cat {
    text-align: center;
    display: block;
    padding: 0px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 550; }
    @media screen and (max-width: 768px) {
      .list-news .frame_right .name_cat {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0px 10px; } }
    @media screen and (max-width: 550px) {
      .list-news .frame_right .name_cat {
        font-size: 14px; } }
  .list-news .frame_right .title {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .list-news .frame_right .title {
        font-size: 18px; } }
    @media only screen and (max-width: 550px) {
      .list-news .frame_right .title {
        text-transform: unset;
        font-size: 16px;
        padding: 0px 10px; } }

.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 */
