body .top-bar,
body .top-bar-h5{
  margin-bottom:0;
}
body main {
  padding: 0 15px;
  max-width: 1470px !important;;
  margin: 0 auto;
}
#not-adapted{
  display:none!important;
}
.recommend-video-div .recommend-video{
  background: #fff;
}
img {
  margin: initial;
}
#authorList{
  padding-top: 18px;
  background: url(https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/specialColumn/img03.jpg);
  background-size: cover;
}
.author_list{
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#authorList main img.author_list_icon{
  width:30px;
}

#more-list{
  margin-top: 10px;
}
#authorCover{
  padding-bottom: 15px;
}
#authorCover .swiper-pagination{
  bottom:0
}
#authorCover .swiper-slide {
  width: 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#authorCover .swiper-pagination-bullet{
  border-radius:3px;
  width:24px;
  height:4px;
}
#authorCover .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#1F8ED5FF;
}
.BelowContent {
  display: flex;
  justify-content: space-between;
}
.entertainment_List{
  width: calc(65%);
}
.BelowContent .entertainment_List_AuthorList {
  width: calc(65.9%);
}
.BelowContent .Recommended_content {
  width: calc(31.6%);
}
.authorList{
  padding: 10px 0;
  width: 97%;
}
.authorList .item{
  padding:10px;
  cursor:pointer;
}
.authorList .item img{
  height:100px;
  width:100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.authorList .item:hover{
  box-shadow: 0px 0px 4px #878787;
  background-color:#f0f0f0;
}
main>.MainArticle{
  display:none;
}
body .content-story-card .story-item {
  width: 100%;
}
@media(max-width:1200px){
  #authorList main img.author_list_icon {
    width: 22px;
  }
  .authorList .item img {
    height: 62px;
    width: 62px
  }
  #authorCover .swiper-slide span{
    font-size:10px;
  }
}
@media(max-width:992px){
   #more-list{
    display:none;
  }
  body .content-area-parent{
    width:100%;
  }
  #authorList main img.author_list_icon {
    width: 20px;
  }
  .authorList .item img {
    height: 52px;
    width: 52px;
  }
  #authorCover .swiper-slide span {
    font-size: 8px;
  }
  .authorList {
    padding: 10px 0;
  }
}
@media(max-width:768px){
  #authorList main img.author_list_icon {
    width: 15px;
  }
  .authorList .item img {
    height: 40px;
    width: 40px;
  }
  #authorCover .swiper-slide span {
    font-size: 8px;
  }
  .authorList {
    padding: 10px 0;
  }
}
@media(max-width:576px){
  .authorList .item {
    padding: 0px;
  }
 
  main>.MainArticle{
    display:block;
    margin-top: 15px;
  }
  .entertainment_List{
    width:100%;
  }
}