.btitle {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3vw;
  margin-top: 5vw;
}

.btitle .t1 {
  text-align: center;
  color: #de0303;
}

.btitle .t2 {
  text-align: center;
  color: #333333;
}

.bgarticle {
  padding: 0 5vw;
}

.bgarticle .t1 {
  color: #de0303;
  font-weight: 800;
}

.bgarticle .mid {
  background-color: #222;
}

.bgarticle .t2 {
  font-size: 80%;
  color: #333;
  padding: 0.5em 0;
}

.bgarticle .t3 {
  font-size: 80%;
  color: #333;
  line-height: 200%;
  margin-top: 1em;
}

.vvideo {
  position: relative;
}

.vvideo .tenet {
  display: none;
}

.vvideo .ximate {
  display: none;
}

.vvideo .zuoxia {
  width: 20vw;
  height: 20vw;
  background-color: #de0303;
  position: absolute;
  left: 5vw;
  top: 70vw;
}

.vvideo .upcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 5vw;
}

.vvideo .upcard video {
  width: 85vw;
  height: 85vw;
  margin-left: 10vw;
}

.vvideo .upcard .right {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
}

.vvideo .upcard .right .line1 {
  color: #333;
  font-weight: bold;
  margin-left: 2vw;
  margin-top: 10vw;
}

.vvideo .upcard .right .line2 {
  color: #333;
  margin-left: 2vw;
}

.vvideo .upcard .right .line3 {
  height: 40%;
  color: #666666;
  font-size: 80%;
  line-height: 1.8em;
  padding: 0 1em;
  margin-left: 2vw;
  margin-top: 1.5vw;
}

.vvideo .upcard .right .line4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #de0303;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  height: 4em;
  width: 100%;
}

.vvideo .upcard .right .line4 .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70%;
}

.vvideo .upcard .right .line4 .item .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 180%;
  font-weight: 800;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.vvideo .upcard .right .line4 .item .t1 .min {
  font-size: 60%;
  font-weight: 500;
}

.rylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2vw 5vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15vh;
}

.rylist .item {
  width: 44%;
  margin-bottom: 2vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=aboutus_m.css.map */