.footer_new{
  padding: 30px 0 14px;
  background-color: #2d3237;
}
.friendship_links{
  width: 100%;
  height: 30px;
}
.friendship_links a:hover{
  color: #fff;
}

.friendship_links li {
  float: left;
  margin-right: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.friendship_links li a {
  color: #999;
}

#friendshipLinks {
  width: 100%;
  height: 25px;
}

.footer_law {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background-color: #23282d;
}

.footer_law a {
  color: #999;
}

/* .sidebar-link>a::after{
  width: 150px;
  height: 120px;
  position: absolute;
  content: '';
  top: -44px;
  left: -15px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1.4s linear 0s infinite;
  -moz-animation: scale 1.4s linear 0s infinite;
  -o-animation: scale 1.4s linear 0s infinite;
  animation: scale 1.4s linear 0s infinite;
} */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} 