
.block-service{
    margin-bottom: 50px;
}
.block-service .head{
    font-size:28px;
    font-weight: bold;
    color:#045b9d;
    text-align: center;
    padding:0;
    letter-spacing: 2px;
}
.block-service .item-head{
    border-bottom:#82a8f2 1px solid
}
.block-service-item{
    margin-top:66px;
}
.block-service .item-head span{
    display: inline-block;
    line-height: 40px;
    background: #5ca6f3;
    color:#fff;
    padding:0 30px;
    font-size: 20px;
    position: relative;
}
.block-service .item-head span::before{
    content: "";
    width:0;
    height:0;
    border-right:40px solid transparent;
    border-left:40px solid transparent;
    border-bottom:40px solid #5ca6f3;
    position: absolute;
    right: -40px;
    z-index: 0;
}
.block-service .item-content .cell{
    background: #eaf3fb;
    color:#666;
    height: 34px;
    line-height: 34px;
    width:  400px;
    padding:0 12px;
    margin-top:20px;
    float: left;
    box-sizing: border-box;
    margin-right: 48px;
    font-size: 15px;
}
.block-service .item-content .cell:hover{
    background: #74b0ee;
    color:#fff;
    box-shadow: 0 0 4px #5ca6f3;
}
.block-service .item-content .rNone{
    margin-right: 0;
}