/* 右边 */
.about{
	width:240px;
	background:#fff;
	border:1px solid #fff;
	margin-left:20px;
}
.about-logo{
	margin:15px auto 0px;
	display: block;
}
.about-togogo-word{
	display:block;
	font-size:18px;
	text-align:center;
	color:#666;
	line-height:25px;
	margin-bottom:20px;
}
.about-contact{
	width:205px;
	margin:0 auto;
	border-top:1px solid #dedede;
	padding-top:10px;
}
.about-contact span{
	display:block;
	color:#333;
	line-height:30px;
	font-size:14px;
	position:relative;
}
.about-customer-service{
	color:#0958ce;
	margin-left:30px;
	font-size:14px;
}
.about-customer-service::before{
	content:'';
	width:20px;
	height:20px;
	position:absolute;
	background:url(../../image/www/phone.png);
	left:100px;
	top:5px;
}
.about-problem{
	padding: 30px 0;
}
.about-problem-title{
	margin-top:30px;
	background:#0958ce;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:50px;
	margin-bottom:20px;
}
.about-problem a{
	display: block;
	margin-left: 10px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap; 
    text-overflow: ellipsis;
    -o-text-overflow：ellipsis;
}
.about-problem a:hover{
	color: #E91B05;
}
