content.less 1.72 KB
.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;
      }
    }
  }
  .core-img {
    position: relative;
    margin-bottom: 80px;
    .reserve-link {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 133px;
      height: 40px;
      line-height: 36px;
      font-size: 20px;
      border-radius: 20px;
      border: 1px solid #fff;
      color: #fff;
      margin: -20px 0 0 -62px;
      text-align: center;
      &:hover {
        background: #93cc4a;
      }
    }

    .squ {
      width: 241px;
      height: 130px;
      background: #F6A623;
      color: #fff;
      position: absolute;
      left: -60px;
      bottom: -50px;
      .ico {
        height: 31px;
        font-size: 20px;
        line-height: 31px;
        background: url(../img/icon_arraw_white.png) no-repeat left 50%;
        padding-left: 30px;
        margin-left: 65px;
        margin-top: 34px;
      }
      .txt {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: 6px;
        opacity: 0.8;
      }
    }
  }

}