.content{
    width: 90%;
    margin: .2rem auto;

}

.title{
    width: 100%;
    font-size: .32rem;
    font-weight: bold;
    color: #282828;
    text-align: center;
    overflow: hidden;
}

.conInfo{
    width: 100%;
    font-size: .24rem;
    color: #999999;
    display: flex;
    justify-content: space-around;
    padding: .4rem 0 .2rem 0;
    border-bottom: 1px solid #ebebeb;
}

.time{
    flex: 3;
    text-align: center;
}

.ly,.author{
    flex: 2;
    text-align: center;
}

.zw{
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
}

.zw p{
    margin: .2rem;
}

.zw img{
    display: block;
    max-width: 100%;
    height: auto!important;
    margin: .1rem auto;
}