.institutionalPublicRightBox .institutionalMessageListUl{
    width: 100%;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}
.institutionalPublicRightBox .institutionalMessageListUl .institutionalMessageListLi{
    width: 100%;
    min-height: 83px;
    border-bottom: 1px solid #E5E4E4;
    box-sizing: border-box;
    padding: 21px 21px;
    cursor: pointer;
    transition: all .3s;
}
    .institutionalPublicRightBox .institutionalMessageListUl .institutionalMessageListLi:hover {
        border: 1px #f0b636 groove;
        transition: all .3s;
    }
.institutionalPublicRightBox .institutionalMessageListUl .institutionalMessageListLi .institutionalMessageListLiTitle{
    font-size: 14px;
    font-family: 'YouYuan';
    color: #000000;
    margin-bottom: 14px;
    font-weight: bold;
}
.institutionalMessageListLiBottom{
    display: flex;
}
.institutionalMessageListLi .institutionalMessageListLiBottom .notificationTime{
    font-size: 14px;
    font-family: 'YouYuan';
    color: #999999;
    margin-right: 103px;
}
.institutionalMessageListLi .institutionalMessageListLiBottom .statusText{
    font-size: 14px;
    font-family: 'YouYuan';
    color: #000000;
}
.institutionalMessageListLiRead .institutionalMessageListLiBottom .statusText{
    color: #999999;
}
.institutionalMessageListLi .institutionalMessageListLiBottom .notificationTime{
    margin-right: 503px;
}
.institutionalPublicRightBoxEditorIcon{
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: 304px;
    right: 42px;
    cursor: pointer;
}
