.solution-main {
    background-color: #F5F7FB;
    padding: 50px 0;
}

.solution-main .main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution-main .main .item {
    width: 590px;
    height: 198px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    padding: 15px;
    padding-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.solution-main .main .item:hover {
    border: 1px solid #ccc;
}

.solution-main .main .item a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-main .main .item img {
    width: 240px;
    height: 164.7px;
}

.solution-main .main .item .right {
    font-family: Microsoft YaHei;
    color: #000000;
    padding-left: 20px;
}

.solution-main .main .item .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.solution-main .main .item .text {
    font-size: 14px;
    font-weight: 400;
}