*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(./0E34C252A937AFC4AE78FF98553D3736.png);
    background-size: cover;
}
.center-container{
    padding: 20px;
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 0px;
    
}
.list-center{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ecebeb;
    padding: 20px;
    
   

}
.list-center>.left{
    
    min-width: 150px;
    margin-right: 20px;
}
.list-center>.left>img{
    width: 150px;
    height: 150px;
}
.list-center>.right>h3{
font-size: 24px;
color: black;
font-weight: bold;
}
.list-center>.right>h4{
    font-size: 16px;
    line-height:3em;
    color: #464444;
    font-weight: 400;
    background-image: url(../images/12561.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 2em;
}
.list-center>.right>a>button{
    width: 120px;
    height: 40px;
    border: 0;
    background-color: #c5171e;
    border-radius: 4px;
    color: #fff;
   cursor: pointer;
    
}