.list_box {
    /*  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;*/
      overflow: hidden;
      margin-top: 40px;
  }
  .list_box .item{
      width: 50%;
  }
  .list_box a:hover{text-decoration: none;}
  .list_box .wrap{
      width:100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
  }
  .list_box .wrap:last-child{
    margin-bottom:0px;
  }
  .list_box .wrap:nth-child(2n){margin-right:0;} 
  .list_box .wrap:nth-child(2n+1) { clear:both; }
  .list_box .flet { float:left; width: 30%;text-align: center;overflow:hidden;}
  .list_box .flet img {max-width:100%;max-height: 190px;transition: transform 0.3s ease-in-out, opacity 0.3s;}
  .list_box .fler { float:left; width:calc( 100% - 40% ); padding:0 0.5em 0 0.9em;}
  .list_box .fler .info .border_bottom{border-bottom:1px solid #333; padding-bottom: 1px;}
  .list_box .fler .info .price{color: rgb(207, 80, 80); font-size: 14px;font-weight: bold}
  .list_box .fler .title {margin:0 0 8px 0;font-size:16px;font-weight: bold; color: rgb(26, 100, 185 ); line-height: 1.5rem; letter-spacing: .5px;}
  .list_box .fler .title_bold{font-weight: bold; font-size: 13px; color: #222;}
  .list_box .fler .info p{line-height: 1.3;font-size: 10px;color:#444}
  .list_box .fler .info .Description_word{color: rgb(33, 87, 148);}
  .list_box a:hover img { transform: scale(1.05, 1.05); }
  .page_number ul,.page_number li{display: inline-block;}
  .page-link{display: inline-block;}
  .page_number{text-align: center;}
  .pagination > li > a, .pagination > li > span{border:none; color:#555; font-weight: initial; font-size:13px;margin:0 10px;}
  /* .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
      border-radius: 50%;
      z-index: 2;
      color: #ffffff;
      background-color:#555;
  } */