@charset "UTF-8";
/* 灰色背景部分 */
.list-content {
  background-color: #fff;
  /* banner */
  /* 列表的两部分内容，列表和右侧悬浮 */ }
  .list-content .banner .img {
    display: block;
    width: 100%;
    height: auto; }
  .list-content .lists-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
    /* min-height: 1680px; */
    position: relative;
    *zoom: 1;
    /* 列表 */
    /* 右侧 */ }
    .list-content .lists-wrap::before {
      display: table;
      line-height: 0;
      content: ""; }
    .list-content .lists-wrap::after {
      display: table;
      line-height: 0;
      content: "";
      clear: both; }
    .list-content .lists-wrap .lists-view {
      float: right; }
    .list-content .lists-wrap .hover-view {
      float: left;
      position: relative; }
    .list-content .lists-wrap .lists-view {
      width: 916px; }
    .list-content .lists-wrap .lists {
      width: 916px;
      height: auto;
      padding: 30px 0;
      margin-bottom: 0;
      box-sizing: border-box;
      border-bottom: 1px solid #e8e8e8;
      /* 标题 */
      /* 简介 */
      /* 类型和时间 */
      /* 标签 */
      /* 按钮 */ }
      .list-content .lists-wrap .lists:first-child {
        padding-top: 0;
        min-height: auto; }
      .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: 0px 24px 0px 0; }
      .list-content .lists-wrap .lists .infos-title {
        display: block;
        height: 28px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 12px;
        color: #191F25; }
        .list-content .lists-wrap .lists .infos-title:hover {
          color: #FF814F; }
      .list-content .lists-wrap .lists .infos-info {
        height: 40px;
        font-weight: 400;
        line-height: 20px;
        color: #5E6061;
        margin-bottom: 15px; }
      .list-content .lists-wrap .lists .infos-time {
        margin-top: 58px;
        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-bottom: 19px; }
      .list-content .lists-wrap .lists .infos-tags-tag {
        display: inline-block;
        height: 26px;
        padding: 0 8px;
        border: 1px solid #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;
        margin-bottom: 15px;
        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;
          transition: all 0.3s; }
          .list-content .lists-wrap .hover-view .lists-filter .filter-item a {
            color: #191F25; }
          .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 {
              color: #fff; }

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