/* 部门介绍 */
.pageTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.6rem;
    white-space: pre-line;
}

.intro {
    padding: 0.3rem 0rem;
}

.functions .pubModule2Card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.4rem;
}

.functions .pubModule2Item {
    flex-grow: 1;
    margin-top: 0rem !important;
}

.functions .pubModule2Item:nth-child(2) {
    margin-left: 0.8rem;
}


/* 部门动态 */
.unitNews {
    padding: 0.8rem 0rem;
}

/* 查看更多 按钮 */
.viewMore {
    display: block;
    margin: 0rem auto;
    text-align: center;
    width: 1.3rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #fff;
    border: 0.01rem solid #005BAC;
    color: #005BAC;
    border-radius: 0.24rem;
    margin-top: 0.4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.viewMore:hover {
    background: #005BAC;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* 主要业绩 */
.achievement {
    padding: 0.3rem 0rem;
}

.achievementList {
    margin-top: 0.5rem;
}

.achievementList ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    text-align: center;
}

.achievementList li {
    width: 31%;
    margin-right: 3.5%;
    cursor: pointer;
}

.achievementList li:nth-child(3n) {
    margin-right: 0rem;
}

.achievementList li:nth-child(n+4) {
    margin-top: 0.7rem;
}

.achievementList .imgBox {
    display: block;
    width: 100%;
    padding-top: 66.5%;
    overflow: hidden;
    position: relative;
    /* background: #F7F7F7; */
    margin-bottom: 0.24rem;
}

.achievementList img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.achievementList li:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* 联系方式 */
.contact {
    padding: 0.8rem 0rem;
}

.contact ul {
    display: flex;
    flex-wrap: wrap;
}

.contact li {
    width: 32%;
    background: #fff;
    box-shadow: 0rem 0.06rem 0.2rem rgba(0, 0, 0, 0.04);
    padding: 0.3rem 0.4rem;
    margin-right: 2%;
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact li:nth-child(3n) {
    margin-right: 0rem;
}

.contact li:nth-child(n+4) {
    margin-top: 0.4rem;
}

.contact h3 {
    color: #333;
    font-weight: bold;
    padding-bottom: 0.28rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    background: url(../images/line.png)no-repeat left bottom;
    background-size: 100% 0.04rem;
}

.contact p:nth-of-type(n+2) {
    margin-top: 0.14rem;
}

.contact li:hover {
    transform: translateY(-0.1rem);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 800px) {
    .functions .pubModule2Card {
        flex-wrap: wrap;
    }

    .functions .pubModule2Item {
        width: 100%;
    }

    .functions .pubModule2Item:nth-child(n+2) {
        margin-top: 0.9rem !important;
        margin-left: 0rem !important;
    }

    .achievementList li {
        width: 100%;
        margin: 0rem;
    }

    .achievementList li:nth-child(n+2) {
        margin-top: 0.4rem;
    }

    .contact li {
        width: 100%;
        margin: 0rem;
        padding: 0.5rem 0.4rem;
    }

    .contact li:nth-child(n+2) {
        margin-top: 0.3rem;
    }

    .contact h3 {
        padding-bottom: 0.4rem;
        margin-bottom: 0.4rem;
    }
}