@charset "utf-8";

#main {
    margin-top: 10px
}

.team {
    padding: 10px 20px;
    background: #fff
}

.team .hd {
    height: 56px;
    position: relative
}

.team .hd .team-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 56px;
    background: #fff url(https://www.1931.co/dream/images/1931v2/teamlogo_8e4b4b6.png) no-repeat 1000px 1000px
}

.team .hd .team-name {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 10px;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    font-size: 22px;
    color: #ee86a9;
    background: #fff
}

.team .hd .line {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    height: 10px;
    border-top: solid 1px #ffeff5
}

.team .member-list {
    _margin-left: -10px;
    padding: 15px 0
}

.team .member-list li {
    float: left;
    margin: 0 10px;
    width: 171px;
    height: 215px;
    padding-top: 15px;
    cursor: pointer
}

.team .member-list li .pic {
    width: 141px;
    height: 155px;
    margin: 0 auto
}

.team .member-list li .pic .img-border {
    position: absolute;
    margin-top: 14px;
    width: 141px;
    height: 141px;
    border: 0;
    background: url(https://www.1931.co/dream/images/1931v2/picborder_8585802.png) no-repeat center top
}

.team .member-list li .pic img {
    position: absolute;
    width: 131px;
    height: 150px;
    margin-left: 5px
}

.team .member-list li .name {
    margin: 10px auto;
    width: 120px;
    height: 36px;
    color: #666;
    text-align: center;
    line-height: 36px;
    color: #666;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    font-size: 14px;
    border: solid 1px #f7f7f7;
    border-width: 1px 0
}

.team .member-list li .name span {
    display: none
}

.team .member-list li .name strong {
    display: none;
    vertical-align: middle;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(https://www.1931.co/dream/images/1931v2/icos_f279c20.png) no-repeat left -100px;
    _height: 36px;
    _background-position: left -86px
}

.team .member-list li.hover {
    border-radius: 10px;
    background: rgba(238, 134, 169, 0.4)
}

.team .member-list li.hover .name {
    border-color: #fff5f9;
    color: #ec5793
}

.team .member-list li.hover .name span {
    display: inline
}

.team .member-list li.hover .name strong {
    display: inline-block;
    _display: none
}

.team .member-list li.hover:not(p) .pic .img-border {
    background-position: left -400px
}

.team-w .hd .team-logo {
    background-position: left top
}

.team-r .hd .team-logo {
    background-position: left -100px
}

.team-r .member-list li .pic .img-border {
    background-position: left -200px
}
