a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

.footer {
  height: 350px;
  background-color: black;
  padding-top: 50px;
  margin-top: 100px;
}

.footer .info .school {
  height: 200px;
  width: 465px;
  float: left;
}

.footer .info .contact {
  height: 200px;
  width: 465px;
  float: left;
}

.footer .info h3 {
  font: 20px bitter;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.footer .info p {
  font: 14px Adobe 黑体 Std;
  color: gray;
}

.footer .info p img {
  padding-top: 6px;
  width: 16px;
  padding-right: 10px;
}

.footer .info p:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer .copyright {
  margin-top: 70px;
  border-top: 1px solid gray;
  padding-top: 25px;
  font: 13px lato;
  color: gray;
}

