@import url('list.css');
.nav ul>li:first-child>a{
    color:#666;
}
.nav ul li:nth-child(2)>a{
    color:#f25504;
}