.container {
  background-color: #f5f5f5;
}

.newslist li {
  position: relative;
  height: 144px;
  padding: 30px 0 30px 270px;
  border-top: 1px solid #dadada;
}
.newslist li:first-child {
  border-top: 0;
}
.newslist .img {
  position: absolute;
  left: 0;
  top: 30px;
  width: 250px;
  height: 144px;
  overflow: hidden;
  background: url("../images/news-img.jpg") 0 0 no-repeat;
}
.newslist .img img {
  width: 100%;
}
.newslist .tit {
  font-size: 22px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.newslist .desc {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.newslist .date {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #999;
}

.newscont {
  width: 1200px;
  padding: 40px 70px;
  box-sizing: border-box;
  margin: 50px auto;
  background-color: #fff;
}
.newscont .newstit {
  position: relative;
  margin-bottom: 40px;
}
.newscont .newstit h2 {
  color: #333;
  font-size: 22px;
  line-height: 1;
}
.newscont .newstit span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.newscont .newstext {
  overflow: hidden;
}
.newscont .newstext img {
  max-width: 100%;
}/*# sourceMappingURL=index.css.map */