.institutionalPublicRightBox{
    padding: 0;
    min-height: initial;
    height: 750px;
}
.viewGradesContentStart{
    height: 100%;
    display: flex;
}
.viewGradesContentStartBg{
    width: 310px;
    height: 748px;
}
.viewGradesContentStartBg img{
    width: 100%;
    height: 100%;
}
.viewGradesContentStartRight{
    flex: 1;
    overflow: hidden;
    padding-top: 106px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.viewGradesContentStartRightTitle{
    font-size: 30px;
    font-family: 'YouYuan';
    color: #000000;
    margin-bottom: 47px;
}
.viewGradesContentStartRight .searchItem{
    width: 362px;
    margin-bottom: 51px;
}
.viewGradesContentStartRight .searchItem:nth-last-child(1){
    margin-bottom: 0;
}
.viewGradesContentStartRight .searchItem .searchItemLabel{
    font-size: 16px;
    font-family: 'YouYuan';
    color: #333333;
    margin-bottom: 11px;
}
.viewGradesContentStartRight .layui-input, .layui-textarea{
    border-color: #E7E7E7;
    font-size: 16px;
    font-family: 'YouYuan';
    color: #333333;
}
.viewGradesContentStartRight .layui-input, .layui-textarea::placeholder{
    font-size: 16px;
    font-family: 'YouYuan';
    color: #333333;
}
.viewGradesContentStartRight .layui-input:focus, .layui-textarea:focus {
    border-color: #000000!important;
    box-shadow: none;
}
.viewGradesContentStartRight .bottomBtnArea{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.viewGradesContentStartRight .bottomBtnArea .bottomBtnItem{
    width: 165px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'YouYuan';
    cursor: pointer;
}
.viewGradesContentStartRight .bottomBtnArea .bottomBtnItem:nth-child(1){
    margin-right: 19px;
}
.viewGradesContentStartRight .bottomBtnArea .bottomBtnItem .iconfont{
    margin-right: 4px;
    font-size: 14px;
}