
.fons-size-1 {
    font-size: 1.8rem !important;
    font-weight: 600;
    margin-top: 3.4rem !important;
}

.fons-size-2 {
    font-size: 1.3rem !important;
    font-weight: 600;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.fons-size-3 {
    font-size: 1.8rem !important;
    font-weight: 600;
    margin-top: 1rem !important;
}
.news-detail-page {
    width: 100%;
    height: auto;
    padding: 16px 30px 100px;
    box-sizing: border-box;
}

.detail-container {
    max-width: 1500px;
    margin: 200px auto 0;
}

.detail-top-container {
    max-width: 1500px;
    margin: 200px auto 0;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.littleTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 4rem;
}
.publishTime {
    color: gray;
    font-size: 12px;
    text-align: right;
    scale: 0.8;
}
.middle-title {
    margin-top: 4rem;
}

.news-detail-page p {
    display: block;
    width: calc(100% - 6rem);
    margin: 0 auto;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
    /* text-align: center; */
}

.news-detail-page  img {
    width: calc(100% - 6rem);
    margin: 4rem auto;
}

.img-style-1 {
    width: calc(60%) !important;
}


