.noticeView {
    margin-top: 54px;
}
.noticeTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #12141D;
}
.noticeItemView { 
    padding: 24px 0;
    border-bottom: 1px solid #E6E8EC;
}
.noticeItemView > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
     color: #12141D;
}
.noticeItemView > i {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    margin-right: 30px;

}
.noticeTabView {
    float: right;
    width: 231px;
    max-height: 376px;
    background: rgba(252, 252, 253, 0.8);
    box-shadow: 0px 8px 24px rgba(18, 20, 29, 0.04);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 24px 15px;
    box-sizing: border-box;
}
.noticeTabView .titleView >span {
    font-weight: 500;
    font-size: 14px;
    color: #12141D;
    margin-left: 16px;
}
.noticeTabView .noticeList {
    padding-top: 3px;
}
.noticeTabView .noticeList > a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777778;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.noticeDetailView {
    float: left;
    width: 857px;
}
.noticeDetailTitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #12141D;
    text-align: center;
}
.noticeDetail {
    font-weight: 200;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-top: 40px;
}