来自柯南百科
.cquote {
    text-align: center;
}

.cquote-main {
    display: inline-block;
    max-width: 70%;
    text-align: left;
}

.cquote::before {
    content: "\201c";
    vertical-align: top;
}

.cquote::after {
    content: "\201d";
    vertical-align: bottom;
}

.cquote::before, .cquote::after {
    padding: 10px;
    color: #B2B7F2;
    font-size: 3em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.cquote-source {
    display: block;
    font-size: 80%;
    text-align: right;
}