.home-solution-div{
    box-sizing: border-box;
    width: 100%;
    height: 555px;
    padding: 30px 0;
    background-color: #f7f7f7;
    cursor: pointer;
}
.home-solution-inside-div{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1170px;
    height: 100%;
}
.home-solution-left-part{
    float: left;
    width: 234px;
    height: 100%;
}
.home-solution-title-div{
    margin-top: 30px;
    width: 100%;
    height: auto;
}
.home-solution-title-div p{
    display: block;
    font-family: "PingFang SC";
    line-height: 32px;
    font-size: 30px;
    color: #303030;
    font-weight: bold;
}
.home-solution-description{
    display: block;
    margin-top: 50px;
    width: 234px;
    height: auto;
    font-family: "PingFang SC";
    font-size: 18px;
    color: #393939;
    line-height: 25px;
    word-break: break-all;
}
.home-solution-number{
    font-family: "PingFang SC";
    font-size: 20px;
    color: #e30000;
}
.home-solution-more-btn{
    margin-top: 97px;
    width: 130px;
    height: 36px;
    color: #ffffff;
    border-width: 0;
    background-color: #0db5fb;
    border-radius: 18px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.home-solution-right-part{
    float: right;
    width: 870px;
    height: 100%;
    /*background-color: #ffffff;*/
    font-size: 0;
}
.home-solution-item{
    float: left;
    box-sizing: border-box;
    width: 290px;
    height: 240px;
    overflow: hidden;
}
