@media only screen and (max-width: 767px) {
    a {
        all: unset;
        cursor: pointer;
    }

    .detail-content .detail-path {
        width: 100%;
    }

    .detail-content .detail-title {
        width: 100%;
    }

    .detail-content .detail-date {
        width: 100%;
    }

    .article-content {
        width: 100%;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .article-content .article-right {
        width: 100%;
    }

    .article-content.article-left {
        /* 在小屏幕下的样式 */
        width: 100%;
        /* 你可以设置为其他百分比或 vw */
    }

    .article-content img {
        width: 100%!important;
	height: auto !important;
    }
}
