/*影像列表*/
	.itemList{width:100%;height:360px;margin-bottom:25px;background: url(../images/yj_3.png) no-repeat center;background-size:cover}
	.itemList .videoBox{width:640px;height:100%;margin:0 auto;position: relative;}
	.itemList .videoBox .videopic{width:100%;height:100%;}
	.itemList .videoBox .picbg{width:100%;height:100%;position: absolute;left:0px;top:0px;background: url(../images/yj_1.png) no-repeat center;background-size:100% 100%;}
	.itemList .videoBox .videoPlay{width:67px;height:67px;cursor: pointer; background: url(../images/yj_2.png) no-repeat center; position: absolute;left:50%;top:50%;margin-left:-33px;margin-top:-33px;}
	.itemList .videoBox  .titInfo{width:100%;height:auto;text-align: center;font-size:22px;color:#fff;position: absolute;left:0px;top:85px;padding:0px 10px;text-overflow: ellipsis;overflow: hidden;white-space:nowrap}
/*播放弹窗*/
	.videoPop{width:100%;height:100%;position: fixed;left:0px;top:0px;background: rgba(0,0,0,0.5);display: none;}	
	.videoPop .popCon{width:900px;height:620px;background-color: #F6F0E4; padding:50px;position: absolute;left:50%;top:50%;margin-top:-310px;margin-left:-450px;}
	.videoPop .popCon .popClose{width:25px;height:25px;cursor: pointer; background:url(../images/yj_close.png) no-repeat center; position: absolute;right:10px;top:10px;}
	.videoPop .popCon .titCon{width:100%;height:auto;text-align: center;font-size:28px;color:#B8945B;padding:0px 10px;}
	.videoPop .popCon .playBox{width:100%;height:450px;margin-top:30px;}
	.videoPop .popCon .playBox video{width:100%;height:100%;}
@media only screen and (max-width: 1500px) {
	.wrap{width:1200px}
}