.notice{
    flex: 1;
    background: #FFFFFF;
    margin-right: 40px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow-y: scroll;
}
.notice >table,tr,td{
    border: 1px solid #333 !important;
}
.noticeHeader{
    font-size: 16px;
    color: #666;
    padding: 20px 0;
}
.noticeHeader>a{
    color: #666;
}
.noticeHeader>a:hover{
    color: #004ea2;
}
.noticeTitle{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 20px 30px;
    margin-right:40px
}
.notice a{
    color: #004ea2 !important;
}
.notice img{
    width: 100% !important;
    height: 100% !important;
}
