
				.widget-zyhgh {
					display: flex;
					align-items: center;
					justify-content: space-between;
					max-width: 1200px;
					margin: 0 auto;
					color: #ffffff;
					padding: 0px 25px;
					box-sizing: border-box;
				}

				.widget-zyhgh-content {
					flex: 1;
					padding-right: 40px;
				}

				.widget-zyhgh-title {
					font-size: 28px;
					font-weight: bold;
					margin-bottom: 20px;
					color: #fffcfc;
				}

				.widget-zyhgh-description {
					font-size: 18px;
					line-height: 1.6;
					color: #ffffff;
					margin-bottom: 30px;
				}

				.widget-zyhgh-btn {
					display: inline-block;
					padding: 12px 30px;
					background-color: #e25098;
					color: white;
					text-decoration: none;
					border-radius: 4px;
					font-weight: bold;
					transition: background-color 0.3s;
				}

				.widget-zyhgh-btn:hover {
					background-color: #000000;
				}

				.widget-zyhgh-rightt {
					flex: 1;
					text-align: center;
				}

				.widget-zyhgh-rightt img {
					max-width: 100%;
					height: auto;
					border-radius: 8px;
					box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
				}

				@media (max-width: 768px) {
					.widget-zyhgh {
						flex-direction: column;
						padding: 15px;
						height: auto;
					}

					.widget-zyhgh-content {
						padding-right: 0;
						margin-bottom: 30px;
						text-align: center;
					}

					.widget-zyhgh-title {
						font-size: 28px;
					}

					.widget-zyhgh-description {
						font-size: 18px;
					}

					.widget-zyhgh-rightt {
						width: 100%;
					}
				}
		