html,body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.news-heade {
  background: url(../images/news-nav.png) no-repeat;
  background-size: 100% 100%;
}

.news-header {
  border-bottom: 1px solid #000;
}

.news-box {
  border-bottom: 1px solid #CCCCCC;
}

.news-title {
  font-size: 22px;
  color: #3FB1CF;
}

.news-day {
  font-size: 12px;
  color: #606266;
}

.news-content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #606266;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-footer {
  background: url(../images/bottom.png) no-repeat 100%/100%;
  background-color: #000000;
}