.main {
    width: 100%;
    background: #fff;
    padding: 4rem 23rem 8rem;
    box-sizing: border-box;
}

.main > h1 {
    font-size: 1.38rem;
    font-weight: 600;
    line-height: 1.88;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.time-text {
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 0.75rem;
}

.other-icon {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.other-icon > img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 2rem;
}

.news-detail-content p,
.news-detail-content ul,
.news-detail-content h1,
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4,
.news-detail-content li{
    margin: 12px 0;
}

.text-img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.news-detail-content img {
    max-width: 100%;
}

.other-icon .wechat-qrcode {
    z-index: 999 !important;
}

.other-icon .wechat-qrcode p {
    text-align: center !important;
    font-size: 0.5rem !important;
}

@media screen and (min-width: 1920px){
	.main {
	    max-width: 1920px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {

    .main {
        padding: 4rem 10rem 8rem;
    }

    .other-icon > img {
        width: 16px;
        height: 16px;
    }

    .news-detail-content img{
        width: auto !important;
        height: auto !important;
    }
}


@media screen and (max-width: 643px) {
    .main > h1 {
        font-size: 18px;
    }

    .time-text, p {
        font-size: 12px;
    }
}