.title{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 650;
}
.title>p{
    margin-bottom: 0;
}
.title span{
    color: #999;
    transform: translateY(3px);
}
.db>table td{
    width: 50%;
}
.db>table td>h3{
    margin-top: 10px;
}
.db>table td>p{
    color: #999;
}

.common>.content{
    text-align: center;
}
.common>.content>li{
    margin-bottom: 20px;
    height: 100px;
}
.common>.content>li>img{
    width: 90%;
    max-width: 50px;
}
.common>.content>li>p{
    height: 40px;
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.null{
    height: 120px;
    text-align: center;
    color: #999;
}

@media screen and (min-width: 768px) {
    .row>div{
        padding: 0 15px;
        background-color: white;
    }
}