a{

    text-decoration: none;
    color: #000;
}
.new-detail{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-detail .title{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.new-detail .time{
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #000;
}
.new-detail .content{
    width: 90%;
    height: auto;
}
.new-detail .content img{
    max-width: 90%;
    height: auto;
}
.nav{
    margin-left: 20px;
}
