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;
}

.news-title-box {
  width: 1000px;
  margin: 60px auto 0;
  position: relative;
}
.news-title-box:nth-child(1){
  margin-top: 0;
}
.more-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.news-list-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.news-list-left {
  height: 240px;
  display: flex;
  gap: 20px;
}
.news-list-item {
  position: relative;
}
.item-list-img {
  width: 285px;
  height: 210px;
}
.item-list-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
}
.item-list-title:hover {
  text-decoration: underline;
}

.news-list-right {
  flex: 1;
  min-width: 200px;
}

.right-item {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.right-item-arrow {
  margin-right: 20px;
}
.right-item-title {
  font-family: "宋体";
  color: rgb(17, 68, 119);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-item-title:hover {
  text-decoration: underline;
  color: rgb(192, 0, 0);
}
