@charset "utf-8";
.onshoreListBox {
	overflow: hidden;
}

.onshoreList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 138px;
}

.onshoreList li {
  flex: 0 0 50%;
  position: relative;
	overflow: hidden;
}

.onshoreList li::after,
.onshoreList li::before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	background: #fff;
}

.onshoreList li::after {
	width: 1px;
	height: 100%;
}

.onshoreList li:nth-child(2n-1)::after {
	display: none;
}

.onshoreList li img {
  width: 100%;
  display: block;
}

.onshoreList li a {
  display: block;
}

.onshoreList li a:hover {
  opacity: 1;
}

.onshoreList li a .onshorePicSpace {
	display: block;
}

.onshoreList li a .onshorePic {
  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
  transition: width .5s ease;
}

.onshoreList li a:hover .onshorePic {
  width: 105%;
}

.onshoreText {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,94,118,.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.onshoreInner {
	color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.onshoreInner p {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1.2px;
}

.onshoreInner span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .3px;
	margin-top: 10px;
}

.itemEnName {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 36px;
	font-size: 15px;
	color: #fff;
	letter-spacing: .8px;
	z-index: 1;
}

/* news */
.pageNews {
	margin-bottom: 133px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.onshoreList {
		display: block;
	}

	.onshoreInner p {
		font-size: 17px;
		letter-spacing: 0.2px;
		line-height: 1.65;
	}

	.onshoreInner span {
		font-size: 10px;
		margin-top: 4px;
	}

	.onshoreList {
		margin-right: 0;
		margin-bottom: 90px;
	}

	.onshoreList li::after {
		display: none;
	}

	.onshoreList li a:hover .onshorePic {
		width: 100%;
	}

	.itemEnName {
		bottom: 17px;
		font-size: 12px;
	}

	/* news */
	.pageNews {
		margin-bottom: 90px;
	}

	.onshoreList li a .onshorePic img {
		width: auto;
		height: 100%;
	}

	.onshoreList li a .onshorePic {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transform: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
