.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: 32px;
    line-height: 32px;
    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% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    color: #515151;
    font-size: 16px;

    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.nm-list ul li a span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    background: #fff;
    display: inline-block;
    line-height: 32px;
    color: #abaaaa;
    font-size: 14px;
}

.nb-top {
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.nb-top .center {
    line-height: 42px;
    text-align: right;

    width: 100%;
    margin: 0 auto;
}
.nb-top .center a {
    color: #919191;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
}
.nm-left{

background: white;

    box-shadow: 0 -6px 8px #ddd;
    margin-top: -40px;
}

/*newsDetails css styles*/

.detTop {
    /*border-bottom: 1px solid black;*/
    /*margin-bottom: 40px;*/
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}
.detTop .artTitle {
    line-height: 46px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #525252;
}
.detTop .info {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    /*float: left;*/

    /*text-align: center;*/
    text-indent: 2em;
}

.detTop .info span {
    margin-right: 10px;
}

.n-detail{
    margin: 0 auto;
    padding: 0;
    outline: none;

    float: left;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}
.n-detail p{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px;
    text-align: justify;
    word-wrap: break-word;

    text-indent: 2em;
}
.n-detail p img{
    /*text-align: center;
    max-width: 700px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;*/

    text-align: center;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0px;
    cursor: zoom-in;
    max-width: 100%;
    display: block;
}
