﻿/* 场景式服务&事项分类 */

.ewb-h127 {
    height: 127px;
    padding-top: 8px;
    position: relative;
}

.ewb-h127.mt4 {
    margin-top: 4px;
}

.ewb-service-hd {
    float: left;
    padding: 0 10px;
    width: 18px;
    height: 127px;
    background-color: #015293;
    position: relative;
}

.ewb-service-hd i {
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 11px;
    background: url(../images/service_jt.png);
}

.ewb-service-hd td {
    height: 127px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-service-bd {
    position: absolute;
    left: 48px;
    right: 0;
    height: 127px;
    overflow: hidden;
}

.ewb-service-bd ul {
    width: 100%;
}

.ewb-service-bd ul li {
    float: left;
    width: 25%;
    vertical-align: top;
}

.ewb-service-name {
    display: block;
    margin: -1px 0 0 -1px;
    padding-left: 23%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 15px;
    color: #515151;
    border: 1px solid #e2eef8;
    background: url(../images/service_icon.png) 12% center no-repeat #f4faff;
}

.ewb-service-name.mt0 {
    margin-top: 0;
}

.ewb-service-name.ml0 {
    margin-left: 0;
}

.ewb-otherbg .ewb-service-name {
    background-color: #f8fcff;
}

.ewb-service-name:hover {
    color: #006aad;
    border: 1px solid #93cff5;
    background-color: #f4fbff;
    position: relative;
    z-index: 999;
}

.ewb-otherbg .ewb-service-name:hover {
    background-color: #eff8fd;
}
