.pc_virtual .urban-construction .title {
	width: 523px;
	height: 82px;
	line-height: 82px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(81.2716180694093deg, rgba(61, 123, 199, 1) -2%, rgba(73, 152, 208, 1) 100%);
	position: relative;
	color: #fff;
}

.pc_virtual .urban-construction .title::before {
	content: " ";
	position: absolute;
	left: -13px;
	top: 50%;
	background: url(./u92.svg) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%) rotate(45deg);
	width: 40px;
	height: 40px;
}

.pc_virtual .urban-construction .title::after {
	content: " ";
	position: absolute;
	right: -13px;
	top: 50%;
	background: url(./u91.svg) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%) rotate(135deg);
	width: 40px;
	height: 40px;
}

.pc_virtual .items {
	width: 1170px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 0 auto;
	padding-top: 10px;

}

.pc_virtual .items .item {
	width: 310px;
	height: 208px;
	background-color: rgba(243, 250, 255, 1);
	margin-top: 50px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pc_virtual .items .item .box{
	overflow: hidden;
}
.pc_virtual .items .item .box>img{
	width: 60px;
	display: block;
	margin: 0 auto 30px;
}

.pc_virtual .items .item:hover {
	background-color: rgba(0, 78, 129, 1);
	font-weight: bold;
	color: #fff;
}
.pc_virtual .items .item:hover img{
	filter: drop-shadow(#fff 500px 0);
	transform: translateX(-500px);
}