/*景点列表*/
	.scenicList{width:100%;height:600px;position: relative;overflow-y:auto;}
	.scenicList{width:100%;height:600px;position: relative;overflow-y:auto;}
	.scenicList::-webkit-scrollbar {display: none;}
	.scenicList::-ms-scrollbar { display: none;}
	.scenicList::scrollbar { display: none;}
	.scenicList .ulbox{width:24%;height:auto;margin-right:1%;float: left;padding-bottom:40px;}
	.scenicList .ulbox li{width:100%;height:auto; position: relative;margin-bottom:10px;cursor: pointer;min-height: 60px;opacity:0}
	.scenicList .ulss li.active{transition: linear 0.5s;opacity:1}
	.scenicList .ulss li .active{transition: linear 0.5s;opacity:1}
	.scenicList .ulbox li img{width:100%;}
	.scenicList .ulbox li .titCon{width:100%;height:60px;background-color: #B8945B;font-size:18px;color:#fff;padding:0px 10px; position: absolute;left:0px;bottom:0px;line-height: 50px;}
/*播放弹窗*/
	.picPop{width:100%;height:100%;position: fixed;left:0px;top:0px;background: rgba(0,0,0,0.5);display: none;}	
	.picPop .popCon{width:900px;height:620px;background-color: #F6F0E4; padding:50px;position: absolute;left:50%;top:50%;margin-top:-310px;margin-left:-450px;}
	.picPop .popCon .popClose{width:25px;height:25px;cursor: pointer; background:url(../images/yj_close.png) no-repeat center; position: absolute;right:10px;top:10px;}
	.picPop .popCon .titCon{width:100%;height:auto;text-align: center;font-size:28px;color:#B8945B;padding:0px 10px;}
	.picPop .popCon .picBox{width:100%;height:450px;margin-top:30px;overflow-y: auto; text-align: center;}
	.picPop .popCon .picBox img{width:auto;max-width: 100%;}
@media only screen and (max-width: 1500px) {
	.wrap{width:1200px}
}
.titCon{height:50px!important;}
.limg img{margin-bottom:48px!important;}