/*友情链接*/
/*$$
{"color":[{"val":"#000000","title":"栏目默认文字颜色"}],
"background":[{"val":"#0053b6","title":"栏目底部边框颜色"}],
"border":[{"val":"#d6d6d6","title":"图片边框"}]}
$$*/
#link_156{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
#link_156 .column {
	width: 100%;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin: 20px 0 30px 0;
}

#link_156 .column::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #0053b6;
	left: 0;
}

#link_156 .column .tit-1 {
	font-size: 32px;
	line-height: 40px;
	text-align: left;
}

#link_156 .column .tit-2 {
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}
#link_156 .linkBox{
	width: calc(100% + 36px);
	margin-left: -18px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
#link_156 .linkBox .linkItem{
	margin:18px;
	height: 130px;
	border:#d6d6d6 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#link_156 .linkBox .linkItem img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: all .3s;
}
#link_156 .linkBox .linkItem:hover img{
	transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
	#link_156{
		width: 100%;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 768px){
	#link_156{
		padding:20px;
		margin-bottom: 100px;		
	}
	#link_156 .column{
		margin: 0 0 20px 0;
	}
	#link_156 .column .tit-1{
		font-size: 24px;
		line-height: 30px;
	}
	#link_156 .column .tit-2{
		font-size: 14px;
	}
	#link_156 .linkBox{
		grid-template-columns: repeat(3, 1fr);	
	}
	#link_156 .linkBox .linkItem{
		margin: 5px;
		height: 70px;
	}
}