@charset "UTF-8";

/***************公共样式**************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  font-family: Microsoft YaHei;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
div,ul,li{
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

img {
  border: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
}

.view-more {
  display: inline;
  text-align: end;
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
  line-height: 20px;
}

.lanmu-more {
  padding-right: 30px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666666;

  &::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: block;
    content: '';
    width: 11px;
    height: 12px;
    background: url('../img/lanmu-more-logo.png');
    background-size: 100% 100%;
  }
}
.ellipsis{
       text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
}