@charset "UTF-8";
/*定义主题橙*/
/*专家页面的面包屑  start */
.content-bread {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px; }
  .content-bread .breadcrumb {
    margin-bottom: 5px; }
    .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: #f1f1f1;
  /*专家四大城市开始*/
  /*.tabHeader01 {
    margin-top: 20px;
    #tab01 {
      overflow: hidden;
      zoom: 1;
      border-bottom: 1px solid #ededed;
      li {
        float: left;
        color: #000;
        height: 36px;
        cursor: pointer;
        line-height: 36px;
        list-style-type: none;
        padding: 0 25px;
        //border-radius: 15px;
        font-size: 16px;
        margin: 0 10px;
        background-color: #fff;
        margin-bottom: 1rem;

      }
      li:hover {
        color: $orange;
      }
      .current-li {
        //color: #fff;
        //background: #FA8236;
        color: $orange;
        //border-bottom: 2px solid $orange;
      }
    }
  }*/ }
  .content-articles .left-box {
    margin-bottom: 40px; }
  .content-articles .articles_items {
    margin-bottom: 50px;
    overflow: hidden;
    /*.tabHeader02 {
      #tab02 {
        margin-top: 2rem;
        overflow: hidden;
        border-bottom: 1px solid #ededed;
        .current-li {
          //color: #fff;
          //background: #FA8236;
          color: $orange;
        }
        li {
          float: left;
          color: #000;
          height: 40px;
          cursor: pointer;
          line-height: 40px;
          list-style-type: none;
          padding: 0 34px;
          margin-right: 16px;
          //border-radius: 15px;
          font-size: 16px;

        }
        li:hover {
          color: $orange;
        }
        .current-li {
          //color: #fff;
          //background: #FA8236;
          color: $orange;
          background-color: #fff;
          //border-bottom: 2px solid $orange;
        }
      }
    }*/ }
    .content-articles .articles_items .tabContent {
      background-color: #fff; }
      .content-articles .articles_items .tabContent .item {
        margin-top: 20px;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0dede; }
        .content-articles .articles_items .tabContent .item .art-img img {
          transition: all .3s ease;
          -moz-transition: all .3s ease;
          -o-transition: all .3s ease;
          -webkit-transition: all .3s ease; }
        .content-articles .articles_items .tabContent .item .art-img:hover img {
          -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
          transform: scale(1.1); }
        .content-articles .articles_items .tabContent .item .art-right .les-jianjie {
          line-height: 20px;
          max-height: 60px;
          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 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            white-space: nowrap;
            font-size: 1.6rem;
            font-weight: 700; }
        .content-articles .articles_items .tabContent .item .art-right .art-mid {
          overflow: hidden;
          margin-top: 15px;
          font-size: 14px; }
          .content-articles .articles_items .tabContent .item .art-right .art-mid .art-author {
            float: right;
            line-height: 16px;
            padding-right: 15px; }
          .content-articles .articles_items .tabContent .item .art-right .art-mid .art-views {
            float: right;
            line-height: 16px; }
  .content-articles .right-box {
    background-color: #fff;
    /*.right-ad {
      margin-top: 20px;
    }*/ }

/*全部content的end*/
@media screen and (max-width: 768px) {
  .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 */
