.title{
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}

.this-date{
    color: gray;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

.this-source{
    color: gray;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}
img{
    overflow: scroll;
    max-width: 100%!important;
}
span {
    text-indent: initial!important;
}

@media (max-width: 768px) {
    .title{
        margin-top: 10px;
    }
}
