content.less 771 Bytes
.content-section {
  width: 1140px;
  margin: 0 auto;
  .left-aside {
    width: 260px;
    float: left;
    a {
      font-size: 20px;
      line-height: 30px;
      display: block;
      padding-left: 15px;
      border-left: 5px solid transparent;
      color: #888;
      margin-bottom: 30px;
    }
    .current {
      border-left: 5px solid #F6A623;
      color: #F6A623;
    }
  }

  .main-content {
    float: right;
    width: 840px;
    color: #4A4A4A;
    padding-bottom: 160px;
    h1 {
      font-size: 24px;
      line-height: 38px;
    }
    .tc {
      text-align: center;
    }

    .title-plus {
      color: #9B9B9B;
    }

    .pure-content {
      p {
        margin-top: 26px;
        font-size: 18px;
        line-height: 26px;
      }
    }
  }
}