.videoWrap {
	width: 100%;
	height:  auto;
	background: #0a0a0a url(../images/video/bg.png) no-repeat center top;
	padding-top: 20px;
}

.playingVideo {
	width: 1200px;
	margin: 0 auto;
}

.playingVideo .video {
	width: 1200px;
	height: 585px;
	background-color: #000;
}

.playingVideo .video_left {
	width: 100%;
	height: 500px;
	float: left;
	background-color: #000;
/* 	border: 1px solid red; */
}
.video_left .video-js {
    width: 100%;
    height: 500px;
}
/* .playingVideo .video_right {
    width: 260px;
    float: right;
    height: 579px;
    background: #1a1a1a;
    overflow: hidden;
			border: 1px solid red;
} */
/* 视频标题 */
.playingVideo .vTit {
	width: 1200px;
	height: 125px;
	padding: 10px;
	/* 	border: 1px solid red; */
}

.vTit .tit {
	display: block;
	width: 100%;
	height: 50px;
        line-height: 50px;
	font-size: 26px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* 	border: 1px solid red; */
}

.playingVideo .vTit .titCon span {
	display: inline-block;
	font-size: 14px;
	color:  #f7f2f2d1;
	padding-right: 27px;
}

/* 视频简介 */
.video_content {
	width: 100%;
	/* 	height: 300px; */
	margin: 0 auto;
	background-color: #f5f5f5;

}

.jieshao {
	width: 1200px;
	/* height: 280px; */
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
}

.jieshao .contentTit {
	font-size: 24px;
	font-weight: bold;
}

.jieshao span {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
	color: #333;
}



/* 二维码*/
.domain {
          width:100%;
          padding-top: 30px;
      }
      .domain .like_print_correctError_close {
          padding: 20px;
          border-bottom: 1px solid #ededed;
          margin-bottom: 20px;
      }
      .like_print_correctError_close a{
          color:#333;
      }
      .clearfloat {
          zoom: 1;
      }
      .fr {
          float: right;
      }
      .fr {
          float: right;
      }
      #div_div {
          width: 145px;
          margin: 0 auto;
          text-align: center;
      }
      #qr_container {
          color: #666;
          font-size: 13px !important;
          line-height: 26px;
          position: relative;
          padding-bottom: 15px;
      }
      
























