.single-right-content ul>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 46px;
}
.single-right-content ul>li>a{
    font-size: 16px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-right-content ul>li>span{
    color: #999;
    font-size: 16px;
    white-space: nowrap;
}
.single-right-content ul>li:hover a{
    color: #FFAA00;
}
.single-right-content ul>li:hover span{
    color: #FFAA00;
}
@media screen and (max-width: 550px){
	.single-right-content ul>li>a{
        width: 75%;
        margin-right: 10px;
    }
    .single-right-content ul>li>span{
        width: 20%;
    }
}