.nm-list{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","sans-self", Verdana, Arial;
    -font-size: 12px;
}
.nm-list ul {
    margin-bottom: 40px;
}
.nm-list ul, li {
    list-style: none;
}
.nm-list ul li {
    position: relative;

    display: list-item;
    text-align: -webkit-match-parent;
}
.nm-list ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-left: 28px;
    background: url(../img/elements/bluepot.png) no-repeat 11px center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

    text-decoration: none;
    color: #0370ff;
}

.nm-list ul li a :hover{
    text-decoration: none;
    color: #0370ff;
    transition: 0.7s;
}
.nm-list ul li a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

.nm-list ul li a p {
    display: inline-block;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    color: #515151;
    font-size: 16px;
}
.nm-list ul li a span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    background: #fff;
    display: inline-block;
    line-height: 48px;
    color: #abaaaa;
    font-size: 14px;
}