/*======================
  Footer CSS（从 style.css 拆分）
========================*/

.footer {
  background: #151529;
  color: #fff;
}
.footer .footer-top {
  padding: 70px 0px;
}
.footer .single-footer {
  margin-top: 30px;
}
.footer .single-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-left: 4px solid #0657cf;
  padding-left: 10px;
}
/* 页脚关于我们 */
.footer .f-about .logo {
  margin-bottom: 16px;
}
.footer .f-about .text {
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
}
.footer .logo img {
  max-height: 60px;
}
.footer .single-footer.f-about .btn {
  color: #333;
  background: #fff;
  padding: 10px 37px;
}
.footer .single-footer.f-about .btn:hover {
  color: #fff;
}
.footer .single-footer.f-about .btn:before {
  background: #0657cf;
}
/* 最新动态 */
.footer .latest-news {
}
.footer .single-news {
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer .single-news:last-child {
  margin-bottom: 0px;
}
.footer .single-news img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
}
.footer .single-news h4 {
  font-size: 15px;
  line-height: 23px;
}
.footer .single-news h4 a {
  color: #fff;
  font-weight: 400;
}
.footer .single-news h4 a:hover {
  color: #fff;
}
.footer .single-news .date {
  color: #fff;
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.footer .single-news .date i {
  margin-right: 5px;
  color: #fff;
}
/* 联系我们 */
.footer .single-contact {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer .single-contact:last-child {
  margin-bottom: 0px;
}
.footer .single-contact i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer .f-contact p {
  color: #fff;
}
.footer .f-contact p a {
  color: #fff;
  font-weight: 400;
}
.footer .f-contact p a:hover {
  color: #fff;
}
/* 社交链接 */
.footer .social {
  margin-top: 20px;
}
.footer .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social li:last-child {
  margin-right: 0px;
}
.footer .social li a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  font-size: 14px;
}
.footer .social li a:hover {
  background: #0657cf;
  border-color: #0657cf;
  color: #fff;
}
/* 版权信息 */
.footer .copyright {
  background: transparent;
  position: relative;
  text-align: center;
}
.footer .copyright-content {
  padding: 20px 0;
  border-top: 1px solid #eeeeee3d;
}
.footer .copyright-content p {
  color: #fff;
}
.footer .copyright-content p i {
  margin-right: 5px;
}
.footer .copyright-content p a {
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  margin-left: 4px;
  text-decoration: underline;
}
.footer .copyright-content p a:hover {
  color: #fff;
}

