/* Footer — aligned with 河南省教育科研网 主站 */
.footer {
  background: #232e39;
  color: #fff;
  padding: 40px 0 28px;
  font-size: 16px;
}

.footer-container {
  margin-bottom: 0;
  row-gap: 32px;
}

.footer-left {
  margin-bottom: 0;
  padding-left: 100px;
}

.footer-about {
  padding-right: 60px;
}

.footer-heading {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}

.footer-contact-info {
  margin-bottom: 8px;
  color: #a5acba;
}

.footer-contact-info-last {
  margin-bottom: 18px;
  color: #a5acba;
}

.footer-about-text {
  color: #a5acba;
  line-height: 1.8;
  margin: 0;
}

.footer-about-text a {
  color: #9cc2ff;
  text-decoration: none;
}

.footer-about-text a:hover {
  color: #437EF7;
  text-decoration: underline;
}

.footer-logo-container {
  margin-top: 12px;
  margin-bottom: 0;
}

.footer-logo {
  height: 38px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding: 20px 0;
  font-size: 14px;
  color: #a5acba;
}

.footer-bottom-text {
  text-align: center;
  margin: 0;
}

.footer-bottom-text a { color: #a5acba; }
.footer-bottom-text a:hover { color: #0A77FF; }

footer a:hover { text-decoration: none !important; }

/* Responsive */
@media (max-width: 991px) {
  .footer-left {
    padding-left: 24px !important;
  }
  .footer-about {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 576px) {
  .footer { font-size: 14px !important; }
  .footer-left,
  .footer-about {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
