.container{
    background-color: #f7f7f7;
}
.con-main{
    width: 1450px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 0px 2px 4px #eee;
    padding: 50px 0;
    text-align: center;
}
.con-main div.title{
    font-size: 32px;
    text-align: center;
}
.con-list{
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
}
.con-list div.item{
    width: 302px;
    height: 417px;
    margin-right: 30px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-list div.item img{
    width: 111px;
    height: 111px;
    border-radius: 100%;
}
.con-list div.item div.name{
    font-size: 24px;
    color: #222;
}
.con-list div.item div.name p{
    font-size: 24px;
    color: #222;
    margin-top: 10px;
}
.btn{
    display: block;
    background: #0072ce;
    width: 170px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 28px;
    margin:0 auto;
    margin-top: 40px;
    cursor: pointer;
}