.footer {
  width: 270px;
  margin: 0 auto;
}

.footer-list {
  position: absolute;
  bottom: 20px;
}

.footer-item {
  float: left;
}

.footer-item:before {
  content: "\00b7 ";
}

.footer-item:first-child:before {
  content: "";
}

.footer-link {
  color: #fff;
  font-family: verdana;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 10px;
}

.footer-link:hover {
 
  color: #fff;
  text-decoration: none;
}
.list{
color:#fff;
font-size:16px;
text-decoration:none !important;
}