* {
      margin: 0;
      padding: 0;
    }

    .item-left img {
      width: 300px;
      height: 300px;
    }

    .item {
      display: flex;
       width: 90%;
    }

    .item-right a {
      font-size: 18px;
      font-size: 18px;
      font-weight: 800;
      margin: 10px 10px 0;
    }
  .item-right {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
  }
.Semilight ul {
      display: flex;
      margin-bottom: 10px;
      align-items: center;
      justify-content: space-around;
    }
.list {
      line-height: 50px;
      height: 50px;
      background: #f5f5f5;
      width: 90%;
      display: flex;
      justify-content: space-around;
    }

    .list li {
      display: inline-block;
      font-size: 20px;
      font-weight: 800;
      margin-right: 10px;
    }
    .active {
      border-bottom: 3px solid red;
    }
   .list {
    width: 90%;
     }