.con {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
}

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

.timeBox {
    margin-top: 0.34rem;
    background: linear-gradient(180deg, rgba(235, 242, 249, 0.7) 0%, rgba(235, 242, 249, 0.05) 100%);
    padding: 0.5rem 0.6rem;
    color: #333;
}

.timeBox ul {
    position: relative;
}

.timeBox ul::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 0.01rem;
    height: calc(100% - 0.08rem);
    background: #D0E0F1;
}

.timeBox h3 {
    font-family: "manrope-medium";
    color: #005BAC;
    margin-bottom: 0.1rem;
}

.timeBox li {
    padding: 0rem 0rem 0.4rem 0.38rem;
    position: relative;
}

.timeBox li:last-of-type {
    padding-bottom: 0rem;
}

.timeBox li::before {
    content: "";
    position: absolute;
    left: -0.06rem;
    top: 0.06rem;
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../images/point1.png)no-repeat center center;
    background-size: 100% 100%;
}


/* 业务功能 */
.businessImg {
    display: block;
    width: 72%;
    height: auto;
    margin: 0.34rem auto 0.6rem auto;
}

.businessList {
    margin-bottom: 0.6rem;
}

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

.businessList .topBox {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #005BAC;
    margin-bottom: 0.26rem;
}

.businessList .topBox span {
    display: block;
    margin-right: 0.22rem;
    font-family: "manrope-medium";
}

@media (max-width: 800px) {
    .timeBox li {
        padding-left: 0rem;
    }

    .timeBox ul::before,
    .timeBox li::before {
        display: none;
    }

    .businessImg {
        width: 100%;
        height: auto;
    }
}