*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    background-size: cover;
}
body{
    font-family: 'Times New Roman', Times, serif;
    background-image: url('../images/f699e2424626ab359e1f518d0de534d.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.headerbox{
    height: 100px;
    line-height: 100px;
    display: flex;
    background-color: #1f0908;
    font-size: 30px;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.hleft{
    flex: 1;

}
.hright{
    display: flex;
    justify-content: end;
    flex: 1;
    text-align: right;
}
.hright span{
    margin-left: 20px;
}
a{
    color: #fff;
    text-decoration: none;
}
.contentbox{
    display: flex;
    padding: 50px;
    box-sizing: border-box;
}
.citem{
    flex: 1;
    margin-right: 50px;
}
.citem:nth-child(4){
    margin-right: 0;
}
.citem img{
    width: 100%;
    border-radius: 20px;
}