.navDiv .title{
    background: #e6e6e6;
    color: #000;
}
.navDiv_ul li .active{
    color: #0c7ed9;
    background: url('../images/dian2.png')no-repeat left center;
    background-size: 0.1rem;
    padding-left: 0.4rem;
    border-left: 0 solid #5cbee3;
}
.content{
    width: 7.1rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
    border-top: 1px solid #d2d2d2;
}
.content li{
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 0.36rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.content li img{
    width: 6.4rem;
    display: block;
    margin: 0 auto;
}
.content li h5{
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 0.32rem;
    margin-bottom: 0.3rem;
}
.content li p{
    padding: 0 0.3rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: justify; 
}