@charset "UTF-8";
/* 灰色背景部分 */
.list-content {
  background-color: #f5f6f6;
  /* banner */
  /* 列表的两部分内容，列表和右侧悬浮 */ }
  .list-content .banner .img {
    display: block;
    width: 100%;
    height: auto; }
  .list-content .main {
    margin-top: 50px; }
  .list-content .lists-wrap {
    margin-top: 24px;
    margin-bottom: 40px;
    /* min-height: 1680px; */
    position: relative;
    /* 列表 */ }
    .list-content .lists-wrap .lists {
      width: 928px;
      height: 158px;
      min-height: 158px;
      /* 标题 */
      /* 简介 */
      /* 类型和时间 */
      /* 标签 */
      /* 按钮 */ }
      .list-content .lists-wrap .lists .box {
        width: 928px;
        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: 14px 24px 14px 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 {
        margin-top: 36px;
        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; }

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