.body .article-wraper .current {
    margin: 0 0 15px;
  }
  
  .body .article-wraper .content > .flex-between {
    align-items: flex-start;
  }
  
  .body .article-wraper .left {
    width: 100%;
    background: #fff;
    padding: 13px 0 0;
    margin-bottom: 105px;
  }
  
  .body .article-wraper .left .article-title,
  .body .article-wraper .left .article-content,
  .body .article-wraper .left .relevant-wraper {
    padding: 0 25px 25px 25px;
  }
  
  .body .article-wraper .left .article-title {
    flex-direction: column;
    position: relative;
  }
  
  .body .article-wraper .left .article-title::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #ccc;
    left: 25px;
    right: 25px;
    bottom: 20px;
  }
  
  .body .article-wraper .left .article-title h2 {
    font-size: 24px;
  }
  
  .body .article-wraper .left .article-title .source {
    margin: 15px 0;
  }
  
  .body .article-wraper .left .article-title .source span {
    margin-right: 20px;
  }
  
  .body .article-wraper .left .article-title .source span:last-child {
    margin-right: 0;
  }
  
  .body .article-wraper .left .article-content {
    flex-direction: column;
  }
  
  .body .article-wraper .left .article-list .article-item {
    height: 40px;
    border-bottom: 1px dashed #999;
  }
  .body .article-wraper .left .article-list .article-item a {
    line-height: 40px;
  }
  
  .body .article-wraper .left .article-list .article-item a p {
    font-size: 13px;
  }
  .body .article-wraper .left .pagination {
    margin-top: 10px;
  }
    /* .body .article-wraper .left .pagination li {
    margin-right: 10px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #c2c2c2;
    margin-left: 10px;
    cursor: pointer;
  }
  .body .article-wraper .left .pagination li {
    margin-right: 10px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #c2c2c2;
    margin-left: 10px;
    cursor: pointer;
  }
  .body .article-wraper .left .pagination li.active {
    background: #00a0e9;
    color: #fff;
  }
  .body .article-wraper .left .pagination li:last-child{
    margin-right: 0;
  } */
  .body .article-wraper .left .pages {
    height: 115px;
    padding: 30px 50px;
    flex-direction: column;
    background: #dedede;
  }
  
  .body .article-wraper .left .relevant-wraper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  
  .body .article-wraper .left .relevant-wraper h4 {
    width: 175px;
    height: 48px;
    font-size: 22px;
    color: #fff;
    background: #1e86dc;
    position: relative;
  }
  
  .body .article-wraper .left .relevant-wraper h4::after {
    content: '';
    width: 785px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .body .article-wraper .left .relevant-wraper ul {
    margin-top: 20px;
  }
  
  .body .article-wraper .left .relevant-wraper ul li {
    line-height: 32px;
  }