.tourBox .titleImg{
  width: 300px;
  height: 98px;
  background: url('https://www.fkhongdan.com/worldimg/sjbxltxt.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.tourBox .tourcon{
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: wrap;
}
.tourBox .tourcon .item{
  width: 199px;
  flex: unset;
  margin-bottom: 10px;
}
.tourBox .tourcon .item .group{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #304FFE;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
}
.tourBox .tourcon .item .itemCon{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 175px;
  background: #ffffff;
  
}
.tourBox .tourcon .item .itemCon .group_item{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 15px;
  gap: 5px;
}
.tourBox .tourcon .item .itemCon .group_item .logo{
  width: 30px;
  height: 20px;
}
.tourBox .tourcon .item .itemCon .group_item .logo img{
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}
.tourBox .tourcon .item .itemCon .group_item .group_name{
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
}