@charset "utf-8";

.banner-container{
	background:rgba(0,0,0,.65);

}
.banner-container .mask{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.65);
}
.banner-container>.caption{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10;
	color:#fff;
	margin-top:3%;
}
@media (max-width: 991px){
	.banner-container>.caption>h2{
		margin-top: 1em;
	}
}
.banner-container>.caption>h2{
	color: #fff;
}
.bannerTitle{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	z-index:10;
	color:#fff;
}
.bannerTitle p{
	font-size:1.5rem;
	line-height:1.3em;
	margin-bottom:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bannerTitle p.emptyContent{
	font-weight:bold;
	color:#931941;
}
.banner-container .detail{
	background-color: #931941;
	color: white;
	margin-top: 5%;
}
@media (min-width: 1200px){
	.banner-container .detail{
		padding:10px 16px;
		font-size:18px;
	}
}
.swiper-slide img{width:100%;}
.swiper-container-horizontal > .swiper-pagination {left:0;right:0;}
#ifavineNews h2{
	padding-bottom:1em;
	border-bottom:3px solid #E5E5E5;
	vertical-align: baseline;
}
#ifavineNews h2 img.ifavine_news_logo{
	vertical-align: baseline;
}
@media (min-width: 1200px){
	.ifavine_news_logo{
		height: 40px;
	}
}
@media (max-width:1199px) {
	.ifavine_news_logo{
		height: 36px;
	}
}
@media (max-width:991px) {
	.ifavine_news_logo{
		height: 30px;
	}
}
@media (max-width:767px) {
	.ifavine_news_logo{
		height: 24px;
	}
}
@media (max-width:480px) {
	.ifavine_news_logo{
		height: 20px;
	}
}
ul.newsList li p.emptyContent{
	padding:30% 0;
	font-size:2em;
	font-weight:bold;
	color:#931941;
	text-align: center;
}
.newsList>li{
	margin-bottom: 30px;
}
@media (min-width:768px) and (max-width:991px) {
	.newsList>li:nth-child(2n){clear:left;}
}
@media (min-width:992px){
	.newsList>li:nth-child(3n+2){clear:left;}
}
.item{
	border:#efefef 1px solid;
	border-radius:5px;
	text-align: justify;
}
@media (min-width: 768px){
	#top-item { border: none;}
}
.item-normal .img-container{
	overflow:hidden;
	border-radius:5px;
	background-color:#eee;
}
@media (min-width:768px){
	.item-normal .img-container{
		height:14em;
	}
}
@media (min-width:992px){
	.item-normal .img-container{
		height:12em;
	}
}
@media (min-width:1200px){
	.item-normal .img-container{
		height:15em;
	}
}
.img-container img{width:100%;border-radius:5px;}
.contentBox{padding:10px;}
html h3.newsTitle{
	color:#A80637;
	font-size: 18px;
	margin:1em 0;
	overflow:hidden;
	line-height: 1.3em;
	height:2.6em;
}
@media (max-width:767px){
	html h3.newsTitle{
		font-size: 16px;
	}
}

.contentBox .newsTime{
	color:#808080;
	padding-left:35px;
	background:url(/Public/Images/News/calendar_ico.png) no-repeat left center / auto 100%;
}

@media(min-width:992px){
	.item-normal .newsIntro{
		font-size:16px;
	}
}
@media (min-width:768px){
	.item-normal .newsIntro{
		height:13em;
		overflow:hidden;
	}
}
.contentBox a.moreDetail{
	color:#A80637;
	font:normal 14px/2 "Lato-Italic";
}
.moreNewsBox{
	padding:6rem 0;
	text-align: center;
}
.moreNewsBox a.moreNews{
	display:inline-block;
	color:#fff;
	background-color:#A51D31;
	border-radius:4px;
	font-size:18px;
	font-family:"Lato-Regular";
	padding:0.25em 1em;
}
.moreNewsBox .showMore{font:normal normal 18px/1.375 "Lato-Regular";display:inline-block;*display:block;*margin:0 auto;color:#808080;width:100px;padding:0.5em 0 1em; background:url("/Public/Images/Common/icon/showMore_sign.png") left bottom no-repeat;}
.moreNewsBox .showMore:hover{display:inline-block;color:#ba1b4f; background:url("/Public/Images/Common/icon/showMore_sign.png") -100px bottom no-repeat;}
.moreNewsBox .noMore{display:none;}