x
 
<!DOCTYPE html>
<html>
<head>
<style>
p:first-child {
  color: blue;
} 
</style>
</head>
<body>
<p>这是一段文本。</p>
<p>这是一段文本。</p>
</body>
</html>