<div class="banmaxian">
<div>hello1</div>
<div>hello2</div>
<div>hello3</div>
<div>hello4</div>
<div>hello5</div>
<div>hello6</div>
<div>hello7</div>
<div>hello8</div>
<div>hello9</div>
<div>hello10</div>
</div>
.banmaxian div{
background: #fff;
}
.banmaxian div:nth-child(2n) {
background: red;
}
.banmaxian div:hover {
background: green;
}