/* index */
.indexban {
  width: 100%;
}
@media screen and (min-width:769px){
.indexban {
  width: 100%;
  height: 100vh;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.indexban {
  animation: zoomInOut 10s ease-in-out infinite;
  display: inline-block;
  transform-origin: center center;
}
}
.indexban {
  display: inline-block;
  transform-origin: center center;
}
.tiel_hover h3 {
  font-size: 22px;
  font-family: Arial;
  font-weight: 700;
  font-style: italic;
  color: #f39800;
  text-shadow: 0 0 20px rgba(3, 0, 0, 0.05);
  text-align: center;
  line-height: 36px;
}
.lsyj_swiper_cont .lsyj_swiper .timelwr_t h3 {
  font-size: 20px;
  font-family: Arial;
  font-weight: 700;
  font-style: italic;
  color: #333;
  text-shadow: 0 0 20px rgba(3, 0, 0, 0.05);
  text-align: center;
  margin-top: 71px;
}
span.tielspan {
  display: flex;
  justify-content: center;
  color: #141414;
  font-weight: 500;
  margin-top: 10px;
  font-style: oblique;
}
.lsyj_swiper_cont .lsyj_swiper .timelwr_t .itewm_text {
  height: auto;
}
.fl-col-group.fl-node-6451f011dff8c.fl-col-group-nested {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
@media screen and (max-width:769px){
.fl-col-group.fl-node-6451f011dff8c.fl-col-group-nested {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}

.list_page {    width: 100%;
    margin: 0 auto;
    background: none;
    padding: 20px 0;
}
.cpttile {    
    font-size: 5rem;
    text-align: center;
}
