.team-list {
    margin-bottom: -66px;
}
.team-list li {
    width: 25%;
    padding: 0 10px;
}
.team-list li a {
    width: 260px;
    text-align: center;
    color: #818181;
    margin: 0 auto 66px;
}
.team-list .pic,
.detail .pic {
    width: 260px;
    height: 260px;
    border: 3px solid #fff;
    overflow: hidden;
    -webkit-border-radius: 200px;
            border-radius: 200px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.team-list a:hover .pic {
    border-color: #A6825B;
}
.team-list h3 {
    color: #A6825B;
    font-size: 20px;
    position: relative;
    padding-bottom: 8px;
    margin: 15px 0;
}
.team-list h3:after {
    content: " ";
    display: block;
    width: 30px;
    height: 2px;
    background: #555;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.team-list a:hover p {
    text-decoration: underline;
}
.team-list .more {
    display: inline-block;
    width: 128px;
    line-height: 33px;
    border: 1px solid #A6825B;
    color: #A6825B;
    margin-top: 25px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.team-list a:hover .more {
    background: #A6825B;
    color: #fff;
}

.detail {
    padding-bottom: 60px;
    border-bottom: 1px dashed #555;
    margin-bottom: 30px;
}
.detail .name {
    background: #B0000D;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 56px;
    line-height: 28px;
    padding: 6px;
}
.detail .row {
    width: 100%;
    display: table;
}
.detail .col {
    display: table-cell;
    width: 33.33%;
    padding: 0 20px;
    border-left: 1px dashed #555;
    vertical-align: top;
}
.detail .col:first-child {
    border-left: 0;
}
.detail .pic {
    width: 320px;
    height: 320px;
    margin: -30px auto;
}
.team-title {
    color: #BF9767;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
    .team-list li {
        width: 33.33%;
    }
}
@media screen and (max-width: 1000px) {
    .detail {
        padding-bottom: 30px;
    }
    .detail .row,
    .detail .col {
        display: block;
        width: auto;
    }
    .detail .col {
        border: 0;
        margin-top: 30px;
        padding: 0;
    }
    .detail .pic {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 920px) {
    .team-list li {
        width: 50%;
    }
}
@media screen and (max-width: 630px) {
    .team-list li {
        width: auto;
        float: none;
        padding: 0;
    }
    .detail .pic {
        width: auto;
        max-width: 320px;
        height: auto;
    }
}