@media(max-width: 640px) {
    .xxlc {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .xxlc .calendar-wrapper {
        width: 100%;
    }

    .xxlc .news {
        width: 100%;
        margin-left: 0;
    }

    .xxlc .news .month-news .news-content {
        box-sizing: border-box;
    }

    .xxlc .calendar-wrapper .title {
        font-size: 18px;
        line-height: 1.5;
    }

    .xxlc .calendar-wrapper .year {
        font-size: 14px;
    }

    .xxlc .calendar-wrapper .month {
        font-size: 14px;
    }

    .xxlc .news .month-news>h4 {
        font-size: 14px;
    }

    .xxlc .news .month-news .news-content {
        font-size: 14px;
        line-height: 32px;
    }

    .xxlc .news .month-news>h4>span {
        font-size: 0.48rem;
    }

    .more {
        font-size: 16px;
        margin-bottom: 30px
    }
}