/* 右边 */
.about{
	width:240px;
	background:#fff;
	border:1px solid #fff;
	margin-left:12px;
}
.about-logo{
	margin:15px auto 0px;
	display: block;
	width:58%;
}

.about-togogo-word{
	display: block;
    font-size: 18px;
    text-align: center;
    color: #666;
    line-height: 36px;
    margin-bottom: 8px;
}
.about-contact{
	width:190px;
	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(../images/phone1.png);
	left:100px;
	top:5px;
}
.about-problem{
	width:214px;
	height:auto;
	overflow:hidden;
	background: #fff;
	margin-top:20px;
}
.about-problem ul{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto!important;
}
.about-problem ul li{
	width:100%;
	line-height:28px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.about-problem ul li:hover a{color:#0958ce;text-decoration: underline;}
.about-problem-title{
	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 .qiao-a{
	color:#fff;
	background:#0958ce;
	line-height:30px;
	height:30px;
	display:inline-block;
	width:80px;
	text-align:center;
	margin:20px 67px;
}
.about-course-title{
	color:#fff;
	font-size:18px;
	background:#2e3340;
	text-align:center;
	line-height:50px;
	margin:0px auto 20px auto;
}
.about-course>ul>li+li{
	border-top:1px solid #dedede;
	padding-top:20px;
}
.about-course>ul>li{
	text-align:center;
	padding-bottom:20px;
}
.about-course ul li img{
	vertical-align:top;
	width:50px;
	height:50px;
	background:#f7f7f7;

}
.about-course-content{
	display:inline-block;
	margin-top:10px;
}
.about-course-content li{
	float:left;
	margin:0px 5px;
	line-height:26px;
	background:#f1f2f3;
	border-radius:5px;
	padding:0 5px;
	margin-bottom:10px;
}
.about-course-content li:hover{
	background:#2e3340;
}
.about-course-content li:hover a{
	color:#fff;
}
.course-consult input{
	margin-top:10px;
}
.com_in{
	border-top:1px solid #ccc;
}