@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #f8f9fc;
}
body a:hover {
  color: #0c5abb !important;
}
.container {
  margin-top: 22px;
  overflow: hidden;
}
.content {
  margin-top: 14px;
}
.container-white {
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e8ee;
}
.footer {
  margin-top: 30px;
}
.footer .footer-hd {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  overflow: hidden;
}
.footer .footer-hd .layout {
  overflow: hidden;
}
.footer-link {
  overflow: hidden;
}
.footer-link .links {
  margin-top: 37px;
  float: left;
}
.footer-link .links h4 {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-weight: bold;
}
.footer-link .links p {
  overflow: hidden;
}
.footer-link .links p a {
  display: inline-block;
  font-size: 14px;
  color: #757575;
  line-height: 22px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.footer .footer-ft {
  width: 100%;
  background-color: #383838;
  overflow: hidden;
}
.footer .footer-ft .footer-icp {
  text-align: center;
  padding: 14px 0 10px;
}
.footer .footer-ft .info-wrap span,
.footer .footer-ft .info-wrap a {
  font-size: 12px;
  line-height: 19px;
  color: #E6E6E6;
  display: inline-block;
  margin-right: 5px;
}
.footer .footer-ft .info-wrap a:hover {
  color: #E6E6E6!important;
}
