/* 展会主题 */
	.containerlike {
    margin: 0 0 0 2.5%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	}

	.item {
		flex: 1 1 260px;
		margin: 10px;
    margin-left:0px;
    margin-right:20px;
    max-width:260px;
    background-color:#e7f0ec;
    cursor: pointer;
	}
  .item>img{
    width:100%;
    height:auto;
  }
  .ImgFont{
    padding:15px 5px;
    padding-top:8px;
  }
  .footDiv{
     margin-top:5vh; 
  }
  @media (max-width: 768px) {
    .item {
        flex: 1 1 260px;
        margin: 10px;
        margin-left: 20px;
        margin-right: 20px;
        /* max-width: 100%; */
        background-color: #e7f0ec;
        cursor: pointer;
    }
    .containerlike{
	/* width: 100%; */
}

    }
      @media (max-width: 650px) {
    .item {
      flex: 1 1 40%;
      margin: 10px;
      max-width: 45%;
      background-color: #e7f0ec;
      cursor: pointer;
    }
    }
         .contentbody{
       height: 100vh;
    width: 100%;
    text-align: center;
    position: relative;
     }
     .contenttext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
     }