.title-top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    background-color: #D693BD;
    color: #fff;
    margin-top: 20px;
}

.title-top p{
    padding-left: 15px;
}
.title-content{
    padding: 30px 0;
}
.title-content .content-item{
    width: 260px;
    float: left;
}
.title-content .o2o{
    border-left: 1px solid #D693BD;
    margin-bottom: 10px;
}
.title-content .content-item .title{
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border: 1px solid #D693BD;
    left: -1px;
    margin-top: 20px;
    float: left;
    margin-right: 13px;
}
.title-content .content-item .title .title-text{
    font-size: 18px;
    color: #D693BD;
    display: inline-block;
}
.title-content .content-item .title-bottom p{
    clear: both;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    padding: 10px;
}
.title-content .resolve-item{
    width: 253px;
    min-height: 368px;
    height: auto;
    border: 1px solid #D693BD;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    word-break: break-all;
    float: left;
}
.title-content .resolve-item:last-child{
    margin-right: 0;
}
.title-content .resolve-item .resolve-icon{
    height: 120px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background-color: #F2E6E6;
    padding-top: 16px;
}
.title-content .resolve-item .resolve-icon p{
    margin-top: 6px;
    color: #D693BD;
    font-size: 14px;
}
.title-content .resolve-item .text-item{
    padding: 17px 14px;
}
.title-content .resolve-item .text-item .text{
    font-size: 14px;
    color: #666666;
    position: relative;
    margin-bottom: 29px;
}