body {
    width: 100%;
    margin: 0 auto;
    min-width: 1400px;
    background-color: #f4f4f4;
}

@font-face {
    font-family: "cjl";
    src: url("../images/cjl.ttf");
}
.content{
    text-align: center;
    width: 70%;
    margin-left: 15%;
}
.content img{
    width: 100%;
    border-radius: 20px;
}
.content h1{
    font-family: 'cjl';
    color: #17a085;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
}
.things{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.thing{
    width: 32%;
    height: 280px;
    background-color: white;
    text-align: center;
    align-items: center;
    border-radius: 20px;
}
.thing img{
    width: 100%;
    /*height: 110%;*/
    z-index: -1;
    margin-top: -40px;
}
.thing p{
    font-family: 'cjl';
    color: #17a085;
    font-size: 30px;
    font-weight: normal;
    margin-top: -20px;
}
