@charset "UTF-8";
/*定义主题橙*/
/*专家页面的面包屑  start */
.content-bread {
  margin-bottom: 20px;
  background-color: #f5f5f5; }
  .content-bread .breadcrumb {
    margin-bottom: 5px;
    border-radius: 4px; }
    .content-bread .breadcrumb li:first-child a {
      color: #FA8236;
      font-size: 1.6rem; }
    .content-bread .breadcrumb li:nth-child(2) strong {
      font-size: 2rem; }

/*专家页面的面包屑  end */
/*全部content的start*/
.content-articles {
  background-color: #fff;
  /*专家四大城市开始*/ }
  .content-articles .banner {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 2px 12px #a8a8a8;
    box-shadow: 0px 2px 12px #a8a8a8;
    margin-bottom: 40px;
    border-radius: 4px; }
    .content-articles .banner img {
      width: 100%;
      border-radius: 8px; }
  .content-articles .left-box {
    margin-bottom: 40px; }
  .content-articles .articles_items {
    margin-bottom: 50px;
    overflow: hidden; }
    .content-articles .articles_items .tabContent {
      background-color: #fff; }
      .content-articles .articles_items .tabContent .col-sm-4 {
        padding-left: 30px;
        padding-right: 30px; }
      .content-articles .articles_items .tabContent .lesson {
        transition: all .5s;
        background: #fff;
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding: 0 0 1rem;
        margin-bottom: 50px;
        width: 100%; }
        .content-articles .articles_items .tabContent .lesson .imgbox {
          width: 100%;
          height: 230px;
          overflow: hidden; }
          .content-articles .articles_items .tabContent .lesson .imgbox .img-responsive {
            transition: all .5s;
            width: 100%; }
        .content-articles .articles_items .tabContent .lesson .col-xs-12:nth-child(1) {
          padding: 0;
          margin: 0; }
        .content-articles .articles_items .tabContent .lesson .col-xs-12 {
          margin: 0.5rem auto;
          overflow: hidden; }
        .content-articles .articles_items .tabContent .lesson h4 {
          margin: 1rem auto;
          color: #333;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .content-articles .articles_items .tabContent .lesson p {
          line-height: 20px;
          max-height: 40px;
          overflow: hidden;
          margin-bottom: 0.5rem; }
        .content-articles .articles_items .tabContent .lesson span {
          color: #999; }
        .content-articles .articles_items .tabContent .lesson .glyphicon-user {
          margin-right: 4rem; }
        .content-articles .articles_items .tabContent .lesson .lprice {
          line-height: 2.8rem; }
          .content-articles .articles_items .tabContent .lesson .lprice b {
            color: #333; }
            .content-articles .articles_items .tabContent .lesson .lprice b i {
              font-style: normal;
              font-size: 1.5rem;
              color: #ff9145; }
          .content-articles .articles_items .tabContent .lesson .lprice button {
            float: right;
            background-color: #ff9145;
            border-color: #ff9145;
            color: #fff; }
          .content-articles .articles_items .tabContent .lesson .lprice button:hover {
            background-color: #f57e2c; }
      .content-articles .articles_items .tabContent .lesson:hover {
        border: 1px solid #ff9145;
        box-shadow: #ff9145; }
  .content-articles .right-box {
    background-color: #fff; }

/*全部content的end*/
@media screen and (max-width: 768px) {
  .content-bread {
    padding-top: 10px;
    padding-bottom: 10px; }
    .content-bread .breadcrumb {
      margin-bottom: 5px;
      background-color: #f5f5f5;
      border-radius: 4px; }
      .content-bread .breadcrumb li:first-child a {
        color: #FA8236;
        font-size: 1.4rem; }
      .content-bread .breadcrumb li:nth-child(2) strong {
        font-size: 1.6rem; }

  .center-block {
    margin-top: 10px; }

  /*.content-articles .tabHeader01{
    margin-top: -5px;
  }*/
  .content-articles .left-box {
    margin-top: -5px; }

  .content-articles .articles_items .tabContent .item .art-right .les-jianjie {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden; }
  .content-articles .articles_items .tabContent .item .art-right .art-title {
    margin-top: 10px;
    margin-bottom: 5px; }
    .content-articles .articles_items .tabContent .item .art-right .art-title a {
      font-size: 1.4rem; }
  .content-articles .articles_items .tabContent .item .art-right .art-mid {
    margin-top: 10px;
    font-size: 14px; }
    .content-articles .articles_items .tabContent .item .art-right .art-mid .art-author {
      font-size: 12px;
      line-height: 14px; }
    .content-articles .articles_items .tabContent .item .art-right .art-mid .art-views {
      font-size: 12px;
      line-height: 14px; } }

/*# sourceMappingURL=lesson.css.map */
