.ws-site-footer {
  width: 100%;
  height: 276px;
  background: #e22028;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}

.ws-site-footer .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 226px;
  color: #dbc665;
}

.ws-site-footer .footer-menu p {
  margin-bottom: 7px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #dbc665;
}

.ws-site-footer .footer-menu h5 {
  margin: 21px 0 18px 0;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #dbc665;
}

.ws-site-footer .footer-menu .footer-menu-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 431px;
  height: 174px;
  border-right: solid 1px #dbc66588;
}

.ws-site-footer .footer-menu .footer-menu-left .logo {
  height: 58px;
  width: 192px;
}

.ws-site-footer .footer-menu .footer-menu-left .footer-icon {
  height: 17px;
  margin-right: 10px;
  width: 15px;
}

.ws-site-footer .footer-menu .footer-menu-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
  color: #dbc665;
  line-height: 38px;
  margin-left: 63px;
}

.ws-site-footer .footer-menu .footer-menu-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 138px;
  color: #dbc665;
  line-height: 32px;
  margin-left: 250px;
  text-align: center;
}

.site-info {
  width: 100%;
  height: 50px;
  background: #c10008;
  line-height: 50px;
  color: #DBC665;
  font-size: 12px;
  text-align: center;
}
