* {
    white-space: normal;
    word-break: break-all
}

a {
    text-decoration: none !important;
}

.content {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 18.25vw;
	object-fit: cover;
    object-position: center;
}

.contentBox {
    width: 100%;
    padding: 4vw 18vw;
    background-color: #F8F9FA;
}

.histryBox {
    width: 100%;
    display: flex;
    align-items: center;
    color: rgba(55, 69, 103, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
}

.articleBox {
    width: 100%;
    margin-top: 1vw;
    padding: 2vw 4vw;
    background-color: #fff;
}

.articleBox .articleTitel {
    width: 100%;
    color: rgba(51, 51, 51, 1);
    font-size: 1.66vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    text-align: center;
}

.articleBox .articleTime {
    width: 100%;
    color: rgba(111, 111, 111, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    margin-top: 1vw;
}

.articleBox .articleContent {
    width: 100%;
    margin-top: 2vw;
    color: rgba(79, 79, 79, 1);
    font-size: 0.83vw !important;
    font-family: PingFang-SC-Regular;
    font-weight: normal;
}

@media (max-width: 768px) {
    .contentBox {
        width: 100%;
        padding: 4vw;
        background-color: #F8F9FA;
    }

	.content {
		margin-top: 5em;
	}

    .histryBox {
        width: 100%;
        display: flex;
        align-items: center;
        color: rgba(55, 69, 103, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
    }

    .histryBox div:nth-child(3) {
        width: 80%;
    }

    .articleBox .articleTitel {
        width: 100%;
        color: rgba(51, 51, 51, 1);
        font-size: 3.5vw;
        font-family: PingFang-SC-Bold;
        font-weight: 700;
        text-align: center;
    }

    .articleBox .articleTime {
        width: 100%;
        color: rgba(111, 111, 111, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: center;
        margin-top: 1vw;
    }

    .articleBox .articleContent {
        width: 100%;
        margin-top: 2vw;
        color: rgba(79, 79, 79, 1);
        font-size: 2.5vw !important;
        font-family: PingFang-SC-Regular;
        font-weight: normal;
    }
}