.news {
  width: 70%;
  min-width: 100px;
  margin: 40px auto;
  padding: 36px 0;
}
.news .newsBody {
  width: 1200px;
  margin: 48px auto;
  box-shadow: 1px 5px 5px 5px #6e6e6e2d;
}
.news .newsBody .newsList {
  padding: 6 12px;
}
.news .newsBody .newsList :global .ant-pagination {
  text-align: center;
}
.news .newsItem {
  cursor: pointer;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.news .newsItem img {
  width: 180px;
  height: 100px;
  margin-right: 24px;
}
.news .newsItem img.clock {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.news .newsItem .newsText {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .newsItem .newsText .description {
  min-height: 50px;
  padding-top: 12px;
}
.news #pagination {
  text-align: center;
  margin-bottom: 24px;
}
.pdd-page-footer.news-footer .footer-item2 {
  position: relative;
}
.pdd-page-footer.news-footer .footer-item2 .icon-wechat:hover + .wechat-img {
  position: absolute;
  display: inline-block;
  width: 200px;
  left: -10px;
}
.article {
  max-width: 768px;
  margin: auto;
  background-color: #f5f5f9;
}
.article .articleWrapper {
  padding: 14px;
}
.article img {
  max-width: 100%;
}

.article a {
  color: #006DAF;
  text-decoration: underline;
}
