.main{width:100%;height:100%}.main .person{display:-webkit-box;display:-ms-flexbox;display:flex}.main .person .person-item{background:#fff;width:50%;padding:5px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.main .person .person-item .person-item-head{font-weight:700;margin-right:5px}.main .list{padding:10px 10px 10px 0;background:#fff;margin-top:10px}.main .list,.main .list .problem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.main .list .problem{padding:5px 15px;width:70%;-webkit-box-flex:1;-ms-flex:1;flex:1}.main .list .problem .problem-picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main .list .problem .problem-picture .problem-picture-title{text-align:center;font-size:16px}.main .list .problem .problem-picture .problem-picture-img{padding:10px;border:1px solid #6d6d6d}.main .list .problem-Lights{margin:28px 2% 0 2%;width:7%;height:253px;border:2px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main .list .problem-Lights .problem-Lights-item{border-radius:50%;height:50px;width:50px;margin:20px 10px;border:1px solid #000}