.all {
  padding: 4.5% 0;
}

.other {
  margin-bottom: 5.9%;
}
.other .robot_name{
    line-height: 1;
}
.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 {
    color: #222222;
  margin-top: 20px;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inform .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.inform .l {
  width: 44.44%;
}
.inform .r {
  width: 51%;
}
.inform .inform_tab {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1;
}
.inform .inform_tab div {
  cursor: pointer;
  position: relative;
}
.inform .inform_tab div.act::after {
  background: #f00000;
}
.inform .inform_tab div::after {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  margin-top: 20px;
}
.inform .vio {
    cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
}
.inform .vio_bg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inform .vio_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inform .vio_bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.inform .play {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.inform .play div {
  line-height: 1;
  margin-top: 20px;
}
.inform video {
  width: 100%;
  display: block;
}
.inform .inform_box {
  margin-top: 36px;
}
.inform .inform_box > div {
  display: none;
}
.inform .inform_box > div:first-child {
  display: block;
}
.inform .inform_box a {
  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;
  line-height: 1;
}
.inform .inform_box a:nth-child(n+2) {
  margin-top: 40px;
}
.inform .inform_box a:hover .name {
  color: #f00000;
}
.inform .inform_box a:hover .name::before {
  background: #f00000;
}
.inform .inform_box a:hover .time {
  color: #f00000;
}
.inform .name {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
  position: relative;
  padding-left: 18px;
}
.inform .name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inform .time {
  color: #888888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.school {
  padding-top: 5.9%;
}
.school .list {
  margin-top: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.school a {
  width: calc((100% - 30px) / 3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333333;
  margin-right: 15px;
}
.school a:hover {
  color: #f00000;
}
.school a:hover .img  {
  -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);
}
.school a:nth-child(n+4) {
  margin-top: 20px;
}
.school a:nth-child(5n-1) {
  width: calc((100% - 15px) / 2);
}
.school a:nth-child(5n) {
  width: calc((100% - 15px) / 2);
  margin-right: 0;
}
.school a:nth-child(5n-2) {
  margin-right: 0px;
}
.school .img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.school .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;
}
.school .school_tit {
  line-height: 1;
  margin-top: 10px;
}

.moment {
  padding-top: 5.9%;
}
.moment .point{
    display: none;
    justify-content: center;
    margin-top: 20px;
}
.moment .list .sw_clk{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.moment .prev{
    left: -55px;
}
.moment .next{
    right: -55px;
}
.moment .list {
  margin-top: 60px;
      position: relative;
}
.moment .list > div {
  overflow: hidden;
  position: relative;
}
.moment .vio_bg {
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.moment .vio_bg 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;
}
.moment .vio_bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.moment .vio_bg:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.moment .play {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.moment .play div {
  line-height: 1;
  margin-top: 20px;
}
.moment .moment_tit {
  line-height: 1.2;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.task_vio {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task_vio > div {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task_vio video {
  max-height: 80%;
  max-width: 80%;
}
.task_vio svg {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.task_vio svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
  .other .box {
    margin-top: 35px;
  }
  .other .txt {
    right: 60px;
    height: calc(100% - 120px);
    padding: 40px;
  }
  .inform .flx {
    margin-top: 35px;
  }
  .school .list {
    margin-top: 35px;
  }
  .moment .list {
    margin-top: 35px;
  }
  .inform .inform_tab {
    padding-bottom: 15px;
  }
  .inform .inform_tab div::after {
    margin-top: 15px;
  }
  .inform .inform_box a:nth-child(n+2) {
  margin-top: 30px;
}
.other .robot_tit {
    margin-top: 10px;
}
}
@media screen and (max-width: 1200px) {
    .moment .prev{
    left: -40px;
}
.moment .next{
    right: -40px;
}
  .other .box {
    margin-top: 25px;
  }
  .other .txt {
    right: 30px;
    height: calc(100% - 60px);
    padding: 30px;
  }
  .inform .flx {
    margin-top: 25px;
  }
  .school .list {
    margin-top: 25px;
  }
  .moment .list {
    margin-top: 25px;
  }
  .inform .inform_box a:nth-child(n+2) {
  margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
    .moment .list .sw_clk{
        display: none;
    }
        .moment .point{
        display: flex;
    }
  .inform .play svg {
    width: 40px;
    height: 40px;
  }
  .moment .play svg {
    width: 40px;
    height: 40px;
  }
  .inform .inform_tab {
    padding-bottom: 10px;
  }
  .inform .inform_tab div::after {
    margin-top: 10px;
  }
  .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;
  }
  .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;
  }
  .inform .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inform .l {
    width: 100%;
  }
  .inform .r {
    margin-top: 20px;
    width: 100%;
  }
  .inform .inform_box {
    margin-top: 20px;
  }
  .other {
    margin-bottom: 40px;
  }
  .school {
    padding-top: 40px;
  }
  .school a {
    width: 100% !important;
  }
  .school a:nth-child(n+2) {
    margin-top: 20px;
  }
  .moment {
    padding-top: 40px;
  }
  .school .img {
    height: auto;
  }
  .school .img img {
    position: relative;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .inform .inform_box a:nth-child(n+2) {
  margin-top: 15px;
}
.inform .name{
    width: 70%;
}
}
