Последний элемент CSS с именем класса

[class~='list']:last-of-type  {
    background: #000;
}
Weary Wildebeest