/**!
 *办事服务
 * author: gaojian;
 * date:2017-08-02
 */

.ewb-home {
    height: 40px;
    padding-left: 61px;
    font-size: 15px;
    line-height: 40px;
    background: url(../images/home_icon.png) 37px center no-repeat #f1f2f2;
}

.ewb-home a {
    color: #333;
    margin: 0 10px;
}

.ewb-home .cur {
    color: #3d79ac;
}

.ewb-col{
    border: 1px solid #dcdcdc;
    border-top: 1px solid #3d79ac;
}
.ewb-col-hd{
    height: 44px;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/menu_tt.jpg) repeat-x;
}
.ewb-col-tt{
    padding: 0 20px;
    height: 40px;
    display: block;
    background-color: #4e8ec4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 5px 0 0 9px;
}
.ewb-col-bd{
    padding: 15px 9px 14px 9px;
}
.ewb-service-item{
    margin-right: -20px;
    margin-bottom: -20px;
}
.ewb-service-list{
    padding: 0 20px;
    width: 508px;
    height: 166px;
    border: 1px solid #d4e9f9;
    background-color: #eff6fb;
    margin-right: 20px;
    *margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.ewb-pro-hd{
    height: 44px;
    border-bottom: 1px dashed #d0d5d9;
}
.ewb-pro-tt{
    line-height: 44px;
    font-weight: bold;
    color: #333;
}
.ewb-pro-bd{
    padding: 41px 15px 0;
}
.ewb-pro-list{
    width: 33.3%;
    height: 32px;
}
.ewb-pro-list a{
    display: block;
    line-height: 32px;
    padding-left: 30px;
    color: #333;
}
.ewb-pro-list .icon1{
    background: url(../images/pro_icon1.png) 0 center no-repeat;
}
.ewb-pro-list .icon2{
    background: url(../images/pro_icon2.png) 0 center no-repeat;
}
.ewb-pro-list .icon3{
    padding-left: 35px;
    background: url(../images/pro_icon3.png) 0 center no-repeat;
}
.ewb-pro-list:hover .icon1{
    background: url(../images/pro_icon1h.png) 0 center no-repeat;
}
.ewb-pro-list:hover .icon2{
    background: url(../images/pro_icon2h.png) 0 center no-repeat;
}
.ewb-pro-list:hover .icon3{
    background: url(../images/pro_icon3h.png) 0 center no-repeat;
}
.ewb-pro-list:hover a{
    color: #f84c11;
}
.ewb-service-list:hover {
    border: 1px solid #85b9e1;
    background-color: #fff;
}
.ewb-service-list:hover .ewb-pro-hd{
    border-bottom: 1px dashed #c1d8eb;
}
.ewb-service-list:hover .ewb-pro-tt{
    color: #3d79ac;
}