body {
  background: #666;
  font-family: Tahoma, SimSun, sans-serif;
}
.top-bg {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.top-bg img {
  /* width: 100%; */
  margin: 0 auto;
  display: block;
}
.content {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.module-wrap {
  padding-top: 60px;
}
.module-top-bg {
  margin: 0 auto;
  display: block;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.list-item {
  width: 380px;
  height: 515px;
  padding: 30px;
  background: url('/images/special/bg_wenhua_3.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.list-item a {
  display: block;
}
.item-detail {
    color: rgb(192, 0, 0);
    cursor: pointer;
    display: inline-block !important;
    margin-left: 10px;
}
.item-pic {
  width: 320px;
  height: 175px;
}
.item-tlt {
  font-size: 18px;
  font-weight: bold;
}
.text-wrap {
  font-size: 24px;
  font-family: 微软雅黑, Microsoft YaHei;
}
.text-wrap .text-title{
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
}
.text-wrap .text-content {
  color: #000;
}
