#new_footer {
  width: 100%;
  background-color: #36393B;
  font-family: MicrosoftYaHei;
}
#new_footer .new_footer_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}
#new_footer .new_footer_content > p {
  padding: 10px 0;
}
#new_footer .new_footer_content .content-container {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#new_footer .new_footer_content .logo-container {
  float: left;
  margin-right: 40px;
}
#new_footer .new_footer_content .logo-container i {
  font-size: 80px;
  color: #3B85F6;
}
#new_footer .new_footer_content .footer-list {
  float: left;
  margin-left: 47px;
  width: 226px;
  margin-top: 15px;
}
#new_footer .new_footer_content .footer-list dt {
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
}
#new_footer .new_footer_content .footer-list dt .line_between {
  width: 20px;
  height: 2px;
  background: #1888ff;
  margin-top: 13px;
}
#new_footer .new_footer_content .footer-list dd {
  line-height: 20px;
  margin-top: 10px;
  color: #999;
}
#new_footer .new_footer_content .footer-list dd span {
  display: inline-block;
  vertical-align: top;
}
#new_footer .new_footer_content .footer-list dd a {
  cursor: pointer;
  color: #999;
}
#new_footer .footer-link {
  font-size: 14px;
  margin-bottom: 30px;
}
#new_footer .footer-link #friendlyLink div {
  display: inline-block;
  vertical-align: top;
}
#new_footer .footer-link span {
  margin-right: 5px;
  color: #fff;
  font-size: 18px;
}
#new_footer .footer-link a {
  color: #999;
  border-left: 2px solid #999;
  padding: 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#new_footer .footer-link a:nth-child(1) {
  border-left: 2px solid #1888FF;
}
#new_footer .footer-bottom {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: PingFang-SC-Regular;
  line-height: 40px;
  height: 40px;
  background-color: #303030;
}
#new_footer .footer-bottom a {
  color: #fff;
}
#new_footer .footer-bottom .hover-a:hover {
  color: #006DF6;
}
/*# sourceMappingURL=footer.css.map */