/*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%;}
