@charset "utf-8";

#course-experience-detail {
  background: #fff;
  min-height: 100%;

  .content {
    width: 1140px !important;
  }

  .top {
    padding: 8px 0;
    height: 60px;
    line-height: 44px;
  }

  .center {
    background: #fff;
    padding-top: 60px;

    .content {

      .detail {
        padding-top: 60px;
      }
    }
  }
}