/* 论坛议程 */
	/* 确保导航栏和iframe占满整个页面 */
	.hidden {
		display: none;
	}

  body, html {
        margin: 0;
        padding: 0;
        height: auto;
        overflow: auto; /* 允许滚动 */
    }

	iframe {
		width: 100%;
		height: 100%;
		border: none;
	}
  /* 自适应布局 */
    .image-container {
      width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   margin: 1.5% 0 0 5%;
  }

  .image-container img {
    width: calc(50% - 10px); /* 每张图片占据50%的宽度，减去间距 */
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .image-container img {
      width: 100%; /* 屏幕较小的时候，图片占满整行 */
    }
    .tupianimg {
    width: 90%;
    margin: 0% 0 2% 5%;
}
     .contenttext{
    font-size: 3vw !important;
     }
  }
  .tupianimg{
 width: 80%;
    margin: 2% 0 2% 10%;
  }
     .contentbody{
       height: 100vh;
    width: 100%;
    text-align: center;
    position: relative;
     }
     .contenttext{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
     }