溢出问题:overflow后最后一排文字显示不全
溢出字体会显示在padding区域(http://www.divcss5.com/css-hack/c680.shtml)
section#xinwen li a h3{
border-bottom: solid 1px #fff;
margin-bottom: 5px;
padding-bottom: 10px;
height: 50px;
width: 288px;
overflow: hidden;
}