
.news-content-box {
    display: flex;
    margin: 0 360rem;
    margin-top: -68rem;
    margin-bottom: 85rem;
}

.news-content-box .quick-box {
    width: 230rem;
    background-color: #FFFFFF;
    margin-right: 25rem;
}

.news-content-box .quick-box .quick-header {
    width: 100%;
    height: 50rem;
    background: #0263B2;
    display: flex;
    align-items: center;
    padding-left: 30rem;
    font-size: 24rem;
    font-family: Source Han Serif SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48rem;
    box-sizing: border-box;
    margin-bottom: 35rem;
}

.news-content-box .quick-box .quick-header .quick-icon {
    width: 26rem;
    height: 26rem;
    margin-right: 10rem;
}

.news-content-box .quick-box .quick-item {
    font-size: 18rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 48rem;
    padding-left: 30rem;
    box-sizing: border-box;
    cursor: pointer;
}

.news-content-box .quick-box .quick-item.select-quick {
    color: #FFFFFF;
    background-color: #0263B2;
}

.news-content-box .news-list-box {
    flex: 1;
    background-color: #FFFFFF;
    padding: 20rem;
}

.news-content-box .news-list-box .content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-content-box .news-list-box .content-title h3 {
    font-size: 28rem;
}

.news-content-box .news-list-box .content-title p {
    font-size: 16rem;
    color: #888889;
    margin-top: 8rem;
}


.news-content-box .news-list-box .content-box{
    margin-top: 30rem;
}