.article {
  padding: 0 41px;
}
.article .title {
  text-align: center;
  color: #222;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.article h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.article h4:before {
  content: '—';
  color: #BBB;
  margin-right: 7px;
}
.article .user-desc-list {
  padding: 0 26px;
  border-right: 1px dashed #C4C4C4;
  margin-bottom: 42px;
}
.article .user-desc {
  border-left: 1px dashed #C4C4C4;
  padding: 9px 22px;
  color: #222;
}
.article .user-desc label {
  color: #888;
  display: block;
  margin-bottom: 3px;
}
.article .user-desc label .fa {
  color: #C4C4C4;
  line-height: inherit;
}
.article p {
  text-indent: 2em;
  line-height: 2.4;
  padding: 0 26px;
}
.article .desc {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 35px;
}
.pager {
  padding: 30px 65px;
}
.pager-item {
  border: 1px solid #E6E6E6;
  width: 47%;
  height: 56px;
  padding: 14px 3px;
}
.pager-item-prev {
  text-align: left;
}
.pager-item-next {
  text-align: right;
}
.pager-item-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 12px;
  color: #666;
  transition: all 0.3s ease;
}
.pager-item-label {
  color: #999;
}
.pager-item-prev .pager-item-label:after,
.pager-item-next .pager-item-label:before {
  content: '|';
  margin: 0 1em;
}
.pager-item:hover .pager-item-icon {
  color: #009944;
  background-color: rgba(0, 153, 68, 0.05);
}
