/**!
* 连云港-子页
* date:2020-04-21
* author: xiaolong;
*/

/* 头部 */

.header {
    height: 175px;
    background: url("../images/header/head.jpg") center top no-repeat;
}

.header .logo {
    float: left;
    padding: 40px 23px 0 0;
}

.header .logo a {
    display: block;
}

.header .logo img {
    vertical-align: top;
}

.header-title {
    float: left;
    padding-top: 43px;
}

/* 导航 */
.position {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
    height: 40px;
    line-height: 40px;
    color: #666;
}

.position:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    left: 0;
    top: 14px;
    background: url("../images/moreservice/pos.png") no-repeat;
}

/* 栏目样式 */
.mod {
    padding: 0 0 30px 0;
}

.mod * {
    box-sizing: content-box;
}

.mod-hd {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.mod-hd-title {
    float: left;
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
}

.mod-hd-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 3px;
    height: 28px;
    margin-top: -14px;
    background-color: #4d8ed9;
}

.mod-bd {
    overflow: hidden;
}

/* 卡片样式 */

.service-list2 {
    margin-right: -20px;
}

.service-list2 .item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 20px 20px 0 0;
}

.service-list2 .item a {
    display: block;
    height: 166px;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    transition: box-shadow .2s linear;
}

.service-list2 .item a:hover {
    box-shadow: 0px 2px 12px 0px rgba(182, 216, 255, 0.3);
}

.service-list2 .item div {
    width: 224px;
    height: 73px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.service-list2 .item img {
    max-width: 60px;
}

.service-list2 .item span {
    display: block;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
}