.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.postItem .title {
    font-size: 16px;
    font-weight: 500;
    /* color: #fff; */
    margin: 0;
    line-height: 1.4em;
    padding: 0 6px;
}
.postItem .title {
    font-size: 15px;
}
.postCarousel1 .item .title {
    color: #000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.linegrid img {
    width: 58% !important;
}
.racebg {
  background: #fff;
  padding: 10px 10px;
  /* margin: 0 10px; */
  border-radius: 5px;
  box-sizing: border-box;
}
.race-lamp {
  position: relative;
  height: 5.6em;
  overflow: hidden;
}
.ul1 {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: 14px;
  hyphens: auto;
  /* word-break:break-all; */
}
.appBottomMenu .item.active>a {
    color: #000000 !important;
}