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: 70px;
  margin-top: 20px;
  padding-bottom: 50px;
  
}
.list-item {
  width: 565px;
  height: 125px;
  box-sizing: border-box;
  margin-bottom: -20px;
}
.list-item h4{
    font-family: 微软雅黑, &quot;Microsoft YaHei&quot;margin:0; 
    font-size:16px;line-height: 22px;
    white-space: nowrap;text-overflow:ellipsis;margin-bottom: 15px;
    font-weight: bold;
    color: #2b2b2b; font-size:16px; 
    font-weight: 500;height: 24px;overflow: hidden;
}
.list-item a {
  display: block;
}
.item-pic {
  width: 170px;height: 115px;float:left; display:inline; margin:3px 30px 0 0;
}
.item-tlt {
  font-size: 18px;
  font-weight: bold;
}
.item-desc{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 微软雅黑, &quot;Microsoft YaHei&quot;margin:0; text-indent:1em; font-size: 14px;text-indent: 2em;line-height: 28px;height: 84px;overflow: hidden;
    
}
.item-detail{
    color: #1e8d4c;
    cursor: pointer;
    display:inline !important;
}
.item-detail:hover {
    text-decoration: underline;
}
