.mapcontest-index-banner {
	height: 600px;
}
.mapcontest-index-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/index-bg.png) no-repeat center top;
	background-size: 100% 100%;
	z-index: -1;
}
.mapcontest-index-main {
	padding: 80px 0;
}
.mapcontest-index-container:not(:first-of-type) {
	margin-top: 80px;
}
.mapcontest-index-container--bd {
	margin-top: 30px;
}
.mapcontest-index-container--hd .title {
	text-align: center;
	font-size: 28px;
}
.mapcontest-index-entryList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mapcontest-index-entryList .entry-li {
	padding: 8px;
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(226, 238, 255, 0.35) 0px 0px 10px;
}
.mapcontest-index-entryList .entry-li-cover,
.mapcontest-index-entryList .entry-li-cover img {
	width: 100%;
	background: #e5f6ff;
	border-radius: 4px;
}
.mapcontest-index-entryList .entry-li-operate {
	margin-top: 26px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mapcontest-index-entryList .entry-li-operate .entry-btn {
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
    font-size: 18px!important;
	color: #fff;
	background: #27c379;
	border-radius: 4px;
	box-shadow: rgb(226, 238, 255) 0px 0px 10px;
}
.mapcontest-index-entryList .entry-li-title {
	margin: 24px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2;
}
#nationalCompetition .entry-li {
	width: 100%;
}
#nationalCompetition .entry-li-cover,
#nationalCompetition .entry-li-cover img {
	height: 418px;
}
#provincialCompetition .entry-li {
	margin-bottom: 26px;
	width: 386px;
}
#provincialCompetition .entry-li-cover,
#provincialCompetition .entry-li-cover img {
	height: 208px;
}
