
.photo{
    background-color: #fff;
    padding-top: 20px;

    display: block;
    border-bottom: 1px solid #c6c6c6;
}
.character{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.photo img{
    display: inline-block;
    width: 100px;
    height: 120px;

}
.photo .introducepeople{
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;



}
@media (min-width:768px) {
    .introducepeople{
        width: 33.3%;

}
}
@media(min-width: 992px) {
    .introducepeople{
        width: 20%;
    }
}
@media(min-width: 1200px) {
    .introducepeople{
        width: 20%;
    }
}
.photo a{
    text-decoration: none;
}
.namelist{
    margin-bottom: 20px;
    background-color: #fff;
}