.home-cooperation {
  background-color: #fafafa;
  .cooperation-container {
    max-width: 1190px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 50px;
    padding: 50px 25px 50px;
  }
  .evaluate-list {
    overflow: hidden;
    color: #717171;
    font-size: 1rem;
    margin-bottom: 70px;
    font-size: 12px;
    p {
      font-size: 1rem;
    }
    li {
      float: left;
      margin-right: 50px;
      width: 358px;
      padding: 20px 0 0 5px;
      background: url(https://img.alicdn.com/tps/TB1w695NpXXXXXkXVXXXXXXXXXX-51-39.png)
        0 0 no-repeat;
      &:last-child {
        margin-right: 0;
      }
      .content {
        height: 120px;
        line-height: 25px;
        position: relative;
        left: 8px;
        font-size: 12px;
      }
      .avatar {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
      }
      .info p {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
      }
    }
  }
  .cooperation-projects {
    overflow: hidden;
  }
}
