/* 视频页 */
/*@import "mixins.less";

@import "common/common.less";

//组件
@import "common/header.less";  //头部
@import "main-nav.less";  //面包屑导航 及其右边*/
.iconvideo3:before {
    content: "\e616";
    float: left;
    margin-right: 4px;
}
.row-title {
  color: #e3b37b;
  font-size: 20px;
}

.video-list .video-single .thumb img:hover{
	    transform:translate(-50%,-50%)scale(1.02) !important;
}

.tuijianVideoTitle{
	font-size: 16px;
	color: #e3b37b;
	border-left: 3px solid #e3b37b;
	padding-left: 10px;
	float: left;
	width:100%;
	height: 16px;
	line-height: 16px;
	margin: .05rem 0;
	box-sizing: border-box;
}

.thumbTime{
	position: absolute;
	bottom: 5px;
	right: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(0,0,0,.5);
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.main {
  overflow: hidden;
}
.video-content {
  background: #1d1d1d;
}
.video-player-wrapper {
  height: 6.5rem;
}
.icondianzan1:before {
	content: "\e607";
	float: left;
	font-size: 14px;
	margin-top: 2px;
}
.iconshoucang2:before {
    content: "\e613";
    float: left;
      font-size: 16px;
    margin-top: 1px;
}
.like-collect i{
	float: left;
	margin-top: 4px;
}
.video-player-content,.video-player-wrapper video {
  width: 100%;
  height: 100%;
}
.video-player-row {
  margin-right: -0.3rem;
   background: #161616;
}
.video-player-row .col {
  padding-right: 0.3rem;
}
.video-list {
  height: 6.5rem;
  font-size: 14px;
  overflow-y: auto;
  	padding: .09rem 0 0 0;
/*overflow: hidden;*/
 
}

.video-list .video-single {
  padding: 0.08rem 0.2rem .08rem 0;
    /* height: 1.01rem; */
}
.video-list .video-single .single-link {
  display: block;
  width: 100%;
  height: 100%;
}
.video-list .video-single .single-link:link,
.video-list .video-single .single-link:visited {
  color: #8b8b8b;
}
.video-list .video-single .single-link:hover,
.video-list .video-single .single-link:active,
.video-list .video-single .single-link.active {
  color: #FFFFFF;
}
.video-list .video-single .single-link:hover .desc .date,
.video-list .video-single .single-link:active .desc .date,
.video-list .video-single .single-link.active .desc .date {
  color: #cdcdcd;
}
.video-list .video-single .thumb {
  display: inline-block;
  width: 43%;
  height: 1rem;
  position: relative;
  overflow: hidden;
}
.video-list .video-single .thumb img {
  display: block;
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.video-list .video-single .desc {
  display: inline-block;
  width: 55%;
  font-size: 16px;
  height: 100%;
  vertical-align: top;
  padding-left: 0.16rem;
  position: relative;
}
.video-list .video-single .desc .date {
  /* position: absolute;
  right: 5px;
  bottom: 0; */
  float: right;
}
.video-list .video-single .desc .date span {
  margin-left: 0.05rem;
  font-size: 12px;
}
.video-list .video-single .desc .date span.iconfont {
  font-size: 14px;
  font-weight: 600;
}
.video-list .video-single .desc p {
  display: -webkit-box;
  /* -webkit-line-clamp:2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 0.23rem;
  word-break: break-word;
}
.video-text {
  padding: 0 0.23rem 0 0.23rem;
}
.video-text .text-top {
  border-bottom: 1px solid #343434;
  padding: 20px 0;
}
.video-text .text-top .title {
  /* width: 60%; */
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}
.video-text .right-bar {
  color: #b5b5b5;
}
.video-text .right-bar .iconfont:hover {
  color: #FFF;
}
.video-text .right-bar .like-collect .iconfont {
  font-size: 18px;
  margin-right: 0.35rem;
  cursor: pointer;
  float: left;
}
.share{
	float: right;
	padding-top: 1px;
}
.share span{
	float: left;
}
.shareTxt{
	margin-top: 3px;
}
.video-text .right-bar .like-collect i {
  margin-left: 3px;
  font-size: 12px;
  font-style: normal;
}
.video-text .right-bar .share {
  font-size: 12px;
}
.video-text .right-bar .share .iconfont {
  font-size: 18px;
  margin-left: 0.08rem;
  cursor: pointer;
}
.video-text .text-content {
  padding-bottom: 0.35rem;
  font-size: 14px;
  color: #bbbbbb;
}
.video-text .text-content > div {
  margin-top:12px ;
}
.video-text .text-content > div p{
	padding: 12px 0 0 16px;
}
.video-text .text-content .iconfont {
  font-size: 12px;
  color: #616161;
  margin-right: 5px;
}
.video-text .text-content .base-info span.key-value {
  display: inline-block;
  margin-right: 0.25rem;
}
.all-video .all-video-title {
  border-bottom: 1px solid #564b3e;
  margin: 14px 0;
  padding: 12px 0;
}
.all-video .all-video-title .iconfont {
  font-size: 24px;
  margin-right: 8px;
}
.all-video .all-video-row {
  margin-right: -0.2rem;
}
.all-video .all-video-row .all-video-single {
  padding-right: 0.2rem;
  height: 2.4rem;
  margin-bottom: 0.2rem;
}
.all-video .all-video-row .all-video-single :hover .single-title {
  font-weight: bold;
}
.all-video .all-video-row .all-video-single a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.all-video .all-video-row .all-video-single a img {
  width: 100%;
  height: 100%;
}
.all-video .all-video-row .all-video-single a .desc {
  position: absolute;
  width: 100%;
  padding: 0 0.2rem 0.19rem;
  left: 0;
  bottom: 0;
}
.all-video .all-video-row .all-video-single a .desc .date {
  color: #d2d2d2;
  margin-top: 0.02rem;
}
.all-video .all-video-row .all-video-single a .desc .single-title {
  line-height: 26px;
}
.all-video .all-video-row .all-video-single a .desc .play-btn {
  position: absolute;
  line-height: 24px;
  top: -33px;
  right: 0.2rem;
}
.main .photo-list .photo-list-single .img-wrap{
    padding-bottom: 56% !important;
}
.main.panoramaImgBox .photo-list .photo-list-single .img-wrap{
  padding-bottom: 66% !important;
}
@media (max-width: 992px) {
  .video-list-row {
    margin-right: -0.16rem;
  }
  .video-list-row .video-list {
    height: auto;
  }
  .video-list-row .video-list .video-single {
    height: 2.3rem;
    _height: 200px;
    padding-right: 0.16rem;
  }
  .main .all-video .all-video-row .all-video-single {
    height: 3rem;
  }
}
@media (max-width: 1300px) {
  .video-list .video-single .desc p {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .video-list .video-single .desc p {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-heght: 14px;
  }
}
@media (max-width: 991px) {
  .video-list .video-single .desc p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 20px;
  }
} 