
  .menu-content{
    width: 100%;
  }
  .card-list{
    width: 100%;
  }
  .card-list .card-item{
    width: 100%;
  }
  .theme-list-box{
    width: calc(1000px * 0.8);
  }
  .theme-list-box .top-img-box{
    height: calc(422px * 0.8);
  }
  .project-list, .moment-box .moment-content,  .profile-content{
    width: 750px !important;
  }
  .project-list{
    justify-content: center !important;
  }
  .last-project-item .item-left{
    width: 40%;
  }
  .last-project-item .item-img{
    width: calc(373px*0.8);
    height: calc(192px*0.8);
  }
  .moment-content .content-left{
    width: calc( 100% - 387px);
  }
  .news-list{
    width: 750px;
    justify-content: center !important;
  }
  .news-list .news-item{
    margin-right: 20px;
  }
  .profile-content .content-left{
    width: calc(100% - 523px*0.6 - 24px);
  }
  .profile-content .item-img{
    width: calc(523px*0.6);
    height: calc(486px*0.6);
  }