.nav_about{
    text-align: center;
}
.address{
    width: 7rem;
    margin: 0 auto 0.5rem;
   
    border-bottom: 1px solid #eeeeee;
   padding-bottom: 0.1rem;
}
.address span{
    display: inline-block;
    font-size: 0.2rem;
    color: #666666;
    background: url('../images/zoom.png') no-repeat left bottom;
    background-size: 0.22rem;
    padding-left: 0.3rem;
    height: 0.22rem;
}
.address a{
    float: right;
    font-size: 0.2rem;
    color: #666666;
    height: 0.22rem;
}

.content{
    padding: 0 0.25rem;
}
.content h4{
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    padding: 0 0.4rem;
    line-height: 0.35rem;
}
.info{
    width: 7rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: #f6f6f6;
    border: 0.01rem solid #e5e5e5;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.info span{
    display: inline-block;
    color: #5a5a5a;
    font-size: 0.2rem;
    margin: 0 0.2rem;
}


.contp p{
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #5a5a5a;

}
.contp img{
    max-width: 7rem;
    display: block;
    margin: 0.2rem auto;
}

.next{
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}
.next p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .2rem;
    font-size: 0.2rem;
}
.next a{
    color: #595959;
}