			.expo-detail-wrapper {
				max-width: 1200px;
				margin: 0 auto;
				padding: 30px 15px;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
			}
			
			.expo-header-modern {
				background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
				border-radius: 16px;
				padding: 40px 30px;
				color: white;
				position: relative;
				overflow: hidden;
				margin-bottom: 40px;
				box-shadow: 0 10px 30px rgba(26, 115, 232, 0.2);
			}
			
			.expo-header-modern::before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				width: 300px;
				height: 300px;
				background: rgba(255, 255, 255, 0.1);
				border-radius: 50%;
				transform: translate(30%, -30%);
			}
			
			.expo-header-modern::after {
				content: '';
				position: absolute;
				bottom: -100px;
				left: -50px;
				width: 200px;
				height: 200px;
				background: rgba(255, 255, 255, 0.05);
				border-radius: 50%;
			}
			
			.expo-title-modern {
				font-size: 32px;
				font-weight: 700;
				line-height: 1.3;
				margin-bottom: 15px;
				position: relative;
				z-index: 1;
				text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
			}
			
			.expo-meta-modern {
				display: flex;
				align-items: center;
				gap: 20px;
				flex-wrap: wrap;
				position: relative;
				z-index: 1;
				font-size: 16px;
			}
			
			.expo-meta-modern i {
				margin-right: 8px;
				font-size: 18px;
			}
			
			.content-modern-wrapper {
				background: white;
				border-radius: 16px;
				overflow: hidden;
				box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
				margin-bottom: 40px;
				border: 1px solid #f0f0f0;
			}
			
			.expo-content-modern {
				padding: 40px;
			}
			
			.expo-text-modern {
				font-size: 16px;
				line-height: 1.8;
				color: #333;
				overflow: hidden;
			}
			
			.expo-main-image {
				width: 35%;
				max-width: 400px;
				height: auto;
				border-radius: 12px;
				box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
				margin: 0 0 20px 20px;
				float: right;
				object-fit: cover;
			}
			
			/* 优化图片浮动，让文字环绕 */
			.detail-modern {
				overflow: hidden;
				text-align: justify;
			}
			
			.detail-modern p {
				margin-bottom: 1.5em;
				text-indent: 2em;
			}
			
			/* 清除浮动，确保最后一个段落不受影响 */
			.detail-modern::after {
				content: "";
				display: table;
				clear: both;
			}
			
			.cta-section-modern {
				background: linear-gradient(to right, #f8f9fa, #ffffff);
				padding: 40px;
				text-align: center;
				border-top: 1px solid #f0f0f0;
			}
			
			.cta-title-modern {
				font-size: 24px;
				font-weight: 600;
				color: #1a73e8;
				margin-bottom: 25px;
				line-height: 1.4;
			}
			
			.cta-buttons-modern {
				display: flex;
				justify-content: center;
				gap: 20px;
				flex-wrap: wrap;
			}
			
			.btn-wechat-modern {
				background: #09bb07;
				color: white;
				padding: 15px 35px;
				border-radius: 50px;
				font-size: 16px;
				font-weight: 600;
				text-decoration: none;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				gap: 10px;
				transition: all 0.3s ease;
				box-shadow: 0 4px 15px rgba(9, 187, 7, 0.3);
				border: none;
			}
			
			.btn-wechat-modern:hover {
				transform: translateY(-3px);
				box-shadow: 0 6px 20px rgba(9, 187, 7, 0.4);
				color: white;
				text-decoration: none;
			}
			
			.btn-apply-modern {
				background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
				color: white;
				padding: 15px 35px;
				border-radius: 50px;
				font-size: 16px;
				font-weight: 600;
				text-decoration: none;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				gap: 10px;
				transition: all 0.3s ease;
				box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
			}
			
			.btn-apply-modern:hover {
				transform: translateY(-3px);
				box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
				color: white;
				text-decoration: none;
			}
			
			.hot-topics-modern {
				background: white;
				border-radius: 16px;
				padding: 30px;
				margin-bottom: 40px;
				box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
				border: 1px solid #f0f0f0;
			}
			
			.hot-topics-modern h3 {
				font-size: 24px;
				font-weight: 700;
				color: #1a73e8;
				margin-bottom: 25px;
				padding-bottom: 15px;
				border-bottom: 2px solid #f0f0f0;
			}
			
			.topic-nav-modern {
				display: flex;
				flex-wrap: wrap;
				gap: 12px;
			}
			
			.topic-nav-modern a {
				background: #f8f9fa;
				padding: 10px 22px;
				border-radius: 50px;
				color: #555;
				text-decoration: none;
				font-size: 14px;
				font-weight: 500;
				transition: all 0.3s ease;
				border: 1px solid #e9ecef;
			}
			
			.topic-nav-modern a:hover {
				background: #1a73e8;
				color: white;
				transform: translateY(-2px);
				box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
				text-decoration: none;
				border-color: #1a73e8;
			}
			
			.topic-nav-modern a.thisclass {
				background: #1a73e8;
				color: white;
				border-color: #1a73e8;
			}
			
			.expo-pagination {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-top: 30px;
				padding-top: 20px;
				border-top: 1px solid #f0f0f0;
			}
			
			.prev-next-btn {
				display: inline-flex;
				align-items: center;
				gap: 8px;
				padding: 10px 20px;
				background: #f8f9fa;
				border-radius: 50px;
				color: #555;
				text-decoration: none;
				font-size: 14px;
				transition: all 0.3s ease;
				border: 1px solid #e9ecef;
			}
			
			.prev-next-btn:hover {
				background: #1a73e8;
				color: white;
				transform: translateY(-2px);
				text-decoration: none;
				border-color: #1a73e8;
			}
			
			/* 热门展会重新设计 */
			.related-expo-container {
				padding: 60px 0;
				background: linear-gradient(to bottom, #f8f9fa, #ffffff);
			}
			
			.related-expo-title {
				font-size: 32px;
				font-weight: 700;
				color: #1a73e8;
				text-align: center;
				margin-bottom: 40px;
				position: relative;
				padding-bottom: 15px;
			}
			
			.related-expo-title::after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 80px;
				height: 4px;
				background: linear-gradient(to right, #1a73e8, #4285f4);
				border-radius: 2px;
			}
			
			.expo-grid {
				display: grid;
				grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
				gap: 30px;
			}
			
			.expo-card {
				background: white;
				border-radius: 16px;
				overflow: hidden;
				box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
				transition: all 0.3s ease;
				border: 1px solid #f0f0f0;
				height: 100%;
				display: flex;
				flex-direction: column;
			}
			
			.expo-card:hover {
				transform: translateY(-8px);
				box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
			}
			
			.expo-card-img {
				position: relative;
				overflow: hidden;
				height: 200px;
			}
			
			.expo-card-img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: transform 0.5s ease;
			}
			
			.expo-card:hover .expo-card-img img {
				transform: scale(1.05);
			}
			
			.expo-card-content {
				padding: 25px;
				flex-grow: 1;
				display: flex;
				flex-direction: column;
			}
			
			.expo-card-title {
				font-size: 18px;
				font-weight: 700;
				margin-bottom: 12px;
				line-height: 1.4;
			}
			
			.expo-card-title a {
				color: #333;
				text-decoration: none;
				transition: color 0.3s ease;
			}
			
			.expo-card-title a:hover {
				color: #1a73e8;
				text-decoration: none;
			}
			
			.expo-card-desc {
				font-size: 14px;
				color: #666;
				line-height: 1.6;
				margin-bottom: 20px;
				flex-grow: 1;
			}
			
			.expo-card-more {
				color: #1a73e8;
				font-weight: 600;
				font-size: 14px;
				text-decoration: none;
				display: inline-flex;
				align-items: center;
				gap: 5px;
				transition: all 0.3s ease;
			}
			
			.expo-card-more:hover {
				gap: 10px;
				text-decoration: none;
			}
			
			.expo-card-more i {
				font-size: 12px;
			}
			
			/* 响应式调整 */
			@media (max-width: 992px) {
				.expo-title-modern {
					font-size: 28px;
				}
				
				.expo-content-modern {
					padding: 30px;
				}
				
				.cta-section-modern {
					padding: 30px;
				}
				
				.expo-main-image {
					width: 40%;
				}
			}
			
			@media (max-width: 768px) {
				.expo-detail-wrapper {
					padding: 20px 10px;
				}
				
				.expo-header-modern {
					padding: 30px 20px;
				}
				
				.expo-title-modern {
					font-size: 24px;
				}
				
				.expo-main-image {
					width: 100%;
					float: none;
					margin: 0 0 25px 0;
					max-width: 100%;
				}
				
				.cta-buttons-modern {
					flex-direction: column;
					align-items: center;
				}
				
				.btn-wechat-modern,
				.btn-apply-modern {
					width: 100%;
					max-width: 280px;
				}
				
				.related-expo-title {
					font-size: 28px;
					margin-bottom: 30px;
				}
				
				.expo-grid {
					grid-template-columns: 1fr;
					gap: 20px;
				}
				
				.detail-modern p {
					text-indent: 1.5em;
				}
			}
			
			@media (max-width: 480px) {
				.expo-header-modern {
					padding: 25px 15px;
				}
				
				.expo-title-modern {
					font-size: 20px;
				}
				
				.expo-content-modern {
					padding: 20px;
				}
				
				.expo-meta-modern {
					font-size: 14px;
					gap: 15px;
				}
				
				.hot-topics-modern {
					padding: 20px;
				}
				
				.topic-nav-modern {
					gap: 8px;
				}
				
				.topic-nav-modern a {
					padding: 8px 16px;
					font-size: 13px;
				}
				
				.detail-modern p {
					text-indent: 1em;
				}
			}
			
			/* 微信环境优化 */
			@media (max-width: 768px) {
				body {
					-webkit-text-size-adjust: 100%;
				}
				
				.btn-wechat-modern,
				.btn-apply-modern {
					min-height: 44px;
					line-height: 44px;
					padding: 0 20px;
				}
				
				.expo-card-img {
					height: 180px;
				}
			}