@charset "utf-8";
body {
  background: #f6f6f6;
}
.list {
  margin-top: 36px;
}
.list li {
  padding: 24px 97px 22px 24px;
  background: #ffffff;
  margin-bottom: 24px;
}
.list li img {
  width: 222px;
  height: 165px;
  display: block;
  margin-right: 22px;
}
.list li .info {
  width: 835px;
  max-height: 165px;
  position: relative;
}
.list li .info p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  line-height: 48px;
}
.list li .info .brief,
.list li .info .time {
  display:block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.list li .info .time {
  /*position: absolute;
  left: 0;
  bottom: 0;*/
}
.list li.wutu .info {
  width: 1080px;
}

.footer{
  margin-top: 30px;
}