.team-part {
    padding: 3% 0 2%;
}

.team-part dl {
    margin: 0 0 5%;
}

.team-part dl dt {
    margin-bottom: 1.5%;
}

.team-part ul {
    margin: 0 -2.5%;
}

.team-part li {
    float: left;
    cursor: pointer;
    width: 20%;
    margin: 0 6.6% 5%;
    background: #fff;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
}

.team-part li .img {
    width: 125px;
    margin: 0 auto;
}

.team-part li .img img {
    width: 100%;
}

.team-part li .txt {
    padding: 6px 20px;
    position: relative;
    background-color: #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.team-part li h3 {
    line-height: 1.2;
}

.team-part li .ab_more {
    position: absolute;
    top: 26px;
    right: 25px;
    background: #FFFFFF;
}

.team-part li .ab_more i {
    color: #333;
}

.team-part li:hover .txt {
    background-color: #333;
    color: #fff;
}

.team_tc_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.team_photos {
    display: none;
    position: fixed;
    left: 13%;
    top: 7%;
    width: 74%;
    height: 86%;
    background: #fff;
    z-index: 1001;
}

.team_close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 24px;
    height: 24px;
}

.team-top {
    background: linear-gradient(to right, #fff, #F9F8F8, #DFDDDA);
    background: -webkit-linear-gradient(to right, #fff, #DFDDDA);
    background: -o-linear-gradient(to right, #fff, #F9F8F8, #DFDDDA);
    background: -moz-linear-gradient(to right, #fff, #F9F8F8, #DFDDDA);
    background: -ms-linear-gradient(to right, #fff, #F9F8F8, #DFDDDA);
}

.team-top .ll {
    float: left;
    width: 33.66%;
    overflow: hidden;
}

.team-top .rr {
    float: right;
    width: 60%;
}

.team-top .rr h3 {
    margin-top: 18%;
    color: #3E3E3E;
}

.team-top .rr p {
    color: #3E3E3E;
    margin-top: 2%;
}

.team-bot {
    padding: 3% 5%;
}

.team-bot .inner {
    height: 12em;
}

.team-bot p {
    margin-bottom: 1em;
}

.team-bot p:last-child {
    margin-bottom: 0;
}