/* Notice List Styling */
.month_part {
    float: left;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #666; /* Vertical separator line */
    margin-right: 12px;
    color: #fff;
}
.month_part .white24 {
    font-size: 16px; /* Smaller, slender per design */
    font-weight: normal; /* Remove bold */
    line-height: 26px; /* Align with list items */
    display: block;
}
.new-tag {
    background-color: #FFDD00;
    color: #000;
    padding: 0 4px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
}
.notice-date {
    color: #FFDD00;
    font-weight: bold;
    margin-right: 5px;
}
.month_activity_content_wrap {
    overflow: hidden;
}
.month_activity_content_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.month_activity_content_wrap li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
