.pc-show .news-container {
    width: 52.5rem;
    padding: 4rem 0;
    margin: 0 auto;
}

.pc-show .news-container .news-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333333;
}

.pc-show .news-container .news-header {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin: 1.25rem 0 2rem 0;
    background: #f3f3f3;
}

.pc-show .news-container .news-header .news-source,
.pc-show .news-container .news-header .news-date {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
    margin-right: 3rem;
}

.pc-show .news-container .news-header .news-share {
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-left: auto;
}

.pc-show .news-container .news-header .news-share>img {
    margin-left: 0.5rem;
    cursor: pointer;
}

.pc-show .news-container .news-content .news-img {
    width: 100%;
    height: 19rem;
}

.pc-show .news-container .news-content .news-info {
    margin: 2rem 0;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.8rem;
    color: #666666;
}

.pc-show .news-container .news-content .news-info img {
    display: block;
    margin: 0 auto;
}

.pc-show .news-container .news-operate {
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    background: #f3f3f3;
    position: relative;
}

.pc-show .news-container .news-operate::before {
    width: 1px;
    height: 1rem;
    background: #cccccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5rem;
}

.pc-show .news-container .news-operate .prev-operate{
    max-width: 22.5rem;
    min-width: 22.5rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:0px;
}
.pc-show .news-container .news-operate .next-operate {
    max-width: 22.5rem;
    min-width: 22.5rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.7rem;
    color: #666666;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:auto;
}

.pc-show .news-container .news-operate .prev-operate:hover,
.pc-show .news-container .news-operate .next-operate:hover {
    color: #078dff;
}

.pc-show .news-container .news-operate .next-operate {
    width: 100%;
    text-align: right;
}

@media (min-width: 768px) {
    .about-header {
        height: 5.25rem;
    }
}

@media (max-width: 767px) {

    .about-header {
        height: 17.5rem;
    }
}

.h5-show .news-container {
    width: 100%;
    padding: 10rem 6rem;
}

.h5-show .news-container .news-title {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 5rem;
    color: #333333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5-show .news-container .news-header {
    margin: 3.75rem 0;
    width: 100%;
    padding: 3.5rem;
    background: #f3f3f3;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
}

.h5-show .news-container .news-operate {
    margin: 5rem 0;
    width: 100%;
    padding: 3.5rem;
    background: #f3f3f3;
    font-weight: 400;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.25rem;
    color: #666666;
}

.h5-show .news-container .news-operate a {
    display: block;
    margin: 0.5rem 0;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5-show .news-container .news-share {
    display: flex;
    width: 100;
    justify-content: right;
    align-items: center;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #666666;
}

.h5-show .news-container .news-share>img {
    height: 4rem;
    margin-left: 2.5rem;
}