.header {
width: 900px;
height: 200px;
background: #ccc;
margin: 0 auto;
}
.content {
display: flex;
position: relative;
margin-top: 30px;
}
.content > p {
width: 600px;
margin-left: 260px;
}
.banner {
background: red;
width: 100px;
height: 100px;
position: absolute;
right: 270px;
}