/* 默认字体 */
body {
  font-family: Arial, Helvetica, sans-serif;
}

.her_banner_mobile>img {
  width: 100%;
}

.her_banner_pc>img {
  display: none;
  width: 100%;
  max-width: 1920px;
}

.container {
  padding: 0 25px;
}

.her_media {
  margin-top: 44px;
}

.her_media_left,
.her_stories_media {
  font-size: 0;
  position: relative;
}

video {
  width: 100%;
  background: #333;
}

.media_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  display: none;
  cursor: pointer;
}

.her_media_describe {
  background: #f7f7f7;
  padding: 17px 18px 20px 15px;
}

.her_media_describe span {
  font-size: 16px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.her_media_bg {
  display: none;
}

.her_stories_title h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 24px;
  color: #333;
}

.her_stories_describe h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.her_stories_describe p {
  font-size: 16px;
  margin-bottom: 22px;
  color: #333;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.her_stories_describe a{
  color: #333;
  text-decoration: none;
}

.her_stories_people_con {
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}

.her_stories_people_img {
  border-radius: 50%;
  overflow: hidden;
}

.her_stories_people_img img {
  width: 100%;
}

.her_stories_people_info p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.her_stories_people_info a{
  text-decoration: none;
}

.her_stories_people_name {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.her_stories_people_country {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more{
  text-align: center;
  margin-bottom: 35px;
}
.more a{
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 360px) {}

@media (min-width: 425px) {
  .her_stories_title h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .her_media_describe {
    padding: 34px 36px 40px 30px;
  }

  .her_media_describe span {
    font-size: 24px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
  }

  .her_stories_title h1 {
    margin-top: 83px;
    margin-bottom: 60px;
  }

  .her_stories_describe h2 {
    font-size: 30px;
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .her_stories_describe p {
    font-size: 24px;
    margin-bottom: 20px;
    height: 68px;
  }

  .her_stories_people_con {
    padding-top: 50px;
  }

  .her_stories_people_info {
    margin-top: 15px;
    margin-bottom: 31px;
  }

  .her_stories_people_info p {
    font-size: 24px;
  }
  .more{
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .more a{
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .her_banner_mobile {
    display: none;
  }

  .her_banner_pc>img {
    display: inline;
  }

  .container {
    padding: 0 15px;
  }

  .media_play_btn {
    display: inline;
  }

  .her_media_describe {
    padding: 0;
  }

  .her_media_describe span {
    display: inline-block;
    height: 267px;
    overflow: hidden;
  }

  .her_media {
    padding: 74px 0;
    position: relative;
  }

  .her_media_con {
    position: relative;
    z-index: 1;
    margin: 0 -25px;
  }
  .her_media_left,
  .her_media_right{
    padding: 0 25px;
  }

  .her_media_bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    background: #f7f7f7;
    z-index: 0;
  }

  .her_stories_describe h2 {
    font-size: 20px;
    margin-top: 21px;
    margin-bottom: 13px;
  }

  .her_stories_describe p {
    font-size: 16px;
    height: 45px;
  }

  .col-md-2 {
    width: 20%;
  }

  .her_stories_people_info p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {

  .container {
    width: 970px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0;
    width: 1200px;
  }

  .her_media_describe span {
    height: 343px;
  }
}

@media (min-width: 1320px) {}