.main{
    max-width: 1200px;
    margin: 30px auto;
}

.imgbox{
    /* width: 300px; */
    height: 150px;
    /* overflow: hidden; */
}
.imgbox img{
    /* width: 100%; */
    /* object-fit: contain; */
    width: 300px;
}


.box{
    display: flex;
    flex-direction: row;
    align-items: center;
        border-bottom: 1px solid #99999930;

}
.left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 150px;
    /* width: 300px; */
}
.right{
    display: flex;
    flex-direction: column;
    justify-content: start;
        height: 150px;
        margin-left: 30px;
}
.title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.desc{
    font-size: 20px;
    color: #999;
}
.list ul li{
    margin-top: 30px;
}

.fybox{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fybox > div{
    margin: 60px;
}