@charset "utf-8";


.event-page .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event-page .item {
	position: relative;
	width: 49%;
	margin-bottom: 50px;
}
.event-page .item .bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255,255,255,0.6);
}
.event-page .item .bg img {
	min-height: 500px;
	    min-height: 810px;
	object-fit: cover;
	width: auto;
}
.event-page .item .box {
	position: absolute;
	width: 90%;
	height: 90%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 30px;
	transform: translate(-50%,-50%);
}
.event-page .item .box .strong {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.event-page .item .box .normal {
	margin-bottom: 30px;
/*	text-align: center;
	min-height: 200px;*/
}

.event-page .item .box .normal ol {
    padding-left: 20px;
}
.event-page .item .box .normal ol li {
    list-style: decimal;
    padding-bottom: 20px;
}


.event-page .item .box .normal ul {
    padding-left: 20px;
        margin: 15px 0;
}
.event-page .item .box .normal ul li {
    list-style: disc;
    padding-bottom: 5px;
}
.event-page .item .box a {
/*	background-color: #fff;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #000;
	text-align: center;
	transition: .3s ease;
	border: 1px solid #000;*/
	    text-decoration: underline;
}
.event-page .item .box a:hover {
	background-color: #000;
	color: #fff;
}
.content .img{
	text-align: center;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.event-page .item .img img {
    min-height: unset;
}

.content .map{
	text-align: center;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.content .map iframe {
    width: 100%;
}

/*@media screen and (max-width: 1220px) {
    .cont{
        padding-left: 10px;
        padding-right: 10px;
    }
}*/
@media screen and (max-width: 992px) {
    
	.event-page .item {
    width: 100%;
    }
    .event-page .item .bg img{
    min-height: 850px;
    }
    .event-page .item2 .bg img{
    min-height: 760px;
    }
}
@media screen and (max-width: 767px) {
   
	.event-page .item {
		width: 100%;
	}
	.event-page .item:last-child {
		margin-bottom: 0;
	}
	.event-page .item .box {
		padding: 15px 30px;
	}
	.event-page .item .box .normal {
		min-height: auto;
	}
	.event-page .item img {
/*		min-height: 400px;*/
	}
    .event-page .item .bg img{
    min-height: 810px;
    }
    .event-page .item2 .bg img{
    min-height: 800px;
    }
}

@media screen and (max-width: 420px) {
	
    .content .para{
        text-align: left;
    }
    .event-page .item .bg img{
    min-height: 860px;
    }
    .event-page .item2 .bg img{
    min-height: 890px;
    }
}