@charset "UTF-8";

._recentPhotoUl .recentBbsInnerLi{
	position:relative;
	height:290px; 
	overflow:hidden;
}
._recentPhotoUl .recentBbsInnerLi .recentBbsInfo{
	position:absolute; 
	bottom:0; 
	left:0; 
	z-index:2; 
	display:block; 
	height:35px; 
	line-height:35px; 
	padding-left:10px; 
	box-sizing:border-box;
	}
._recentPhotoUl .recentBbsInnerLi .recentBbsInfo .recentBbsTitle strong {
    color:#fff;
}
._recentPhotoUl .recentBbsLi .recentBbsTabSpan input {
	color: #404040; 
	font-family:inherit; 
	margin-bottom:20px; 
	font-weight: 600; 
	background: none; 
	border: none; 
	display: block; 
	font-size: 24px; 
	line-height: 1;
	}
._recentPhotoUl .recentBbsLi .recentBbsTabSpan {
	position:relative;
	display:inline-block;
	}
._recentPhotoUl .recentBbsLi .recentBbsTabSpan:after {
	content: '';
	background-color: #d20001;
	width: 90px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 3;
	}
._recentPhotoUl .bx-viewport {
	background-color: transparent;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	padding: 15px 0 0 0;
	}

._recentPhotoUl .bx-wrapper {
	position:relative;
	}
._recentPhotoUl .bx-wrapper .bx-viewport ul li:before {
	content:'';
	display:block; 
	position:absolute; 
	bottom:0; 
	left:0; 
	width:100%; 
	height:35px; 
	background-color:#000;
	z-index:1; 
	opacity:0.6;
	}
._recentPhotoUl .bx-wrapper .bx-viewport ul li .recentBbsInfo a {
	color:#fff; 
	font-size:14px;
	}
._recentPhotoUl .bx-wrapper .bx-viewport ul li .recentBbsInfo a dl {
	display:none;
	}
._recentPhotoUl .bx-wrapper .bx-viewport ul li img {
	width:100%; 
	height:100%;
	}
._recentPhotoUl .bx-controls {
	position:absolute; 
	right:10px; 
	bottom:-11px;
	}
._recentPhotoUl .bx-controls .bx-controls-direction {
	display:none;
	}
._recentPhotoUl .bx-controls .bx-default-pager .bx-pager-item {
	display:inline-block;
	}
._recentPhotoUl .bx-controls .bx-default-pager .bx-pager-item a {
	width:11px; 
	height:11px; 
	background-color:#ffffff;
	display:block; 
	margin:2px; 
	border-radius:11px; 
	text-indent:-9999px;
	}
._recentPhotoUl .bx-controls .bx-default-pager .bx-pager-item a.active {
	background-color:#ed3654
	}

._recentPhotoUl .recentBbsMore {
	position:absolute; 
	right:0; 
	top:0;     
	background: url(./../images/bbs-more.png) center center no-repeat;    
	height: 13px;    
	width: 12px;    
	margin-top: 10px;    
	text-indent: -9999px;
}

._recentPhotoUl .recentBbsNoData { text-align: center;}
	
@media screen and (min-width:501px) and (max-width:1280px) {
		._recentPhotoUl .recentBbsInnerLi {
			height:193px; 
	}
			
}
	
	@media screen and (max-width:500px) {
		._recentPhotoUl .recentBbsInnerLi {
			height:250px !important; 
	}
}