.inx_other_ways{
	margin-top: 110px;
	padding: 35px 0 55px;
	background: #f4f5f7;
}
.inx_other_ways .tit{
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}
.inx_other_ways_list{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	list-style-type: none;
}
.inx_other_ways_list li{
	width: 30%;
	max-width: 300px;
}
.inx_other_ways_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #303336;
	font-size: 20px;
}
.inx_other_ways_list li a:hover{
	text-decoration: none;
	color: #23527c;
}
.inx_other_ways_list li .icon{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/indexIcon.png) no-repeat;
}
.inx_other_ways_list li:nth-child(1) .icon{
	background-position: -13px -356px;
}
.inx_other_ways_list li:nth-child(2) .icon{
	background-position: -15px -412px;
}
.inx_other_ways_list li:nth-child(3) .icon{
	background-position: -15px -475px;
}
.index_category_item>ul>li:last-child>a {
	color: #007bff;
}

@media screen and (max-width: 767px) {
	.inx_other_ways{
		margin-top: 50px;
	}
	.inx_other_ways .tit{
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.index_module_list li{
		height: 170px;
	}
	.inx_other_ways_list,
	.inx_other_ways_list li a{
		justify-content: start;
	}
	.inx_other_ways_list li{
		padding-left: 20px;
		margin-bottom: 20px;
		width: 50%;
		max-width: 50%;
	}
	.inx_other_ways_list li:nth-child(2) .icon {
		background-position: -20px -412px;
	}
	.inx_other_ways_list li:nth-child(3) .icon {
		background-position: -19px -475px;
		width: 44px;
	}
}