/**!
 * [南京企业综合服务平台]
 * date:2021-04-07
 * author: 康明珠;
 */
body {
    margin-bottom: 0;
}

/* 替换logo背景图 */
/*.logoimg {*/
/*    margin-top: 12px;*/
/*    !*background: url("../images/policy-project/project-logo.png") no-repeat left top;*!*/
/*}*/

.top {
    height: 224px;
    background-image: url("../images/policy-project/bg.png");
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.common-nav {
    background: none;
}

.location {
    color: #fff;
    background: url("../images/policy-project/local-white.png") no-repeat 4px center;
}

.location a {
    color: #fff;
}

/* 标题 */
.server-title {
    width: 185px;
    height: 51px;
    padding-left: 18px;
    margin-top: 35px;
    background: url("../images/policy-project/sever-title.png") no-repeat 0 center;
}

/* 专题标题 */
.project-title li {
    font-size: 18px;
    font-weight: 400;
    line-height: 65px;
    float: left;
    margin-right: 40px;
    cursor: pointer;
}

.project-title li.active {
    font-size: 22px;
    font-weight: bold;
    background: url("../images/policy-project/bottom-bg.png") no-repeat center 50px;
}

.project-content-container {
    display: block;
}

/* 专题内容 */
.project-content li {
    width: 285px;
    float: left;
    margin: 20px 20px 0 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.1);
    transition: transform .5s;
    position: relative;
}

/* 模块后添加背景图 */
.project-content li::after {
    content: "";
    width: 21px;
    height: 37px;
    position: absolute;
    left: 285px;
    top: 210px;
    background: url("../images/policy-project/projection.png") no-repeat;
}

.project-content li:nth-child(4n) {
    margin-right: 0;
}

.project-content li:hover {
    transform: translateY(-6px);
}

.project-title-container {
    height: 56px;
    text-align: center;
    font-size: 0;
}

.project-title-container>span {
    font-size: 18px;
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
    width: 188px;
}

.project-title-container>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
