.wordbox {
    position: relative;
}
.box {
    position: absolute;
    text-align: center;	
    word-wrap: break-word;  /*注意设置word-wrap属性*/
    overflow: hidden;
    border: 2px solid #fff;
}
.box a {
    color: #fff;
    text-decoration: none;    
    display: inline-block;
    width: 100%;
    height: 100%; 
}
