.solution-wrap {
    width: 1200px;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 80px 0;
}

.solution-wrap .info-list {
    width: 1200px;
    height: 290px;
    background-color: #fff;
    box-shadow:0 0 15px rgba(0,0,0,0.07);
    margin: 26px auto;
}

.solution-wrap .info-list .left {
    margin: 21px;
    width:424px;
    height: 246px;
}

.solution-wrap .info-list .right {
    width: 650px;
    margin: 47px 46px 47px 0;
    color: #707070;
}

.solution-wrap .info-list .right .title {
    font-size: 22px;
    font-weight: bold;
}

.solution-wrap .info-list .right .text {
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.solution-wrap .info-list .left img {
    width:424px;
    height:246px;
}