.cd-content-box {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
}

@media screen and (min-width:894px) and (max-width:1296px) {
    .cd-content-box {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media screen and (max-width:499px) {
    .cd-content-box {
        width: 100%;
        padding-left: calc(22vw / 3.75);
        padding-right: calc(22vw / 3.75)
    }
}

@media screen and (min-width:601px) and (max-width:893px) {
    .cd-content-box {
        padding-left: 48px;
        padding-right: 48px;
        width: 100%
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .cd-content-box {
        padding-left: 48px;
        padding-right: 48px;
        width: 100%
    }
}

.cd-content-logo {
    height: 48px;
    width: 170px;
    margin-top: 50px;
    margin-bottom: 21px
}

@media screen and (max-width:499px) {
    .cd-content-logo {
        width: auto;
        height: calc(32vw / 3.75);
        margin-top: calc(24vw / 3.75);
        margin-bottom: calc(14vw / 3.75)
    }
}

@media screen and (min-width:601px) and (max-width:893px) {
    .cd-content-logo {
        margin-top: 40px
    }
}

@media screen and (max-width:499px) {
    .cd-content-title-box {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:601px) and (max-width:893px) {
    .cd-content-title-box {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .cd-content-title-box {
        width: auto;
        height: auto
    }
}

.cd-content-title {
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    color: #222222;
    white-space: pre-wrap
}

@media screen and (max-width:499px) {
    .cd-content-title {
        font-size: calc(20vw / 3.75);
        line-height: calc(28vw / 3.75);
        display: inline-block;
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .cd-content-title {
        width: 100%;
        display: inline-block
    }
}

.cd-content-u-box {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.cd-content-u-avatar {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden
}

@media screen and (max-width:499px) {
    .cd-content-u-avatar {
        width: calc(36vw / 3.75);
        height: calc(36vw / 3.75);
        border-top-left-radius: calc(18vw / 3.75);
        border-top-right-radius: calc(18vw / 3.75);
        border-bottom-left-radius: calc(18vw / 3.75);
        border-bottom-right-radius: calc(18vw / 3.75);
        margin-right: calc(12vw / 3.75)
    }
}

.cd-content-u-name {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
    color: #2b2f36
}

@media screen and (max-width:499px) {
    .cd-content-u-name {
        font-size: calc(14vw / 3.75);
        line-height: calc(22vw / 3.75);
        margin-bottom: 0
    }
}

.cd-content-u-job {
    color: #666666;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px
}

@media screen and (max-width:499px) {
    .cd-content-u-job {
        font-size: calc(12vw / 3.75);
        line-height: calc(20vw / 3.75)
    }
}


.cd-content-left {
    max-width: 890px
}

@media screen and (max-width:499px) {
    .cd-content-left {
        flex-shrink: 1
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .cd-content-left {
        flex-shrink: 1
    }
}

@media screen and (min-width:601px) and (max-width:893px) {
    .cd-content-left {
        flex-shrink: 1
    }
}



.cd-content-fulltext {
    padding: 20px 0;
    margin-top: 20px;
    line-height: 180%;
}

.news-detail-content-section {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 180px auto;
    min-height: 600px;
}

@media screen and (max-width:499px) {
    .news-detail-content-section {
        width: 100%
    }
}

@media screen and (min-width:601px) and (max-width:893px) {
    .news-detail-content-section {
        width: 100%
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .news-detail-content-section {
        width: 100%
    }
}




.cd-r-contact-box {
    box-shadow: 0 6px 18px 6px rgba(31, 35, 41, .03), 0 3px 6px -6px rgba(31, 35, 41, .05), 0 4px 8px 0 rgba(31, 35, 41, .03);
    width: 273px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff
}

.cd-r-contact-img {
    width: 100%
}


.cd-r-contact-link1 {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    display: block;
    margin-left: 16px;
    margin-right: 16px
}


.cd-r-contact-link2 {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    display: block;
    margin-left: 16px;
    margin-right: 16px
}