.news {
  background: #fff;
  margin-bottom: 10px
}
.news ul {
  padding: 20px
}
.news ul li {
  padding: 10px 0;
  border-bottom: dashed 1px #ddd
}
.news li i {
  display: block;
  overflow: hidden;
  max-height: 150px;
  flex: 1.5;
  margin-left: 15px;
}
.news li dl {
  flex: 3;
}
.news li dt {
  line-height: 40px;
  height: 40px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #555;
  overflow: hidden
}
.news li dd {
  line-height: 20px;
  height: 40px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  overflow: hidden;
  color: #888
}
@media(max-width:750px) {}