@media screen and (max-width:1350px) {
    .navigation {
        flex-direction: column;
        margin-bottom: 23px;
    }

    .nav-left {
        text-align: center;
        flex-direction: column;
    }

    .content-right {
        display: none;
        /*It will invisible*/
    }

    .home-article {
        flex-direction: column;
    }

    .home-article-img {
        text-align: center;
    }

    .year-box {
        top: 25px;
        left: 70vw;
        font-size: 12px;
        display: flex;
    }

    .year-box div {
        padding: 0px 6px;
        margin: 0;
    }
    .home-article img{
        width: 70vw;
    }
    .form-input{
        width: 50%;
    }
    .form-box input,textarea{
        width: 66vw;
    }
    .row{
        flex-direction: column;
    }
    .post-img{
        height: auto;
    }
}