@charset "utf-8";
/* CSS Document */


/*****************************************************************************
 *****************************************************************************/

#eventList {
	width: 1410px;
	margin: 20px auto 0;
	padding: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#eventList dl {
	/*width: calc((100%)/6);*/
	width: 235px;
	padding-left: 60px;
	position: relative;
	height: 95px;
}
#eventList dt {
	position: absolute;
	top: 0;
	left: 0;
}
#eventList dd {
	padding: 0 15px 0 20px;
	font-size: 11.5px;
	position: relative;
}
#eventList dd::after {
	content: "●";
	font-size: 14px;
	color: #f09192;
	position: absolute;
	top: -2px;
	left: 5px;
}
#eventList .slideBtn,
#eventList a {
	cursor: pointer;
	text-decoration: none;
	color: #646464;
	transition: opacity 0.3s ease;
}
#eventList .slideBtn:hover,
#eventList a:hover {
	opacity:0.6;
}

#eventList a * {
	opacity:1 !important;
}

@media screen and (max-width: 1409px) {
#eventList {
	width: 940px;
}
#eventList dl {
	width: calc(100%/4);
}
}
@media screen and (max-width: 1100px) {
#eventList {
	width: 86%;
}
#eventList dl {
	width: calc(100%/3);
}
}
@media screen and (max-width: 600px) {
#eventList {
	display: block;
}
#eventList dl {
	display: block;
	width: 100%;
	height: auto;
	min-height:48px;
	margin:  0 auto 30px;
	padding-left: 40%;
}
#eventList dt {
	left: 40%;
	margin-left: -70px;
}
}



/*****************************************************************************
photosSwiper
 *****************************************************************************/

#photosSwiper {
	position: relative;
}
#photosSwiper .buttons li {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 265px;
	margin-top: -35px;
	z-index: 999;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 0.3s ease;
}
#photosSwiper .buttons li:hover {
	opacity: 1;
}
#photosSwiper .buttons .prev {
	left: 50%;
	margin-left: -510px;
	text-align: center;
}
#photosSwiper .buttons .next {
	left: 50%;
	margin-left: 440px;
}
#photosSwiper .buttons li .fa {
	font-size: 70px;
	color: #ffffff;
	vertical-align: middle;
	line-height: 68px;
	margin-top: -2px;
	color: #46D2E6;
}


.swiper-slide .title {
	text-align:center;
	padding:10px 0 0;
	opacity:0;
	transition-delay:4s;
	transition:all 0.5s ease;
}
.swiper-slide-active .title {
	opacity:1;
} 


.swiper-slide-active {
	cursor:pointer;
}


