.newContent {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
.newContent > .newstitle {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: -1px;
  color: #333333;
  text-align: center;
}
.newContent > .newsDate {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #666666;
  text-align: center;
}
.newsInfo {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.newsInfo > .newsInfoLeft {
  width: 76%;
}
.newsInfo > .newsInfoLeft > p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: -1px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsInfo > .newsInfoRight {
  display: block;
  margin: 0 auto 30px;
  width: 220px;
  height: 60px;
  border: 1px solid #3ccba6;
  text-align: center;
  line-height: 60px;
  color: #3ccba6;
}
