.zf_mt50{
    margin-top: 50px;
  }
  .zf_pt50{
    padding-top: 50px;
  }
  .zf_pb50{
    padding-bottom: 50px;
  }

  .footer,.footer a{
    background-color: rgb(83, 83, 77);
    padding: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;;
  }
  .text-align{
    text-align: center;
  }

  /* 分页 */
  .pagination{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
  }
  .pagination li{
    width: 32px;
    height: 32px;
    /*background: #dddddd;*/
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin: 0px 10px;
  }
  .pagination .active{
    background: #1c5e90;
      color: #fff;
  }


   