@charset "UTF-8";

.instruction {
	/* margin-top: 150px; */
	margin-bottom: 50px
}

.instruction .font {
	font-family: 数字字体
}

.instruction-con{width: 1250px; margin: auto;}

.instruction .title {
	/* color: #1a1a1a */
	color: #071778;
	margin:140px 0 110px 0;
	font-size: 72px;
	line-height: 110px;
}

.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) {
	.instruction-con{margin-top: 45px;}
	.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:-80px;
	}
	.instruction .title {
		margin:20px 0;
		font-size:32px;
		line-height: 1.5;
	}
	.instruction .mb85.title {
		margin-bottom: 25px !important
	}   
}