
/*友情链接*/
.links {
  height: 70px;
  line-height: 70px;
  background: #192B48;
  overflow: hidden;
}
.links .links-title {
  background-image: url('../images/link.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.3);
  padding-left: 46px;
  margin-right: 70px;
}
.links .links-list {
  max-width: 1000px;
}
.links .links-list a {
  font-size: 14px;
  font-weight: normal;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 35px;
  display: inline-block;
}
.links .links-list a:last-of-type {
  margin-right: 0;
}
