.news {
  padding: 20px 0;
}
.news .newslist ul li {
  position: relative;
  height: 60px;
  line-height: 60px;
  /*background: url(../images/bg_li.png) no-repeat 0px center;*/
  padding-left: 25px;
  border-bottom: 1px dashed #e1dfdf;
}
.news .newslist ul li span {
  position: absolute;
  right: 0;
  color: #909399;
}
.news .detail .title {
  padding: 30px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.news .detail .title h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .detail .content {
  padding: 30px 0;
  line-height: 1.8em;
}
.news .detail .content img {
  max-width: 100%;
}
