body {
  font-family: "microsoft yahei", "宋体";
  color: #333;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}
.container .position {
  height: 40px;
  font-size: 16px;
  border-bottom: 2px solid #A90B00;
}
.article {
  padding: 10px;
  margin-top: 20px;
}
.article .title { 
  width: 90%;
  font-size: 30px;
  line-height: 45px;
  color: #CB1B1D;
  word-break: break-all;
  white-space: pre-wrap;
  text-align: center;
  margin: 0 auto;
}
.article .title_expand{
  text-align: center;
  color: #666;
  padding: 10px 0;
  font-size: 14px;
}
.article .title_expand .date { 
  padding: 0 5px; 
}
.article .article_text { 
  line-height: 2em;
  min-height: 300px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "SimSun", "STHeiti Light", Arial;
  text-indent: 2em;
}