.person{position:absolute;width:100%;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f2f2f2}.person .banner{width:1025px;height:688px;background-color:#fff;border-radius:5px;-webkit-transition:all .5s;transition:all .5s;border:1px solid #ccc}.person .banner:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.person .banner .top{width:90%;height:50px;margin:0 auto;text-align:center;line-height:50px;font-size:16px;border-bottom:1px solid #ccc}.person .banner .p{width:32%;height:45px;margin-left:150px;margin-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.person .banner .main,.person .banner .p{display:-webkit-box;display:-ms-flexbox;display:flex}.person .banner .main{width:80%;height:400px;margin:10px auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:50px}.person .banner .botm{width:18%;display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px auto;margin-top:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}