body {
  background: #666;
  font-family: Tahoma, SimSun, sans-serif;
}
.top-bg {
  width: 1920px;
  margin: 0 auto;
}
.top-bg img {
  width: 100%;
}
.content {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.module-wrap {
  padding-top: 60px;
  min-height: 500px;
}
.module-top {
  margin: 0 auto;
  background: url('/images/special/m-top_1.png') no-repeat;
  background-size: 100% 100%;
  background-position-x: 80px;
  height: 160px;
  width: 1200px;
  margin-bottom: 60px;
}
.module-top a {
  color: #d7072e;
  font-size: 32px;
  font-weight: bold;
  font-family: 微软雅黑, "Microsoft YaHei";
  margin-left: 260px;
  padding-top: 60px;
  display: block;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
  padding-bottom: 50px;
}
.list-item {
  width: 280px;
  margin-bottom: 20px;
}
.list-item a {
  display: block;
}
.item-pic {
  width: 280px;
  height: 170px;
}
.item-tlt {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
