.title{
  background-color: #edf2f6;
  line-height: 90px;
  color: #222223;
  font-size: 26px;
  font-weight: 500;
  padding-left: 160px;
}
.content{
  width: 1200px;
  margin:30px auto;
  min-height: 300px;
}
.article_title{
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
}
.article_time{
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.article_content{
  margin: 20px 0;
}