﻿
body {
  /*background: #f2f2f2;
  color: #787878;*/ }

.news-list-wrap {
  width: 100%; }
  .news-list-wrap .tag-box {
    width: 100%;
    margin-top: 40px; }
    .news-list-wrap .tag-box p {
      width: 50px;
      font-size: 18px;
      height: 33px;
      line-height: 33px;
      /* font-weight: bold;*/
      color: #717171; }
    .news-list-wrap .tag-box ul {
      width: 1050px; }
    .news-list-wrap .tag-box p, .news-list-wrap .tag-box ul {
      float: left; }
    .news-list-wrap .tag-box ul li {
      float: left;
      padding: 6px 15px;
      border: 1px solid #d9d9d9;
      box-sizing: border-box;
      display: inline-block;
      background: #fff;
      margin: 0 10px 10px 0;
      border-radius: 1px; }
      .news-list-wrap .tag-box ul li a {
        color: #969696; }
      .news-list-wrap .tag-box ul li.active {
        background: #2EAFFF;
        border: 1px solid #2EAFFF; }
        .news-list-wrap .tag-box ul li.active a {
          color: #fff; }
  .news-list-wrap .list-title {
    width: 250px;
    height: 130px;
    margin: 80px auto 50px;
    position: relative;
    text-align: center; }
    .news-list-wrap .list-title p {
      font-size: 28px;
      color: #969696;
      margin: 10px 0 30px 0; }
    .news-list-wrap .list-title:before {
      content: '';
      width: 180px;
      height: 1px;
      background: #e9e9e9;
      position: absolute;
      bottom: 3px;
      left: 35px; }
    .news-list-wrap .list-title:after {
      content: '';
      width: 40px;
      height: 6px;
      background: #2EAFFF;
      position: absolute;
      bottom: 0;
      left: 105px; }
  .news-list-wrap .list-tap {
    margin: 0 auto 50px;
    width: 490px;
    text-align: center; }
    .news-list-wrap .list-tap li {
      float: left;
      width: 220px;
      height: 50px;
      font-size: 20px;
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      color: #969696;
      border: 1px solid #d9d9d9;
      box-sizing: border-box;
      cursor: pointer; }
      .news-list-wrap .list-tap li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #969696; }
      .news-list-wrap .list-tap li:hover, .news-list-wrap .list-tap li.active {
        background: #2EAFFF;
        border: 1px solid #2EAFFF; }
        .news-list-wrap .list-tap li:hover a, .news-list-wrap .list-tap li.active a {
          color: #fff; }
      .news-list-wrap .list-tap li:not(:last-child) {
        margin-right: 40px; }
  .news-list-wrap .list {
    width: 100%;
    height: 1300px; }
    .news-list-wrap .list > li {
      width: 100%;
      height: 260px;
      padding: 45px 50px 45px 0;
      border-bottom: 1px dashed #e9e9e9;
      box-sizing: border-box; }
      .news-list-wrap .list > li > a {
        display: block;
        width: 100%;
        height: 100%; }
        .news-list-wrap .list > li > a > div {
          float: left; }
      .news-list-wrap .list > li .list-img {
        width: 270px;
        height: 170px;
        overflow: hidden;
        margin-right: 30px; }
        .news-list-wrap .list > li .list-img > img {
          display: block;
          width: 100%;
          transition: all 1s;
          -moz-transition: all 1s;
          -webkit-transition: all 1s;
          -o-transition: all 1s; }
          .news-list-wrap .list > li .list-img > img:hover {
            transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1); }
      .news-list-wrap .list > li .list-info {
        width: 750px;
        height: 170px;
        line-height: 1.5;
        position: relative; }
        .news-list-wrap .list > li .list-info .news-title {
          font-size: 18px;
          color: #646464;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .news-list-wrap .list > li .list-info .news-time {
          color: #aaaaaa;
          margin-bottom: 5px; }
        .news-list-wrap .list > li .list-info .team-tag {
          width: 100%;
          margin-bottom: 10px; }
          .news-list-wrap .list > li .list-info .team-tag .tag {
            font-size: 10px;
            color: #aaa;
            border: 1px solid #d9d9d9;
            padding: 3px 6px;
            float: left; }
            .news-list-wrap .list > li .list-info .team-tag .tag:not(:last-child) {
              margin-right: 10px; }
        .news-list-wrap .list > li .list-info .news-brief {
          font-size: 14px;
          color: #969696;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .news-list-wrap .list > li .list-info .more {
          width: 110px;
          height: 26px;
          text-align: center;
          line-height: 26px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #2EAFFF;
          color: #fff;
          border-radius: 50px;
          box-sizing: border-box; }
          .news-list-wrap .list > li .list-info .more:hover {
            border: 1px solid #2EAFFF;
            color: #2EAFFF;
            background: transparent; }

/*推荐*/
.recommen-box {
  width: 1100px;
  position: relative;
  height: 420px;
  margin: 70px auto; }
  .recommen-box .xm-recommend-title {
    position: relative;
    margin: 0;
    height: 50px;
    border-top: 1px solid #e0e0e0;
    color: #757575;
    font-weight: 400;
    font-size: 25px;
    -webkit-font-smoothing: antialiased; }
    .recommen-box .xm-recommend-title span {
      position: absolute;
      top: -20px;
      left: 309px;
      display: block;
      width: 482px;
      height: 40px;
      background-color: #f5f5f5;
      text-align: center;
      line-height: 40px; }
  .recommen-box .pro-list {
    width: 100%; }
    .recommen-box .pro-list .list-team {
      float: left;
      width: 215px;
      margin-right: 30px;
      margin-left: 30px; }
      .recommen-box .pro-list .list-team .img-box {
        width: 181px;
        height: 181px;
        margin: 17px 10px; }
        .recommen-box .pro-list .list-team .img-box > img {
          display: block;
          width: 100%;
          height: 100%; }
      .recommen-box .pro-list .list-team .xm-recommend-name, .recommen-box .pro-list .list-team .xm-recommend-tips, .recommen-box .pro-list .list-team .xm-recommend-price {
        text-align: center; }
      .recommen-box .pro-list .list-team .xm-recommend-name {
        color: #6e6e76; }
      .recommen-box .pro-list .list-team .xm-recommend-tips {
        margin: 10px 0;
        font-size: 12px;
        color: #999; }
      .recommen-box .pro-list .list-team .xm-recommend-price {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        color: #999; }

/*# sourceMappingURL=pc-article-list.css.map */
