body footer {
  margin-top: 0;
}
body footer .block-xhkust-footer .base {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 60px;
}
body footer .block-xhkust-footer .base > div > .footer_title {
  height: 25px;
  color: #191919;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body footer .block-xhkust-footer .base > div > .footer_title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .block-xhkust-footer .base > div > .footer_title {
    margin-top: 30px;
  }
}
body footer .block-xhkust-footer .base > div:nth-of-type(2) {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  body footer .block-xhkust-footer .base > div:nth-of-type(2) {
    margin: 0;
  }
}
body footer .block-xhkust-footer .base > div:nth-of-type(3) {
  position: relative;
  left: -225px;
  margin-left: 25%;
}
@media only screen and (max-width: 1199px) {
  body footer .block-xhkust-footer .base > div:nth-of-type(3) {
    left: inherit;
    position: inherit;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body footer .block-xhkust-footer .base {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
  }
}
body footer .block-xhkust-footer .address_content {
  height: 158px;
  width: 400px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  body footer .block-xhkust-footer .address_content {
    height: 130px;
    width: 100%;
  }
}
body footer .block-xhkust-footer .contact_content > .contact_items > i {
  height: 40px;
  width: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
}
body footer .block-xhkust-footer .contact_content > .contact_items > i:last-of-type > a {
  color: #2592ff;
}
body footer .block-xhkust-footer .quicklink_items {
  font-weight: 600;
  font-size: 16px;
  color: #2592ff;
  line-height: 30px;
}
body footer .block-xhkust-footer .quicklink_items > a {
  text-decoration: none;
}
body footer .block-xhkust-footer .quicklink_items > a:hover {
  cursor: pointer;
}
