/* ============================================
   marketing.html 专属样式
   ============================================ */

/* --- seo_share 案例区：缩略图改为9:13竖屏比例 --- */
#seo_share .innernews1 li .imWrap {
	padding-top: 144.4%; /* 9:13 竖屏比例 */
}

/* 缩略图区域尺寸调整：宽度从默认12rem增大，与竖屏比例协调 */
#seo_share .innernews1 li .big {
	width: 10rem;
}

/* 文字区域标题字号 */
#seo_share .innernews1 li h3 {
	font-size: .95rem;
}

/* 描述文字高度调整 */
#seo_share .innernews1 .cont {
	height: 4.2em;
}

/* 响应式适配 */
@media screen and (max-width: 1100px) {
	#seo_share .innernews1 li .big {
		width: 8.5rem;
	}
}

@media screen and (max-width: 768px) {
	#seo_share .innernews1 li .big {
		width: 35%;
	}
	#seo_share .innernews1 li .imWrap {
		padding-top: 144.4%; /* 保持竖屏比例 */
	}
}
