.team-main {
    margin-top: 60px;
    margin-bottom: 60px;
}

.team-main .team-list li {
    float: left;
    width: 280px;

    margin-top: 26px;
    margin-right: 26px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.team-main .team-list li:hover {
    transform: translateY(-3px);
    border: none;
    box-sizing: border-box;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.team-main .team-list li:hover .team-info{
    background-color: #fff;
}
.team-main .team-list li:nth-child(4n+4) {
    margin-right: 0;
}

.team-main .team-list li img {
    width: 280px;

    vertical-align:middle;
}

.team-main .team-list .team-info {
    text-align: center;
    width: 260px;
    height: 68px;
    background-color: #f3f3f3;
    padding: 5px 10px;
}

.team-main .team-list li .team-info .name {
    font-size: 24px;
    color: #404040;
    line-height: 34px;
    height: 34px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis; 
}

.team-main .team-list li .team-info .text {
    line-height: 27px;
    height: 27px;
    color: #999;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-main .team-list li .team-info .text span {
    font-size: 14px;
}
.team-details{
    margin-top: -60px;
    margin-bottom: 60px;
}
.team-details .team-box{
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.team-details .team-box .team-content{
    padding: 40px 60px;
    line-height: 2;
}
.team-details .team-box .team-content .team-pic{
    float: left;
    width: 460px;
    margin-right: 40px;
}
.team-details .team-box .team-content .team-info{
    float: left;
    width: 580px;
    color: #666;
}
.team-details .team-box .team-content .team-info .name{
    font-size: 52px;
    color: #404040;
    font-weight: 700;
}
.team-details .team-box .team-content .team-info .team-introduce{
    margin-top: 30px;
    font-size: 26px;
    color: #06c562;
    font-weight: 600;
}
.team-details .team-box .team-content .team-info .desc{
    color: #404040;
}
.team-main .team-search{
    position: relative;
}
.team-main .team-search .txt{
    display: block;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 19px 90px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #515151;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    outline: 0;
}
.team-main .team-search .bnt{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 60px;
    background: #06c562;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
    border: none;
    outline: none;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
}
.team-main .team-search .bnt .iconfont{
    font-size: 20px;
    margin-right: 6px;
}