/*景点列表*/
	.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;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:90px;background-color: #B8945A;color:#fff;padding:14px;}
	.scenicList .ulbox li .titCon .titInfo{width:100%;font-size:18px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.scenicList .ulbox li .titCon .author{font-size:14px;margin-top:8px;}
/*播放弹窗*/
	.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:#B8945A;padding:0px 10px;}
	.picPop .popCon .authorinfo{width:100%;height:auto;text-align: center;font-size:14px;margin-top:5px;color:#B8945A;}
	.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}
}