.m-container {
  width: 1200px;
  margin: 0 auto;
}
body {
  background: #f5f7fa;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #184fe0;
}
#searchImg {
  cursor: pointer;
}
i {
  font-style: normal;
}
.site-footer .m-container .center p a {
  color: #fff;
}
.m-nav .active a {
  color: #fff;
}

.content .right .list li a {
  width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-link:visited {
  color: #0d6efd;
}
.page-link {
  height: 100%;
}
