body .top-navbar{
  margin-bottom:0;
}
.BelowContent{
  display: flex;
  justify-content: space-between;
  margin-top:24px;
}
.BelowContent .content_list{
  width: calc(65.9%);
}
.BelowContent .Recommended_content{
  width: calc(31.6%);
}
#more-list .MainArticle-list{
  height:auto;
}
.entertainment_List .split-button{
  margin-top:0;
}


body{
  background-color:var(--main-background-color);
}
body .top-navbar{
  margin-bottom:0;
}
body main {
  padding: 0 15px;
  margin: 0 auto;
}
.index_top{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-bottom:40px;
}
.index_top .MainArticle{
  width:calc(31.6%);
}

.index-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.index-wrap .index-left {
  width: calc(65.9%);
}

.index-wrap .index-right {
  width: calc(31.6%);
}

.index-wrap .MainArticle {
  margin-bottom: 40px;
}

#UniversalCarouselDiagram{
  margin-bottom:20px;
  border-radius:10px;
}
.index_top .top_swiper{
  width:calc(65.9%);
}
.advert-wrap{
  margin-bottom: 20px;
}

@media(max-width:1200px){
  #more-list .tab-content .rank-item{
    margin-bottom: 20px;
  }
}
@media(max-width: 992px) {
  .index-wrap .index-right {
    display: none;
  }
  .index-wrap .index-left {
    width: 100%;
  }
}
@media(max-width:576px){
  .index_top .top_swiper,
  .index_top .MainArticle,
  .BelowContent .content_list{
    width:100%;
  }
  #more-list{
    display:none;
  }
  .index_top .MainArticle {
    margin-top: 20px;
  }
}