.newsPage {
    background: url(../../../images/pc/main_new/index-bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 1.9rem;
}

.main {
    width: 12.36rem;
    margin: 0 auto;
}



.breadcrumbs {
    color: #e2d2ff;
    line-height: 0.45rem;
}

.breadcrumbs p {
    display: flex;
    align-items: center;
}

.breadcrumbs a {
    color: #e2d2ff;
    font-size: 0.2rem;
}

.newsDetail {
    width: 12.36rem;
    height: 6.09rem;
    background: url(../../../images/pc/main_new/news-border2.png) no-repeat;
    background-size: cover;
}

.content {
    width: 11.7rem;
    margin: 0 auto;
    padding: 0.15rem 0.1rem 0;
}

.content .header2 {
    width: 10.5rem;
    margin: auto;
    display: flex;
    justify-content: center;
    border-bottom: 0.02rem solid #3f2f6b;
}

.content .header2 p {
    font-size: 0.23rem;
    font-weight: 700;
    text-align: center;
    line-height: 0.45rem;
    color: #3f2f6b;
}

.release-date p {
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.4rem;
    color: #3f2f6b;
}

.concrete-content {
    height: 4.35rem;
    overflow-y: auto;
    font-size: .16rem;
    color: #393939;
}

.concrete-content p {
    width: 10.5rem;
    margin: auto;
    text-align: justify;
}

.concrete-content::-webkit-scrollbar {
    width: 0.08rem;
}

.concrete-content::-webkit-scrollbar-track {
    background: #aeaeae;
    border-radius: 0.08rem;
}

/* 滚动条滑块 */
.concrete-content::-webkit-scrollbar-thumb {
    background: #3f2f6b;
    border-radius: 0.08rem;
}
