.cuttitle {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cuttitle-two {
  height: 49px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
}

.tabs {
  position: relative;
}
.box {
  width: 100%;
  height: 220px;
  background: #ccc;
  overflow: hidden;
}
.box img {
  width: 100%;
  height: auto;
}
@supports (object-fit: cover) {
  .box img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .--hidden {
  display: none;
}

.tabs a,
.tabs button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  color: #faf3dd;
  background-color: transparent;
}

.tabs .-primary {
  display: flex;
  width: 100%;
}

.tabs .-primary > li {
  flex-grow: 1;
  background-color: transparent;
  box-sizing: border-box;
}

.tabs .-primary > li > a,
.tabs .-primary > li > button {
  white-space: nowrap !important;
  padding: 1em 0.6em;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.tabs .-primary > li > a:hover,
.tabs .-primary > li > button:hover {
  background-color: #f0f0f0;
  color: #ea212e;
}

.tabs .-primary > li > a:active,
.tabs .-primary > li > button:active {
  background-color: #f0f0f0;
  color: #ea212e;
}

.tabs .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}

.tabs.--show-secondary .-primary .-more > button span {
  transform: rotate(135deg);
  color: red;
}

.tabs .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
  animation: nav-secondary 0.2s;
}

.tabs .-secondary li {
  background-color: #fff;
  padding: 3px 20px;
}

.tabs .-secondary a,
.tabs .-secondary button {
  padding: 0.6em;
  text-align: left;
}

.tabs .-secondary a:hover,
.tabs .-secondary button:hover {
  color: #ea212e;
}

.tabs .-secondary a:active,
.tabs .-secondary button:active {
  color: #ea212e;
}

.tabs.--show-secondary .-secondary {
  display: block;
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tabs a,
.tabs button {
  color: #383838;
}

.slider-main {
  z-index: 9 !important;
}

.timeline-Footer.u-cf {
  display: none;
}

.text-black {
  color: black !important;
}

.owl-nav {
  position: absolute !important;
  z-index: 7;
  top: 33%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

button .slider-main {
  background: #ea212e !important;
  color: inherit;
  border: none;
  display: flex;
  align-items: center;
  padding: 30px 9px !important;
}

.cutblog {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.cutopinion {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 600px) {
  img,
  video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@supports (-webkit-line-clamp: 2) {
  .cutblog {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
