main.container section.leftSide .mainNews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
main.container section.leftSide .mainNews .bigNews .newsItem {
  width: 89vw;
  padding: 0 12px;
}
main.container section.leftSide .mainNews .bigNews .newsItem a.pic {
  display: block;
  margin: 0 0 20px;
}
main.container section.leftSide .mainNews .bigNews .newsItem a.pic img {
  width: 100%;
  height: auto;
}
main.container section.leftSide .mainNews .bigNews .newsItem span.meta {
  display: block;
  margin: 0 0 12px;
}
main.container section.leftSide .mainNews .bigNews .newsItem span.meta A {
  display: inline-block;
  margin-right: 16px;
  font-weight: 500;
  color: #0075C8;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
main.container section.leftSide .mainNews .bigNews .newsItem span.meta span.time {
  display: inline-block;
  font-weight: 500;
  color: #333333;
  font-size: 15px;
  line-height: 1;
}
main.container section.leftSide .mainNews .bigNews .newsItem a.title {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
}
main.container section.leftSide .mainNews .bigNews .newsItem a.title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.45;
  color: #333333;
}
main.container section.leftSide .mainNews .bigNews .newsItem span.desc {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #333333;
}
@media (min-width: 900px) {
  main.container section.leftSide .mainNews .bigNews .newsItem {
    width: 100%;
    padding: 0;
  }
  main.container section.leftSide .mainNews .bigNews .newsItem span.meta a {
    transition: all 0.2s linear;
  }
  main.container section.leftSide .mainNews .bigNews .newsItem span.meta a:HOVER {
    color: #D2AB67;
  }
  main.container section.leftSide .mainNews .bigNews .newsItem a.title h3 {
    transition: all 0.2s linear;
  }
  main.container section.leftSide .mainNews .bigNews .newsItem a.title:HOVER h3 {
    color: #0075C8;
  }
}
main.container section.leftSide .mainNews .bigNews .newsItem {
  width: 100%;
}
main.container section.leftSide .mainNews .smallNews {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  padding: 0 12px;
}
main.container section.leftSide .mainNews .smallNews A {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  text-decoration: none;
}
main.container section.leftSide .mainNews .smallNews A IMG {
  width: 100%;
  height: auto;
}
main.container section.leftSide .mainNews .smallNews A .dateNtitle span.time {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
  color: #333333;
}
main.container section.leftSide .mainNews .smallNews A .dateNtitle h3.title {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
main.container section.leftSide .categoryNews {
  margin-bottom: 32px;
}
main.container section.leftSide .categoryNews .newsList .newsItem {
  width: 89vw;
  padding: 0 12px;
}
main.container section.leftSide .categoryNews .newsList .newsItem a.pic {
  display: block;
  margin: 0 0 20px;
}
main.container section.leftSide .categoryNews .newsList .newsItem a.pic img {
  width: 100%;
  height: auto;
}
main.container section.leftSide .categoryNews .newsList .newsItem span.meta {
  display: block;
  margin: 0 0 12px;
}
main.container section.leftSide .categoryNews .newsList .newsItem span.meta A {
  display: inline-block;
  margin-right: 16px;
  font-weight: 500;
  color: #0075C8;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
main.container section.leftSide .categoryNews .newsList .newsItem span.meta span.time {
  display: inline-block;
  font-weight: 500;
  color: #333333;
  font-size: 15px;
  line-height: 1;
}
main.container section.leftSide .categoryNews .newsList .newsItem a.title {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
}
main.container section.leftSide .categoryNews .newsList .newsItem a.title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.45;
  color: #333333;
}
main.container section.leftSide .categoryNews .newsList .newsItem span.desc {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #333333;
}
@media (min-width: 900px) {
  main.container section.leftSide .categoryNews .newsList .newsItem {
    width: 100%;
    padding: 0;
  }
  main.container section.leftSide .categoryNews .newsList .newsItem span.meta a {
    transition: all 0.2s linear;
  }
  main.container section.leftSide .categoryNews .newsList .newsItem span.meta a:HOVER {
    color: #D2AB67;
  }
  main.container section.leftSide .categoryNews .newsList .newsItem a.title h3 {
    transition: all 0.2s linear;
  }
  main.container section.leftSide .categoryNews .newsList .newsItem a.title:HOVER h3 {
    color: #0075C8;
  }
}
main.container section.leftSide .categoryNews .newsList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
main.container section.leftSide .categoryNews .newsList .newsItem {
  width: 100%;
}

@media (min-width: 900px) {
  main.container section.leftSide .mainNews {
    grid-template-columns: 426px 1fr;
  }
  main.container section.leftSide .mainNews .smallNews A {
    grid-template-columns: 150px 1fr;
  }
  main.container section.leftSide .categoryNews .newsList {
    grid-template-columns: repeat(3, 1fr);
  }
}