.oneline { display: block; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.tab_cates { position: relative; border-bottom: 2px solid #e6e8e9; margin-bottom: 30px; }
.tab_cates li { display: inline-block; position: relative; line-height: 30px; color: #232323; cursor: pointer; text-transform: uppercase; margin-right: 30px; font-size: 22px; font-weight: 600; }
.tab_cates li:before { content: ""; height: 2px; width: 100%; background: transparent; position: absolute; bottom: -2px; left: 0; display: block; }
.tab_cates li.active { color: #0b74bf; }
.tab_cates li.active:before { background: #0b74bf; }
