.tourBox .titleImg{
    width: 300px;
    height: 98px;
    background: url('https://www.fkhongdan.com/yzimg/sjbxltxt.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .tourBox .tourcon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tourBox .tourcon .item{
    width: 292px;
    flex: unset;
    margin-bottom: 10px;
  }
  .tourBox .tourcon .item .group{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #F1BE48;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 800;
    font-size: 18px;
    color: #010101;
    line-height: 27px;
  }
  .tourBox .tourcon .item .itemCon{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    height: 175px;
    background: rgba(255,255,255,0.07);
    
  }
  .tourBox .tourcon .item .itemCon .group_item{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 89px;
    margin-bottom: 15px;
  }
  .tourBox .tourcon .item .itemCon .group_item .logo{
    width: 30px;
    height: 20px;
  }
  .tourBox .tourcon .item .itemCon .group_item .logo img{
    height: 100%;
    object-fit: contain;
  }
  .tourBox .tourcon .item .itemCon .group_item .group_name{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
  }

  .page img{
    max-width:100%;
  }