.squres .squre {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #cacaca;
    border-top: none;
}
.news .oneNew a .word {
    height: 45px;
    overflow: hidden;
}
.news .oneNew a .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
