@media screen and (max-width: 1200px) {
    .navigation {
        flex-direction: column;
        margin-bottom: 26px;
    }
    .nav-left {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .content-right {
        display: none;
    }
    .home-article {
        flex-direction: column;
    }
    .home-article-img {
        text-align: center;
    }
    .year-box {
        top: 25px;
        left: 50vw;
        font-size: 11px;
        display: flex;
    }
    .year-box div {
        padding: 0 6px;
        margin: 0;
    }
    .home-article-img {
        width: 70vw;
    }
    .from-input {
        width: 50%;
    }
    .from-box input,
    textarea {
        width: 66vw;
    }
    .post-img {
        height: auto;
    }
}