
  .banner img {
      width: 100%;
  }

  .list {
      width: 80%;
      margin: auto;
  }

  .list-title {
      margin-top: 80px;
      margin-bottom: 80px;
  }
  .list-content{
      margin-bottom: 80px;
  }


  .list-title li {

      font-size: 17px;
      font-family: 'alibb-r';
      display: flex;
      color: #040000;
      text-align: center;
      height: 60px;
      width: 33%;
  }
  .list-title span{
      display: inline-block;
      margin: auto;
  }
  .list-x {
      border-right: 1px solid #423F3F;
      height: 20px;
      margin: auto;
 
  }

  .list-title li:last-child .list-x {
      display: none !important;
  }

  .list-title span:hover {
      color: #00a33b;
      cursor: pointer;
  }

  .list-itme {
      margin-top: 50px;
  }

  .list-itme h1 {

      font-size: 31px;
      font-family: 'alibb-r';
      margin-left: 60px;
      color: #3D3A39;
      margin-bottom: 100px;
  }

  .row img {
      width: 100%;
      transition: all .3s;
      width: 100%;
  }
  .row img:hover {
      transform: scale(1.1);
  }


  .row li {
      margin-bottom: 30px;
  }

  .row li h2 {


      font-size: 20px;
      font-family: 'alibb-l';
      height: 70px;
      color: #888888;
  }

  .row li h2:hover {
      color: #00a33b;
  }

  .list-move {

      font-size: 26px;
      font-family: 'alibb-r';

      color: #00a33b;
  }
  .glyphicon{
      color: #00a33b;
  }
  .list-title-po{
      position: fixed;
      top: 0px;
      background: #FFFFFF;
      margin: 0 !important;
      box-shadow: 0px 0px 5px #888888;
      padding-top: 20px;
      z-index: 99;
      min-width: 1200px;
      transition: all .3s;

  }
  .list-title-span{
      color: #00a33b !important;
  }
 
