@charset "UTF-8";

.instruction {
	margin-top: 150px;
	margin-bottom: 50px
}

.instruction .font {
	font-family: 数字字体
}

.instruction .title {
	/* color: #1a1a1a */
	color: #202768;
}

.instruction .blocks {
	text-align: center
}

.instruction .desc {
	padding: 20px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	color: #999
}

@media (max-width: 768px) {
	
	.news .instruction .textCenter.fs61{
			font-size: 20px!important;
	}
	.news .instruction .textCenter.mb100{
		margin-bottom:25px!important;
	}
	.news .instruction .blocks{
		display: none;
	}
	.news .instruction .desc .is-guttered:first-child{
		margin-bottom:25px;
	}
	
	.instruction {
		margin-top: 25px !important;
		margin-bottom:25px;
	}

	.instruction .mb85.title {
		margin-bottom: 25px !important
	}   
}