
.content{
    /*max-width: 1000px;*/
    margin: auto;
}
.title,.time{
    text-align: center;
}
.title{
    color: #333;
}
.time{
    color: #666;
}
@media (max-width: 768px) {
    .text img{
        width: 100% !important;
        height: 100% !important;
    }
}
