/* public */
.udesk-about-big-text {
    font-size: 56px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.udesk-about-middle-text {
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#content .udesk-about-flex-box {
    display: flex;
}

#content h2 {
    margin-top: 0;
}

#content p {
    margin-bottom: 0;
}

#content .desc-p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

#content a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #176de6;
    line-height: 20px;
    cursor: pointer;
}

#content a:hover {
    text-decoration: none;
}

/* banner */
.sub-banner {
    height: 440px;
}

.udesk-about-banner {
    background-size: cover;
    height: 440px;
}

.udesk-about-banner h1 {
    color: #ffffff;
    margin-top: 180px;
}

.udesk-about-banner .sub-title {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.udesk-about-banner.honor {
    background: url(../images/about/banner-honor.jpg) no-repeat center;
}

#content .first {
    margin-top: 80px;
}

#content .first .content {
    margin-top: 51px;
    flex-wrap: wrap;
}

#content .first .content .content-item {
    width: 200px;
    height: 160px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 56px;
}

#content .first .content .content-item .img-wrapper {
    height: 140px;
}

#content .first .content .content-item .desc {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    white-space: nowrap;
}

#content .second {
    margin-top: 52px;
    margin-bottom: 132px;
}

#content .second .content {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

#content .year-list-wrapper {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

#content .year-list-wrapper::before {
    display: block;
    position: absolute;
    left: 3px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#content .year-list-wrapper .year-list-item {
    white-space: nowrap;
    margin-bottom: 24px;
}

#content .year-list-wrapper .year-list-item li {
    line-height: 32px;
}

#content .year-list-wrapper .year-list-item .title {
    margin-left: 25px;
}

#content .year-list-wrapper .year-list-item .circle {
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #176de6;
    margin-right: 15px;
}
.honor-en-us #content .first .content .content-item .desc {
    white-space: initial;
}
#content .year-list-wrapper-en-us::before {
    display: none;
}
#content .year-list-wrapper-en-us .year-list-item {
    white-space: inherit;
}
