div,
ul,
ol,
li,
nav,
p,
h2,
h4,
h3,
dl,
dt,
dd,
a,
span {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial, 'MicrosoftYaHei';
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
ul,
ol {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  color: #333;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
.mainsVw {
  width: 100%;
}
.container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.eliminate:after {
  content: "";
  display: block;
  clear: both;
}
.over {
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
}
.overs {
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.l {
  float: left;
}
.r {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=rest.css.map */