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;
}
.module-top-bg {
  margin: 0 auto;
  display: block;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding-bottom: 50px;
}
.list-item {
  width: 380px;
  height: 515px;
  padding: 30px;
  background: url('/images/special/bg_wenhua_4.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.list-item a {
  display: block;
}
.item-pic {
  width: 320px;
  height: 175px;
}
.item-tlt {
  font-size: 18px;
  font-weight: bold;
}
.item-desc{
    text-indent:2em;
    margin-top: 40px;
    display: inline-block;
}
.item-detail{
    color: rgb(192, 0, 0);
    cursor: pointer;
    display:inline-block !important;
    margin-left: 10px;
}
.item-detail:hover {
    text-decoration: underline;
}
