.notice-ul {
    margin-left: 0px;
}
.notice-ul li {
    margin-bottom: 3px;
    display: flow-root;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    padding-top: 1px;
}
.notice-box ul li {
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
.notice-box ul li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
    border-radius: 30px;
}
.date-box {
    width: 8%;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0px;
}
.date-box p {
    margin-bottom: 0px;
}
.date {
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 0;
}
.date p {
    font-size: 21px;
    line-height: 12px;
    color: #1d77ff;
    font-weight: 700;
}
.date-box p {
    margin-bottom: 0px;
}
.month {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    padding-top: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    line-height: 0;
}
.month:after {
    position: absolute;
    content: "";
    bottom: 9px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #334878;
}
.year {
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0px;
    transform: rotate(-90deg);
    font-weight: 700;
    color: #f2972e;
    font-size: 14px;
}
.notice-body-text {
    width: 92%;
    display: inline-block;
    padding-left: 16px;
    /* border-bottom: 1px dashed #ddd; */
    padding-bottom: 0px;
}