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%);
}
.MainArticle .MainArticle-list{
  border-radius: unset;
  box-shadow: unset;
}
.entertainment_List .split-button{
  margin-top:0;
}
.recommend-video {
  background: #ffffff;
  border-radius: unset;
}

body{
  background-color: #F5F5F5;
}
body .top-navbar{
  margin-bottom:0;
}
body main {
  padding: 0 15px;
  margin: 0 auto;
}

.generalHeading {
  background: #ffffff;
  padding: 5px 10px;
}
.entertainment_List {
  background: #ffffff;
  padding: 30px;
}
.entertainment_List .column-GeneralList-list .item {
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E4E8EA;
}
.entertainment_List .column-GeneralList-list .item .story_image {
  border-radius: unset;
}
.entertainment_List .column-GeneralList-list .item .Text_Information .GeneralList_Story_title {
  font-size: 18px;
}
.entertainment_List .column-GeneralList-list .item .GeneralList_Story_summary {
  color: #777777;
}
.entertainment_List#cardDisplay .column-GeneralList-list .item {
  padding-bottom: 0;
  margin: unset;
  border: unset;
  width: 48%;
}
#cardDisplay .item .Text_Information {
  background: #f5f5f5;
  padding: 0 10px 10px;
}
#date-area {
  margin: 0 0 24px;
}
.recommend-vodeo-header {
  display: none;
}
.date-area-title-right {
  position: relative;
}
.date-area-title-right .date-prev,
.date-area-title-right .date-next {
  height: 100%;
  width: 10px;
}
.date-area-title-right .date-prev img,
.date-area-title-right .date-next img {
  display: none;
}
.date-area-title-right .date-prev::before {
  content: '';
  position: absolute;
  border-right: 8px solid #006cbf;
  border-bottom: 7px solid #fff;
  border-top: 7px solid #fff;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
}
.date-area-title-right .date-next::after {
  content: '';
  position: absolute;
  border-left: 8px solid #006cbf;
  border-bottom: 7px solid #fff;
  border-top: 7px solid #fff;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.date-area .layui-laydate {
  box-shadow: unset;
}

.index_top{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.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: 24px;
  height: 772px;
}

#UniversalCarouselDiagram{
  margin-bottom:20px;
  border-radius:10px;
}
.index_top .top_swiper{
  width:calc(65.9%);
}
.advert-wrap{
  margin-bottom: 20px;
}
#date-area .layui-laydate .layui-this {
  background-color: #006cbf !important;
}

.goBackLastPage button {
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.searchPage .searchMore {
  background: #EDEDED;
}
.searchPage .searchMore a {
  color: #999999;
}
@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;
  }
}