.content_item{
    display: flex;
    margin: 10px;
    background: #eee;
    padding: 20px;
    border-radius: 15px;
}
.left_header img{
    width: 100px;
    height: 100px;
    border-radius: 15px;
margin-right: 10px;
}
.right{
    margin-left: 10px;
}
.right img{
    width: 200px;
}
.left{
    width: 30%;
}
.left_header{
    display: flex;
}
.xiazai{
    text-align: right;
}
.xiazai img{
width: 50px;
height: 50px;
}
