/**!
 * 南京政务服务旗舰店
 * date:2020-10-29
 * author: qxy
 */


/* banner */

.banner {
    height: 120px;
    margin-bottom: 16px;
    line-height: 120px;
    font-size: 30px;
    color: #fff;
    background: url(../images/serviceList/banner.png) center 0 no-repeat;
}


/* 当前位置 */

.loc-now>* {
    margin: 0 3px;
}


/* 清单列表 */

.service-list {
    margin-top: 12px;
}

.service-list li {
    float: left;
    width: 20%;
    margin-bottom: 16px;
    text-align: center;
}

.service-list a {
    display: inline-block;
    transition: all ease 200ms;
}

.service-list img {
    width: 120px;
    height: 120px;
}

.service-list .name {
    margin-top: -9px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-list a:hover {
    color: #156ED6;
}