body{
  background-color:var(--main-background-color);
}
body .top-navbar{
  margin-bottom:0;
}
body main {
  padding: 0 15px;
  margin: 0 auto;
}
.column-item{
  margin-bottom:77px;
}
.index_top{
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}
.index_top .MainArticle{
  width:calc(31.6%);
}
#UniversalCarouselDiagram{
  margin-bottom:20px;
  border-radius:10px;
}
.index_top .top_swiper{
  width:calc(65.9%);
}
.advert-wrap{
  margin-bottom: 20px;
}
.advert-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advert-wrap .limit-img{
  width:calc(50% - 10px)
}
@media(max-width:1200px){
  .column-item{
    margin-bottom:50px;
  }
}
@media(max-width:992px){
  .column-item{
    margin-bottom:20px;
  }
}
@media(max-width:576px){
  .index_top{
    flex-wrap:wrap;
  }
  .index_top .top_swiper,
  .index_top .MainArticle{
    width:100%;
  }
  .SecondNews{
    margin-bottom:20px
  }
}

