/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.m-bl-wrap {
  margin-bottom: 0;
}
.m-news-item .desc {
  padding-bottom: 30px;
  margin-bottom: 36px;
}
.m-pager {
  margin-bottom: 50px;
  text-align: center;
}
.m-pager a {
  display: inline-block;
  margin: 0 3px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ededed;
}
.m-pager a.pger-current {
  color: #fff;
  background-color: #693292;
  border-color: #693292;
}
.m-pager .pre,
.m-pager .pger-next {
  padding: 0 10px;
  width: auto;
}
