<article> <h1>标题</h1> <p>段落1</p> <p>段落2</p> <p>段落3</p> </article>
article p{ color: yellow; } h1 + p{ color: red; }