body {
	background: url("../../img/aboutUs/union_bg_02.png") no-repeat top center;
}

.yqLinkBox {
	padding: 0 54px;
}

.yqLinkCon {
	padding-bottom: 16px;
}

.yqLinkCon p {
	position: relative;
	font-size: 16px;
	padding-left: 14px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 30px;
	font-weight: 700;
}

.yqLinkCon p span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 16px;
	background: #3b8bc9;
}

.yqLinkCon ul li {
	float: left;
	margin:0 30px 16px 0;
	width: 224px;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fff;
}

.yqLinkCon ul li a{
	display: block;
	height: 52px;
	line-height: 52px;
	width: 200px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 auto;
}

.yqLinkCon ul li:hover {
	border-color: #238ee2;
	background: #238ee2;
}

.yqLinkCon ul li:hover a {
	color: #fff;
}