@charset 'utf-8';

.content {
  width: 1200px;
  margin: 0 auto;
}
.content .current-position {
  margin: 30px 0;
}
.content .current-position a, .content .current-position span {
  color: #666;
  font-size: 12px;
}
.content .video {
  position: relative;
  margin: 50px 0;
}
.content .video .font img {
  position: absolute;
  top: -15px;
  left: 50px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	/* IE 9 */
  -moz-transform:rotate(45deg); 	/* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 	/* Opera */
}
.content .font {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.content .font p {
  margin: 10px 0;
}
.content .font .pink-color {
  color: #ff0060;
  font-size: 26px;
  font-weight: 500;
}
.content .img img {
  height: 450px;
  margin: 20px 200px;
}
.content .text-list {
  margin-bottom: 100px;
}
.content .text-list p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.content .text-list .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin: 40px 0;
}
.content .text-list .flex img {
  margin: 50px;
}
.content .text-list .flex .text {
  margin-right: 100px;
}
.content .text-list .flex p {
  color: #666;
  font-size: 14px;
  text-align: right;
  line-height: 2;
  font-weight: normal;
}
.content .text-list .flex-left .text {
  margin: 0 70px 0;
}
.content .text-list .flex-left p {
  text-align: left;
}