.main-content{
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.main-content .right-box{
    width: 13.14rem;
    overflow: hidden;
    margin-left: 0.4rem;
}
.nav-title{
    padding-top: 0.3rem;
    padding-bottom: 0.18rem;
    text-align: right;
    color: #9C9C9C;
    border-bottom: 1px solid #C6C6C6;
}
.nl-item{
    padding: 0.1rem;
    background: #EEEEEE;
    margin: 0.12rem 0;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.nl-item:hover{background: #FFFFFF;}
.nl-item:hover .nli-title{color: #C32A1A;}
.nli-img{
    width: 2.3rem;
    max-height: 1.6rem;
    overflow: hidden;
    margin-right: 0.28rem;
}
.nli-img img{width: 100%;}
.nli-right{
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nli-title{
    color: #151515;
    font-size: 0.2rem;
    font-weight: bold;
}
.nli-desc{margin: 0.25rem 0;}
.nli-desc, .nli-time{
    font-size: 0.14rem;
    color: #6A6A6A;
}
.pages{
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    -o-justify-content:flex-end;
    justify-content:flex-end;
    padding-bottom: 0.5rem;
}