.nemail {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #f7f7f7;
}

.nemail_title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}

.nemail_box {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 5px;
	margin-top: 30px;
}

.nemail_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.nemail_list img {
	max-width: 50px;
	margin-bottom: 20px;
}

.nemail_list span {
	display: block;
}

.nemail_list span.nemail_t1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.nemail_list span.nemail_t2 {
	font-size: 14px;
	color: #676C73;
}



.nemail_youshi{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #f7f7f7;
}

.nemail_youshi_box{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 5px;
	margin-top: 30px;
}

.nemail_youshi_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.nemail_youshi_list img{
	max-width: 100%;
	display: block;
	margin: 20px auto;
}

.nemail_youshi_list span{
	display: block;
}

.nemail_youshi_list span.nemail_youshi_list_t1{
	text-align: center;
	font-size: 20px;
	color: #181818;
	margin-bottom: 20px;
}

.nemail_youshi_list span.nemail_youshi_list_t2{
	font-size: 14px;
	color: #4a4a4a;
}



@media(max-width: 1200px){
	
	.nemail {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f7f7f7;
	}
	
	.nemail_title {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
	}
	
	.nemail_box {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 5px;
		margin-top: 30px;
	}
	
	.nemail_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	}
	
	.nemail_list img {
		max-width: 50px;
		margin-bottom: 20px;
	}
	
	.nemail_list span {
		display: block;
	}
	
	.nemail_list span.nemail_t1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.nemail_list span.nemail_t2 {
		font-size: 13px;
		color: #676C73;
	}
	
	
	
	.nemail_youshi{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px 0;
		background: #f7f7f7;
	}
	
	.nemail_youshi_box{
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		padding: 5px;
		margin-top: 10px;
	}
	
	.nemail_youshi_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	}
	
	.nemail_youshi_list img{
		max-width: 100%;
		display: block;
		margin: 20px auto;
	}
	
	.nemail_youshi_list span{
		display: block;
	}
	
	.nemail_youshi_list span.nemail_youshi_list_t1{
		text-align: center;
		font-size: 18px;
		color: #181818;
		margin-bottom: 20px;
	}
	
	.nemail_youshi_list span.nemail_youshi_list_t2{
		font-size: 14px;
		color: #4a4a4a;
	}
	
	
}