.content {
flex: 1;
}

.content .container {
  width: 1400px;
  min-height: 800px;
  margin:150px auto;

}

.content .content-title .title-area {
  font-size: 18px;
  color: #c4261d;
  margin: 10px 0 10px 0;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.content .content-title .title {
  font-size: 20px;
  padding-bottom: 6px;
  line-height: 18px;
  color: #c4261d;
  text-align: center;
  padding-top: 20px;
}

.content .content-title .time {
  background: #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  margin-top: 8px;
  color: #999;
  text-align: center;
  line-height: 18px;
}

.content .content-detail {
  padding: 20px;
  font-size: 14px;
  border-bottom: none;
  padding-bottom: 20px;
  color: #666;
  line-height: 24px;
}

/*# sourceMappingURL=content.css.map */