.thumbnail {
    min-height: 110px;
}

.thumbnail > .pic {
    max-width: 100%;
}

@media (min-width: 768px) {
    .thumbnail > .pic {
        height: 200px;
    }
}

.english {
    overflow-wrap: break-word;
}

.content {
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
}
.weburl {
    color: #337ab7;
}