/*css*/
.nymain .leftNav ul li .num0::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    background: #05397f !important;
    border-radius: 50%;}
.rw-name .name .bsh{width: 26%;}
@media screen and (max-width: 700px){
.rw-name .name .bsh {
    width: 100%;}
}
