﻿.contact-right .item {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 30px;
}
.contact-right .item:last-child {
	margin-bottom: 0;
}
.contact-right .item .ewm {
	float: right;
	position: relative;
	margin-top: 4px;
}
.contact-right .item .ewm a {
	display: block;
	border-radius: 20px;
	line-height: 26px;
	color: #888;
	background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
	padding: 0 40px 0 15px;
}
.contact-right .item .ewm .img-center {
	position: absolute;
	right: 100%;
	border: 3px solid #104492;
	width: 100px;
	top: -30px;
	margin-right: 10px;
	display: none;
}
.contact-right .item .ewm .img-center:before, .contact-right .item .ewm .img-center:after {
	content: '';
	position: absolute;
}
.contact-right .item .ewm .img-center:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #104492;
	position: absolute;
	top: 36px;
	right: -26px;
}
.contact-right .item .ewm .img-center:after {
	width: 14px;
	height: 1px;
	background: #104492;
	position: absolute;
	top: 40px;
	right: -17px;
}
.contact-right .item .ewm:hover a {
	color: #104492;
}
.contact-right .item .ewm:hover .img-center {
	display: block;
}
.contact-right .item h4 {
	margin: 0;
	font-size: 24px;
}
.contact-right .item .text {
	color: #666;
	border-left: 3px solid #e90f0f;
	margin-top: 24px;
	padding-left: 20px;
	line-height: 2;
}
.contact-right .item .text h5 {
	color: #C01;
	margin: 0;
	font-size: 16px;
}
.contact-right .item .text p {
	margin: 0;
}