body{
    background-image: url(../img/bg13.jpg);
    background-repeat: repeat-y;
}
.nli{
    display: block;
    margin: 20px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.nli:hover{
    background-color: rgba(255,255,255,.3);
}
.ntit{
    width: 90%;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ndesc{
    width: 90%;
    font-size: 20px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ntime{
    text-align: right;
    color: #fff;
    font-size: 36px;
}
.nyear{
    font-size: 18px;
    writing-mode: vertical-lr;
    vertical-align: sub;
}