@charset "UTF-8";
/* 灰色背景部分 */
.list-content {
  background-color: #fff;
  /* 列表的两部分内容，列表和右侧悬浮 */ }
  .list-content .lists-wrap {
    margin-top: 60px !important;
    /* 列表 */
    /* 右侧 */ }
    .list-content .lists-wrap .lists-view {
      width: 916px;
      margin-left: 0; }
    .list-content .lists-wrap .tags-info {
      height: 26px;
      line-height: 26px;
      color: #5E6061; }
      .list-content .lists-wrap .tags-info .tags-title {
        border: 1px dashed #6EE7E3;
        color: #1CDCD5;
        height: 26px;
        line-height: 24px;
        padding: 0 8px; }
    .list-content .lists-wrap .tags-tab-view {
      margin-top: 54px;
      border-bottom: 1px solid #E8E8E8;
      margin-bottom: 50px; }
      .list-content .lists-wrap .tags-tab-view .tags-tab-a {
        width: 70px;
        height: 50px;
        line-height: 22px;
        margin-right: 80px; }
        .list-content .lists-wrap .tags-tab-view .tags-tab-a.active {
          color: #1CDCD5;
          position: relative; }
          .list-content .lists-wrap .tags-tab-view .tags-tab-a.active::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 4px;
            background-color: #1CDCD5; }
        .list-content .lists-wrap .tags-tab-view .tags-tab-a:hover {
          color: #1CDCD5; }
    .list-content .lists-wrap .lists {
      width: 916px;
      height: 158px;
      min-height: 158px;
      padding: 0 0 30px 0;
      box-sizing: content-box;
      border-bottom: 1px solid #e8e8e8;
      /* 标题 */
      /* 简介 */
      /* 类型和时间 */
      /* 标签 */
      /* 按钮 */ }
      .list-content .lists-wrap .lists:first-child {
        padding-top: 0; }
      .list-content .lists-wrap .lists:last-child {
        border: none; }
      .list-content .lists-wrap .lists .box {
        width: 916px;
        height: 158px;
        background-color: #fff; }
      .list-content .lists-wrap .lists .list-left {
        width: 283px;
        height: 158px;
        margin-right: 24px; }
      .list-content .lists-wrap .lists .list-img {
        width: 283px;
        height: 158px; }
      .list-content .lists-wrap .lists .list-right {
        width: 608px;
        height: 158px;
        padding: 0 24px 0 0; }
      .list-content .lists-wrap .lists .infos-title {
        display: block;
        height: 28px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 10px; }
      .list-content .lists-wrap .lists .infos-info {
        height: 40px;
        font-weight: 400;
        line-height: 20px;
        color: #8b8b8b;
        margin-bottom: 15px; }
      .list-content .lists-wrap .lists .infos-time {
        height: 16px;
        line-height: 16px;
        color: #8b8b8b; }
        .list-content .lists-wrap .lists .infos-time .info-type {
          margin-right: 10px; }
      .list-content .lists-wrap .lists .infos-tags {
        margin-top: 18px; }
      .list-content .lists-wrap .lists .infos-tags-tag {
        display: inline-block;
        height: 26px;
        padding: 0 8px;
        border: 1px dashed #1cdcd5;
        line-height: 24px;
        color: #1cdcd5;
        margin-right: 5px; }
        .list-content .lists-wrap .lists .infos-tags-tag:last-child {
          margin-right: 0; }
        .list-content .lists-wrap .lists .infos-tags-tag a {
          color: #1cdcd5; }
      .list-content .lists-wrap .lists .infos-btn {
        display: block;
        text-align: center;
        width: 140px;
        height: 44px;
        line-height: 44px;
        background: #1cdcd5;
        border-radius: 2px;
        font-weight: 400; }
        .list-content .lists-wrap .lists .infos-btn:hover {
          color: #fff;
          opacity: 0.7; }
    .list-content .lists-wrap .hover-view {
      width: 260px;
      /* 列表上面的筛选条件 年级 科目 */ }
      .list-content .lists-wrap .hover-view .lists-filter {
        padding: 0;
        background-color: #f8f8f8; }
        .list-content .lists-wrap .hover-view .lists-filter .filter-item {
          display: block;
          width: 260px;
          height: 60px;
          line-height: 60px;
          text-align: center;
          cursor: pointer; }
          .list-content .lists-wrap .hover-view .lists-filter .filter-item.active {
            background-color: #1cdcd5;
            color: #fff; }
            .list-content .lists-wrap .hover-view .lists-filter .filter-item.active a {
              background-color: #1cdcd5;
              color: #fff; }
          .list-content .lists-wrap .hover-view .lists-filter .filter-item:hover {
            background-color: #1cdcd5;
            color: #fff; }
            .list-content .lists-wrap .hover-view .lists-filter .filter-item:hover a {
              background-color: #1cdcd5;
              color: #fff; }

/*# sourceMappingURL=tags.css.map */
