@charset "UTF-8";
.photoAlbum{overflow:hidden; position:relative;}
.photoAlbum .tabTitle{border:none;background:none;font-size:20px;margin-bottom: 12px;color:#191919;font-weight: 500;}
.photoAlbum ul li ul.listLi li{position:relative;display: inline-block; padding:0 2.5px;}
.photoAlbum ul li ul.listLi li p{background-color:rgba(0,0,0,0.6); position:absolute; bottom:0; width:100%; color:#fff; padding:5px 10px; box-sizing:border-box; font-size:14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.photoAlbum ul li ul.listLi .liThum{position:relative;height: 205px;}
.photoAlbum ul li ul.listLi li img{width:100%;height: 100%;}
.photoAlbum .recentBbsMore{position:absolute; right:0; top:5px; width:27px; height:27px; background:url(./../images/moreIcon.png) center center; text-indent:-9999px;}

@media only screen and (max-width: 1200px){

.photoAlbum{  position: relative; width:100%;}
}
@media only screen and (max-width: 600px){
	.photoAlbum .slick-arrow{width:20px;height:40px;text-indent: -99999px;position:absolute;z-index: 9999; top:50%; margin-top:-20px; }
	.photoAlbum .slick-prev{ background:url(./../../images/main/slidearrow_left_w.png) no-repeat center;  left:18px;}
	.photoAlbum .slick-next{ background:url(./../../images/main/slidearrow_right_w.png) no-repeat center; right:18px;}
	.photoAlbum ul li ul.listLi .liThum{height: auto;}

}
