h3 + p::first-line {
	color:red;
}

作用:将h3标题下第一个p元素的首行变红。