#testimonial{
position: relative;
padding-left: 15px;
}
#testimonial:before {
content: open-quote;
display: inline;
color: #000;
font-size: 30px;
z-index: -1;
margin-right: 0;
line-height: 1;
position: absolute;
top: -10px;
left: 0;
}
#testimonial:after{
content: close-quote;
display: inline-block;
color: #000;
font-size: 30px;
line-height: 1;
}
将证明元素设置为相对位置。使用绝对定位放置打开和关闭引号。