* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

/* 页面公共布局 */
.list-container {
    width: 100%;
}
.list-container .banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.list-container .breadcrumd {
    width: 100%;
}
.breadcrumd .breadcrumd-wrap {
    width: 1160px;
    padding: 20px 0;
    margin: 0 auto 20px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 18px;
    font-size: 16px;
    color: #666666;
    display: flex;
}
.breadcrumd-wrap span,.breadcrumd-wrap a {
    color: #666666;
    margin-right: 8px;
}
.list-container .bottom-img {
    width: 100%;
    margin-bottom: 40px;
}
.bottom-img img {
    width: 100%;
}
