.nav-title{
    font-size: 0.24rem;
    color: #3E3E3E;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    background: #F7F7F7;
}
.nav-title .syicon{
    width: 0.28rem;
    margin-right: 0.1rem;
}

.news-list{padding: 0 0.2rem;}
.news-list a:hover{text-decoration:none;}
.nl-item{
    padding: 0.11rem 0.15rem 0.2rem;
    border-bottom: 1px solid #EBEBEB;
}
.nli-title{
    font-size: 0.26rem;
    padding: 0.18rem 0;
    position: relative;
}
.nli-title:before{
    content: "";
    width: 0.02rem;
    height: 0.2rem;
    background-color: #C32A1A;
    position: absolute;
    left: -0.18rem;
    top: 50%;
    margin-top: -0.09rem;
}
.nli-desc{
    color: #C4C4C4;
    font-size: 0.22rem;
	line-height: 0.34rem;
}
.nli-time{
    color: #c4c4c4;
    font-size: 0.22rem;
    padding-top: 0.15rem;
}

.next-page{
    font-size: 0.24rem;
    padding: 0.15rem 0.2rem;
    margin-bottom: 0.5rem;
    background: #F7F7F7;
    text-align: center;
}