#footer {
  margin-top: 20px;
}
#footer .top {
  background: #0353a4;
  color: #b9d6f2;
  padding: 30px;
}
#footer .top .list dl {
  float: left;
  margin-bottom: 0;
  width: 200px;
}
#footer .top .list dl dt {
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#footer .top .list dl dd {
  padding: 5px 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer .top .list dl dd a {
  font-size: 14px;
}
#footer .top .list dl dd a:hover {
  color: #ffffff;
}
#footer .top .code {
  width: 400px;
  float: left;
  overflow: hidden;
  padding: 30px;
  margin-top: -20px;
}
#footer .top .code .item {
  width: 50%;
  float: left;
}
#footer .top .code .item .img {
  width: 85px;
  height: 85px;
  transition: all 0.3s ease-in-out;
}
#footer .top .code .item .img:hover {
  transform: scale(1.3);
}
#footer .top .code .item h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0 10px;
}
#footer .top .code .item p {
  margin: 0;
  font-size: 14px;
  color: #b9d6f2;
  line-height: 1;
}
#footer .bottom {
  background: #303030;
  padding: 15px;
  text-align: center;
}
#footer .bottom p {
  color: #909090;
  line-height: 2.2;
  font-size: 12px;
}
#footer .bottom p i {
  margin-left: 20px;
}
#footer .bottom p a {
  margin: 0 30px;
}
#footer .bottom img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
