.institutionalPublicRightBox{
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    /* height: 956px; */
}
.adviceUl{
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}
.adviceLi{
    width: 100%;
    position: relative;
    /* padding: 22px 27px 22px 22px; */
    padding-top: 22px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    cursor: pointer;
}
    .adviceLi:hover {
        border: 1px #f0b636 groove;
    }
.adviceLiTitle{
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'YouYuan';
    color: #040404;
    margin-left: 22px;
    margin-right: 26px;
    font-weight: bold;
}
.adviceLiDesc{
    font-size: 14px;
    font-family: 'YouYuan';
    color: #666666;
    line-height: 18px;
    margin-bottom: 8px;
    flex: 1;
    overflow: hidden;
    margin-left: 22px;
    margin-right: 26px;
}
.adviceLi .grayLine{
    width: 817px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F0EFEF;
}
.adviceLiBottom{
    display: flex;
    margin-top: 10px;
    margin-bottom: 21px;
    margin-right: 26px;
}
.adviceLiBottom div{
    font-size: 14px;
    font-family: 'SimHei';
    font-weight: 400;
    color: #666666;
}
.adviceLiBottom .adviceLiBottomTime{
    margin-right: 50px;
    margin-left: auto;
}