.main-body {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f1f4f9 0%, #ffffff 100%); }

.news-detail {
  padding-bottom: 60px; }

.position {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px; }
  .position .position-nav {
    display: flex;
    align-items: center;
    color: #222227; }
    .position .position-nav a {
      color: inherit; }
  .position img {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.detail {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
  min-height: calc(100vh - 100px - 60px - 410px); }
  .detail .content {
    width: 80%;
    margin: 0 auto; }
    .detail .content .title {
      font-size: 32px;
      color: #174086;
      text-align: center;
      line-height: 41px; }
    .detail .content .source {
      color: #bec2c8;
      margin-top: 15px;
      font-size: 16px;
      text-align: center; }
    .detail .content .hr {
      height: 1px;
      background: #c1cde2;
      margin-top: 10px; }
    .detail .content .text {
      margin-top: 40px; }

.leaf-through .previous,
.leaf-through .next {
  margin-top: 20px;
  display: flex;
  align-items: center; }
  .leaf-through .previous span,
  .leaf-through .next span {
    color: #222227;
    font-size: 16px;
    font-weight: bold; }
  .leaf-through .previous a,
  .leaf-through .next a {
    font-size: 16px;
    color: #A1A5AB; }
    .leaf-through .previous a:hover,
    .leaf-through .next a:hover {
      text-decoration: underline; }
