.setting_news {
  border-bottom: 1px solid #e5e5e5;
}
.setting_news .news_title {
  text-align: center;
  font-size: 24px;
  color: #333;
}
.setting_news .time {
  font-size: 12px;
  color: #cecece;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.setting_news .time > div {
  margin-right: 5px;
}
.setting_news .article {
  color: #666;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.setting_news .article p {
  margin-bottom: 20px;
  text-indent: 28px;
}
.setting_news .next {
  height: 122px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.setting_news .next a:hover {
  color: #0686ce;
}
