#content .art .title {
  border-bottom: 1px solid #eaeaea;
}

#content .art .title span {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #ff6637;
  line-height: 46px;
  border-bottom: 1px solid #ff6637;
}

#content .art .a-body{
  padding: 0 20px 50px;
}

#content .art .a-body .a-head .a-title{
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 25px;
  color: #333;
}

#content .art .a-body .a-head .a-date{
  padding-bottom: 30px;
  color: #adadad;
  font-size: 13px;
}

#content .art .a-body .a-content{
  padding: 20px 0 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px dashed #eee;
}