.all {
  padding: 4.5% 0;
}

.repeat {
  margin-bottom: 5.9%;
}
.repeat .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.repeat .point {
  display: none;
  margin-top: 20px;
}
.repeat .img {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.repeat .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.repeat .img:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.repeat .time {
  line-height: 1;
  color: #888888;
  margin: 30px 0 10px;
}
.repeat .repeat_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.repeat .repeat_tit a {
  color: #222222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.repeat .repeat_tit a:hover {
  color: #f00000;
}
.repeat .swiper {
  margin-top: 60px;
}

.other {
  margin-bottom: 5.9%;
}
.other .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other .box {
  margin-top: 60px;
  position: relative;
}
.other .img {
  position: relative;
  height: 0;
  padding-bottom: 38.88%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.other .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.other .txt {
  width: 36%;
  background: #fff;
  padding: 60px;
  position: absolute;
  right: 80px;
  top: 50%;
  height: calc(100% - 160px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other .robot_time {
  color: #888888;
  line-height: 1;
}
.other .robot_tit {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.other .robot_tit a{
    color: #222222;
    transition: all 0.5s;
}

.follow .flx {
  margin-top: 60px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 60px;
}
.follow .flx > div {
  text-align: center;
  width: 25%;
  position: relative;
}
.follow .flx > div:nth-child(n+5){
    margin-top: 40px;
}
.follow .flx_3>div{
    flex: 1;
}
.follow .flx > div::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eeeeee;
}
.follow .flx > div:last-child::after {
  display: none;
}
.follow .follow_tit {
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 20px;
}
.follow .follow_des {
  color: #888888;
  line-height: 1;
  padding: 0 10px;
}
.follow .img {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.follow .img img {
  max-height: 100%;
  max-width: 80%;
}

@media screen and (max-width: 1600px) {
  .repeat .swiper {
    margin-top: 35px;
  }
  .repeat .time {
    margin: 25px 0 8px;
  }
  .other .box {
    margin-top: 35px;
  }
  .other .txt {
    right: 60px;
    height: calc(100% - 120px);
    padding: 40px;
  }
  .follow .flx {
    margin-top: 35px;
    padding: 40px 0;
  }
  .follow .follow_tit {
    margin: 25px 0 15px;
  }
  .follow .img {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .repeat .swiper {
    margin-top: 25px;
  }
  .other .box {
    margin-top: 25px;
  }
  .follow .flx {
    margin-top: 25px;
    padding: 30px 0;
  }
  .other .box {
    margin-top: 25px;
  }
  .other .txt {
    right: 30px;
    height: calc(100% - 60px);
    padding: 30px;
  }
  .follow .img {
    height: 80px;
  }
  .follow .follow_des {
    line-height: 1.5;
  }
  .follow .follow_tit {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .all {
    padding: 40px 0;
  }
  .common_title {
    text-align: left;
  }
  .common_title .common_title_color {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .repeat .time {
    margin: 20px 0 5px;
  }
  .repeat .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .repeat {
    margin-bottom: 40px;
  }
  .other .txt {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    top: 0;
    padding: 0;
    margin-top: 25px;
  }
  .other .txt .more {
    margin-top: 20px;
  }
  .follow .flx > div {
    width: 50%;
  }
  .follow .flx > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .follow .follow_tit {
    margin: 15px 0 5px;
  }
}
