/* 右边 */
.about{
	width:240px;
	background:#fff;
	border:1px solid #fff;
	margin-left:20px;
}
.about-logo{
	margin:15px auto;
	display: block;
}
.about-togogo-word{
	display:block;
	font-size:18px;
	text-align:center;
	color:#666;
	line-height:25px;
	margin-bottom:20px;
}
.about-contact{
	width:202px;
	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-title{
	margin-top:30px;
	background:#0958ce;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:50px;
	margin-bottom:20px;
}
.about-problem span{
	display:block;
	margin-left:20px;
	line-height:30px;
}
.about-problem>a{
	color:#fff;
	background:#0958ce;
	line-height:30px;
	height:30px;
	display:inline-block;
	width:80px;
	text-align:center;
	margin:20px 80px;
}
.about-course-title{
	color:#fff;
	font-size:18px;
	background:#2e3340;
	text-align:center;
	line-height:50px;
	margin:20px auto;
}
.about-course>ul>li+li{
	border-top:1px solid #dedede;
	padding-top:20px;
}
.about-course>ul>li{
	padding-bottom:20px;
}
.about-course ul li img{
	margin-left:20px;
	vertical-align:top;
}
.about-course-content{
	display:inline-block;
	margin-left:10px;
}