.cont-com #pages {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cont-com h3 {
    padding: 78px 0px 26px;
    color: rgba(30, 30, 30, 1);
    font-size: 32px;
    line-height: 32px;
}

.cont-com .line {
    width: 100%;
    height: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(240, 240, 240, 1);
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 45px;
}

.cont-com article {
    font-size: 12px;
    line-height: 16px;
    color: #969696;
}

.cont-com article .iconfont {
    font-size: 12px;
}