.visa-country>ul{
	margin-right: -20px;
}
.visa-country>ul>li{
	border-width: 1px;
	border-color: rgb( 229, 229, 229 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	width: 154px;
	/* height: 169px; */
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
}
.visa-country>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.gjimg{
	width: 100%;
	height: 115px;
	text-align: center;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.gjtit{
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	font-family: "Source Han Sans SC";
	color: rgb( 102, 102, 102 );
}
.visa-country{
	padding: 45px 0px;
}
.visa-country>ul>li:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.12);
}
.visa-country>ul>li:hover .gjtit{
	color: #0064a9;
}