.right-navigation-bar {
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border-radius: 6px;
    width: 350px;
    height: 510px;
}
.right-nav-spoken{
    display: none;
}
#right-nav-img1{
    border-radius: 6px;
    cursor: pointer;
}
#right-nav-img{
    border-radius: 6px;
    cursor: pointer;
}
.right-navigation-bar-top {
    width: 100%;
    height: 125px;
}

.right-navigation-bar-border {
    border: 1px solid #EBEBEB;
}

.right-navigation-bar-tips {
    width: 5px;
    height: 25px;
    background: #FF4B40;
    border-radius: 0 42px 42px 0;
    border-radius: 0px 42px 42px 0px;
}

.right-navigation-bar-title {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 15px;

}

.flex-right {
    display: flex;
    padding-top: 15px;
}

.flex-center {
    display: flex;
    padding-top: 15px;
    padding-left: 15px;
}
.tips-bar{
    padding-top: 15px;
    padding-left: 15px;
}

.right-navigation-bar-title1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

.font-title {
    font-weight: 600;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    margin-left: 5px;
    margin-top: 22px;
    text-align: left;
}

.font-title1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
}
.right-navigation-bar-title1 a:link{
    color: #0077BB;

}
/*作文批改 写作列表样式*/

.content-All {
    width: 1299px;
    display: flex;
    justify-content: space-between;

}
.input-bar{
    border: 0;
    border-bottom: 1px solid;
    width: 60px;
    vertical-align: text-bottom;
    outline: none;
    text-align: center;
    padding-bottom: 0px;
}
.a-btn-bar{
    padding: 3px 15px;
    color: #337AB7 !important;
    background-color: #DDEEFD;
    border-radius: 5px;
    margin: 23px 28px 8px;
    cursor: pointer;
    white-space: nowrap;
}




