.date-notice {
    white-space: nowrap;
    text-align: center;
    border: 1px solid var(--main-theme-color);
    display:flex;
    align-items: center;}

.content-title .dd {
    font-size: 14px;
    font-weight: bold;
    padding:1px 5px;
    background: var(--main-theme-color);
    color: #fff;}

.content-title .yy-mm {
    font-size: 12px;
    padding: 3px 6px;}

