.header {
    width: 100%;
    height: 120px;
    background: #0076CE;
}


.news-main {
    width: 70%;
    margin: auto;
}

.nav {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #008AF1;
    line-height: 25px;
}

.nav span {
    display: inline-block;
    color: #333333;
}

.news-main h1 {
    height: 62px;
    font-size: 44px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 62px;
}


.time {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 25px;
}

.news-main .title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 42px;
}

.news-main img {
    width: 1200px;
    height: 592px;
}