.small-view.container {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #326CAC -6%, rgba(93, 170, 255, 0) 72%);
    overflow-y: auto;
}
.small-view.container .notice-card {
    background: #fff;
    width: 90%;
    margin: 20px auto;
    border-radius: 8px;
    padding: 16px;
}
.small-view.container .notice-card .notice-card-title {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
}
.small-view.container .notice-card .notice-card-content{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    padding: 12px 0;
}
.small-view.container .notice-card .notice-card-bottom{
    border-top: dashed 1px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 12px 0;
}
.small-view.container .notice-card .notice-card-bottom .notice-card-detail {
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
    position: absolute;
    left: 0;
    color:#3E83C9;
}
.small-view.container .notice-card .notice-card-bottom .notice-card-detail a {
    color:#3E83C9;
}
.small-view.container .notice-card .notice-card-bottom .notice-card-time {
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    text-align: right;
    position: absolute;
    right: 0;
}