body {
  background: #f5f5f5 url(../images/newsbg.png) no-repeat top center fixed;
}

.news-div {
  margin-top: 200px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .news-div {
    margin-top: 100px;
  }
}

.news-body {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.news-title {
  font-size: 32px;
}

.news-date {
  margin-top: 20px;
  color: #666;
}

.news-content {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding: 16px;
  overflow: hidden;
  line-height: 1.8;
}

  .news-content img {
    max-width: 100%;
    height: auto;
  }

.news-list {
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .news-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-list-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}

.news-list-header {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}

.news-list-body ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2d2;
}

  .news-list-body ul li h4 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-list-body ul li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-indent: 2em;
  }

.news-return-div {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

  .news-return-div a {
    display: block;
    background: url(/css/../images/returnbtn.png) no-repeat center;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 22px;
    color: white;
    margin: 0 auto;
    cursor: pointer;
  }
