body {
  background-color: #e9e9e9; }

.content .crumbs {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 10px 0 0 40px; }
  .content .crumbs li {
    float: left;
    font-size: 14px;
    color: #999; }
    .content .crumbs li a {
      font-size: 14px;
      color: #999; }
    .content .crumbs li.cur {
      color: #2c55f8; }
.content .cont-wrap {
  background-color: #fff;
  padding: 20px 40px 50px 40px;
  margin-bottom: 40px; }
  .content .cont-wrap .filter {
    padding: 0 40px; }
    .content .cont-wrap .filter .filter-item {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #eaeaea;
	  overflow:hidden;
	  }
      .content .cont-wrap .filter .filter-item .item-title {
        float: left;
        width: 4%;
        font-size: 14px;
        color: #999; }
      .content .cont-wrap .filter .filter-item .item-detail {
        float: left;
        width: 90%; }
        .content .cont-wrap .filter .filter-item .item-detail span {
          font-size: 14px;
          color: #333;
          margin-right: 25px;
          cursor: pointer; }
        .content .cont-wrap .filter .filter-item .item-detail a {
          font-size: 14px;
          color: #333;
          margin-right: 25px;
          cursor: pointer; }
        .content .cont-wrap .filter .filter-item .item-detail .cur {
          color: #2c55f8; }
  .content .cont-wrap .cont-detail {
    margin-top: 25px;
    overflow: hidden; }
    .content .cont-wrap .cont-detail .lists {
      width: 1185px;
      margin-bottom: 16px; }
    .content .cont-wrap .cont-detail .item {
      float: left;
      width: 140px;
      margin: 0 23px 11px 0; }
      .content .cont-wrap .cont-detail .item:hover .name {
        color: #2c55f8; }
      .content .cont-wrap .cont-detail .item .img-wrap {
        position: relative;
        width: 140px;
        height: 140px;
        margin-bottom: 9px; }
        .content .cont-wrap .cont-detail .item .img-wrap img {
          width: 140px;
          height: 140px; }
        .content .cont-wrap .cont-detail .item .img-wrap span {
          position: absolute;
          bottom: 0;
          right: 0;
          border-radius: 4px;
          font-size: 14px;
          color: #fff;
          background-color: #2c55f8;
          line-height: 20px;
          padding: 0 6px; }
      .content .cont-wrap .cont-detail .item .name {
        font-size: 16px;
        color: #333;
        line-height: 26px;
        text-align: center; }
      .content .cont-wrap .cont-detail .item .info {
        font-size: 14px;
        color: #999;
        line-height: 22px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .content .cont-wrap .load-more {
    text-align: center;
    margin-top: 50px; }
    .content .cont-wrap .load-more a {
      display: inline-block;
      line-height: 38px;
      padding: 0 60px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      border-radius: 5px; }
      .content .cont-wrap .load-more a:hover {
        background-color: #2c55f8;
        color: #fff;
        transition: 0.2s; }

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