a {
  color: #333333;
  text-decoration: none;
}

a:focus, a:hover {
  color: #b70000;
}

a:hover p {
  color: #b70000;
}

/* foot */

.foot {
  font: 12px/1.75 '瀹嬩綋', 'Arial', sans-serif;
  margin: 3% auto 0;
  padding-bottom: 10%;
  color: #333;
  text-align: center;
}

.foot a {
  color: #333;
}

.footerTop {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #fafafa;
  border-top: 2px solid #a70a0a;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.footerTop a {
  margin: 0 8px;
}

.footerM {
  margin: 20px 100px 0;
  text-align: center;
}

.footerL, .footerM, .footerR {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.footerL, .footerR {
  margin: 0 10px;
}

