  /* category launcher */
  #catLauncher ul{
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  #catLauncher img{
      width: 100px;
      display: block;
      margin: auto;
  }
  #catLauncher .catName{
      text-align: center;
  }
  /* frees pace */
  .news {
    border-style: double none;
    /*border-color: #b2a487;*/
    max-width: 900px;
    padding: 18px 0 10px 0;
    margin: 0 auto;
    margin-top: 5em;
  }

  .news-inner {
    max-width: 1050px;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    padding-left: 5px;
    color: #5d5d5d;
  }

  .free-space {
    max-width: 900px;
    margin-top: 10px;
    margin-bottom: 3em;
    padding-left: 5px;
    color: #5d5d5d;
  }

  /* recommernd */
  .recommend-items {
    margin-top: 3em;
  }

  /*ˇˇnew_items */
  .new_item-items {
    margin-top: 3em;
  }