.list>.item{background:#fff;display:flex;padding:40px 56px;margin:20px 0;justify-content:space-between}.list>.item>.img{width:700px;height:320px;flex-shrink:1}.list>.item>.img img{width:100%;max-width:100%;max-height:100%;vertical-align:middle;object-fit:cover}.list>.item>.detail{width:500px}.list>.item>.detail>.number-box{width:110px;height:110px;background:#ebf4ff;display:flex;justify-content:center;align-items:center}.list>.item>.detail>.number-box>.number{font-size:55px;font-weight:bolder;color:#0a7cff}.list>.item>.detail>.title{font-size:40px;font-weight:700;color:#000;padding-top:28px;white-space:pre-line!important}.list>.item>.detail>.content{font-size:14px;color:#595959;padding-top:10px}.list>.item.detail-left{flex-direction:row;padding-right:20px}.list>.item.detail-left>.img{margin-left:20px}.list>.item.detail-right{flex-direction:row-reverse;padding-left:20px}.list>.item.detail-right>.img{margin-right:20px}