/* 页脚 */

.footer {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  padding: 40px 0;
  background: #363636;
}

div#footer-bj {
  font-size: 14px;
  text-align: center;
}

.nav-org {
  margin-bottom: 28px;
}

.nav-org li {
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #999;
      color: #fff;
  cursor: pointer
}
.nav-org li a{
 color: #fff;
  
}

.nav-org li:last-child {
  border-right: none
}

.nav-org li:hover {
  color: #338AFD;
}

#footer-bj p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.police {
  background: url('../../images/police.png') no-repeat 0px 0px;
  padding-left: 23px;
  margin-left: 5px;
  color: #fff;
}