.player-wrap {
  padding: 50px 0;
  width: 100%;
  background-color: #333;
}

.player-wrap .player {
  width: 880px;
  height: 495px;
  background-color: pink;
  margin: 0 auto;
  float: left;
}

.player-list-infor {
  margin-top: 18px;
}

.player-list-infor .list-infor-left {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}

.player-list-infor .list-infor-right {
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.player-list-infor .list-infor-right .list-infor-time {
  margin-right: 35px;
}

.player-detail-content {
  width: 1200px;
  height: 100%;
  margin: 30px auto 70px;
}

.player-detail-content .player-detail {
  width: 881px;
  float: left;
}

.player-detail-content .player-detail .play-article {
  margin-top: 20px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: justify;
  color: #333;
}

.player-detail-content .player-detail .play-article img {
  max-width: 100% !important;
}

.player-detail-content .player-recommend {
  width: 316px;
  height: 100%;
  float: right;
}

.player-detail-content .player-recommend h1 {
  margin-bottom: 10px;
}

.player-detail-content .player-recommend .play-box {
  width: 316px;
  margin-bottom: 9px;
}

.player-detail-content .player-recommend .play-box .play-content-img {
  width: 316px;
  height: 137px;
}

.player-detail-content h1 {
  display: block;
  padding-left: 10px;
  line-height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background-color: #f4f4f4;
}

.player_container {
  width: 1200px;
  margin: 0 auto;
}

.player_listBox {
  float: right;
  width: 290px;
}

.player_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

.player_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.player_list_pic {
  overflow: hidden;
  margin-right: 14px;
  width: 129px;
  height: 75px;
  flex: none;
}

.player_list_pic img {
  width: 100%;
  height: 100%;
}

.player_list:hover {
  color: #f39800;
}

.player_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex: 1;
}

.common_right {
  float: right;
}

.common_rightCourse {
  margin-bottom: 10px;
}

.indetail_sd_info {
  margin-top: 30px;
}

/*# sourceMappingURL=videoDetail.css.map */
